@charset "UTF-8";

   #greeting_img + .contents_box01.w50 .inner_item_img {
    flex-basis: 50%;
    max-width: 45%;
}
@media screen  and (min-width:769px) and (max-width:900px){
   #greeting_img + .contents_box01 .inner_item_img img {
    width: 55% !important;
}
}
@media screen and (min-width:500px) and (max-width:769px){
   #greeting_img + .contents_box01 .inner_item_img img {
    width: 67% !important;
}
}