@charset "UTF-8";

/*------------------アンカーリンクボタン調整------------------*/
[id*="menu_btn"] + .contents_btn01 .content_wrapper a {
    width: 200px !important;
}

@media screen and (max-width: 950px) {
[id*="menu_btn"] + .contents_btn01 .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
[id*="menu_btn"] + .contents_btn01 .content_wrapper a {
    width: calc(50% - 32px) !important;
}
}

@media screen and (max-width: 600px) {
[id*="menu_btn"] + .contents_btn01 .content_wrapper {
    flex-direction: column;
    align-items: center;
}
[id*="menu_btn"] + .contents_btn01 .content_wrapper a {
    width: 200px !important;
}
}