@charset "UTF-8";

@media screen and (max-width: 900px) {
.contents_box01 .inner_item_img img {
    max-height: 600px;
    object-fit: contain;
}
}