@charset "UTF-8";

@media screen and (min-width:600px) and (max-width:900px){
 #greeting_img + .contents_box01 .inner_item_img img {
    width: 60% !important;
}
}
@media screen and (min-width:450px) and (max-width:600px){
 #greeting_img + .contents_box01 .inner_item_img img {
    width: 70% !important;
}
}