@charset "UTF-8";

/*--- 画像最大サイズ設定(2025/03/18) ---*/
@media screen and (max-width: 900px) {
    a[id*="flow"] + section.contents_box01 .inner_item_img img {
        max-height: 250px;
        object-fit: contain;
    }
}