@charset "UTF-8";

@media screen and (max-width: 900px) {
#flow  + div .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    object-fit: contain;
}
}

.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;
}
}