@charset "UTF-8";

/*画像サイズ*/
.contents_box01 .inner_item_img img{
    max-width: none !important;
    width: 100% !important;
    object-fit: contain;
    max-height: 340px;
}
