.active-alert-banner,
.active-alert-page {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

.active-alert-banner {
  flex: none;
  background: #fff4f0;
  border-bottom: 1px solid #e3b6a7;
  color: var(--bdb-text, #243147);
  line-height: 1.6;
}

.active-alert-banner[hidden] { display: none; }
.active-alert-banner__inner { max-width: 1152px; margin: 0 auto; padding: 10px 24px; }
.active-alert-banner p { margin: 0; }
.active-alert-banner__toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 16px; padding-bottom: 5px; font-size: 14px; }
.active-alert-banner__actions { display: flex; align-items: center; gap: 16px; }
.active-alert-banner__close { border: 0; background: transparent; color: #655b5a; font: inherit; min-height: 32px; padding: 4px 0 4px 8px; cursor: pointer; white-space: nowrap; }
.active-alert-banner__close:hover { color: #243147; text-decoration: underline; text-underline-offset: 3px; }
.active-alert-banner__label { color: #a42b1f; font-weight: 700; }
.active-alert-banner__count { margin-left: 8px; color: #5d5660; font-weight: 400; font-variant-numeric: tabular-nums; }
.active-alert-banner__list { list-style: none; margin: 0; padding: 0; }
.active-alert-banner__list > li { border-top: 1px solid #eed7cf; }
.active-alert-banner .active-alert-banner__row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto 12px; align-items: center; gap: 4px 16px; min-height: 44px; padding: 7px 0; text-decoration: none; }
.active-alert-banner__row:hover .active-alert-banner__title { text-decoration-thickness: 2px; }
.active-alert-banner__title { font-size: 15px; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.active-alert-banner__areas { font-size: 14px; overflow-wrap: anywhere; }
.active-alert-banner__areas,
.active-alert-banner__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.active-alert-banner__issued { font-size: 13px; color: #655b5a; white-space: nowrap; }
.active-alert-banner__issued time { margin-right: 4px; }
.active-alert-banner__arrow { font-size: 24px; line-height: 1; }
.active-alert-banner__summary { font-size: 14px; padding-bottom: 5px; overflow-wrap: anywhere; }
.active-alert-banner__pager { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding-top: 6px; font-size: 14px; }
.active-alert-banner__pager button { min-height: 36px; padding: 4px 12px; border: 1px solid #c5aaa0; border-radius: 4px; background: #fff; font: inherit; color: inherit; cursor: pointer; }
.active-alert-banner__pager button:disabled { opacity: .45; cursor: default; }
.active-alert-banner__pager button:hover:not(:disabled) { background: #fce6dd; }
.active-alert-banner a,
.active-alert-page a { color: var(--bdb-brand-navy, #14233f); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.active-alert-banner a:hover,
.active-alert-page a:hover { text-decoration-thickness: 2px; }
.active-alert-banner--unavailable { background: #f1f4f7; border-color: var(--bdb-line, #d9e1ea); }
.active-alert-banner__notice { color: var(--bdb-muted, #5f6f82); font-size: 14px; }
.active-alert-banner--unavailable .active-alert-banner__inner { padding-top: 10px; padding-bottom: 10px; }

.active-alert-page { max-width: 840px; margin: 0 auto; padding: 28px 24px 60px; color: var(--bdb-text, #243147); overflow-wrap: anywhere; }
.active-alert-page__breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; font-size: 14px; margin-bottom: 26px; }
.active-alert-page h1 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; line-height: 1.5; margin: 0 0 14px; }
.active-alert-page h2 { font-size: 18px; line-height: 1.6; font-weight: 700; margin: 28px 0 8px; }
.active-alert-page p { margin: 10px 0; font-size: 16px; line-height: 1.8; }
.active-alert-page .active-alert-page__issued { font-size: 14px; color: var(--bdb-muted, #5f6f82); }
.active-alert-page__issued time { margin-right: 4px; }
.active-alert-page__summary { white-space: pre-line; }
.active-alert-page .active-alert-page__source { border-top: 1px solid var(--bdb-line, #d9e1ea); padding-top: 20px; margin-top: 32px; font-size: 14px; }
.active-alert-page .active-alert-page__note { border-top: 1px solid var(--bdb-line, #d9e1ea); padding-top: 20px; margin-top: 36px; color: var(--bdb-muted, #5f6f82); font-size: 14px; }
.active-alert-list { margin: 20px 0 0; padding: 0; list-style: none; }
.active-alert-list li { padding: 24px 0; border-top: 1px solid var(--bdb-line, #d9e1ea); }
.active-alert-list h2 { margin-top: 0; }

@media (max-width: 640px) {
  .active-alert-banner__inner { padding: 10px 16px; }
  .active-alert-banner .active-alert-banner__row { grid-template-columns: minmax(0, 1fr) auto 10px; gap: 2px 8px; }
  .active-alert-banner__title { grid-column: 1 / 3; }
  .active-alert-banner__areas { grid-column: 1; grid-row: 2; }
  .active-alert-banner__issued { grid-column: 2; grid-row: 2; font-size: 12px; }
  .active-alert-banner__arrow { grid-column: 3; grid-row: 1 / 3; }
  .active-alert-page { padding: 20px 16px 40px; }
}
