@charset "UTF-8";

#top_img + .contents_box01.w40 .inner_item_img {
    max-width: 450px;
}
@media screen and (max-width:900px){
#top_img + .contents_box01.w40 .inner_item_img {
    max-width: 350px !important;
}
}
@media screen and (max-width:500px){
#top_img + .contents_box01.w40 .inner_item_img {
    max-width: 70% !important;
    min-width: 250px;
}
}