@charset "UTF-8";

@media screen and (max-width: 920px) and (min-width: 481px){
#column_3 + .composite_box01.block_images_14 .wrapper_item{
  gap:3rem !important;
}

#column_3 + .composite_box01.block_images_14:not(.no_responsive) .inner_item{
  width: calc(50% - 3rem * 1 / 2) !important;
}

#column_3 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),#column_3 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2), #column_3 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
  margin-left: 0 !important;
}

#column_3 + .composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
#column_3 +.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2){
  margin-bottom: 0 !important;
}
}