
@charset "UTF-8";

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