@charset "UTF-8";
#cta-6a2a551a8729c301b8ffb89f {
  /* ---------------------------------------------
    厚生労働省コラム　表
    作成日：2026-06-11
    作成者：白波瀬結花
  --------------------------------------------- */
  /* -------------------------
     エリア見出し
  ------------------------- */
  /* -------------------------
     リスト
  ------------------------- */
  /* -------------------------
     バー
  ------------------------- */
  /* 全国平均ライン */
  /* -------------------------
     数値
  ------------------------- */
  /* -------------------------
     注釈
  ------------------------- */
  /* -------------------------
     SP
  ------------------------- */
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-section {
  margin: 40px 0;
  padding: 24px;
  background: #f4f8fb;
  border: 2px solid #3399cc;
  border-radius: 16px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-section h3 {
  margin: 0 0 10px;
  color: #3399cc;
  font-size: 24px;
  font-weight: 700;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-lead {
  margin-bottom: 20px;
  line-height: 1.8;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-average {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px;
  background: #fff;
  border-radius: 10px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-average strong {
  color: #3399cc;
  font-size: 22px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-area-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 10px;
  color: #3399cc;
  font-size: 18px;
  font-weight: 700;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-area-title::before {
  content: "";
  width: 6px;
  height: 18px;
  background: #3399cc;
  border-radius: 999px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-list {
  display: grid;
  gap: 12px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-item > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#cta-6a2a551a8729c301b8ffb89f .pref {
  font-weight: 700;
}
#cta-6a2a551a8729c301b8ffb89f .bar-wrap {
  position: relative;
  height: 16px;
  background: #dcecf5;
  border-radius: 999px;
  overflow: hidden;
}
#cta-6a2a551a8729c301b8ffb89f .average-line {
  position: absolute;
  top: 0;
  bottom: 0;
  /* 全国平均 1.29 ÷ 最大値 1.73 = 74.6% */
  left: 74.6%;
  transform: translateX(-50%);
  width: 2px;
  background: #ff7a00;
  z-index: 2;
}
#cta-6a2a551a8729c301b8ffb89f .bar {
  position: relative;
  height: 100%;
  background: #3399cc;
  border-radius: 999px;
  z-index: 1;
}
#cta-6a2a551a8729c301b8ffb89f .rate {
  font-weight: 700;
  text-align: right;
}
#cta-6a2a551a8729c301b8ffb89f .status {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}
#cta-6a2a551a8729c301b8ffb89f .status.high {
  color: #1b8d4f;
}
#cta-6a2a551a8729c301b8ffb89f .status.low {
  color: #e24b4b;
}
#cta-6a2a551a8729c301b8ffb89f .job-rate-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}
@media (max-width: 767px) {
  #cta-6a2a551a8729c301b8ffb89f .job-rate-section {
    padding: 18px 14px;
  }
  #cta-6a2a551a8729c301b8ffb89f .job-rate-section h3 {
    font-size: 20px;
  }
  #cta-6a2a551a8729c301b8ffb89f .job-rate-area-title {
    font-size: 16px;
  }
  #cta-6a2a551a8729c301b8ffb89f .job-rate-item {
    grid-template-columns: 60px minmax(0, 1fr) 58px;
    gap: 6px;
    padding: 8px 10px;
  }
  #cta-6a2a551a8729c301b8ffb89f .rate,
#cta-6a2a551a8729c301b8ffb89f .status {
    font-size: 12px;
  }
}