@charset "UTF-8";


.GC020301ListHead {
	background-color:#e8e8ff;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}
.GC020301ListDetail {
	font-size:10pt;
}
.GC020301ValignMid {
	vertical-align:middle;
}

/* =========================
   注意事項（赤枠）
========================= */
.notice-banner {
  border: 2px solid #d40000;
  background: #ffffff;
  padding: 14px 16px;
  margin: 0 0 20px 0;
  box-sizing: border-box;

  /* ★注意事項はデフォルトで赤文字 */
  color: #d40000;
}

.notice-banner__title {
  font-weight: 700;
  margin: 0 0 6px 0;
}

.notice-banner__lead {
  font-weight: 700;
  margin: 0 0 8px 0;
}

.notice-banner__text {
  margin: 0 0 8px 0;
}

/* 赤文字で下線を引きたい箇所のみ */
.notice-underline {
  text-decoration: underline;
  font-weight: 700;
}

/* =========================
   ※注記（黒文字・下線なし）
========================= */
.notice-banner__list {
  margin: 0;
  padding-left: 18px;
}

.notice-banner__list--black,
.notice-banner__list--black li {
  color: #000000;        /* ★ここで赤を上書き */
  text-decoration: none; /* ★下線も無効化 */
}

.notice-banner__list li {
  margin: 4px 0;
}