@charset "UTF-8";

#point + .composite_box01.block_images_2 .inner_item a {
  margin-top: auto;
}

#img4 + .composite_box01 .inner_item:nth-child(2) {
  margin-top: 5rem;
}
#img4 + .composite_box01 .inner_item:nth-child(4) {
  margin-top: 5rem;
}
#img4 + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
@media screen and (max-width: 920px){
  #img4 + .composite_box01 .inner_item:nth-child(2) {
    margin-top: 0;
  }
  #img4 + .composite_box01 .inner_item:nth-child(4) {
    margin-top: 0;
  }
  #img4 + .composite_box01 .inner_item_img img {
    height: auto !important;
  }
}