@charset "UTF-8";

.composite_box01 .inner_item:nth-of-type(1) {
    display: none;
}

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

.composite_box01 .wrapper_item {
    justify-content: center;
}

a#top_con+div .inner_item:nth-of-type(1) {
      display: unset; 
}
a#top_con+div .inner_item:nth-of-type(2):nth-last-of-type(1) {
      width: 48%;
    margin-left: 4%;
}
a#top_con+div .wrapper_item {
   justify-content: flex-start;
}