@charset "UTF-8";

.composite_box01.block_images_7 .inner_item_txt {
     background: transparent;
}

.composite_box01.block_images_7 .inner_item_img img {
    object-fit: contain;
}

@media screen and (max-width: 700px){
    .composite_box01.block_images_7 .inner_item{
         width: 33.3% !important;
    }

    .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3), .composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1) {
        margin-left: 0 !important;
    }

    .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(5) {
         width: 33.3% !important;
     }
}

@media screen and (max-width: 480px){
.composite_box01.block_images_7 .inner_item, .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3), .composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1), .composite_box01.block_images_7 .inner_item:nth-of-type(n) {
    width: 33.3% !important;
}
}

@media screen and (max-width: 700px) {
  .composite_box01 .wrapper_item {
    justify-content: center;
  }
}