@charset "UTF-8";
/* ========================================
    Customer Harassment Policy
======================================== */
@media screen and (min-width: 769px) {
  .two-columns-row {
    display: flex;
    gap: 16px;
  }
  .two-columns-row figure {
    min-width: 160px;
    width: 160px;
  }
}
.two-columns-row figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .two-columns-row figure img {
    max-width: 300px;
  }
}

/* ===== 主要な法改正タイムライン（文中挿入用） ===== */
.kh-tl-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px 20px 20px;
  margin: 0 0 8px;
  background: #fff;
}

.kh-tl-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #cc0033;
}

.kh-tl-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kh-tl-list li {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  position: relative;
}

.kh-tl-list li::before {
  display: none !important;
  content: none !important;
}

.kh-tl-list li::marker {
  display: none !important;
  content: none !important;
}

.kh-tl-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}

.kh-tl-list li:last-child .kh-tl-row {
  border-bottom: none;
}

.kh-tl-date {
  min-width: 130px;
  font-size: 15px;
  font-weight: bold;
  color: #cc0033;
  flex-shrink: 0;
  padding-top: 1px;
}

.kh-tl-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 28px;
  flex-shrink: 0;
  padding-top: 5px;
}

.kh-tl-dot-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cc0033;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.5px #cc0033;
}

.kh-tl-list li.kh-tl-current .kh-tl-dot-circle {
  width: 14px;
  height: 14px;
  background: #cc0033;
  box-shadow: 0 0 0 2px #cc0033, 0 0 0 5px rgba(204, 0, 51, 0.15);
}

.kh-tl-body {
  flex: 1;
  padding-left: 4px;
}

.kh-tl-main {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.5;
}

.kh-tl-sub {
  font-size: 13px;
  color: #777;
  display: block;
  margin-top: 2px;
  line-height: 1.5;
}

.kh-tl-list li.kh-tl-current .kh-tl-row {
  background: rgba(204, 0, 51, 0.03);
  border-radius: 4px;
  margin: 0 -8px;
  padding: 10px 8px;
}

.kh-tl-list li.kh-tl-current .kh-tl-main {
  color: #cc0033;
}

/* ===== 図① ハラスメント相談割合＋増減トレンド（文中挿入用） ===== */
.kh-chart1-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px 20px 20px;
  margin: 0 0 8px;
  background: #fff;
}

.kh-chart1-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #333;
}

.kh-chart1-row {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  gap: 8px;
}

.kh-chart1-label {
  min-width: 100px;
  font-size: 15px;
  color: #444;
  text-align: right;
  flex-shrink: 0;
}

.kh-chart1-track {
  flex: 1;
  background: #eee;
  border-radius: 4px;
  height: 28px;
}

.kh-chart1-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3px;
  min-width: 40px;
}

.kh-chart1-val {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.kh-chart1-trend {
  min-width: 90px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: left;
  padding-left: 4px;
  line-height: 1.3;
}

.kh-chart1-trend.up {
  color: #c0392b;
}

.kh-chart1-trend.down {
  color: #2980b9;
}

.kh-chart1-trend.flat {
  color: #888;
}

.kh-chart1-hl .kh-chart1-fill {
  box-shadow: 0 0 0 2px #cc0033;
}

.kh-chart1-callout {
  background: #fef6e4;
  border-left: 3px solid #e8a000;
  padding: 10px 14px;
  margin: 14px 0 0;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.kh-chart1-callout strong {
  color: #9a6700;
}

/* ===== 図③-A UAゼンセン カスハラ実態調査（文中挿入用） ===== */
.kh-ua-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px 20px 20px;
  margin: 0 0 8px;
  background: #fff;
}

.kh-ua-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #333;
}

.kh-ua-stat {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.kh-ua-stat-card {
  background: #fff5f5;
  border: 1px solid #cc0033;
  border-radius: 6px;
  padding: 14px 24px;
  text-align: center;
}

.kh-ua-stat-num {
  font-size: 36px;
  font-weight: bold;
  color: #cc0033;
  line-height: 1.2;
  margin: 0;
}

.kh-ua-stat-desc {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0;
  line-height: 1.4;
}

.kh-ua-section {
  margin: 16px 0 0;
}

.kh-ua-section-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
  padding-left: 10px;
  display: block;
  border-left: 3px solid #cc0033;
}

.kh-ua-row {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  gap: 8px;
}

.kh-ua-label {
  min-width: 180px;
  font-size: 14px;
  color: #444;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.3;
}

.kh-ua-track {
  flex: 1;
  background: #eee;
  border-radius: 3px;
  height: 22px;
}

.kh-ua-fill {
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6px;
}

.kh-ua-val {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.kh-ua-val-out {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  margin-left: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== 図③-B 厚労省 労働者のカスハラ経験と対応実態（文中挿入用） ===== */
.kh-mhlw-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px 20px 20px;
  margin: 0 0 8px;
  background: #fff;
}

.kh-mhlw-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #333;
}

