@charset "utf-8";

.treatmentFeaturesTit {
    font-family: var(--fontB);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.treatmentWr02:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-color: #016A70;
    opacity: 0.45;
}

.treatmentFeaturesListFlex {
    display: flex;
    align-items: flex-start;
}

.treatmentFeaturesIcon {
    max-width: 42px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.treatmentFeaturesLsit {
    flex: 1;
}

.treatmentFeaturesText {
    background-color: #fff;
    display: inline-block;
    padding: 6px 15px 8px 35px;
    line-height: 1.429em;
    font-size: 18px;
    margin-left: -20px;
}

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

.treatmentTitDeco01 {
    max-width: 30px;
    width: 100%;
    margin: 0 16px 0 0;
}

.treatmentTitDeco02 {
    max-width: 37px;
    width: 100%;
    margin: 0 0 0 10px;
}

.treatmentTit01 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
}

.treatmentTitBox02 {
    margin: 0 0 40px;
    position: relative;
}

.treatmentTitBox02:after {
    content: "";
    background: url(/system_panel/uploads/images/treatment_border.svg);
    background-size: cover;
    background-repeat: repeat-x;
    max-width: 1180px;
    width: 100%;
    height: 2.97px;
    display: block;
    margin: 15px auto 0;
}

.treatmentTitBox02:before {
    content: "";
    background: url(/system_panel/uploads/images/treatment_deco03.png)no-repeat;
    background-size: contain;
    width: 150.84px;
    height: 142.14px;
    display: block;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.treatmentBoxWr02 .treatmentBox02:nth-child(even) .treatmentTitBox02:before {
    background: url(/system_panel/uploads/images/treatment_deco06.png)no-repeat;
    background-size: contain;
    left: auto;
    right: -10px;
}

.treatmentBoxWr02 .treatmentBox02:nth-child(even) .treatmentTitWr {
    text-align: right;
}

.treatmentBoxWr02 .treatmentBox02:nth-child(even) .treatmentFlexRow {
    flex-direction: column;
}

.treatmentTitWr {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
}

.treatmentFlexLi>p {
    font-size: 14px;
    line-height: 2em;
}

.treatmentFlexTit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


    .treatmentFlexLi>p {
        font-size: 16px;
    }


    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .treatmentTitDeco01 {
        max-width: 40px;
        margin: 0 20px 0 0;
    }

    .treatmentTitDeco02 {
        max-width: 40px;
    }

    .treatmentTit01 {
        font-size: 25px;
    }

    .treatmentFlexTit {
        font-size: 25px;
    }

    .treatmentFeaturesTit {
        font-size: 25px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .treatmentFeaturesIcon {
        max-width: 45px;
    }

    .treatmentFeaturesText {
        padding: 6px 25px 8px 35px;
        font-size: 21px;
    }

    .treatmentTitDeco01 {
        max-width: 56px;
        margin: 0 26px 0 0;
    }

    .treatmentTitDeco02 {
        max-width: 57px;
        margin: 0 0 0 16px;
    }

    .treatmentTit01 {
        font-size: 30px;
    }

    .treatmentBoxWr02 .treatmentBox02:nth-child(even) .treatmentFlexRow {
        flex-direction: row-reverse;
    }

    .treatmentFlexTit {
        font-size: 30px;
    }

    .treatmentFeaturesTit {
        font-size: 30px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .treatmentTitDeco01 {
        max-width: 66px;
        margin: 0 26px 0 0;
    }

    .treatmentTitDeco02 {
        max-width: 67px;
        margin: 0 0 0 16px;
    }

    .treatmentTit01 {
        font-size: 38px;
    }

    .treatmentTitBox02:before {
        width: 256.84px;
        height: 237.14px;
    }


    .treatmentFlexLi>p {
        font-size: 20px;
    }

    .treatmentFlexTit {
        font-size: 35px;
    }

    .treatmentFeaturesTit {
        font-size: 35px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .treatmentTitBox02:before {
        left: -70px;
    }

    .treatmentBoxWr02 .treatmentBox02:nth-child(even) .treatmentTitBox02:before {
        left: auto;
        right: -70px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */