@charset "UTF-8";

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