@media only screen and (max-width: 1023px){
    
    .posts-wrap.type03 ul{
        font-size: 0px;
        margin-bottom: 15px;
    }
    
    .posts-wrap.type03 li {
        width: 50%;
        padding: 0px 2px;
        box-sizing: border-box;
        margin: 0;
    }

    .posts-wrap.type03 li img{
        width: 100%;
    }

    #sec01 .ods-wrap {
        column-gap: 18px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 18px;
    }

    #sec01 .ods-wrap img {
        width: 100%;
    }

    div.gallery ul li img{
        width: 100%;
    }

    #sec05 .accordion > div:nth-of-type(4) .col1 img{
        width: 100%;
    }

    #sec05 .accordion > div:nth-of-type(4) .col2 ul {
        font-size: 0;
    }

    #sec05 .accordion > div:nth-of-type(4) .col2 li {
        margin: 0;
        width: 50%;
        padding: 5px;
        box-sizing: border-box;
    }

    #sec05 .accordion > div:nth-of-type(4) .col2 li img{
        width: 100%;
    }

}

@media only screen and (max-width: 767px){

    .posts-wrap.type03 li a img {
        filter: brightness(.51);
    }

    .posts-wrap.type03 li a:before{
        background: url(../../img/icons/icon-more01.svg) no-repeat center center;
        background-size: 39px 39px;
        box-sizing: border-box;
        color: #FFF;
        content: attr(data-title);
        display: block;
        font: normal 18px/25px Avenir-Heavy;
        height: 100%;
        left: 0;
        padding-top: 150px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    
    #sec01 ol {
        columns: 1;
        column-gap: 55px;
        counter-reset: li;
        list-style: none;
        margin: 25px 0;
        padding-left: 16px;
    }

    #sec01 ol li {
        font: 14px/20px Avenir-Medium;
        margin-bottom: 5px;
        padding: 15px 10px 12px 16px;
    }

    .posts-wrap.type03 li{
        width: 100%;
        margin-bottom: 5px;
    }

    .content-section .btn.type01 {
       font: normal 14px/36px Avenir-Heavy;
        padding: 0px 24px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin-top: 10px;
    }

    #sec01 .ods-wrap {
        grid-template-columns: 1fr 1fr;
    }

    #sec02 .accordion-content img {
        margin: 0px auto 20px;
    }

    .posts-wrap.type03 .slider-wrap .items-wrap{
        width: 100%!important;
    }

    .posts-wrap.type03 .slider-wrap .items-wrap ul{
        width: 100%!important;
    }

    .posts-wrap.type03 .slider-wrap .nav.next{
        display: none;
    }

    .posts-wrap.type03 .slider-wrap .items-wrap{
        width: 100%!important;
    }

    .posts-wrap.type03 ul {
        width: 100%!important;
    }

    .form {
        margin: 10px 0 7px;
        padding: 20px 15px;
    }

    .form legend {
        font: 16px/21px Avenir-heavy;
        padding-bottom: 15px;
    }

    .form label {
        font: 14px/20px Avenir-light;
    }

    .form h4 {
        font: 16px/20px Avenir-heavy;
        margin-bottom: 10px;
    }

    .form .fields-wrap .row {
        grid-gap: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .form .fields-wrap .row .w50:nth-child(1) {
        grid-column: 1/7;
    }

    .form .fields-wrap input:not([type="checkbox"]), .form .fields-wrap input:not([type="radio"]), .form .fields-wrap select {
        font: 14px/20px Avenir-light;
        padding: 10px 15px;
    }

    .form .fields-wrap .row .w50:nth-child(2) {
        grid-column: 1/7;
    }

    .form .fields-wrap .row .w33:nth-child(2) {
        grid-column: 3/7;
    }

    .form .fields-wrap .row .w33:nth-child(3), .form .fields-wrap .row .w33.elem3 {
        grid-column: 1/7;
    }

    #sec05 .accordion > div:nth-of-type(4) .col1, #sec05 .accordion > div:nth-of-type(4) .col2 {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    #sec05 .accordion > div:nth-of-type(4) h5 {
        font: 16px/21px Avenir-Heavy;
        margin-bottom: 20px;
    }

    .accordion.type02 .btn-toggle, .accordion .btn-toggle{
        padding: 11px 14px 7px;
        background: url(../../img/icons/icon-arrow_up-01.svg) no-repeat center right 10px #88BA08;
    }

    .accordion.type02 .btn-toggle h3 {
        font-size: 15px;
        line-height: 19px;
    }

    #sec05 .accordion .col1, #sec05 .accordion .col2 {
        padding-right: 10px;
        box-sizing: border-box;
    }

}