@charset "UTF-8";

@media screen and (min-width:601px) and ( max-width:900px){
    .contents_box01 .inner_item_img img {
        width: 50% !important;
    }
}

@media screen and (max-width: 600px){
    .contents_box01 .inner_item_img img {
        width: 70% !important;
    }
}