@charset "UTF-8";

/* =========================================================
   受験お役立ち記事（single-information）専用スタイル
   ※ single_base.css は7テンプレート共通のため、このファイルは
     body.single-information にスコープして上書きする
========================================================= */

/* ---------------------------------------------------------
   旧 --primary(#40bfb0) → リニューアルカラーへ差し替え
   （single_base.css の該当箇所を上書き）
--------------------------------------------------------- */

/* 本文リンク */
body.single-information .single-news-contents p a,
body.single-information .single-news-contents figcaption a {
	color: var(--bg-blue_renewal);
}

/* h2 の左ボーダー */
body.single-information .single-news-contents h2 {
	border-left-color: var(--tertiary_renewal);
}

/* 記事内目次 */
body.single-information .inner-mokuji-wrap {
	border-color: var(--bg-blue_renewal);
}

body.single-information .mokuji-icon-bg {
	background: var(--primary_renewal);
}

body.single-information .mokuji-ul-list > li a {
	color: var(--bg-blue_renewal);
}

/* パンくず・「受験お役立ち記事に戻る」 */
body.single-information .pankuzu-wrap a,
body.single-information .topic-backlink,
body.single-information .topic-backlink:hover {
	color: var(--bg-blue_renewal);
}

/* SP用の関連記事リンク */
body.single-information .single-news-relations-sp a,
body.single-information .single-news-relations-sp p {
	color: var(--bg-blue_renewal);
}

/* カテゴリバッジ（白文字が乗るため tertiary を使用） */
body.single-information .text-cat {
	background: var(--tertiary_renewal);
}

/* 記事本文エリア：サイドバーのカードと角丸を揃える */
body.single-information .singe-news-content {
	border-radius: 8px;
}
