@charset "UTF-8";

@media screen and (min-width:700px) and (max-width:900px){
#map_img + .contents_box01 .content_wrapper .inner_item_img{
     width:50%;
     margin:0 auto;
}
}
@media screen and (min-width:500px) and (max-width:700px){
#map_img + .contents_box01 .content_wrapper .inner_item_img{
     width:60%;
     margin:0 auto;
}
}