/* ========================================
   セクション: S10_対応エリア
   Figma node: 1038:5122 / 393×1455
   ======================================== */

.area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 16px;
  gap: 40px;
}

/* ── 見出し ── */
.area-heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.area-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 27px;
  background: #0F3460;
  border-radius: 20px;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
}

.area-sub-highlight {
  font-weight: 700;
  color: #f1c40f;
}

.area-heading {
  font-family: var(--font-jp);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #0F3460;
  text-align: center;
}

/* ── コンテンツ（地図+リスト） ── */
.area-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.area-map {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 都道府県カード ── */
.area-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.area-card {
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.area-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 0;
  background: #0F3460;
}

.area-card-header-text {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

/* ── サブリージョン ── */
.area-region {
  padding: 14px 16px;
  border-bottom: 1px solid #BFCAD8;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.area-region:last-child {
  border-bottom: none;
}

.area-region-title {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0F3460;
}

.area-region-list {
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* ── 注記 ── */
.area-note {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  text-align: center;
}
