.sec-features01__block01 {
    padding: 20px 20px 0 20px
}

@media (min-width:768px) {
    .sec-features01__block01 {
        padding: 0
    }
}

.sec-features01__block02 {
    margin-top: 40px;
    padding: 20px 20px 0 20px
}

.sec-features01__block02 .h3-02 + [class*=site-media-list] {
    margin-top: 20px
}

@media (min-width:768px) {
    .sec-features01__block02 {
        margin-top: 80px;
        padding: 0
    }

    .sec-features01__block02 .h3-02 + [class*=site-media-list] {
        margin-top: 25px
    }
}

.sec-features02__block01 {
    padding: 20px 20px 0 20px
}

.sec-features02__block07 {
    padding: 60px 20px 0 20px
}

.sec-features02__block02 {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
    padding-bottom: 56.25%;
    border-radius: 8px
}

.sec-features02__block02 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    background-color: #f9f9f9;
    background-image: url("../img/placeholder.png");
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sec-features02__block03 {
    margin-top: 18px
}

.sec-features02__block04 {
    padding: 0 20px
}

.sec-features02__block04 .h3-02 {
    margin-top: 60px
}

.sec-features02__block04 .h3-02 + [class*=site-media-list] {
    margin-top: 20px
}

.sec-features02__block05 {
    margin-top: 40px;
    padding: 0 50px
}

.sec-features02__text01 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6
}

.sec-features02__text02 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7857142857
}

@media (min-width:768px) {
    .sec-features02__block01 {
        width: 930px;
        margin: 0 auto;
        padding: 0
    }

    .sec-features02__block07 {
        width: 740px;
        margin: 60px auto 0 auto;
        padding: 0
    }

    .sec-features02__block02 {
        width: 930px;
        margin: 40px auto 0 auto
    }

    .sec-features02__block03 {
        width: 740px;
        margin: 40px auto 0 auto
    }

    .sec-features02__block04 {
        width: 740px;
        margin: 0 auto;
        padding: 0
    }

    .sec-features02__block04 .h3-02 {
        margin-top: 80px
    }

    .sec-features02__block04 .h3-02 + [class*=site-media-list] {
        margin-top: 30px
    }

    .sec-features02__block05 {
        width: 360px;
        margin: 60px auto 0 auto;
        padding: 0
    }

    .sec-features02__text01 {
        font-weight: bold;
        font-size: 32px;
        line-height: 1.25
    }

    .sec-features02__text02 {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.04em;
        line-height: 1.8125
    }
}

.site-button03 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background: #ffa845;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5625;
    text-align: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.site-button03:active,
.site-button03:link,
.site-button03:visited {
    color: #fff
}

.site-button03 .icon {
    margin: 0 2px;
    color: #fff;
    font-size: 16px
}

@media (min-width:768px) {
    .site-button03 {
        transition: all 0.3s ease-out
    }

    .site-button03:hover {
        background: #ffbb6e;
        color: #fff
    }
}
