.fwh-wrap .fwh-fv_content_features ul {
    justify-content: center;
    gap: 20px;
}
.fwh-wrap .fwh-cta_features ul {
    justify-content: center;
    gap: 20px;
}
.fwh-wrap .fwh-sec03_footer {
    color: #afa357;
}
.fwh-wrap .fwh-sec07_content_img.img4 {
    width: min(33.358vw, 100%);
}
.fwh-wrap .fwh-sec18_course_price_content dt {
    text-align: left;
}
.fwh-wrap .fwh-sec18_course_price_content dt .span1 {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.fwh-wrap .fwh-sec18_course_price_content dt .span3 {
    font-size: 150%;
}
.fwh-wrap .fwh-sec18_course_price_content dt .span4 {
    font-size: 110%;
}
.fwh-wrap .fwh-sec18_course_price_content dt .span5 {
    font-size: 80%;
}
.fwh-wrap .fwh-sec18_course_price_content dt .span6 {
    font-size: 70%;
}

.fwh-wrap .fwh-sec18_course_price_content dd .span5 {
    font-size: 80%;    
}

.fwh-wrap .fwh-sec18_second .sec18_second_ttl {
    font-size: 1.957vw;
}
.fwh-wrap .sec18_second_ttl_per {
    font-size: 140%;
}
.fwh-wrap .sec18_second_ttl_price {
    font-size: 95%;
}
.fwh-wrap .sec18_second_ttl_deliv {
    font-size: 80%;
}
.fwh-wrap .fwh-sec18_second h3::before {
    content: "";
}
.fwh-wrap .fwh-sec18_course_price_content p {
    white-space: normal;
}

.fwh-wrap .fwh-sec18_course_price figure.fwh-sec18_course_quantiy2 {
    position: relative;
    height: 25vw;
}
.fwh-wrap .fwh-sec18_course_price .fwh-sec18_course_img1 {
    position: absolute;
    width: 75%;
    top: 2%;
    left: 0;
}
.fwh-wrap .fwh-sec18_course_price .fwh-sec18_course_img2 {
    position: absolute;
    width: 75%;
    right: 0;
    bottom: 2%;
}
@media(max-width: 768px) {
    .fwh-wrap .fwh-fv_content_features {
        align-items: center;
    }
    .fwh-wrap .fwh-fv_content_features ul {
        justify-content: center;
        gap: 2vw;
    }
    .fwh-wrap .fwh-cta_features ul {
        justify-content: center;
        gap: 2vw;
    }        
    .fwh-wrap .fwh-sec07_content_img.img4 {
        width: min(62.5vw, 100%);
    }
    .fwh-wrap .fwh-sec18_course_price figure.fwh-sec18_course_quantiy2 {
        position: relative;
        height: auto;
    }
    .fwh-wrap .fwh-sec18_course_price .fwh-sec18_course_img1 {
        position: absolute;
        /* width: 80%; */
        top: 10%;
        left: 0;
    }
    .fwh-wrap .fwh-sec18_course_price .fwh-sec18_course_img2 {
        position: absolute;
        /* width: 80%; */
        right: 0;
        bottom: 10%;
    }
    .fwh-wrap .sec18_second_ttl_per {
        font-size: 170%;
    }
    .fwh-wrap .sec18_second_ttl_price {
        font-size: 170%;
    }
    .fwh-wrap .fwh-sec18_course_price_content dt {
        font-size: 2.353vw;
    }
    .fwh-wrap .fwh-sec18_second .sec18_second_ttl {
        font-size: 3.057vw;
    }
}