
@charset "UTF-8";

#menu_links + .contents_btn01 .content_wrapper a{
    width: 20% !important;
    min-width: initial;
}
@media only screen and (max-width: 900px) {
    #menu_links + .contents_btn01 .content_wrapper a {
        width: 36% !important;
    }
    #menu_links + .contents_btn01 .content_wrapper a:nth-child(-n + 2) {
        margin-bottom: 2rem;
    }
}

/*メニューの順番*/
.widget_menu01 .content_wrapper .inner_item:last-child {
    display: flex;
    flex-direction: column;
}
.widget_menu01.cotents_hide .mbx {
    order: 3;
    margin-top: 2rem;
}
