@charset "UTF-8";

@media screen and (max-width:700px) {
#sp_1column + .block_news_1.add_design3 li,
#sp_1column2 + .widget_gallery01 .wrapper_item .inner_item {
    width: 100%!important;
}

#sp_1column + .block_news_1 li:nth-of-type(2n) {
    margin-left: 0!important;
}

#sp_1column2 + .widget_gallery01 .wrapper_item .inner_item a img {
    height: 60vw!important;
}
}