@charset "UTF-8";

/*--- アンカーリンクレイアウト調整(2025/09/30) ---*/
a[id^="a0"] + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
a[id^="a0"] + .contents_btn01 .content_wrapper>a {
    margin: 0;
}
@media only screen and (max-width: 700px) {
    a[id^="a0"] + .contents_btn01 .content_wrapper {
        flex-direction: column;
    }
}