@charset "UTF-8";

#top_1column + div .wrapper_item{
    justify-content: center;
}

#top_1column + div .inner_item{
    width: 60%;
}
@media screen and (max-width:700px){
    #top_1column + div .inner_item{
        width: 80%!important;
        margin-bottom: 0;
   }
}