@charset "UTF-8";

/* アンカーリンクカラム調整(2025/12/05) */
a[id^="link0"] + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
a[id^="link0"] + .contents_btn01 .content_wrapper>a {
    width: calc((100% - 20px) / 3) !important;
    max-width: 250px;
    margin: 0;
}
@media only screen and (max-width: 700px) {
    a[id^="link0"] + .contents_btn01 .content_wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    a[id^="link0"] + .contents_btn01 .content_wrapper>a {
        width: 100% !important;
        max-width: 100%;
    }
}

/* 関連ページ調整(2025/12/05) */
.contents_related {
  background: #D6C6AF;
}
.contents_related_tags {
  background: #EAE8E6;
  padding-top: 60px;
}