@charset "UTF-8";
/**
 * Watchdog（hssl/watchdog）専用 — シェル・差し色・フォーム（news.css 非依存）
 *
 * 読込: header.php（URL に /hssl/watchdog のとき wd_hub.css、/hssl/ 全体で hssl_shell.css）
 * スコープ: .wd-hub / .wd-hub-panel / .wd-hub-body のみ（common.css は変更しない）
 * ルール: .cursor/rules/watchdog-css-isolation.mdc
 */
.wd-hub-pc {
  --wd-accent: #f99615;
  --wd-accent-soft: #fffaf2;
  --wd-accent-submit: #e56355;
}

.wd-hub-sp {
  --wd-accent: #fe919a;
  --wd-accent-soft: #fff7f8;
  --wd-accent-submit: #fe919a;
}

/* 3ステップ — cpacpp ul.step-list / number-step-item 同系（レスポンシブで上書き） */
.wd-hub {
  --wd-steps-badge-w: 12rem;
  --wd-steps-badge-h: 5rem;
  --wd-steps-pad: 3rem;
  --wd-steps-content-offset: 12rem;
  --wd-steps-arrow-left: 6rem;
}

/* /public ページと同系のレイアウトトークン（画像なし・CSS のみ） */
/* ========== ページシェル（layout_open.php 専用クラス） ========== */

/* コンテンツが少ないページでもフッター（コピーライト）を画面下端に */
body.wd-hub-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.wd-hub-body > main.lower-page.wd-hub {
  flex: 1 0 auto;
  width: 100%;
}

.wd-hub .wd-hub-board {
  padding: 4.5rem 0 5.5rem;
  margin-top: 0;
  background: #fff;
}

.wd-hub .wd-hub-board + .wd-hub-board {
  padding-top: 0;
}

