@charset "UTF-8";

/*--- レイアウト調整(2025/08/25) ---*/
a[id^="menu-links"] + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
a[id^="menu-links"] + .contents_btn01 .content_wrapper a {
    width: calc((100% - 60px) / 4) !important;
    min-width: initial;
    margin: 0;
}
@media only screen and (max-width: 700px) {
    a[id^="menu-links"] + .contents_btn01 .content_wrapper {
        flex-wrap: wrap;
    }
    a[id^="menu-links"] + .contents_btn01 .content_wrapper a {
        width: calc((100% - 20px) / 2) !important;
    }
}