.pediatric-page {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
}

.pediatric-top p {
    padding-bottom: 56px;
}

@media (max-width: 768px) {
    .pediatric-top p {
        padding-bottom: 37px;
    }
}

.pediatric-reason h2.title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 19px;
}

.pediatric-reason h3.h3-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 26px;
    text-align: center;
    padding-bottom: 50px;
}

.pediatric-wrap .painless-wrap h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 98px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .pediatric-wrap .painless-wrap {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 63px;
    }

    .pediatric-wrap .painless-wrap h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 27px;
        padding-top: 61px;
    }
}

.pediatric-wrap .painless-wrap h2 span {
    font-size: 46px;
}

@media (max-width: 768px) {
    .pediatric-wrap .painless-wrap h2 span {
        font-size: 36px;
    }
}

.pediatric-post h3 {
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 75px;
}

@media (max-width: 768px) {
    .pediatric-post h3 {
        font-size: 24px;
        padding-top: 41px;
    }
}

.pediatric-post h2 {
    padding-top: 0;
    padding-bottom: 52px;
}

@media (max-width: 768px) {
    .pediatric-post h2 {
        line-height: 1.5;
        padding-bottom: 40px;
    }
}

.treatment-growth h3 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 88px;
    text-align: center;
}

@media (max-width: 768px) {
    .treatment-growth h3 {
        padding-top: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 48px;
    }
}

.treatment-growth h2 {
    padding-top: 15px;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 48px;
}

@media (max-width: 768px) {
    .treatment-growth h2 {
        padding-top: 71px;
        padding-bottom: 0;
        font-size: 36px;
        font-weight: 400;
        line-height: 1.5;
    }

}

.growth-desc {
    padding-bottom: 49px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .growth-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        padding-bottom: 23px;
        text-align: left;
    }
}

.treatment-growth-wrap {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 1065px;
    margin: 0 auto;
}

.treatment-growth-p-box {
    height: 68px;
    padding-top: 19px;
    padding-bottom: 19px;
    max-width: 1065px;
    background: #F6F6F6;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin: 14px auto 110px;
}

.treatment-growth-box {
    flex: 1;
    border: 1px solid #D9D9D9;
    text-align: center;
    background: #fff;
}

.treatment-growth-box:last-child {
    border-left: 1px solid #D9D9D9;
}

@media (max-width: 768px) {
    .treatment-growth-box:last-child {
        border-left: 1px solid #D9D9D9;
    }
}

.treatment-growth-box label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F6F6F6;
    align-items: center;
    height: 49px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    .treatment-growth-p-box {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
        padding: 19px 11px 19px 12px;
        height: 85px;
        margin-bottom: 87px;
        margin-top: 0;
    }

    .treatment-growth-box label {
        height: 49px;
    }
}

.treatment-growth-box .box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.treatment-growth-box img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 4px;
    padding-top: 21px;
    padding-bottom: 29px;
}

@media (max-width: 768px) {
    .treatment-growth-box img {
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 23px;
    }
}

.treatment-growth-box p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .treatment-growth-box p {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 768px) {
    .treatment-growth-wrap {
        flex-direction: column;
    }

    .treatment-growth-box {
        margin-bottom: 23px;
        margin-left: 32px;
        margin-right: 32px;
    }
}