.wd-hub .lower-title {
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wd-hub .lower-title .lower-title-wrapper p.en {
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
}

.wd-hub .lower-title .lower-title-wrapper h1 {
  margin-top: 0;
  font-size: 2.4rem;
}

/*
 * board-inner: 幅制限のみ（縦余白は .wd-hub-board の padding に任せる）
 * 横 padding は common .inner-1100 と二重にならないよう 0（panel の padding のみ）
 */
.wd-hub .wd-hub-board-inner.inner-1100 {
  display: block;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-sizing: border-box;
}

.wd-hub .wd-hub-panel.lower-box {
  margin: 0;
  padding: 5rem;
  border-radius: 2rem 2rem 0 0;
  box-sizing: border-box;
  overflow: visible;
  background-color: #f1f1f4;
  background-image: linear-gradient(
      180deg,
      rgba(241, 241, 244, 0.6) 0%,
      rgba(241, 241, 244, 0.6) 100%
    ),
    url("../img/common/img_bg_hex.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 100% 0;
  background-size: auto, min(100%, 28rem) auto;
  --wd-surface: #fff;
  --wd-panel: #f1f1f4;
  --wd-gap-section: 2rem;
  --wd-gap-card: 2rem;
  --wd-card-pad: 3rem;
  --wd-radius-block: 0 0 2rem;
  --wd-shadow-card: none;
}

/* ヒーロー：h2 リード（パネル基準の absolute） */
.wd-hub .wd-hub-section--hero > .lower-sub-title.wd-hub-sub-title {
  z-index: 2;
}

.wd-hub .wd-hub-section--hero > .sec-ttl {
  position: relative;
  z-index: 3;
  margin-top: 6.5rem;
}

.wd-hub .wd-hub-section--hero > .sec-ttl .cont {
  border: none;
}

/* 検索結果（search2）— search1 と同系：sec-ttl → #contact */
.wd-hub .wd-hub-search-result > .sec-ttl .cont {
  border: none;
  box-shadow: none;
}

.wd-hub .wd-hub-search-result > .sec-ttl + .sec-cont {
  margin-top: 0;
}

.wd-hub .wd-hub-search-result-body > .wrap > .cont > .inner {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.wd-hub .wd-hub-search-result-intro {
  margin: 0 0 2rem;
}

.wd-hub .wd-hub-search-result-intro__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  text-align: left;
}

.wd-hub .wd-hub-search-result-count {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.wd-hub .wd-hub-search-result-count span {
  font-size: 1.6rem;
  font-weight: 400;
}

.wd-hub .wd-hub-search-result-body .txt {
  text-align: left;
}

.wd-hub .wd-hub-search-result-body .txt h4 {
  margin: 0 0 1rem;
  font-weight: 400;
}

/* フォーム見出しタブ（report）— hero と同系 */
.wd-hub .wd-hub-section--form-head {
  display: flex;
  flex-direction: column;
  gap: var(--wd-gap-card);
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.wd-hub .wd-hub-section--form-head > .lower-sub-title.wd-hub-sub-title {
  z-index: 2;
}

.wd-hub .wd-hub-section--form-head > .sec-ttl {
  position: relative;
  z-index: 3;
  margin-top: 6.5rem;
}

.wd-hub .wd-hub-section--form-head > .sec-ttl .cont {
  border: none;
  box-shadow: none;
}

/* ブロック見出し — h2 タブは common と同様 panel（lower-box）基準の absolute */
.wd-hub .wd-hub-block-head {
  position: static;
  margin: 0;
  padding: 0;
}

.wd-hub .wd-hub-block-head--steps {
  min-height: 3rem;
  margin: 0 0 2.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.wd-hub .wd-hub-block-head--report {
  min-height: 3rem;
  margin: 0 0 2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.wd-hub .wd-hub-panel.lower-box .wd-hub-block-head .lower-sub-title.wd-hub-sub-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}

.wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
.wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after {
  bottom: -1.5rem;
}

.wd-hub .wd-hub-block-head--steps .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead {
  max-width: none;
}

.wd-hub .wd-hub-section--steps {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wd-hub .wd-hub-section--report {
  display: block;
  margin: 0;
  padding: 0;
}

.wd-hub .wd-hub-section--report .wd-hub-report-body {
  position: relative;
  z-index: 0;
  margin: 0;
}

/* h2 リード（ヒーロー / block-head / form-head） */
.wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
.wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
.wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead {
  position: relative;
  display: inline-block;
  max-width: 52rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
  color: #222;
}

.wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
.wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
.wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: #d6d6d6;
  transform: translateX(-50%);
}

.wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after,
.wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after,
.wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  z-index: 1;
  width: 4rem;
  height: 0.2rem;
  content: "";
  background-color: var(--wd-accent);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
  .wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
  .wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead {
    font-size: 2rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
  .wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
  .wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::before,
  .wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after,
  .wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after,
  .wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead::after {
    bottom: -1.25rem;
  }
}

/* フォーム等：パネル直下リード + #watchdog */
.wd-hub .wd-hub-panel.lower-box > .lower-sub-title ~ :not(.lower-sub-title) {
  position: relative;
  z-index: 0;
  margin-top: 5.5rem;
}

/* h2 ブロック（layout_section_open — ヒーローのみ flex） */
.wd-hub .wd-hub-section--hero {
  display: flex;
  flex-direction: column;
  gap: var(--wd-gap-card);
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

/* 紹介カード（section 外・第1 board 内） */
.wd-hub .wd-hub-panel > ul.col-1 {
  margin: 0;
}

.wd-hub .wd-hub-panel.lower-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--wd-gap-section);
}

/* #watchdog — タブ（lower-sub-title）の基準は .wd-hub-panel.lower-box */
.wd-hub .wd-hub-panel > #watchdog.container {
  position: static;
  z-index: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: var(--wd-gap-section);
}

.wd-hub .lower-title .lower-title-wrapper::before {
  background-color: var(--wd-accent);
}

.wd-hub .lower-title .lower-title-wrapper p.en,
.wd-hub .lower-title .lower-title-wrapper h1 {
  color: var(--wd-accent);
}

.wd-hub .wd-hub-block-head .lower-sub-title h2.wd-hub-lead::after,
.wd-hub .wd-hub-section--hero .lower-sub-title h2.wd-hub-lead::after,
.wd-hub .wd-hub-section--form-head .lower-sub-title h2.wd-hub-lead::after,
.wd-hub .lower-sub-title h2::after,
.wd-hub .lower-sub-title h3::after {
  background-color: var(--wd-accent);
}

/* 旧 markup（#watchdog）— /public 同系のセクション・カードレイアウト（CSS のみ） */

.wd-hub-panel .sec-cont,
.wd-hub-panel .sec-ttl {
  background: transparent;
  padding: 0;
  margin: 0;
}

.wd-hub-panel .sec-cont + .sec-cont,
.wd-hub-panel .sec-ttl + .sec-cont,
.wd-hub-panel .sec-cont + .sec-ttl {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.wd-hub-panel .wrap,
.wd-hub-panel .cont,
.wd-hub-panel .inner {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  float: none;
  box-sizing: border-box;
}

/* 旧 float レイアウトの上書き */
.wd-hub-panel .txt,
.wd-hub-panel .txt-ttl,
.wd-hub-panel .col-1,
.wd-hub-panel ul.col-1 > li {
  float: none;
  box-sizing: border-box;
}

.wd-hub-panel .txt p,
.wd-hub-panel .txt h4,
.wd-hub-panel .txt li {
  max-width: 100%;
  margin: 0;
}

.wd-hub-panel .txt {
  margin: 0 0 2rem;
  padding: 0;
}

.wd-hub-panel .sec-cont > .wrap > .cont > .inner {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* タイトル帯（read-wrapper 風・左右分割カード）— 下辺は角丸なし */
.wd-hub-panel .sec-ttl .cont {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--wd-shadow-card);
  border: none;
}

.wd-hub-panel .sec-ttl .left {
  background-color: var(--wd-accent);
  width: 32%;
  padding: 2.4rem 2rem;
  box-sizing: border-box;
  border-radius: 0;
}

.wd-hub-panel .sec-ttl .right {
  background-color: var(--wd-surface);
  width: 68%;
  padding: 2.4rem 3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.wd-hub-panel .sec-ttl .left .ttl h1,
.wd-hub-panel .sec-ttl .left .ttl h2,
.wd-hub-panel .sec-ttl .left .ttl h3,
.wd-hub-panel .sec-ttl .left .ttl p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.wd-hub-panel .sec-ttl .left .ttl h1 span,
.wd-hub-panel .sec-ttl .left .ttl h2 span,
.wd-hub-panel .sec-ttl .left .ttl p span {
  font-size: 1.3rem;
  font-weight: 500;
}

.wd-hub-panel .sec-ttl .right .ttl h2,
.wd-hub-panel .sec-ttl .right .ttl h3 {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}

/* 情報カード一覧 — 縦積み（flex 横並びは幅崩れの原因になるため使わない） */
.wd-hub-panel ul.col-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wd-hub-panel ul.col-1 > li {
  display: block;
  margin: 0 0 var(--wd-gap-card);
  padding: var(--wd-card-pad);
  background: var(--wd-surface);
  border-radius: 0;
  box-shadow: var(--wd-shadow-card);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wd-hub-panel ul.col-1 > li:last-child {
  margin-bottom: 0;
}

.wd-hub-panel ul.col-1 > li .txt-ttl {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 3rem;
}

.wd-hub-panel ul.col-1 > li .txt {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.wd-hub-panel ul.col-1 > li .txt-ttl h3 {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #222;
  border-left: 0.35rem solid var(--wd-accent);
}

.wd-hub-panel ul.col-1 > li .txt-ttl h3::before,
.wd-hub-panel ul.col-1 > li .txt-ttl h3::after {
  content: none;
  display: none;
}

/* 注意書き＋戻るボタン */
.wd-hub-panel ul.col-1 > li:has(.txt-ttl h5) {
  text-align: center;
}

.wd-hub-panel ul.col-1 > li:has(.txt-ttl h5) > .txt {
  text-align: left;
}

/*
 * 3ステップ（.wd-hub-steps 専用）
 * cpacpp #step ul.step-list li.number-step-item 同系（common.css 非依存）
 */
.wd-hub .wd-hub-steps {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wd-hub .wd-hub-steps__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wd-hub .wd-hub-steps__item {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 0;
  list-style: none;
}

.wd-hub .wd-hub-steps__card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: var(--wd-steps-pad);
  background-color: var(--wd-surface);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
}

.wd-hub .wd-hub-steps__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: center;
  box-sizing: border-box;
  width: var(--wd-steps-badge-w);
  height: var(--wd-steps-badge-h);
  margin: 0;
  padding: 0;
  overflow: visible;
  font-size: 3rem;
  font-weight: 700;
  line-height: var(--wd-steps-badge-h);
  white-space: nowrap;
  color: var(--wd-accent);
  background-color: var(--wd-panel);
  border-radius: 0 0 2rem;
}

.wd-hub .wd-hub-steps__badge-label {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: inherit;
}

.wd-hub .wd-hub-steps__content {
  display: block;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0 var(--wd-steps-content-offset);
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wd-hub .wd-hub-steps__title {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.wd-hub .wd-hub-steps__content p {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}

.wd-hub .wd-hub-steps__content p.mg-t-2 {
  margin-top: 1rem;
}

.wd-hub .wd-hub-steps__content p.mgt-10 {
  margin-top: 1rem;
}

.wd-hub .wd-hub-steps__content p.mgb-20 {
  margin-bottom: 2rem;
}

.wd-hub .wd-hub-steps__content p.mgt-20,
.wd-hub .wd-hub-steps__content p.mgb-20.wd-hub-step-note {
  margin-top: 2rem;
}

.wd-hub .wd-hub-steps__content .wd-hub-step-subhead {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

.wd-hub .wd-hub-steps__content .wd-hub-step-note {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  line-height: 1.9;
  color: #333;
}

/* カード間：バッジ中央下の二重矢印（cpacpp number-step-item::after 同系） */
.wd-hub .wd-hub-steps__item:not(:last-child)::after {
  position: absolute;
  bottom: calc(55% - 5rem);
  left: var(--wd-steps-arrow-left);
  z-index: 1;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: var(--wd-accent);
  -webkit-mask-image: url("../img/common/icon_arrow_bottom_double.svg");
  mask-image: url("../img/common/icon_arrow_bottom_double.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* 報告 CTA */
.wd-hub-panel .wd-hub-report-body {
  padding: var(--wd-card-pad);
  background: var(--wd-surface);
  border-radius: 0;
  box-shadow: var(--wd-shadow-card);
  text-align: center;
}

.wd-hub-panel .wd-hub-report-note {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.wd-hub-panel .txt p,
.wd-hub-panel .txt h4,
.wd-hub-panel .txt li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.wd-hub-panel .txt h4.mgb-10 {
  margin-bottom: 1rem;
}

.wd-hub-panel .txt-ttl h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
}

.wd-hub-panel .txt-ttl h4,
.wd-hub-panel .txt-ttl h2 {
  color: var(--wd-accent);
  font-size: 1.8rem;
  line-height: 1.5;
}

.wd-hub-panel .txt-ttl.layout-center > h2 {
  color: #222;
}

/* 中央見出し（outside / CTA）— STEP バッジ用 absolute を無効化 */
.wd-hub-panel .txt-ttl.layout-center:not(:has(> h2 span)) > h2 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 1rem;
  padding: 0;
  background: transparent;
  transform: none;
}

.wd-hub-panel .txt-ttl h5 {
  border: 2px solid var(--wd-accent);
  color: var(--wd-accent);
  background: var(--wd-accent-soft);
  border-radius: 1rem;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
  line-height: 1.4;
}

/* 報告完了メッセージ（complete.php / sp/complete.php）— 中央寄せ */
.wd-hub-panel .wd-hub-complete-msg {
  text-align: center;
}

.wd-hub-panel .txt h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
  margin: 0;
}

.wd-hub-panel .txt h3::before {
  content: none;
  display: none;
}

.wd-hub-panel .col-1,
.wd-hub-panel li.col-1 {
  float: none;
  width: 100%;
  margin: 0;
}

.wd-hub-panel a {
  color: #4978a9;
  text-decoration: none;
}

.wd-hub-panel .box a {
  display: block;
}

.wd-hub-panel .box {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.wd-hub-panel .box p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  margin: 0;
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: var(--wd-accent);
  border: none;
  border-radius: 1rem 0;
  box-sizing: border-box;
  filter: none;
  position: relative;
}

.wd-hub-panel .box p.arrow-fl,
.wd-hub-panel .box.arrow-fl {
  position: relative;
}

.wd-hub-panel .box p.arrow-fl::after,
.wd-hub-panel .box.arrow-fl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.wd-hub-panel .box p.arrow-fix::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  left: auto;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.wd-hub-panel .next .box p {
  background-color: var(--wd-accent-submit);
}

.wd-hub-panel .back .box p,
.wd-hub-panel .page .box a {
  color: #4978a9;
  background: #fff !important;
  border: 1px solid #4978a9;
}

.wd-hub-panel .back .box p.arrow-fl::after,
.wd-hub-panel .back .box.arrow-fl::after {
  border-left-color: #4978a9;
  border-bottom-color: #4978a9;
}

.wd-hub-panel .btn-box {
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.wd-hub-panel .btn-box.mgt-20.back {
  margin-bottom: 2.5rem;
}

.wd-hub-panel .logout .box p {
  background-color: #86bc43;
}

/* フォームブロック（#contact）— 白カード（search1 / confirm 等 共通） */
.wd-hub-panel #contact > .wrap > .cont > .inner,
.wd-hub-panel .sec-cont#contact > .wrap > .cont > .inner {
  padding: var(--wd-card-pad);
  background: var(--wd-surface);
  border-radius: var(--wd-radius-block);
  box-shadow: var(--wd-shadow-card);
}

.wd-hub-panel #contact .txt h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 0;
  border-left: none;
}

.wd-hub-panel #contact .txt h3::before {
  content: none;
  display: none;
}

.wd-hub-panel #contact .txt-ttl.mgb-20 {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 0 0 0 13rem;
}

.wd-hub-panel #contact .txt-ttl.mgb-20 > h2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  width: 10rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wd-accent);
  background: var(--wd-panel);
  border-radius: var(--wd-radius-block);
}

.wd-hub-panel #contact .txt-ttl.mgb-20 > h2 span {
  font-size: 1.4rem;
  font-weight: 700;
}

.wd-hub-panel #contact .txt-ttl.mgb-20 > h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

/* フォーム */
.wd-hub-panel #contact .cont03 {
  padding: 2.5rem;
  margin: 0 0 var(--wd-gap-card);
  background: #f1f1f4;
  border-radius: 1.25rem;
}

.wd-hub-panel #contact table {
  width: 100%;
}

.wd-hub-panel #contact tr {
  border-bottom: 1px solid #e5e7eb;
}

.wd-hub-panel #contact td.name {
  width: 28%;
  min-width: 12rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  vertical-align: top;
  padding: 1.2rem 1rem 1.2rem 0;
}

