@charset "UTF-8";

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #sv5 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
    #sv5 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
    #sv5 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
    #sv5 + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
          width: 49%;
    }
    #sv5 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
    #sv5 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3) {
          padding-bottom: 40px;
    }
    #sv5 + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 2% !important;
    }
    #sv5 + .composite_box01 .inner_item:nth-of-type(odd) {
        margin-left: 0 !important;
    }
}