/* h2要素のアコーディオン 開閉ボタン直下の余白調整対応 */
.accordion-title:has(> .c-title__h2-primary) {
    margin-bottom: 24px;
}
/* h2要素のアコーディオン 開閉ボタン直下にテキストが入る場合 上余白調整対応 */
.accordion-title:has(.c-title__h2-primary)+.accordion-content>.c-text-primary {
    margin-top: 0;
}

/* h3要素のアコーディオン 開閉ボタン直下の余白調整対応 */
.accordion-title:has(> .c-title__h3-primary) {
    margin-bottom: 24px;
}
/* h3要素のアコーディオン 開閉ボタン直下にテキストが入る場合 上余白調整対応 */
.accordion-title:has(.c-title__h3-primary)+.accordion-content>.c-text-primary {
    margin-top: 0;
}

/* 右寄せテキストリンク上の追加余白打消し対応 */
.list:has(+ .c-link-primary) {
    margin-bottom: 0;
}

/* リンク上の余白調整対応 */
/*.contents__lv5>*+.c-link-primary {
    margin-top: 0;
}*/
