@charset "UTF-8";
/* ==========================================
   数字で見るLE ページ固有スタイル
   ========================================== */
/* カード */
.numbers-card {
  display: flex;
  gap: 24px;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.numbers-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .numbers-card__title {
    font-size: 18px;
  }
}
.numbers-card__date {
  font-size: 13px;
  color: #666666;
  margin: 0 0 24px;
}
.numbers-card__chart-area {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .numbers-card__chart-area {
    flex-direction: column;
  }
}
.numbers-card__chart {
  width: 100%;
  height: 280px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .numbers-card__chart {
    height: 220px;
  }
}
.numbers-card__chart--bar {
  height: 60px;
}
@media (max-width: 480px) {
  .numbers-card__chart--bar {
    height: 50px;
  }
}
.numbers-card__chart-area .numbers-card__chart {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.numbers-card__big-figure {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 28px;
}
.numbers-card__big-value {
  font-size: 72px;
  font-weight: 700;
  color: #006637;
  line-height: 1;
}
@media (max-width: 768px) {
  .numbers-card__big-value {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .numbers-card__big-value {
    font-size: 48px;
  }
}
.numbers-card__big-unit {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 480px) {
  .numbers-card__big-unit {
    font-size: 18px;
  }
}
.numbers-card__station-list {
  list-style: none;
  margin: 12px 0 28px;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.numbers-card__station {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 24px;
  background: #f9f5ef;
  border-radius: 8px;
  min-width: 110px;
}
.numbers-card__station-area {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.numbers-card__station-value {
  font-size: 40px;
  font-weight: 700;
  color: #006637;
  line-height: 1;
}
@media (max-width: 480px) {
  .numbers-card__station-value {
    font-size: 32px;
  }
}
.numbers-card__station-unit {
  font-size: 12px;
  color: #666666;
}
.numbers-card__stats {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.numbers-card__stat {
  display: flex;
  flex-direction: column;
}
.numbers-card__stat-label {
  font-size: 12px;
  color: #666666;
  margin-bottom: 2px;
}
.numbers-card__stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
}
.numbers-card__stat-value::after {
  content: "歳";
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}
.numbers-card__description {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin: 0;
}
@media (max-width: 768px) {
  .numbers-card {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .numbers-card {
    padding: 24px 16px;
    gap: 16px;
  }
}

/*# sourceMappingURL=numbers.css.map */
