@charset "UTF-8";

@media screen and (max-width:768px) {
#feature_image + section.contents_box01 .inner_item_img img {
    max-width: none !important;
    object-fit: cover;
    height: 150px;
}

}


