@charset "UTF-8";

.composite_box01 .wrapper_item {
    justify-content: center;
}
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 50%;
    margin-left: 0;
}