@charset "UTF-8";

@media screen and (min-width:700px) and (max-width:900px){
 #top_img + .contents_box01 .inner_item_img img {
    width: 45% !important;
}
}
@media screen and (min-width:500px) and (max-width:700px){
 #top_img + .contents_box01 .inner_item_img img {
    width: 55% !important;
}
}