@charset "UTF-8";

/*---- アンカーボタン調整_251107 ----*/
#anchor_btns + .contents_btn01 .content_wrapper>a {
    width: calc(30% - 16px) !important;
}
@media screen and (max-width: 1000px){
    #anchor_btns + .contents_btn01 .content_wrapper>a {
        width: calc(50% - 16px) !important;
    }
}
@media screen and (max-width: 600px){
    #anchor_btns + .contents_btn01 .content_wrapper>a {
        width: calc(100% - 16px) !important;
    }
}