@charset "UTF-8";

.iframe_wrap iframe {
  width: 100%;
}

/*----- レイアウト調整(20250115) -----*/
#m02 + .composite_box01 .wrapper_item {
    justify-content: center;
}
#m02 + .composite_box01 .inner_item.empty {
    display: none;
}
@media only screen and (max-width: 1160px) {
    #m02 + .composite_box01.block_images_15 .inner_item {
        flex-direction: row-reverse;
    }
    #m02 + .composite_box01.block_images_15 .inner_item:nth-of-type(2n) {
        flex-direction: row;
    }
}