@charset "UTF-8";

/*---Service_アイコン一覧 レイアウト調整---*/
a[id^=service_icon] + .composite_box01 .wrapper_item {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 2.5%;
}
a[id^=service_icon] + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5),
a[id^=service_icon] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
a[id^=service_icon] + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
a[id^=service_icon] + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2),
a[id^=service_icon] + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1) {
  max-width: 100px;
  width: initial !important;
  flex: 1;
  margin-left: initial !important;
}
a[id^=service_icon] + .composite_box01 .inner_item_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
  aspect-ratio: 1/1;
}