@charset "UTF-8";

@media screen and (max-width: 480px) {
a#plan + div .content_wrapper .wrapper_item .inner_item_img img {
        height: 160px !important;
}
}

@media screen and (min-width: 481px) {
a#plan + div .content_wrapper .wrapper_item .inner_item_img img{
        height: 140px !important;
}
}