/* Stat cards */
.kh-mhlw-stats {
  display: flex;
  gap: 12px;
  margin: 0 0 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.kh-mhlw-card {
  flex: 1;
  min-width: 140px;
  max-width: 220px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 14px 12px;
  text-align: center;
}

.kh-mhlw-card.alert {
  border-color: #cc0033;
  background: #fff5f5;
}

.kh-mhlw-num {
  font-size: 32px;
  font-weight: bold;
  color: #cc0033;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.kh-mhlw-desc {
  font-size: 12px;
  color: #666;
  margin: 4px 0 0;
  line-height: 1.4;
}

/* Section */
.kh-mhlw-section {
  margin: 16px 0 0;
}

.kh-mhlw-section-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
  padding-left: 10px;
  display: block;
  border-left: 3px solid #cc0033;
}

/* Bars */
.kh-mhlw-row {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  gap: 8px;
}

.kh-mhlw-label {
  min-width: 160px;
  font-size: 14px;
  color: #444;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.3;
}

.kh-mhlw-track {
  flex: 1;
  background: #eee;
  border-radius: 3px;
  height: 22px;
}

.kh-mhlw-fill {
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6px;
}

.kh-mhlw-val {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.kh-mhlw-val-out {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  margin-left: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Callout */
.kh-mhlw-callout {
  background: #f8f0f0;
  border-left: 3px solid #cc0033;
  padding: 10px 14px;
  margin: 16px 0 0;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.kh-mhlw-callout strong {
  color: #c0392b;
}

/* ===== 雇用管理上の措置一覧テーブル（文中挿入用） ===== */
.kh-measures-wrap {
  margin: 0 0 8px;
}

.kh-measures-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #333;
}

.kh-measures-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 !important;
}

.kh-measures-tbl th,
.kh-measures-tbl td {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  text-align: left !important;
}

.kh-measures-tbl thead th {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center !important;
  letter-spacing: 0.02em;
}

.kh-measures-tbl tbody th {
  background: #fff5f5;
  font-weight: bold;
  color: #333;
  text-align: left !important;
  white-space: nowrap;
  width: 160px;
}

.kh-measures-tbl tbody td {
  color: #444;
  text-align: left !important;
}

.kh-measures-tbl tbody td.kh-act {
  color: #555;
  font-size: 13px;
  text-align: left !important;
}

.kh-measures-tbl .kh-td-inner {
  text-align: left !important;
  display: block;
}

/* ===== 図② ANCAR機能 × 義務措置マッピング（文中挿入用） ===== */
.kh-map-wrap {
  margin: 0 0 8px;
}

.kh-map-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px !important;
  color: #333;
}

.kh-map-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 !important;
}

.kh-map-tbl th,
.kh-map-tbl td {
  padding: 8px 6px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.kh-map-tbl thead th {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.kh-map-tbl thead th.kh-col-feat {
  background: #cc0033;
  min-width: 120px;
}

.kh-map-tbl thead th.kh-col-duty {
  background: #555;
}

.kh-map-tbl tbody th {
  background: #fff;
  font-weight: bold;
  text-align: left;
  color: #333;
  padding-left: 10px;
  white-space: nowrap;
}

.kh-map-tbl tbody th .kh-feat-sub {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: normal;
  margin-top: 2px;
}

.kh-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}

.kh-dot.primary {
  background: #cc0033;
  color: #fff;
}

.kh-dot.secondary {
  background: #fde8e8;
  color: #c0392b;
}

.kh-dot.none {
  color: #ddd;
}

.kh-map-legend {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 12px 0 0;
  font-size: 12px;
  color: #666;
  flex-wrap: wrap;
}

.kh-map-legend span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

/* ===== カスハラ対応チェックリスト（文中挿入用） ===== */
.kh-checklist-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px 20px 20px;
  margin: 0 0 8px;
  background: #fafafa;
}

.kh-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px !important;
  color: #cc0033;
}

.kh-section-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 14px 0 4px;
  padding-left: 10px;
  display: block;
}

.kh-section-title.red {
  border-left: 3px solid #cc0033;
}

.kh-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kh-list li {
  list-style: none !important;
  list-style-type: none !important;
  font-size: 16px;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.kh-list li::before {
  display: none !important;
  content: none !important;
}

.kh-list li::marker {
  display: none !important;
  content: none !important;
}

.kh-list li:last-child {
  border-bottom: none;
}

.kh-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-left: -2px;
}

.kh-check {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease;
  background: #fff;
  margin-top: 2px;
  flex-shrink: 0;
  position: relative;
}

.kh-list li.checked .kh-check {
  background: #cc0033;
  border-color: #cc0033;
}

.kh-list li.checked .kh-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.kh-text {
  flex: 1;
}

.kh-main {
  display: block;
}

.kh-sub {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.kh-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  padding: 1px 7px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

.kh-tag.mandatory {
  background: #fde8e8;
  color: #c0392b;
}

.kh-tag.rec {
  background: #fef6e4;
  color: #9a6700;
}

.kh-progress-wrap {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 6px;
  background: #fff;
  border: 1.5px solid #cc0033;
}

.kh-progress-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  color: #cc0033;
  margin-bottom: 8px;
}

