@charset "UTF-8";

#anchorLinks + div.contents_btn01 .content_wrapper {
display: flex;
justify-content: center;
}
#anchorLinks + div.contents_btn01 .content_wrapper a {
width: 30%!important;
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 768px) {
#anchorLinks + div.contents_btn01 .content_wrapper {
flex-wrap: wrap;
}
#anchorLinks + div.contents_btn01 .content_wrapper a {
width: 42%!important;
}
}

@media screen and (max-width: 480px) {
#anchorLinks + div.contents_btn01 .content_wrapper a {
width: 100%!important;
}
}