
@charset "UTF-8";

/*------------------アンカーリンク調整------------------*/
#anchor+div .content_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#anchor+div .content_wrapper a {
    width: calc(100% / 3 - 24px) !important;
}
@media screen and (max-width: 900px) {
    #anchor+div .content_wrapper a {
        width: calc(100% / 2 - 24px) !important;
        min-width: 120px;
        margin-left: 4px;
        margin-right: 4px;
    }
    #anchor+div .content_wrapper a span {
        font-size: min(3vw,1.5rem);
        padding: 12px 10px 10px;
    }
}