main#lp_content {
    margin: 80px 0;
}
.lp__ttl {
    margin-bottom: 40px;
}
.lp__ttl--h1 {
    font-size: 32px;
    font-weight: 600;
    color: #003C24;
    text-align: center;
    position: relative;
}
.lp__ttl--h1:after {
    content: "";
    position: absolute;
    width: 2.2em;
    height: 2px;
    background: #003C24;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.lp_detail.feature_detail strong {
    text-decoration: unset;
}
.lp_detail.feature_detail span {
    text-underline-offset: 4px;
    text-decoration-thickness: 4px!important;
    text-decoration-color: #f3d524!important;
}
.feature_detail .lp_detail__ttl h2 {
    background: url(/overseas-study/wp-content/uploads/2025/03/10329_studenthub-scaled.jpg);
    background-size: calc(100% + 50px)!important;
    background-repeat: no-repeat!important;
    background-position: 0px center!important;
    min-height: 100px;
    padding-left: 0;
    color: #ffffff;
    font-size: 22px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
.feature_detail .lp_detail__ttl h2::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgb(0 255 220 / 40%);
    z-index: 0;
}
.feature_detail .lp_detail__ttl h2 > * {
    position: relative;
    z-index: 1;
}
.feature_detail .lp_detail__ttl h2 span {
    color: #fff;
    font-family: auto;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    margin-left: 0;
    margin-top: 0;
}

.feature_detail .lp_detail__subttl h3 {
    font-weight: bold;
    font-size: 24px;
    color: #3775c5;
    margin-bottom: 15px;
}
.feature_detail .lp_detail__subttl h3::before {
    display: none;
}
.feature_detail .lp_detail__h4ttl h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}
.lp_detail__list {
    margin-bottom: 50px;
}

.lp_footer {
    padding: 10px 0!important;
}

@media (max-width: 780px) {
    main#lp_content {
        margin: 40px 0;
    }
    .lp__ttl {
        margin-bottom: 20px;
    }
    .lp__ttl--h1 {
        font-size: 22px;
    }
    .feature_detail .lp_detail__ttl h2 span {
        font-size: 20px;
    }
    .feature_detail .lp_detail__subttl h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .feature_detail .lp_detail__h4ttl h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .lp_footer .ft_bottom__main--copy {
        font-size: 10px;
        margin-top: 0;
    }
}