@charset "UTF-8";

/* ---バナーパーツスタイル調整--- */
#top_banner + .composite_box01 .inner_item {
  margin-left: 3.5%;
  width: 31%;
}
#top_banner + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
#top_banner + .composite_box01 .wrapper_item {
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #top_banner + .composite_box01 .wrapper_item {
    flex-direction: column;
    align-items: center;
  }
  #top_banner + .composite_box01 .inner_item {
    margin-left: 0 !important;
    width: 100%;
  }
  #top_banner + .composite_box01 .inner_item_img img {
    min-height: 100px;
  }
}