.kh-bar-bg {
  background: #f0d0d5;
  border-radius: 99px;
  height: 10px;
  overflow: hidden;
}

.kh-bar-fill {
  height: 100%;
  border-radius: 99px;
  background: #cc0033;
  width: 0%;
  transition: width 0.4s ease;
}

.kh-status {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  min-height: 18px;
}

.kh-list li:hover {
  background: rgba(204, 0, 51, 0.02);
}

.kh-list li:active {
  background: rgba(204, 0, 51, 0.05);
}

/* 書換 */
.kh-chart1-row_c1 {
  width: 81%;
  background: #5b7fa5;
}
.kh-chart1-row_c2 {
  width: 50%;
  background: #7a9ab8;
}
.kh-chart1-row_c3 {
  font-weight: bold;
  color: #c0392b;
}
.kh-chart1-row_c4 {
  width: 35%;
  background: #cc0033;
}
.kh-chart1-row_c5 {
  width: 13%;
  background: #a8c4da;
}
.kh-chart1-row_c6 {
  width: 5%;
  background: #c5d8e8;
}

.kh-ua-row_c1 {
  width: 40%;
  background: #cc0033;
}
.kh-ua-row_c2 {
  width: 15%;
  background: #d35f5f;
}
.kh-ua-row_c3 {
  width: 14%;
  background: #e07070;
}
.kh-ua-row_c4 {
  width: 11%;
  background: #e89090;
}
.kh-ua-row_c5 {
  width: 4%;
  background: #e8b0b0;
}

.kh-ua-section_c1 {
  margin-top: 20px;
}
.kh-ua-section_c2 {
  width: 47%;
  background: #5b7fa5;
}
.kh-ua-section_c3 {
  width: 16%;
  background: #7a9ab8;
}
.kh-ua-section_c4 {
  width: 12%;
  background: #8fafc6;
}
.kh-ua-section_c5 {
  width: 3%;
  background: #a4c0d4;
}

.kh-mhlw-stats_c1 {
  font-size: 18px;
}

.kh-mhlw-section {
  margin: 16px 0 0;
}
.kh-mhlw-section_c1 {
  margin-top: 20px;
}
.kh-mhlw-section_c2 {
  color: #c0392b;
  font-weight: bold;
}
.kh-mhlw-section_c3 {
  width: 23%;
  background: #cc0033;
}
.kh-mhlw-section_c4 {
  width: 31%;
  background: #aaa;
}
.kh-mhlw-section_c5 {
  width: 11%;
  background: #5b7fa5;
}

.kh-mhlw-row {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  gap: 8px;
}
.kh-mhlw-row_c1 {
  width: 54%;
  background: #cc0033;
}
.kh-mhlw-row_c2 {
  width: 46%;
  background: #d35f5f;
}
.kh-mhlw-row_c3 {
  width: 43%;
  background: #e07070;
}
.kh-mhlw-row_c4 {
  width: 28%;
  background: #aaa;
}

.kh-measures-tbl {
  margin: 0 !important;
}
.kh-measures-tbl_c1 {
  width: 160px;
}
.kh-measures-tbl_c2 {
  font-weight: normal !important;
  text-align: left !important;
}

.kh-map-tbl {
  margin: 0 !important;
}
.kh-map-tbl_c1 {
  vertical-align: middle;
}
.kh-map-tbl_c2 {
  font-size: 11px;
  width: auto !important;
}

.kh-map-legend_c1 {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  padding-left: 1px;
}
.kh-map-legend_c2 {
  color: #ccc;
}

.kh-t1-notes {
  text-align: center;
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t1-notes a {
  color: #555;
}

.kh-t2-notes {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t2-notes a {
  color: #555;
}
.kh-t2-notes_2 {
  font-size: 13px;
  color: #777;
  margin: 10px 0 0 !important;
  text-align: right;
}

.kh-chart1-row_c1 {
  width: 81%;
  background: #5b7fa5;
}
.kh-chart1-row_c2 {
  width: 50%;
  background: #7a9ab8;
}
.kh-chart1-row_c3 {
  font-weight: bold;
  color: #c0392b;
}
.kh-chart1-row_c4 {
  width: 35%;
  background: #cc0033;
}
.kh-chart1-row_c5 {
  width: 13%;
  background: #a8c4da;
}
.kh-chart1-row_c6 {
  width: 5%;
  background: #c5d8e8;
}

.kh-t3-notes {
  font-size: 13px;
  color: #777;
  margin: 10px 0 0;
  text-align: right;
}
.kh-t3-notes_2 {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t3-notes_2 a {
  color: #555;
}

.kh-t4-notes {
  font-size: 13px;
  color: #777;
  margin: 10px 0 0 !important;
  text-align: right;
}
.kh-t4-notes_2 {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t4-notes_2 a {
  color: #555;
}

.kh-t5-notes {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t5-notes a {
  color: #555;
}

.kh-t6-notes {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t6-notes a {
  color: #555;
}

.kh-t7-notes {
  font-size: 13px;
  color: #555;
  margin: 8px 0 0;
}
.kh-t7-notes a {
  color: #555;
}