@media only screen and (max-width: 1023px){
    
    .content-section .background.type03 {
        background-size: cover;
    }

    .content-section .background .text {
        padding-right: 0px;
    }

    #sec04 .col {
        width: 100%;
    }

    #sec04 .col:nth-child(1) {
        margin: 20px 30px 0 0;
    }

    #sec05 ol {
        display: block;
    }

    #sec05 ol li {
        width: calc(100% - 40px);
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 767px){
 
    #sec01 .col {
        display: block;
        margin-top: 30px;
        padding: 0;
        width: 100%;
    }

    #sec01 .col h3 {
        text-align: center;
        font: normal 18px/24px Avenir-Heavy;
        margin-bottom: 30px;
    }

    #sec01 .col li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    #sec01 .col.yes figure {
        width: 100%;
    }

    #sec01 .col.no figure {
        width: 100%;
    }

    #sec02 .lists-wrap {
        margin: 50px 0 20px;
    }

    .lists-wrap .list {
        border-left: 0px;
        border-bottom: 4px solid #88BA08;
        padding: 0 20px 20px;
        width: 100%;
        margin-bottom: 30px;
    }

    .lists-wrap .list:last-child {
        margin-bottom: 0px;
    }

    .lists-wrap .list h4 {
        padding: 0px 0 20px;
        margin: 0;
    }

    #sec04 .col:nth-child(1) {
        margin: 20px 0px 0 0;
        padding: 20px;
    }

    #sec04 .col:nth-child(2) {
        padding: 20px;
    }

    #sec04 .col p {
        font-size: 15px;
        line-height: 21px;
    }

    .faq button {
        font: 14px/19px Avenir-Medium;
        padding: 7px 20px;
        padding-right: 50px;
    }

    .faq dd {
        margin: 12px 0 10px;
        padding: 0 20px;
    }

    .faq dd h3 {
        font: normal 13px/20px Avenir-Heavy;
        margin-top: 28px;
    }

    .faq dd p{
        font: normal 13px/19px Avenir-Light;
    }

}