@charset "UTF-8";

/*--代表挨拶の画像サイズ調整--*/
#lower_message + section .content_wrapper .inner_item_img a img{
  max-width: 400px!important;
}

@media screen and (max-width:500px){
  #lower_message + section .content_wrapper .inner_item_img a img{
    max-width: 250px!important;
  }
}

