
@charset "UTF-8";

/*画像表示サイズ制限*/
@media (width < 900px){
.contents_box01 .inner_item_img img {
    width: min(100%, 350px) !important;
}
}