@charset "UTF-8";

#massage+.contents_box01 .inner_item_img img {
    width: 70% !important;
}

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