@charset "UTF-8";

[id^="business"]  + div .wrapper_item a,
[id^="business"]  + div .wrapper_item a .inner_item_img,
[id^="business"]  + div .wrapper_item a img,
[id^="business"]  + div .wrapper_item .inner_item_txt{
  border-radius: 10px;
}
#business1 + div .wrapper_item .inner_item:nth-child(2) a{
  background-color: #22aed1;
  opacity: 0.2;
}
#business1 + div .wrapper_item .inner_item:nth-child(3) a{
  background-color: #eff6ee;
}
#business2 + div .wrapper_item .inner_item:nth-child(1) a{
  background-color: #001536;
  opacity: 0.2;
}
#business2 + div .wrapper_item .inner_item:nth-child(2) a{
  background-color: #950952;
  opacity: 0.1;
}

#business1 + div .wrapper_item .inner_item:nth-child(2) .inner_item_txt,
#business1 + div .wrapper_item .inner_item:nth-child(3) .inner_item_txt,
#business2 + div .wrapper_item .inner_item:nth-child(1) .inner_item_txt,
#business2 + div .wrapper_item .inner_item:nth-child(2) .inner_item_txt{
      background: rgba(0, 0, 0, 0);
}
#business1 + div .wrapper_item .inner_item:nth-child(2) .inner_item_txt h3.h,
#business1 + div .wrapper_item .inner_item:nth-child(3) .inner_item_txt h3.h,
#business2 + div .wrapper_item .inner_item:nth-child(1) .inner_item_txt h3.h,
#business2 + div .wrapper_item .inner_item:nth-child(2) .inner_item_txt h3.h{
     color: #001536 !important;
}

@media screen and (max-width: 700px) {
#business1+ .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
#business1+ .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
#business1+ .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1),
#business2+ .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
#business2+ .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
#business2+ .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) {
        height: 30vw;
    }
}