.wd-hub-panel #contact td.answer {
  padding: 1.2rem 0;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

.wd-hub-panel #contact td.answer p {
  margin: 0.5rem 0 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.wd-hub-panel #contact .txt-box {
  margin: 0;
}

.wd-hub-panel #contact input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.wd-hub-panel #contact textarea,
.wd-hub-panel #contact select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9dbe3 !important;
  border-radius: 0.6rem;
  background: #fff !important;
  font-size: 1.6rem;
  padding: 1rem 1.2rem;
}

.wd-hub-panel #contact textarea {
  min-height: 12rem;
  resize: vertical;
  line-height: 1.7;
}

.wd-hub-panel #contact select {
  cursor: pointer;
}

/* ラジオ — common.css の appearance:none を上書き */
.wd-hub-panel #contact input[type="radio"],
.wd-hub-panel #contact input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: auto;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-width: none;
  padding: 0;
  margin: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  flex-shrink: 0;
  vertical-align: middle;
  accent-color: var(--wd-accent);
  cursor: pointer;
}

.wd-hub-panel #contact label {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.wd-hub-panel #contact td.answer select#location,
.wd-hub-panel #contact td.answer select.select-font {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.wd-hub-panel #contact dd::before {
  background: var(--wd-accent);
}

.wd-hub-panel #contact .btn input.button,
.wd-hub-panel #contact .btn.box input.button,
.wd-hub-panel .btn.arrow-fix.box input.button {
  width: 100%;
  min-height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--wd-accent-submit) !important;
  border: none;
  border-radius: 1rem 0;
  filter: none;
  cursor: pointer;
}

