@charset "UTF-8";

@media screen and (max-width: 900px) {
.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 48%;
}
.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2), 
.composite_box01:not(.no_responsive) .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: 31%;
}
}