
@charset "UTF-8";

.plan_menu_img .img_sp {
    display: none;
    height: 0;
}
@media screen and (max-width: 900px) {
.plan_menu_img .img_pc {
    display: none;
    height: 0;
}
.plan_menu_img .img_sp {
    display: block;
    height: auto;
}
}