.wd-hub-panel #contact .btn.box.back input.button,
.wd-hub-panel #contact .back input.button,
.wd-hub-panel #contact .revise-button input.button {
  color: #4978a9 !important;
  background: #fff !important;
  border: 1px solid #4978a9 !important;
}

.wd-hub-panel #contact ul.col-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 0;
  list-style: none;
}

.wd-hub-panel #contact ul.col-2 > li {
  float: none;
  width: calc(50% - 1rem);
  margin: 0;
}

.wd-hub-panel #contact .no a {
  color: var(--wd-accent);
  font-weight: 700;
}

.wd-hub-panel .search01 {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d9dbe3;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: none;
}

.wd-hub-panel .search01 input {
  border: 0 !important;
  padding: 1.4rem 14rem 1.4rem 2rem !important;
  font-size: 1.6rem;
  height: auto;
}

.wd-hub-panel .search01 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 100%;
  background: var(--wd-accent);
  color: #fff;
  border: none;
  font-weight: 700;
}

.wd-hub-panel .result {
  margin-top: 2.5rem;
  padding: 2rem 0 0;
  background: transparent;
  border-top: 1px dotted #d6d6d6;
}

.wd-hub-panel .result-box {
  width: 100%;
  max-width: none;
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 0.5rem 0;
}

.wd-hub-panel .result-box p span {
  border-left-color: var(--wd-accent);
}

.wd-hub-panel .step {
  background-color: var(--wd-accent);
  border: none;
}

.wd-hub-panel .unknown {
  text-align: center;
  padding: 2rem 0;
  color: #666;
}

.wd-hub-panel .off {
  color: #aaa !important;
  background: #eceef2 !important;
  pointer-events: none;
}

.wd-hub-panel .pager span {
  background: var(--wd-accent);
  border-radius: 0;
}

.wd-hub-panel .pager span.current {
  background: #fff;
  color: var(--wd-accent);
  border: 1px solid var(--wd-accent);
}

/* 苦情申し立て（report.php）専用 — #watchdog-report-page のみ */
#watchdog-report-page,
#watchdog-sp-report-page {
  --wd-report-answer-indent: calc(1rem + 0.8rem);
  --wd-report-field-width: 70%;
  --wd-report-q6-select-width: 29em;
}

