@charset "UTF-8";

/* アンカーリンク調整(2026/02/02) */
a[id^="links0"] + .contents_btn01 {
    overflow: visible;
}
a[id^="links0"] + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
a[id^="links0"] + .contents_btn01 .content_wrapper a {
    width: calc((100% - 40px) / 3);
    margin: 0 !important;
}
@media only screen and (max-width: 700px) {
    a[id^="links0"] + .contents_btn01 .content_wrapper a {
        width: calc((100% - 20px) / 2);
    }
}