@charset "UTF-8";

[id^=kizuna] + .composite_box01 .inner_item_img {
  position: relative;
}
[id^=kizuna] + .composite_box01 .inner_item_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
#kizuna1 + .composite_box01.block_images_10 .inner_item {
  max-width: 33.3333%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #kizuna2 + .composite_box01.block_images_10 .inner_item {
     max-width: 50%;
     width: 100%;
  }
  #kizuna3 + .composite_box01.block_images_10 .inner_item {
     max-width: 50%;
     width: 100%;
  }
}

.heading.block_header_2 .h {
    font-size: 26px;
    font-weight: 600;
    color: #003880;
}
@media screen and (max-width: 800px) {
.heading.block_header_2 .h {
    font-size: 2.0rem!important;
}
}