/* SP report：送信ボタンは WEB 版と同じ赤（--wd-accent-submit） */
#watchdog-sp-report-page {
  --wd-accent-submit: #e56355;
}

#watchdog-report-page .wd-hub-report-errors,
#watchdog-sp-report-page .wd-hub-report-errors {
  margin: 0 0 2rem;
  padding: 1.5rem 2rem;
  border: 1px solid #e56355;
  border-radius: 0.6rem;
  background: #fff5f4;
  color: #333;
}

#watchdog-report-page .wd-hub-report-errors p,
#watchdog-sp-report-page .wd-hub-report-errors p {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c0392b;
}

#watchdog-report-page .wd-hub-field-error:empty,
#watchdog-sp-report-page .wd-hub-field-error:empty {
  display: none;
}

#watchdog-report-page .wd-hub-report-errors ul,
#watchdog-sp-report-page .wd-hub-report-errors ul {
  margin: 0;
  padding-left: 1.6rem;
}

#watchdog-report-page .wd-hub-report-errors li,
#watchdog-sp-report-page .wd-hub-report-errors li {
  font-size: 1.4rem;
  line-height: 1.8;
}

#watchdog-report-page .wd-hub .wd-hub-panel > ul.col-1,
#watchdog-report-page .wd-hub-panel ul.col-1,
#watchdog-sp-report-page .wd-hub .wd-hub-panel > ul.col-1,
#watchdog-sp-report-page .wd-hub-panel ul.col-1 {
  margin: 0 0 20px;
}

#watchdog-report-page .wd-hub-panel .wrap,
#watchdog-report-page .wd-hub-panel .cont,
#watchdog-report-page .wd-hub-panel .inner,
#watchdog-sp-report-page .wd-hub-panel .wrap,
#watchdog-sp-report-page .wd-hub-panel .cont,
#watchdog-sp-report-page .wd-hub-panel .inner {
  max-width: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  float: none;
  box-sizing: border-box;
}

#watchdog-report-page .wd-hub-panel #contact .txt,
#watchdog-sp-report-page .wd-hub-panel #contact .txt {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt,
#watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 4rem;
}

#watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head,
#watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head {
  margin: 0 0 2rem;
  padding: 2rem 4rem 2rem 2rem;
  background: var(--wd-surface);
  border-radius: 1.25rem;
}

#watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head .wd-hub-report-note,
#watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head .wd-hub-report-note {
  margin-top: 1rem;
  padding-left: var(--wd-report-answer-indent);
}

#watchdog-report-page .wd-hub-panel #contact .txt h3,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h3 {
  position: relative;
  margin: 0;
  padding-left: var(--wd-report-answer-indent);
}

#watchdog-report-page .wd-hub-panel #contact .txt h3::before,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h3::before {
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--wd-accent);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#watchdog-report-page .wd-hub-panel #contact .txt h4,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

#watchdog-report-page .wd-hub-panel #contact .txt p:not(.wd-hub-field-error),
#watchdog-sp-report-page .wd-hub-panel #contact .txt p:not(.wd-hub-field-error) {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

#watchdog-report-page .wd-hub-panel #contact p.wd-hub-field-error,
#watchdog-sp-report-page .wd-hub-panel #contact p.wd-hub-field-error {
  margin: 0.8rem 0 0 var(--wd-report-answer-indent);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #de4842;
}

#watchdog-report-page .wd-hub-panel #contact .cont03,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03 {
  padding: 0;
  margin: 0 0 2rem;
  background: var(--wd-panel);
  border-radius: 1.25rem;
  overflow: hidden;
}

#watchdog-report-page .wd-hub-panel #contact td.name,
#watchdog-sp-report-page .wd-hub-panel #contact td.name {
  font-size: 1.6rem;
  padding: 2rem 2rem 2rem 4rem;
}

#watchdog-report-page .wd-hub-panel #contact td.answer,
#watchdog-sp-report-page .wd-hub-panel #contact td.answer {
  padding: 2rem 4rem 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #424242;
}

#watchdog-report-page .wd-hub-panel #contact td,
#watchdog-sp-report-page .wd-hub-panel #contact td {
  padding-bottom: 1rem;
}

#watchdog-report-page .wd-hub-panel #contact .txt-box,
#watchdog-sp-report-page .wd-hub-panel #contact .txt-box {
  margin: 2rem 0 0 var(--wd-report-answer-indent);
  width: var(--wd-report-field-width);
  max-width: var(--wd-report-field-width);
  box-sizing: border-box;
}

#watchdog-report-page .wd-hub-panel #contact .wd-hub-report-note,
#watchdog-sp-report-page .wd-hub-panel #contact .wd-hub-report-note {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
}

#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields {
  padding: 0;
  overflow: hidden;
}

#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20,
#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1,
#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck2,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck2 {
  margin: 0;
  padding: 2rem 4rem 2rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}

#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20:last-child,
#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1:last-child,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20:last-child,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1:last-child {
  border-bottom: none;
}

#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20 {
  margin: 0;
  padding: 2rem 4rem 2rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}

#watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20:last-child,
#watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20:last-child {
  border-bottom: none;
}

#watchdog-report-page .wd-hub-panel #contact .wd-hub-report-footer-note,
#watchdog-sp-report-page .wd-hub-panel #contact .wd-hub-report-footer-note {
  margin: 2rem 0 0;
}

