@charset "UTF-8";

/*リンクボタンカラム調整*/
@media screen and (max-width: 768px){
    #menu_btn + div .content_wrapper>a{
        width: 230px!important;
    }
}