.emergency-information {
  padding: 28px 0 30px;
  border-bottom: 1px solid #e3c5c6;
  background: linear-gradient(180deg, #b51f24 0%, #d86468 38%, #f3d9da 72%, #fff 100%);
}

.emergency-information-label {
  margin: 0 0 10px;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.emergency-information-list {
  display: grid;
  gap: 12px;
}

.emergency-information-list article {
  padding: 22px 24px;
  border: 1px solid #e4c5c6;
  border-left: 5px solid #b51f24;
  box-shadow: 0 10px 28px rgba(91, 21, 24, .07);
  background: rgba(255, 255, 255, .96);
}

.emergency-information-list h2 {
  margin: 0 0 8px;
  color: #b51f24;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.5;
}

.emergency-information-list article p {
  margin: 0;
  color: #111;
  font-size: .82rem;
  line-height: 1.9;
  white-space: pre-line;
}

.announcement-information {
  padding: 28px 0 30px;
  border-bottom: 1px solid #cfd3d5;
  background: #172026;
}

.announcement-information-label {
  margin: 0 0 10px;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.announcement-information-list {
  display: grid;
  gap: 12px;
}

.announcement-information-list article {
  padding: 22px 24px;
  border: 1px solid #cfd3d5;
  border-left: 5px solid #172026;
  box-shadow: 0 10px 28px rgba(23, 32, 38, .09);
  background: rgba(255, 255, 255, .96);
}

.announcement-information-list h2 {
  margin: 0 0 8px;
  color: #172026;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.5;
}

.announcement-information-list article p {
  margin: 0;
  color: #111;
  font-size: .82rem;
  line-height: 1.9;
  white-space: pre-line;
}

@media (max-width: 600px) {
  .emergency-information,
  .announcement-information {
    padding: 20px 0 22px;
  }

  .emergency-information-list article,
  .announcement-information-list article {
    padding: 18px;
  }
}

.explore-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 0;
}

.explore-action {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform .25s, box-shadow .25s;
}

.explore-action:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(24, 32, 38, .1);
}

.explore-action-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 28px;
  border-right: 1px solid var(--line);
  color: #aeb7bc;
  font-family: Georgia, serif;
  font-size: 1rem;
}

.explore-action-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 34px 36px 30px;
}

.explore-action-copy > span {
  color: var(--red);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.explore-action-copy h3 {
  margin: 13px 0 12px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.explore-action-copy p {
  max-width: 410px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: .78rem;
}

.explore-action-copy b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: .7rem;
}

.explore-action-copy i {
  color: var(--red);
  font-size: 1rem;
  font-style: normal;
}

.archive-action {
  background: #172026;
  color: #fff;
}

.archive-action .explore-action-number {
  border-color: rgba(255, 255, 255, .13);
  color: #718089;
}

.archive-action .explore-action-copy > span,
.archive-action .explore-action-copy i {
  color: #ef9296;
}

.archive-action .explore-action-copy p {
  color: #b7c1c6;
}

.archive-action .explore-action-copy b {
  border-color: rgba(255, 255, 255, .13);
}

.offer-action::after {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 150px;
  height: 150px;
  border: 28px solid #f7e8e9;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.schedule-showcase {
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  background: #f7f8f8;
  box-shadow: 0 18px 48px rgba(24, 32, 38, .08);
}

.schedule-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  padding: 30px 36px;
  background: #172026;
  color: #fff;
}

.schedule-showcase-head > div > span {
  color: #ef9296;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.schedule-showcase-head h3 {
  margin: 5px 0 7px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.schedule-showcase-head h3 b {
  color: #ef9296;
  font-family: inherit;
  font-size: .68rem;
  letter-spacing: .14em;
}

.schedule-showcase-head p {
  max-width: 670px;
  margin: 0;
  color: #bac4c9;
  font-size: .75rem;
}

.schedule-showcase-head > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: .68rem;
  font-weight: 800;
}

.schedule-showcase iframe {
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
  background: #f7f8f8;
}

@media (max-width: 800px) {
  .explore-actions {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .explore-action {
    grid-template-columns: 62px 1fr;
    min-height: 230px;
  }

  .explore-action-copy {
    padding: 28px 24px 25px;
  }

  .schedule-showcase-head {
    display: block;
    padding: 25px 23px;
  }

  .schedule-showcase {
    margin-bottom: 26px;
  }

  .schedule-showcase-head > a {
    display: inline-block;
    margin-top: 18px;
  }

  .schedule-showcase iframe {
    height: 560px;
  }
}

.latest-showcase {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f7f8f8;
  box-shadow: 0 18px 48px rgba(24, 32, 38, .08);
}

.latest-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  padding: 30px 36px;
  background: #172026;
  color: #fff;
}

.latest-showcase-head > div > span {
  color: #ef9296;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.latest-showcase-head h3 {
  margin: 5px 0 7px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.latest-showcase-head h3 b {
  color: #ef9296;
  font-family: inherit;
  font-size: .68rem;
  letter-spacing: .14em;
}

.latest-showcase-head p {
  max-width: 670px;
  margin: 0;
  color: #bac4c9;
  font-size: .75rem;
}

.latest-showcase-head > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: .68rem;
  font-weight: 800;
}