#watchdog-report-page .wd-hub-panel #contact .wd-hub-report-footer-note p,
#watchdog-sp-report-page .wd-hub-panel #contact .wd-hub-report-footer-note p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  margin-top: 2.5rem;
  padding: 0;
  list-style: none;
  overflow: visible;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions > li,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions > li {
  float: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn-box,
#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions > li.wd-hub-submit,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn-box,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions > li.wd-hub-submit {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box,
#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  margin-top: 0;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box > a,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box > a {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p,
#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 9.3rem;
  height: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button {
  min-width: 0 !important;
  display: block;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .back .box p,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .back .box p {
  color: #fff !important;
  background: var(--wd-accent) !important;
  border: none !important;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p.arrow-fl::after,
#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box.arrow-fl::after,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p.arrow-fl::after,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box.arrow-fl::after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn.arrow-fix.box,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn.arrow-fix.box {
  position: relative;
}

#watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn.arrow-fix.box::after,
#watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn.arrow-fix.box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  left: auto;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#watchdog-report-page .wd-hub-panel #contact input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]):not(#Q4a):not(#Q4b),
#watchdog-report-page .wd-hub-panel #contact textarea,
#watchdog-sp-report-page .wd-hub-panel #contact input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]):not(#Q4a):not(#Q4b),
#watchdog-sp-report-page .wd-hub-panel #contact textarea {
  border: 1px solid #d6d7da !important;
  border-radius: 0;
  font-size: 1.4rem;
  color: #424242;
  padding: 1rem;
  width: var(--wd-report-field-width);
  max-width: var(--wd-report-field-width);
  box-sizing: border-box;
}

#watchdog-report-page .wd-hub-panel #contact select,
#watchdog-sp-report-page .wd-hub-panel #contact select {
  border: 1px solid #d6d7da !important;
  border-radius: 0;
  font-size: 1.4rem;
  color: #424242;
  padding: 1rem;
  box-sizing: border-box;
}

#watchdog-report-page .wd-hub-panel #contact textarea,
#watchdog-sp-report-page .wd-hub-panel #contact textarea {
  min-height: calc(1.8em * 3 + 4rem);
  line-height: 1.8;
  padding: 2rem;
  resize: vertical;
}

#watchdog-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field,
#watchdog-sp-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

#watchdog-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field::after,
#watchdog-sp-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.2rem;
  border-right: 2px solid var(--wd-accent);
  border-bottom: 2px solid var(--wd-accent);
  transform: rotate(45deg);
  pointer-events: none;
}

#watchdog-report-page .wd-hub-panel #contact #Q6,
#watchdog-sp-report-page .wd-hub-panel #contact #Q6 {
  display: block;
  width: var(--wd-report-q6-select-width);
  min-width: var(--wd-report-q6-select-width);
  max-width: 100%;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  background-image: none;
  box-sizing: border-box;
}

#watchdog-report-page .wd-hub-panel #contact label,
#watchdog-sp-report-page .wd-hub-panel #contact label {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #424242;
  margin: 0;
}

#watchdog-report-page .wd-hub-panel #contact .txt.mgb-20,
#watchdog-sp-report-page .wd-hub-panel #contact .txt.mgb-20 {
  margin-bottom: 2rem;
}

#watchdog-report-page .wd-hub-panel #contact .txt h3 span,
#watchdog-report-page .wd-hub-panel #contact .txt h4 span,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h3 span,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h4 span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}

#watchdog-report-page .wd-hub-panel #contact .txt h4.mgt-20,
#watchdog-sp-report-page .wd-hub-panel #contact .txt h4.mgt-20 {
  margin-top: 2rem;
}

#watchdog-report-page .wd-hub-panel #contact .Q1,
#watchdog-report-page .wd-hub-panel #contact .Q2,
#watchdog-report-page .wd-hub-panel #contact .Q3,
#watchdog-report-page .wd-hub-panel #contact .Q5,
#watchdog-report-page .wd-hub-panel #contact .Q14,
#watchdog-sp-report-page .wd-hub-panel #contact .Q1,
#watchdog-sp-report-page .wd-hub-panel #contact .Q2,
#watchdog-sp-report-page .wd-hub-panel #contact .Q3,
#watchdog-sp-report-page .wd-hub-panel #contact .Q5,
#watchdog-sp-report-page .wd-hub-panel #contact .Q14 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 2rem 0 0 var(--wd-report-answer-indent);
}

#watchdog-report-page .wd-hub-panel #contact .Q1 .inline,
#watchdog-report-page .wd-hub-panel #contact .Q2 .inline,
#watchdog-report-page .wd-hub-panel #contact .Q3 .inline,
#watchdog-report-page .wd-hub-panel #contact .Q5 .inline,
#watchdog-report-page .wd-hub-panel #contact .Q14 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q1 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q2 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q3 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q5 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q14 .inline {
  display: inline-flex;
  align-items: center;
  margin: 0 0.4rem 0 0;
}

#watchdog-report-page .wd-hub-panel #contact .Q1 label,
#watchdog-report-page .wd-hub-panel #contact .Q2 label,
#watchdog-report-page .wd-hub-panel #contact .Q3 label,
#watchdog-report-page .wd-hub-panel #contact .Q5 label,
#watchdog-report-page .wd-hub-panel #contact .Q14 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q1 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q2 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q3 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q5 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q14 label {
  display: inline-flex;
  align-items: center;
  margin: 0 2.5rem 0 0;
}

#watchdog-report-page .wd-hub-panel #contact .Q1 label:last-of-type,
#watchdog-report-page .wd-hub-panel #contact .Q2 label:last-of-type,
#watchdog-report-page .wd-hub-panel #contact .Q3 label:last-of-type,
#watchdog-report-page .wd-hub-panel #contact .Q5 label:last-of-type,
#watchdog-report-page .wd-hub-panel #contact .Q14 label:last-of-type,
#watchdog-sp-report-page .wd-hub-panel #contact .Q1 label:last-of-type,
#watchdog-sp-report-page .wd-hub-panel #contact .Q2 label:last-of-type,
#watchdog-sp-report-page .wd-hub-panel #contact .Q3 label:last-of-type,
#watchdog-sp-report-page .wd-hub-panel #contact .Q5 label:last-of-type,
#watchdog-sp-report-page .wd-hub-panel #contact .Q14 label:last-of-type {
  margin-right: 0;
}

