@charset "UTF-8";

/* common style */
/*.m-sec-bg,
.m-box01 {
    
}*/

.m-lb02,
.m-lb02__ja,
.color-svc {
    color: #23B1DD;
}

/*.m-lb02__en::after {
    
}*/

.m-box02 {
    border-color: #22B1DE;
}

/* Custom Section */
.remed-custom__box {
    position: relative;
    padding-top: 105px;
}

.remed-custom__ttl {
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 100px 13px 65px;
    border-radius: 50px 0 50px 0;
    background: #E8F7FC;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

/* Points Section */
.remed-point__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.remed-point__l {
    width: 43.9%;
}

.remed-point__img img {
    border-radius: 20px;
}

.remed-point__r {
    width: 52.45%;
}

.point-list {
    margin-top: -5px;
}

.point-list__item {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: solid 1px #B4B4B4;
}

.point-list__item:last-child {
    margin-bottom: 0;
}

.point-list__ttl {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
}

.point-list__ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .4em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #22B1DF;
}

.point-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

.remed-point__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    padding: 30px 35px;
    margin: 40px auto 20px;
    border-radius: 20px;
    background: #F4F4F4;
    font-size: .875em;
    letter-spacing: normal;
    line-height: 1.943;
}

.remed-point__note__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
}

.remed-point__note__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}


@media screen and (max-width: 899px) {

    /* Custom Section */
    .remed-custom__box {
        padding-top: 100px;
    }

    .remed-custom__ttl {
        padding: 8px 60px 8px 35px;
        border-radius: 30px 0 30px 0;
        font-size: 20px;
    }

    /* Points Section */
    .remed-point__cont {
        display: block;
    }

    .remed-point__l {
        width: 100%;
    }

    .remed-point__img {
        text-align: center;
    }

    .remed-point__img img {
        border-radius: 12px;
    }

    .remed-point__r {
        width: 100%;
        margin-top: 20px;
    }

    .point-list {
        margin-top: 0;
    }

    .point-list__item {
        padding-bottom: 17px;
        margin-bottom: 15px;
    }

    .point-list__ttl {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .remed-point__note {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        padding: 22px 7%;
        margin: 30px auto 0;
        border-radius: 12px;
    }

}