* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #2b2b2b;
}

html {
    font-size: 62.5%; /*約10px*/
}

/*PC用*/
@media screen and (min-width: 1020px) {
    html {
        font-size: 150%;
    }
}

/*タブレット用*/
@media (max-width: 1020px) and (min-width: 721px) {
    html {
        font-size: 100%;
    }
}

/*スマホ用*/
@media screen and (max-width: 720px) {
    html {
        font-size: 62.5%;
    }
}

body {
    background-color: #f2f2f7;
}

.main-image img {
    margin-top: 0.5rem;
    height: 4rem;
}

.title {
    display: flex;
    justify-content: center;
    background-color: #006fdf;
}

.title-text {
    padding: 1.5rem;
}

.subtitle-text {
    display: flex;
    justify-content: center;
}

h1 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 2.5rem;
}

h2 {
    text-align: left;
    font-weight: bold;
    margin-top: 5rem;
    font-size: 2rem;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center p {
    text-align: left;
}

.left {
    text-align: left;
}

.input-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.input input {
    border: solid;
    border-radius: 0.5rem;
    border-width: 0.2rem;
    border-color: #ced1d4;
}

.input-text {
    margin-top: 5rem;
    font-size: 1.8rem;
}

.input-field {
    width: 19rem;
    height: 4rem;
    font-size: 2rem;
    padding: 0.2rem 0 0.2rem 0.8rem;
    border: none;
}

.input-field::placeholder {
    color: #d9d9d9;
}

.unit {
    text-align: left;
    padding-left: 0.5rem;
}

.sex-btn {
    display: inline-block;
    text-align: center;
    background-color: #f9fbfb;
    border: solid;
    border-radius: 0.5rem;
    border-width: 0.2rem;
    border-color: #ced1d4;
    font-weight: bold;
    width: calc(50% - 1.55rem);
    font-size: 2rem;
    padding: 0.5rem;
}

.btn-check {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.btn-check:checked + .sex-btn {
    border: solid;
    border-width: 0.2rem;
    border-color: #067cff;
}

.level-button-box {
    display: flex;
    flex-direction: column;
}

.level-btn {
    margin-top: 2.5rem;
    height: 5rem;
    color: #2a274e;
    background-color: #ffffff;
    border: solid;
    border-radius: 1rem;
    border-width: 0.2rem;
    border-color: #ced1d4;
    padding: 1rem;
    display: flex;
}

.btn-check:checked + .level-btn {
    border: solid;
    border-width: 0.2rem;
    border-color: #067cff;
}

.level-text-title {
    font-size: 2.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10%;
}

.level-text-content {
    font-size: 0.9rem;
}

.submit-btn {
    margin-top: 5rem;
    background-color: #027aff;
    color: #eeeeef;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    border-radius: 0.5rem;
    height: 6rem;
}

.pfc-section {
    background-image: url(bg.png);
    background-position: -0.1rem -5.5rem;
    background-size: 25rem;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result {
    margin-top: 13rem;
}

#result {
    text-align: center;
}

.image {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.arrow {
    width: 5.5rem;
}

.annotation {
    margin-top: 5rem;
    display: flex;
}

.check {
    width: 2rem;
    margin-right: 0.5rem;
}

.annotation p {
    color: #be4201;
    font-weight: bold;
    font-size: 1.2rem;
}

.pfc-box {
    width: 80%;
    margin: 3rem 10rem;
    padding: 1.5rem 1.5rem;
    background-color: #ffffff;
    border-radius: 1rem;
}

.right-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.calomeal-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-left-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4rem;
}

.cal-name {
    font-size: 1.7rem;
    font-weight: bold;
    color: #2a274e;
}

.cal {
    font-size: 1.7rem;
    font-weight: bold;
}

.pfc-name {
    font-size: 2.1rem;
    font-weight: bold;
}

.pfc-value {
    color: #be4201;
    font-weight: bold;
    font-size: 2.1rem;
}

.pfc-value span {
    color: #be4201;
    font-weight: bold;
}

.pfc-value-mini {
    color: #be4201;
    font-weight: bold;
    font-size: 1.7rem;
}

.pfc-value-mini span {
    color: #be4201;
    font-weight: bold;
}

.calomeal-bar {
    display: flex;
    justify-content: space-between;
    padding: 0.1rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    background-color: #eeeeef;
}

.bar-content {
    flex: 1;
    padding: 0.5rem;
}

.border-right {
    position: relative;
}

.border-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 1px;
    background-color: #cccccc;
}

.whitebox {
    background-color: #ffffff;
    border-radius: 0.7rem;
    box-shadow: #323233 0 0.1rem 0.1rem 0;
}

.calomeal-name {
    font-size: 1.3rem;
    color: #323233;
    font-weight: normal;
}

.units {
    font-size: 1.3rem;
    color: #323233;
    font-weight: normal;
    width: 30%;
    text-align: left;
}

.calomeal-value {
    font-size: 1.5rem;
    color: #323233;
    font-weight: bold;
    margin-right: 0.5rem;
    text-align: right;
    border-bottom: solid 0.1rem #aaaaaa;
}

.submit-wapper {
    display: flex;
    justify-content: center;
}

.store_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store_link img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0.5rem;
}

.col-1 {
    width: 10%;
}
.col-2 {
    width: 20%;
}
.col-3 {
    width: 30%;
}
.col-4 {
    width: 40%;
}
.col-5 {
    width: 50%;
}
.col-6 {
    width: 60%;
}
.col-7 {
    width: 70%;
}
.col-85 {
    width: 85%;
}
.col-9 {
    width: 90%;
}

.d-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.b-shadow {
    box-shadow: 0 0 20px #999;
}

.mb-1 {
    margin-bottom: 1rem;
}
