@charset "utf-8";


.wrapper .feature .bottom .block>li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 900px) {
    .wrapper .feature .bottom .block>li:nth-child(3n) {
        margin-right: 30px;
    }
}

.wrapper .modal_point button {
    margin-bottom: clamp(13px, 11.075px + 0.287vw, 15px);
}

@media screen and (max-width: 770px) {
    .wrapper .feature .bottom .block>li:nth-child(4) {
        margin-top: 15px;
    }

    .wrapper .feature .bottom .block>li:nth-child(4) .left {
        order: 0;
        margin-right: 0;
    }

    .wrapper .feature .bottom .block>li:nth-child(4) .right {
        order: -1;
        margin-right: 20px;
    }

    .wrapper .feature .bottom .block>li:nth-child(4) h5 {
        left: 0;
    }
}