/* お知らせ全体 */
.notice {
  max-width: 1160px;
  padding: 8px 24px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 6px solid #fbbf24;
  border-radius: 8px;
  line-height: 1.8;
  box-sizing: border-box;
}

/* お知らせタイトル */
.notice-title {
  margin: 0 0 8px;
  color: #78350f;
  font-size: 17px;
  font-weight: bold;
}

/* 本文 */
.notice-body {
  margin: 0 0 8px;
  color: #222;
  font-size: 15px;
  line-height: 1.35;
}

/* 通常お知らせリンク部分 */
.notice-link {
  padding-top: 8px;
  font-size: 15px;
}

.notice-date {
  margin-right: 4px;
  color: #92400e;
  font-weight: bold;
}

.notice a {
  color: #005bac;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.notice a:hover {
  text-decoration-thickness: 2px;
}