#watchdog-report-page .wd-hub-panel #contact .Q1 input[type="radio"],
#watchdog-report-page .wd-hub-panel #contact .Q2 input[type="radio"],
#watchdog-report-page .wd-hub-panel #contact .Q3 input[type="radio"],
#watchdog-report-page .wd-hub-panel #contact .Q5 input[type="radio"],
#watchdog-report-page .wd-hub-panel #contact .Q14 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q1 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q2 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q3 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q5 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q14 input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}

#watchdog-report-page .wd-hub-panel #contact .Q12,
#watchdog-report-page .wd-hub-panel #contact .Q13,
#watchdog-sp-report-page .wd-hub-panel #contact .Q12,
#watchdog-sp-report-page .wd-hub-panel #contact .Q13 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  row-gap: 1rem;
  align-items: start;
  margin: 2rem 0 0 var(--wd-report-answer-indent);
  line-height: 1.8;
}

#watchdog-report-page .wd-hub-panel #contact .Q12 .inline,
#watchdog-report-page .wd-hub-panel #contact .Q13 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q12 .inline,
#watchdog-sp-report-page .wd-hub-panel #contact .Q13 .inline {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0.2rem 0 0;
  padding: 0;
  grid-column: 1;
}

#watchdog-report-page .wd-hub-panel #contact .Q12 label,
#watchdog-report-page .wd-hub-panel #contact .Q13 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q12 label,
#watchdog-sp-report-page .wd-hub-panel #contact .Q13 label {
  display: block;
  margin: 0;
  grid-column: 2;
  font-size: 1.4rem;
  line-height: 1.8;
}

#watchdog-report-page .wd-hub-panel #contact .Q12 br,
#watchdog-report-page .wd-hub-panel #contact .Q13 br,
#watchdog-sp-report-page .wd-hub-panel #contact .Q12 br,
#watchdog-sp-report-page .wd-hub-panel #contact .Q13 br {
  display: none;
}

#watchdog-report-page .wd-hub-panel #contact .Q12 input[type="radio"],
#watchdog-report-page .wd-hub-panel #contact .Q13 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q12 input[type="radio"],
#watchdog-sp-report-page .wd-hub-panel #contact .Q13 input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
}

#watchdog-report-page .wd-hub-panel #contact .Q4,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.8rem;
  margin: 2rem 0 0 var(--wd-report-answer-indent);
}

#watchdog-report-page .wd-hub-panel #contact .Q4a,
#watchdog-report-page .wd-hub-panel #contact .Q4b,
#watchdog-report-page .wd-hub-panel #contact .Q4 span,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4a,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4b,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4 span {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #424242;
}

#watchdog-report-page .wd-hub-panel #contact .Q4a input,
#watchdog-report-page .wd-hub-panel #contact .Q4b input,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4a input,
#watchdog-sp-report-page .wd-hub-panel #contact .Q4b input {
  width: 5.5rem;
  max-width: 5.5rem;
  text-align: center;
  padding: 0.8rem 0.5rem;
}

#watchdog-report-page .wd-hub-panel #contact .mailcheck1 .Q11,
#watchdog-report-page .wd-hub-panel #contact .mailcheck2 .Q16,
#watchdog-sp-report-page .wd-hub-panel #contact .mailcheck1 .Q11,
#watchdog-sp-report-page .wd-hub-panel #contact .mailcheck2 .Q16 {
  margin-top: 2rem;
}

#watchdog-report-page .wd-hub-panel #contact .mailcheck1 h3,
#watchdog-report-page .wd-hub-panel #contact .mailcheck2 h3,
#watchdog-sp-report-page .wd-hub-panel #contact .mailcheck1 h3,
#watchdog-sp-report-page .wd-hub-panel #contact .mailcheck2 h3 {
  margin-bottom: 0;
}

#watchdog-report-page .wd-hub-panel #contact .plus,
#watchdog-sp-report-page .wd-hub-panel #contact .plus {
  margin: 0;
  padding: 0;
  border-top: none;
}

