@charset "UTF-8";

@media screen and (min-width: 701px) {
    #c3 + .composite_box01.block_images_7 .inner_item {
        width: calc(47% - 10px);
    }
}
@media screen and (max-width: 700px) {
    #c3 + .composite_box01.block_images_7 .inner_item {
        width: 100% !important;
    }
}