@charset "UTF-8";

#top_2 + .composite_box01 .inner_item:nth-of-type(2){
   display:none;
}
#top_2 + .composite_box01 .inner_item:nth-of-type(1){
   width:100%;
}

@media screen and (max-width: 700px) {
#top_2 + div .inner_item {
    width: 100%!important;
}
}