@media (max-width: 767px) {
  .wd-hub .lower-title {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .wd-hub .lower-title .lower-title-wrapper p.en {
    font-size: 1.4rem;
  }

  .wd-hub .lower-title .lower-title-wrapper h1 {
    font-size: 2rem;
  }

  .wd-hub .wd-hub-board-inner.inner-1100 {
    padding: 0;
  }

  .wd-hub .wd-hub-panel.lower-box {
    padding: 5rem 5%;
    border-radius: 1.4rem 1.4rem 0 0;
    --wd-card-pad: 2rem;
  }

  .wd-hub .wd-hub-section--hero .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
  .wd-hub .wd-hub-block-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead,
  .wd-hub .wd-hub-section--form-head .lower-sub-title.wd-hub-sub-title h2.wd-hub-lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .wd-hub .wd-hub-section--hero > .sec-ttl {
    margin-top: 4rem;
  }

  .wd-hub .wd-hub-search-result-intro__title {
    font-size: 1.6rem;
  }

  .wd-hub .wd-hub-section--form-head > .sec-ttl {
    margin-top: 4rem;
  }

  .wd-hub .wd-hub-block-head--steps {
    min-height: 3rem;
    margin-bottom: 2.5rem;
  }

  .wd-hub .wd-hub-block-head--report {
    min-height: 3rem;
    margin: 0 0 2rem;
  }

  .wd-hub {
    --wd-steps-badge-w: 8rem;
    --wd-steps-badge-h: 4rem;
    --wd-steps-pad: 2rem;
    --wd-steps-content-offset: 8rem;
    --wd-steps-arrow-left: 4rem;
  }

  .wd-hub .wd-hub-steps__badge {
    font-size: 2rem;
    line-height: var(--wd-steps-badge-h);
  }

  .wd-hub .wd-hub-steps__badge-label {
    font-size: 1.6rem;
  }

  .wd-hub .wd-hub-steps__item:not(:last-child)::after {
    bottom: calc(55% - 4rem);
  }

  .wd-hub .wd-hub-block-head--steps .lower-sub-title.wd-hub-sub-title {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .wd-hub .wd-hub-panel.lower-box > .lower-sub-title ~ :not(.lower-sub-title) {
    margin-top: 4rem;
  }

  .wd-hub-panel .sec-ttl .left,
  .wd-hub-panel .sec-ttl .right {
    width: 100%;
    display: block;
    padding: 2rem;
  }

  .wd-hub-panel .sec-ttl .left .ttl h1,
  .wd-hub-panel .sec-ttl .left .ttl h2,
  .wd-hub-panel .sec-ttl .left .ttl p {
    font-size: 1.8rem;
  }

  .wd-hub-panel .sec-ttl .right .ttl h2,
  .wd-hub-panel .sec-ttl .right .ttl h3 {
    font-size: 1.6rem;
  }

  .wd-hub-panel #contact .txt-ttl.mgb-20 {
    padding: 6rem 0 0;
  }

  .wd-hub-panel #contact .txt-ttl.mgb-20 > h2 {
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 4rem;
    font-size: 2rem;
  }

  .wd-hub-panel #contact td.name,
  .wd-hub-panel #contact td.answer {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }

  #watchdog-report-page,
  #watchdog-sp-report-page {
    --wd-report-field-width: 100%;
  }

  #watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt,
  #watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt,
  #watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20,
  #watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1,
  #watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck2,
  #watchdog-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20,
  #watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20,
  #watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck1,
  #watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields > .txt.mgb-20.mailcheck2,
  #watchdog-sp-report-page .wd-hub-panel #contact .cont03.wd-hub-report-fields .plus .txt.mgb-20 {
    padding: 1.5rem;
  }

  #watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head,
  #watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head {
    padding: 1.5rem;
  }

  #watchdog-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head .wd-hub-report-note,
  #watchdog-sp-report-page .wd-hub-panel #contact > .wrap > .cont > .inner > .txt.wd-hub-report-section-head .wd-hub-report-note {
    padding-left: 0;
  }

  #watchdog-report-page .wd-hub-panel #contact p.wd-hub-field-error,
  #watchdog-sp-report-page .wd-hub-panel #contact p.wd-hub-field-error {
    margin-left: 0;
  }

  #watchdog-report-page .wd-hub-panel #contact .txt-box,
  #watchdog-sp-report-page .wd-hub-panel #contact .txt-box {
    width: 100%;
    max-width: 100%;
  }

  #watchdog-report-page .wd-hub-panel #contact input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]):not(#Q4a):not(#Q4b),
  #watchdog-report-page .wd-hub-panel #contact textarea,
  #watchdog-sp-report-page .wd-hub-panel #contact input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]):not(#Q4a):not(#Q4b),
  #watchdog-sp-report-page .wd-hub-panel #contact textarea {
    width: 100%;
    max-width: 100%;
  }

  #watchdog-report-page .wd-hub-panel #contact .txt-box,
  #watchdog-report-page .wd-hub-panel #contact .Q1,
  #watchdog-report-page .wd-hub-panel #contact .Q2,
  #watchdog-report-page .wd-hub-panel #contact .Q3,
  #watchdog-report-page .wd-hub-panel #contact .Q4,
  #watchdog-report-page .wd-hub-panel #contact .Q5,
  #watchdog-report-page .wd-hub-panel #contact .Q12,
  #watchdog-report-page .wd-hub-panel #contact .Q13,
  #watchdog-report-page .wd-hub-panel #contact .Q14,
  #watchdog-sp-report-page .wd-hub-panel #contact .txt-box,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q1,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q2,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q3,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q4,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q5,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q12,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q13,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q14 {
    margin-left: 0;
  }

  #watchdog-report-page .wd-hub-panel #contact .Q1,
  #watchdog-report-page .wd-hub-panel #contact .Q2,
  #watchdog-report-page .wd-hub-panel #contact .Q3,
  #watchdog-report-page .wd-hub-panel #contact .Q5,
  #watchdog-report-page .wd-hub-panel #contact .Q14,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q1,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q2,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q3,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q5,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q14 {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }

  #watchdog-report-page .wd-hub-panel #contact .Q1 label,
  #watchdog-report-page .wd-hub-panel #contact .Q2 label,
  #watchdog-report-page .wd-hub-panel #contact .Q3 label,
  #watchdog-report-page .wd-hub-panel #contact .Q5 label,
  #watchdog-report-page .wd-hub-panel #contact .Q14 label,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q1 label,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q2 label,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q3 label,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q5 label,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q14 label {
    margin-right: 1.5rem;
  }

  #watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions,
  #watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p,
  #watchdog-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button,
  #watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .box p,
  #watchdog-sp-report-page .wd-hub-panel #contact ul.col-3.wd-hub-report-actions .btn input.button {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }

  .wd-hub-panel #contact ul.col-2 > li {
    width: 100%;
  }

  .wd-hub-panel .box {
    max-width: 100%;
  }

  #watchdog-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field,
  #watchdog-sp-report-page .wd-hub-panel #contact .Q6 .txt-box.wd-hub-select-field {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #watchdog-report-page .wd-hub-panel #contact #Q6,
  #watchdog-sp-report-page .wd-hub-panel #contact #Q6 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }
}
