@charset "UTF-8";

/* アンカーリンク調整(2025/10/31) */
#links + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
#links + .contents_btn01 .content_wrapper>a {
    width: calc((100% - 80px) / 5) !important;
    min-width: initial !important;
    margin: 0;
}
@media only screen and (max-width: 900px) {
    #links + .contents_btn01 .content_wrapper>a {
        width: calc((100% - 20px) / 2) !important;
    }
}