@charset "UTF-8";

#anchors + .contents_btn01 .content_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
#anchors + .contents_btn01 .content_wrapper a {
    width: calc(100% / 3 - 20px * 2 / 3) !important;
    margin: 0;
    min-width: initial;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    #anchors + .contents_btn01 .content_wrapper a {
        width: calc(100% / 2 - 20px * 1 / 2) !important;
    }
}
@media screen and (max-width: 374px) {
     #anchors + .contents_btn01 .content_wrapper {
        gap: 10px;
    }
    #anchors + .contents_btn01 .content_wrapper a {
        width: calc(100% / 2 - 10px * 1 / 2) !important;
    }
     #anchors + .contents_btn01 a span:not(.admin_edit_link) {
        padding: 13px 20px 13px;
    }
}