@charset "UTF-8";

@media screen and (max-width: 1060px) and (min-width: 921px) {
.composite_box01 .wrapper_item {
    justify-content: center;
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4), .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3), .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2), .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    width: 48%;
}

.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
}

.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    margin-top: 30px;
}
}
