@charset "UTF-8";

/* アンカーリンク */
a[id^="anchors"]+div .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
a[id^="anchors"]+div .content_wrapper>a {
    width: calc(100% / 4 - 1rem * 3 / 4) !important;
    min-width: initial;
    margin: 0;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
a[id^="anchors"]+div .content_wrapper>a {
    width: calc(100% / 2 - 1rem * 1 / 2) !important;
}
}
@media screen and (max-width: 374px){
a[id^="anchors"]+div .content_wrapper>a {
    width: 100% !important;
}
}