@charset "UTF-8";

#top_banner + .composite_box01 .wrapper_item{
  justify-content:center;
  align-items:center;
  column-gap:30px;
}
#top_banner + .composite_box01 .inner_item{
  width: 180px!important;
}
#top_banner + .composite_box01 .inner_item_img img{
  height:auto !important;
}


@media screen and (max-width: 768px){
#top_banner + .composite_box01 .wrapper_item{
  column-gap:5vw;
}
#top_banner + .composite_box01 .inner_item{
  width: 120px !important;
  margin: 0!important;
}
}