@charset "UTF-8";

@media screen and (max-width: 1050px) {
    #menu_link + .width_fixed>.content_wrapper {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 550px) {
    #menu_link + .width_fixed>.content_wrapper{
        max-width: 400px !important;
    }
    #menu_link + .contents_btn01 a{
        min-width:90px;
    }
}
