@charset "UTF-8";

@media screen and (max-width: 700px) {
    #point + div .inner_item {
        width: 100% !important;
        margin-left: 0 !important;
    }
}