/* ISSH 専用: データ先頭の見出し (タイトルと同じフォント・サイズで差別化) */
.issh-prefix-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #0f1c2e;
  border-left: 3px solid #b8860b;
  padding-left: 10px;
  margin: 4px 0 12px;
  font-weight: 700;
}

/* 男女区分への注記スタイル */
.gender-note {
  margin-left: 4px;
  font-size: 0.88em;
  color: #555;
}

/* ISSH: 入試情報タブ内の注意点ボックス */
.exam-issh-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #fff8e7;
  border-left: 3px solid #b8860b;
  border-radius: 4px;
}
.exam-issh-note .exam-issh-note-label {
  margin: 0 0 6px;
  color: #6b4f00;
  font-size: 0.95em;
}
.exam-issh-note p {
  margin: 0;
  line-height: 1.7;
}