.latest-showcase iframe {
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
  background: #f7f8f8;
}

@media (max-width: 800px) {
  .latest-showcase-head {
    display: block;
    padding: 25px 23px;
  }

  .latest-showcase-head > a {
    display: inline-block;
    margin-top: 18px;
  }

  .latest-showcase iframe {
    height: 560px;
  }
}

.social-section {
  padding: 82px 0;
  background: #edf0f0;
}

.social-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 27px;
}

.social-heading h2 {
  margin: 5px 0 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
}

.social-heading > p {
  max-width: 500px;
  margin: 0;
  color: #68747a;
  font-size: .76rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.social-card {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d5dbdd;
  background: #fff;
  color: #172026;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}

.social-card:hover {
  transform: translateY(-4px);
  border-color: #b9c2c6;
  box-shadow: 0 15px 35px rgba(24, 32, 38, .1);
}

.social-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #172026;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: -.03em;
}

.social-mark img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.social-card small {
  display: block;
  margin-bottom: 3px;
  color: #79858a;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.social-card strong {
  display: block;
  overflow: hidden;
  font-size: .86rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.social-card p {
  margin: 3px 0 0;
  color: #68747a;
  font-size: .66rem;
}

.social-card > b {
  color: #b51f24;
  font-size: 1.15rem;
}

.social-instagram .social-mark {
  background: linear-gradient(135deg, #6542d5, #d62e83 55%, #f29b37);
}

.social-youtube .social-mark {
  border: 1px solid #e3e6e8;
  background: #fff;
}

.social-note .social-mark {
  border: 1px solid #e3e6e8;
  background: #fff;
}

.social-youtube .social-mark img {
  width: 37px;
  height: 32px;
}

.social-note .social-mark img {
  width: 43px;
  height: auto;
}

@media (max-width: 760px) {
  .social-section {
    padding: 58px 0;
  }

  .social-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .social-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px 16px;
  }

  .social-mark {
    width: 48px;
    height: 48px;
  }
}

.community-action {
  background:
    linear-gradient(135deg, #fff 0%, #fff8f8 48%, #eef6fb 100%);
}

.community-action::after {
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 156px;
  height: 156px;
  border: 30px solid rgba(181, 31, 36, .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.community-action .explore-action-number {
  border-color: rgba(181, 31, 36, .18);
  color: var(--red);
}

.community-action .explore-action-copy > span,
.community-action .explore-action-copy i {
  color: var(--red);
}

.home-community {
  padding: 36px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.home-community-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 220px;
  padding: 36px 40px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 28%),
    linear-gradient(135deg, rgba(181,31,36,.96), rgba(23,32,38,.96) 54%, rgba(30,119,183,.86));
  color: #fff;
  box-shadow: 0 20px 56px rgba(23,32,38,.16);
}

.home-community-card::after {
  position: absolute;
  right: -72px;
  bottom: -118px;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 32px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.home-community-copy,
.home-community-actions {
  position: relative;
  z-index: 1;
}

.home-community-copy h2 {
  margin: 7px 0 10px;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", YuGothic, "Noto Sans JP", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: .04em;
}

.home-community-copy p {
  max-width: 760px;
  margin: 0;
  color: #e7eef2;
  font-size: .84rem;
}

.home-community-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.home-community-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 260px;
  min-height: 62px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  transition: transform .2s, box-shadow .2s;
}

.home-community-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.home-community-sub {
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.64);
}

@media (max-width: 800px) {
  .home-community {
    padding: 28px 0;
  }

  .home-community-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .home-community-actions {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .home-community-primary {
    width: 100%;
    min-width: 0;
  }
}

.home-site-stats {
  padding: 34px 0;
  background: #f7f8f8;
  border-bottom: 1px solid var(--line);
}

.home-site-stats-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.home-site-stats-head h2 {
  margin: 5px 0 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: .06em;
}

.home-site-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  border: 0;
  background: transparent;
}

.home-site-stats-grid div {
  min-width: 0;
  padding: 22px 20px 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.home-site-stats-grid dt {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.home-site-stats-grid dd {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: #172026;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.home-site-stats-grid dd span {
  color: var(--red);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 900;
}

@media (max-width: 860px) {
  .home-site-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-site-stats {
    padding: 26px 0;
  }

  .home-site-stats-head {
    display: block;
  }

  .home-site-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-site-stats-grid div {
    padding: 18px 17px;
  }
}


.home-popular {
  padding: 34px 0 58px;
  background: #f7f8f8;
}

.home-popular-card {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-popular-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
  padding: 0;
  border-bottom: 0;
}

.home-popular-head h2 {
  margin: 5px 0 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: .06em;
}

.home-popular-head p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.9;
}

.home-popular-frame {
  overflow: visible;
  background: transparent;
}

.home-popular-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 2;
  align-items: end;
  gap: 6px;
  margin: 0 0 -2px;
}

.home-popular-tabs button {
  position: relative;
  min-height: 52px;
  border: 1px solid var(--line);
  border-bottom-color: var(--red);
  border-radius: 8px 8px 0 0;
  background: #fafbfb;
  color: #24313a;
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
}

.home-popular-tabs button:hover,
.home-popular-tabs button:focus-visible {
  background: #f2e5e6;
}

.home-popular-tabs button.is-active {
  z-index: 4;
  min-height: 58px;
  border: 2px solid var(--red);
  border-bottom-color: #172026;
  background: #172026;
  color: #fff;
  outline: 0;
  box-shadow: 0 -2px 0 #172026 inset;
}

.home-popular-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--red);
  background: #fff;
}

.home-popular-item {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 132px;
  background: #fff;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
}

.home-popular-item:hover {
  z-index: 2;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(24, 32, 38, .12);
}

.home-popular-thumb {
  position: relative;
  width: 112px;
  height: 132px;
  overflow: hidden;
  background: #dfe4e6;
}

.home-popular-rank {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 34px;
  padding: 5px 8px;
  background: #ffd84d;
  color: #111;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  box-shadow: inset 0 0 0 2px #111, 0 8px 18px rgba(0, 0, 0, .22);
}

.home-popular-views {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  background: rgba(23, 32, 38, .92);
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
}

.home-popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-popular-copy {
  min-width: 0;
  padding: 18px 18px 16px;
}

.home-popular-copy small {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 8px;
  color: var(--red);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}

.home-popular-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #172026;
  font-size: .93rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-popular-copy span {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.65;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-popular-copy em {
  display: inline-flex;
  margin-top: 10px;
  color: #8a1f24;
  font-size: .62rem;
  font-style: normal;
  font-weight: 900;
}

.home-popular-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 26px;
  background: #fff;
  color: var(--muted);
  font-size: .78rem;
}

@media (max-width: 980px) {
  .home-popular-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-popular {
    padding: 26px 0 42px;
  }

  .home-popular-head {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .home-popular-head p {
    margin-top: 12px;
  }

  .home-popular-tabs {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
  }

  .home-popular-tabs button {
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 0;
  }

  .home-popular-tabs button:first-child {
    border-radius: 8px 8px 0 0;
  }

  .home-popular-tabs button.is-active {
    min-height: 50px;
    border: 2px solid var(--red);
    background: #172026;
    color: #fff;
    box-shadow: none;
  }

  .home-popular-panel {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .home-popular-item {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 124px;
  }

  .home-popular-thumb {
    width: 104px;
    height: 124px;
  }

  .home-popular-copy {
    padding: 15px 16px 14px;
  }
}

.home-columns{padding:48px 0 54px;background:#fff;border-top:1px solid var(--line)}
.home-columns-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.home-columns-heading h2{margin:5px 0 0;font-family:"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;font-size:clamp(1.65rem,2.5vw,2.25rem);font-weight:600;letter-spacing:.06em}
.home-column-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-column-card{display:grid;grid-template-rows:auto 1fr;min-height:100%;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 8px 22px rgba(24,32,38,.045);transition:transform .2s,box-shadow .2s}
.home-column-card:hover,.home-column-card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(24,32,38,.075);outline:0}
.home-column-card>img{display:block;width:100%;aspect-ratio:5/3;object-fit:cover;background:#e8ecee}
.home-column-card.no-cover{grid-template-rows:1fr;border-top:4px solid var(--red)}
.home-column-card.no-cover>div{padding-top:20px}
.home-column-card>div{display:flex;flex:1;flex-direction:column;padding:15px 16px 16px}
.home-column-card span{color:var(--red);font-size:.56rem;font-weight:900;letter-spacing:.06em}
.home-column-card h3{margin:7px 0 6px;font-size:.9rem;line-height:1.5}
.home-column-card p{margin:0 0 12px;color:var(--muted);font-size:.7rem;line-height:1.65}
.home-column-card b{margin-top:auto;color:var(--red);font-size:.66rem}
@media(max-width:900px){.home-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-columns-heading{display:block}.home-columns-heading .text-link{display:inline-block;margin-top:10px}}
@media(max-width:620px){.home-column-grid{grid-template-columns:1fr}.home-columns{padding:42px 0 48px}}

.emergency-information-link{display:inline-flex;align-items:center;gap:7px;min-height:40px;margin-top:15px;padding:0 15px;border:1px solid var(--red);background:var(--red);color:#fff;text-decoration:none;font-size:.72rem;font-weight:900;transition:background .15s,color .15s}.emergency-information-link:after{content:"→";font-size:.85em}.emergency-information-link:hover,.emergency-information-link:focus-visible{background:#fff;color:var(--red);outline:2px solid rgba(181,31,36,.2);outline-offset:2px}

.emergency-information-list p .emergency-inline-link{color:#9f151a;font-weight:900;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.emergency-information-list p .emergency-inline-link:hover,.emergency-information-list p .emergency-inline-link:focus-visible{color:#5f0b0e;outline:2px solid rgba(181,31,36,.18);outline-offset:2px}
