@charset "UTF-8";

/*--代表メーセージ画像サイズ調整_250521--*/
@media screen and (max-width: 900px) {
    #message + .contents_box01 .inner_item_img img{
        width: 400px!important;
        max-width: 100%!important;
    }
}