@charset "UTF-8";

/*block_images_14*/
.composite_box01.block_images_14 .inner_item_img img{
	max-width: 120px;
	height: auto!important;
}
.composite_box01.block_images_14 .inner_item.empty{
	display: none;
}

/*img_s*/
#img_s+div .inner_item .inner_item_img img{
	object-fit: contain;
}
#img_s+div .inner_item:nth-of-type(2) .inner_item_img{
	max-width: 300px;
}
@media screen and (max-width: 480px){
	#img_s+div .inner_item:nth-of-type(1) .inner_item_img{
		max-width: 300px;
	}
}