.notice-card > h2 {
  margin: 0 0 24px;
  color: var(--color-blue, #155994);
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.2;
}

html[data-theme="dark"] .notice-card > h2 {
  color: #fff;
}

.notice-body {
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.notice-body h3 {
  margin: 30px 0 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.notice-body h4 {
  margin: 24px 0 10px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.notice-body p,
.notice-body ul {
  margin: 0 0 18px;
}

.notice-body ul {
  padding-left: 24px;
}

.notice-body li + li {
  margin-top: 8px;
}

.notice-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.notice-lead {
  font-size: 1.2rem;
  font-weight: 700;
}

.notice-body section + section {
  margin-top: 30px;
  padding-top: 12px;
  border-top: 1px solid rgba(100, 130, 155, .35);
}

.notice-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
}

.notice-table-wrap:focus-visible {
  outline: 3px solid #6caf45;
  outline-offset: 3px;
}

.notice-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  text-align: left;
}

.notice-table-wrap th,
.notice-table-wrap td {
  padding: 14px;
  border-bottom: 1px solid rgba(100, 130, 155, .35);
  vertical-align: top;
}

.notice-table-wrap th {
  background: #155994;
  color: #fff;
  font-weight: 700;
}

.notice-table-wrap tbody tr:nth-child(even) {
  background: rgba(100, 130, 155, .08);
}
