@charset "UTF-8";

#com + .contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 100% !important;
    box-shadow: -20px 20px 0 0 rgb(119 136 153 / 70%);
}
@media screen and (max-width: 768px) {
#com + .contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 85% !important;
    box-shadow: -16px 15px 0 0 rgb(119 136 153 / 70%);
}
}