@charset "UTF-8";
/* =====================================================
   ウッドテック 下層ページ共通骨格
   ===================================================== */

.wt-subpage {
  --wt-navy: #3b241b;
  --wt-blue: #c34400;
  --wt-light-blue: #fff2e6;
  --wt-brand-bright: #f86f06;
  --wt-mail: #1268ba;
  --wt-green: #087a3e;
  --wt-orange: #c34400;
  --wt-text: #2f2723;
  --wt-muted: #625952;
  --wt-border: #f0c7a7;
  --wt-shadow: 0 8px 24px rgba(113, 55, 20, .08);
  background: #fff;
  color: var(--wt-text);
}

.wt-subpage .container {
  max-width: 1180px;
}

.wt-subpage .announce-bar {
  background: var(--wt-blue);
}

.wt-subpage .site-header {
  border-bottom-color: var(--wt-blue);
}

.wt-subpage .site-logo a {
  display: flex;
  flex-direction: column;
  color: var(--wt-navy);
  line-height: 1.2;
}

.wt-subpage .wt-logo__main {
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.wt-subpage .wt-logo__sub {
  margin-top: .18rem;
  color: var(--wt-blue);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.wt-subpage .header-nav li a {
  font-weight: 600;
}

.wt-subpage .header-nav a[aria-current="page"] {
  color: var(--wt-blue);
  background: var(--wt-light-blue);
}

.wt-subpage .header-nav .nav-cta {
  background: var(--wt-blue);
}

.wt-breadcrumb {
  border-bottom: 1px solid #f6e4d7;
  background: #fffaf6;
}

.wt-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: .55rem 0;
  list-style: none;
  color: var(--wt-muted);
  font-size: .78rem;
}

.wt-breadcrumb li + li::before {
  content: "›";
  margin-right: .35rem;
  color: #9b897e;
}

.wt-breadcrumb a {
  color: var(--wt-blue);
  text-decoration: none;
}

.wt-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.8rem, 6vw, 4.6rem) 0;
  border-bottom: 1px solid #f4dcc8;
  background:
    radial-gradient(circle at 88% 18%, rgba(248, 111, 6, .20), transparent 29%),
    linear-gradient(135deg, #fff8f2 0%, #fff0e2 56%, #fff 100%);
}

.wt-page-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 27rem;
  height: 27rem;
  border: 5rem solid rgba(199, 70, 0, .06);
  border-radius: 50%;
  content: "";
}

.wt-page-hero__inner {
  position: relative;
  z-index: 1;
}

.wt-page-label,
.wt-section-label {
  margin-bottom: .35rem;
  color: var(--wt-blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.wt-page-hero h1 {
  margin: 0;
  color: var(--wt-navy);
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .03em;
}

.wt-no-break {
  display: inline-block;
  white-space: nowrap;
}

.wt-page-hero__lead {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #4c392e;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  line-height: 1.85;
}

.wt-page-hero__note {
  display: inline-block;
  margin: 1rem 0 0;
  padding: .5rem .8rem;
  border: 1px solid #efc9aa;
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: var(--wt-muted);
  font-size: .8rem;
}

.wt-page-content {
  background: #fff;
}

.wt-page-section {
  padding: clamp(2.6rem, 5vw, 4.5rem) 0;
}

.wt-page-section--tint {
  border-block: 1px solid #f8e5d5;
  background: #fffaf6;
}

.wt-page-section--compact {
  padding-top: 0;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.wt-section-heading {
  max-width: 790px;
  margin: 0 auto 2rem;
  text-align: center;
}

.wt-section-heading h2,
.wt-conclusion h2,
.wt-together-box h2,
.wt-caution-box h2,
.wt-consultation h2 {
  margin: 0;
  color: var(--wt-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.45;
}

.wt-section-heading > p:last-child {
  margin-top: .65rem;
  color: var(--wt-muted);
  font-size: .94rem;
}

.wt-conclusion {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--wt-border);
  border-left: 7px solid var(--wt-orange);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--wt-shadow);
}

.wt-conclusion > p {
  color: #5d4e45;
  line-height: 1.95;
}

.wt-item-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.wt-item-detail-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wt-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(113, 55, 20, .07);
}

.wt-item-detail-card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #fff5ec;
}

.wt-item-detail-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wt-item-detail-card figcaption {
  position: absolute;
  right: .55rem;
  bottom: .5rem;
  margin: 0;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: rgba(59, 36, 27, .86);
  color: #fff;
  font-size: .62rem;
  line-height: 1.5;
}

.wt-item-detail-card__body {
  position: relative;
  padding: 1.2rem 1.25rem 1.35rem;
}

.wt-item-number {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  margin: 0;
  color: #f1ddd0;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.wt-item-detail-card h3 {
  max-width: calc(100% - 2.4rem);
  margin: 0 0 .5rem;
  color: var(--wt-navy);
  font-size: 1.17rem;
  line-height: 1.45;
}

.wt-item-detail-card__body > p:not(.wt-item-number) {
  min-height: 4.9em;
  color: var(--wt-muted);
  font-size: .83rem;
  line-height: 1.7;
}

.wt-item-detail-card h4 {
  margin: .85rem 0 .4rem;
  padding-top: .75rem;
  border-top: 1px solid #f5e1d2;
  color: var(--wt-blue);
  font-size: .78rem;
}

.wt-item-detail-card ul {
  display: grid;
  gap: .28rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #57473e;
  font-size: .78rem;
}

.wt-item-detail-card li {
  position: relative;
  padding-left: 1em;
}

.wt-item-detail-card li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wt-orange);
  content: "";
}

.wt-item-detail-card__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  margin-top: 1rem;
  padding: .7rem .8rem;
  border-radius: 8px;
  background: var(--wt-light-blue);
  color: var(--wt-blue);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.wt-item-detail-card__more:hover {
  background: var(--wt-blue);
  color: #fff;
  opacity: 1;
}

/* =====================================================
   品目詳細ページ共通部品
   ===================================================== */
.wt-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.wt-detail-hero__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 6px solid rgba(255, 255, 255, .86);
  border-radius: 18px;
  background: #fff3e8;
  box-shadow: 0 14px 34px rgba(113, 55, 20, .16);
}

.wt-detail-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wt-detail-hero__image figcaption {
  position: absolute;
  right: .7rem;
  bottom: .65rem;
  padding: .22rem .65rem;
  border-radius: 999px;
  background: rgba(59, 36, 27, .88);
  color: #fff;
  font-size: .65rem;
}

.wt-detail-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 1.35rem;
}

.wt-detail-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .6rem .7rem;
  border: 1px solid #efc39f;
  border-radius: 8px;
  background: #fff;
  color: var(--wt-navy);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.wt-detail-nav a:hover {
  border-color: var(--wt-blue);
  background: var(--wt-light-blue);
  color: var(--wt-blue);
  opacity: 1;
}

.wt-detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wt-detail-card {
  padding: 1.35rem;
  border: 1px solid #f2d7c0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(113, 55, 20, .055);
}

.wt-detail-card__label {
  display: inline-block;
  margin-bottom: .6rem;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: var(--wt-light-blue);
  color: var(--wt-blue);
  font-size: .67rem;
  font-weight: 800;
}

.wt-detail-card h3 {
  margin: 0 0 .55rem;
  color: var(--wt-navy);
  font-size: 1.05rem;
  line-height: 1.5;
}

.wt-detail-card p {
  color: var(--wt-muted);
  font-size: .82rem;
  line-height: 1.8;
}

.wt-detail-card ul {
  display: grid;
  gap: .35rem;
  margin: .65rem 0 0;
  padding: 0;
  list-style: none;
  color: #58483e;
  font-size: .8rem;
}

.wt-detail-card li {
  position: relative;
  padding-left: 1.05em;
}

.wt-detail-card li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wt-orange);
  content: "";
}

.wt-detail-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wt-detail-check {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid #f0cfb4;
  border-radius: 12px;
  background: #fff;
}

.wt-detail-check__number {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border-radius: 10px;
  background: var(--wt-blue);
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
}

.wt-detail-check h3 {
  margin: 0 0 .35rem;
  color: var(--wt-navy);
  font-size: 1rem;
}

.wt-detail-check p {
  color: var(--wt-muted);
  font-size: .82rem;
  line-height: 1.75;
}

.wt-detail-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wt-detail-panel {
  padding: clamp(1.3rem, 3vw, 1.8rem);
  border: 1px solid #f0cfb4;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff8f2, #fff);
}

.wt-detail-panel--accent {
  border-color: #b9ddc9;
  background: linear-gradient(135deg, #effaf4, #fff);
}

.wt-detail-panel h2 {
  margin: 0 0 .65rem;
  color: var(--wt-navy);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: 1.5;
}

.wt-detail-panel p,
.wt-detail-panel li {
  color: var(--wt-muted);
  font-size: .84rem;
  line-height: 1.8;
}

.wt-detail-panel ul {
  display: grid;
  gap: .25rem;
  margin: .7rem 0 0;
}

.wt-back-to-items {
  margin-top: 1.3rem;
  text-align: center;
}

.wt-back-to-items a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  padding: .55rem 1rem;
  border: 1px solid #edc5a5;
  border-radius: 8px;
  color: var(--wt-blue);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.wt-back-to-items a:hover {
  background: var(--wt-light-blue);
  opacity: 1;
}

/* =====================================================
   買取の流れ
   ===================================================== */
.wt-process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-process-step {
  position: relative;
  min-width: 0;
  padding: 1.15rem .9rem 1.2rem;
  border: 1px solid #f0ceb2;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(113, 55, 20, .06);
}

.wt-process-step:not(:last-child)::after {
  position: absolute;
  top: 2rem;
  right: -.73rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid var(--wt-blue);
  content: "";
}

.wt-process-step__number {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: .75rem;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-blue);
  color: #fff;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.wt-process-step h3 {
  min-height: 3em;
  margin: 0 0 .5rem;
  color: var(--wt-navy);
  font-size: .9rem;
  line-height: 1.5;
}

.wt-process-step p,
.wt-process-step li {
  color: var(--wt-muted);
  font-size: .72rem;
  line-height: 1.7;
}

.wt-process-step ul {
  display: grid;
  gap: .25rem;
  margin: .65rem 0 0;
  padding: .65rem 0 0;
  border-top: 1px solid #f4dfcf;
  list-style: none;
}

.wt-process-step li {
  position: relative;
  padding-left: .9em;
}

.wt-process-step li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--wt-orange);
  content: "";
}

.wt-info-banner {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  overflow: hidden;
  border: 1px solid #efc5a4;
  border-radius: 14px;
  background: #fff;
}

.wt-info-banner__heading {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--wt-light-blue);
}

.wt-info-banner__heading h2 {
  margin: 0;
  color: var(--wt-navy);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.5;
}

.wt-info-banner__body {
  padding: clamp(1.4rem, 3vw, 2rem);
  color: var(--wt-muted);
  font-size: .85rem;
  line-height: 1.85;
}

.wt-related-link {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 1.5rem;
  border: 1px solid #efc29e;
  border-radius: 13px;
  background: linear-gradient(115deg, #fff3e8, #fff);
}

.wt-related-link h2 {
  margin: 0 0 .25rem;
  color: var(--wt-navy);
  font-size: 1.25rem;
}

.wt-related-link p {
  color: var(--wt-muted);
  font-size: .82rem;
}

.wt-related-link a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: .65rem 1rem;
  border-radius: 8px;
  background: var(--wt-blue);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.wt-related-link a:hover {
  background: var(--wt-navy);
  color: #fff;
  opacity: 1;
}

/* =====================================================
   よくある質問
   ===================================================== */
.wt-faq-groups {
  display: grid;
  gap: 2.2rem;
  max-width: 920px;
  margin: 0 auto;
}

.wt-faq-group__heading {
  margin-bottom: .85rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid #efc8a8;
}

.wt-faq-group__heading h2 {
  margin: 0;
  color: var(--wt-navy);
  font-size: clamp(1.3rem, 3vw, 1.65rem);
}

.wt-faq-list {
  display: grid;
  gap: .65rem;
}

.wt-faq-item {
  overflow: hidden;
  border: 1px solid #f0cfb4;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(113, 55, 20, .045);
}

.wt-faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  gap: .65rem;
  align-items: center;
  min-height: 58px;
  padding: .8rem 1rem;
  color: var(--wt-navy);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}

.wt-faq-item summary::-webkit-details-marker {
  display: none;
}

.wt-faq-item summary::before {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-blue);
  color: #fff;
  content: "Q";
  font-size: .76rem;
  font-weight: 800;
}

.wt-faq-item summary::after {
  color: var(--wt-blue);
  content: "+";
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
}

.wt-faq-item[open] summary {
  background: #fff4ea;
}

.wt-faq-item[open] summary::after {
  content: "−";
}

.wt-faq-answer {
  position: relative;
  padding: 1rem 1.2rem 1.2rem 3.65rem;
  border-top: 1px solid #f5e0d0;
  color: var(--wt-muted);
  font-size: .84rem;
  line-height: 1.85;
}

.wt-faq-answer::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--wt-orange);
  content: "A";
  font-size: 1rem;
  font-weight: 800;
}

.wt-faq-answer a {
  font-weight: 700;
}

/* Phase 6: エリア・会社概要・プライバシー・お問い合わせ */
.wt-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wt-status-card {
  padding: 1.25rem;
  border: 1px solid #f3dac5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(113, 55, 20, .05);
}

.wt-status-card__label {
  margin: 0 0 .45rem;
  color: var(--wt-blue);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.wt-status-card h3 {
  margin: 0 0 .55rem;
  color: var(--wt-navy);
  font-size: 1rem;
}

.wt-status-card p:last-child {
  margin-bottom: 0;
  color: var(--wt-muted);
  font-size: .86rem;
  line-height: 1.75;
}

.wt-company-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #f3dac5;
  border-radius: 14px;
  background: #fff;
}

.wt-company-table th,
.wt-company-table td {
  padding: .9rem 1rem;
  border-bottom: 1px solid #f6e4d5;
  font-size: .88rem;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.wt-company-table tr:last-child th,
.wt-company-table tr:last-child td {
  border-bottom: 0;
}

.wt-company-table th {
  width: 28%;
  background: #fff8f2;
  color: var(--wt-navy);
  font-weight: 700;
}

.wt-company-table td {
  color: var(--wt-muted);
}

.wt-company-table strong {
  color: var(--wt-navy);
}

.wt-policy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wt-policy-list li {
  padding: 1.2rem;
  border: 1px solid #f3dac5;
  border-left: 4px solid var(--wt-blue);
  border-radius: 12px;
  background: #fff;
}

.wt-policy-list h2 {
  margin: 0 0 .55rem;
  color: var(--wt-navy);
  font-size: 1rem;
}

.wt-policy-list p {
  margin: 0;
  color: var(--wt-muted);
  font-size: .86rem;
  line-height: 1.8;
}

.wt-contact-notice {
  padding: 1.35rem;
  border: 1px solid #f2c7a7;
  border-left: 5px solid var(--wt-orange);
  border-radius: 14px;
  background: #fff8f2;
}

.wt-contact-notice h2 {
  margin: 0 0 .55rem;
  color: var(--wt-navy);
  font-size: 1.1rem;
}

.wt-contact-notice p {
  margin: 0;
  color: var(--wt-muted);
  font-size: .9rem;
  line-height: 1.8;
}

.wt-photo-checklist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-photo-checklist li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid #f2d6bf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(113, 55, 20, .055);
}

.wt-photo-checklist__number {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-blue);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.wt-photo-checklist h3 {
  margin: .2rem 0 .35rem;
  color: var(--wt-navy);
  font-size: .9rem;
  line-height: 1.5;
}

.wt-photo-checklist p {
  color: var(--wt-muted);
  font-size: .76rem;
  line-height: 1.7;
}

.wt-together-box {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid #efc29e;
  border-radius: 14px;
  background: linear-gradient(110deg, #fff3e8, #fff);
}

.wt-together-box__icon {
  display: grid;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--wt-blue);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.wt-together-box p:last-child {
  margin-top: .5rem;
  color: var(--wt-muted);
  font-size: .88rem;
}

.wt-caution-box {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid #efd0cf;
  border-radius: 14px;
  background: #fff;
}

.wt-caution-box__heading {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #fff2f1;
}

.wt-caution-box__heading .wt-section-label {
  color: #c4453f;
}

.wt-caution-box__body {
  padding: clamp(1.4rem, 3vw, 2rem);
  color: #4d3e42;
  font-size: .84rem;
  line-height: 1.85;
}

.wt-caution-box__body strong {
  color: #9e302d;
}

.wt-consultation {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--wt-navy);
  color: #fff;
}

.wt-consultation__heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.wt-consultation .wt-section-label {
  color: #ffd0ad;
}

.wt-consultation h2 {
  color: #fff;
}

.wt-consultation__heading > p:last-child {
  margin-top: .5rem;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.wt-consultation__methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  max-width: 880px;
  margin: 0 auto;
}

.wt-consultation-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: .8rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  text-align: center;
}

.wt-consultation-method strong {
  font-size: .93rem;
}

.wt-consultation-method span {
  margin-top: .12rem;
  font-size: .7rem;
  opacity: .9;
}

.wt-consultation-method--line { background: var(--wt-green); }
.wt-consultation-method--mail { background: var(--wt-mail); }
.wt-consultation-method--phone { background: var(--wt-orange); }

.wt-sub-footer {
  padding: 2.25rem 0 1rem;
  background: #2b1b15;
}

.wt-sub-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr .85fr .9fr 1fr;
  gap: clamp(1.4rem, 3vw, 2.5rem);
}

.wt-sub-footer h2 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: .8rem;
}

.wt-sub-footer p,
.wt-sub-footer li,
.wt-sub-footer a {
  font-size: .72rem;
  line-height: 1.75;
}

.wt-sub-footer a {
  color: #ffd0ad;
}

.wt-sub-footer ul {
  display: grid;
  gap: .2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-sub-footer__brand {
  margin-bottom: .1rem;
  color: #fff;
  font-size: .88rem !important;
}

.wt-sub-footer__domain {
  margin-bottom: .6rem;
  color: #ffb778;
  font-weight: 700;
}

.wt-sub-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .62);
}

.wt-subpage .page-top {
  background: var(--wt-blue);
}

@media (max-width: 900px) {

  .wt-status-grid {
    grid-template-columns: 1fr;
  }

  .wt-policy-list {
    grid-template-columns: 1fr;
  }
  .wt-item-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-photo-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-sub-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .wt-sub-footer__about {
    grid-column: 1 / -1;
  }

  .wt-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 1.5rem;
  }

  .wt-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wt-process-step:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .wt-subpage .hamburger {
    position: relative;
    z-index: 100;
  }

  .wt-subpage .header-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }
}

@media (max-width: 640px) {
  .wt-subpage .announce-bar {
    padding: .45rem .75rem;
    font-size: .7rem;
  }

  .wt-subpage .wt-logo__main {
    font-size: 1.08rem;
  }

  .wt-subpage .wt-logo__sub {
    font-size: .58rem;
  }

  .wt-breadcrumb ol {
    min-height: 38px;
    font-size: .72rem;
  }

  .wt-page-hero {
    padding: 2.35rem 0 2.5rem;
  }

  .wt-page-hero h1 {
    font-size: 2rem;
  }

  .wt-page-hero h1.wt-detail-title--compact {
    font-size: 1.875rem;
  }

  .wt-page-hero__lead {
    font-size: .96rem;
    line-height: 1.8;
  }

  .wt-page-hero__note {
    display: block;
    font-size: .76rem;
    line-height: 1.7;
  }

  .wt-page-section {
    padding: 2.5rem 0;
  }

  .wt-page-section--compact {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .wt-conclusion,
  .wt-caution-box {
    grid-template-columns: 1fr;
  }

  .wt-conclusion {
    gap: .8rem;
    padding: 1.3rem;
  }

  .wt-section-heading {
    margin-bottom: 1.35rem;
    text-align: left;
  }

  .wt-section-heading h2,
  .wt-conclusion h2,
  .wt-together-box h2,
  .wt-caution-box h2,
  .wt-consultation h2 {
    font-size: 1.4rem;
  }

  .wt-item-detail-grid,
  .wt-photo-checklist,
  .wt-consultation__methods,
  .wt-sub-footer__grid {
    grid-template-columns: 1fr;
  }

  .wt-item-detail-card__body {
    padding: 1.1rem 1.15rem 1.25rem;
  }

  .wt-item-detail-card__body > p:not(.wt-item-number) {
    min-height: 0;
  }

  .wt-item-detail-card h3 {
    font-size: 1.12rem;
  }

  .wt-item-detail-card__body > p:not(.wt-item-number),
  .wt-item-detail-card h4,
  .wt-item-detail-card ul {
    font-size: .82rem;
  }

  .wt-photo-checklist li {
    padding: 1rem;
  }

  .wt-photo-checklist h3 {
    font-size: .94rem;
  }

  .wt-photo-checklist p {
    font-size: .82rem;
  }

  .wt-together-box {
    align-items: flex-start;
    padding: 1.25rem;
  }

  .wt-together-box__icon {
    flex-basis: 2.6rem;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .wt-caution-box__heading,
  .wt-caution-box__body {
    padding: 1.25rem;
  }

  .wt-caution-box__body {
    font-size: .82rem;
  }

  .wt-consultation__heading {
    text-align: left;
  }

  .wt-consultation-method {
    min-height: 64px;
  }

  .wt-sub-footer__grid {
    gap: 1.2rem;
  }

  .wt-sub-footer p,
  .wt-sub-footer li,
  .wt-sub-footer a {
    font-size: .78rem;
  }

  .wt-sub-footer__bottom {
    flex-direction: column;
    gap: .1rem;
  }

  .wt-detail-hero__grid,
  .wt-detail-card-grid,
  .wt-detail-check-grid,
  .wt-detail-split {
    grid-template-columns: 1fr;
  }

  .wt-detail-hero__grid {
    gap: 1.35rem;
  }

  .wt-detail-hero__image {
    border-width: 4px;
    border-radius: 14px;
  }

  .wt-detail-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-detail-nav a {
    min-height: 48px;
    font-size: .78rem;
  }

  .wt-detail-card,
  .wt-detail-check {
    padding: 1.1rem;
  }

  .wt-detail-card h3,
  .wt-detail-check h3 {
    font-size: 1rem;
  }

  .wt-detail-card p,
  .wt-detail-card ul,
  .wt-detail-check p,
  .wt-detail-panel p,
  .wt-detail-panel li {
    font-size: .82rem;
  }

  .wt-process-list {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .wt-process-step {
    display: grid;
    grid-template-columns: 2.7rem minmax(0, 1fr);
    gap: .15rem .85rem;
    padding: 1rem;
  }

  .wt-process-step:not(:last-child)::after,
  .wt-process-step:nth-child(3)::after {
    display: block;
    top: auto;
    right: auto;
    bottom: -.72rem;
    left: 1.85rem;
    border-top: 9px solid var(--wt-blue);
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
  }

  .wt-process-step__number {
    grid-row: 1 / 4;
    margin: 0;
  }

  .wt-process-step h3 {
    min-height: 0;
    margin: .15rem 0 .3rem;
    font-size: .98rem;
  }

  .wt-process-step p,
  .wt-process-step li {
    font-size: .8rem;
  }

  .wt-process-step ul {
    grid-column: 2;
  }

  .wt-info-banner {
    grid-template-columns: 1fr;
  }

  .wt-info-banner__heading,
  .wt-info-banner__body {
    padding: 1.25rem;
  }

  .wt-related-link {
    align-items: stretch;
    padding: 1.2rem;
  }

  .wt-related-link a {
    justify-content: center;
    width: 100%;
  }

  .wt-faq-groups {
    gap: 1.8rem;
  }

  .wt-faq-item summary {
    grid-template-columns: 1.9rem minmax(0, 1fr) 1.25rem;
    gap: .55rem;
    min-height: 60px;
    padding: .75rem .8rem;
    font-size: .9rem;
  }

  .wt-faq-item summary::before {
    width: 1.9rem;
    height: 1.9rem;
  }

  .wt-faq-answer {
    padding: .9rem 1rem 1rem 3rem;
    font-size: .86rem;
  }

  .wt-faq-page .wt-faq-item summary {
    font-size: 1rem;
    line-height: 1.55;
  }

  .wt-faq-page .wt-faq-answer {
    font-size: 1rem;
    line-height: 1.8;
  }

  .wt-company-table,
  .wt-company-table tbody,
  .wt-company-table tr,
  .wt-company-table th,
  .wt-company-table td {
    display: block;
    width: 100%;
  }

  .wt-company-table th {
    padding-bottom: .35rem;
    border-bottom: 0;
  }

  .wt-company-table td {
    padding-top: .35rem;
  }

  .wt-status-card p:last-child,
  .wt-company-table th,
  .wt-company-table td,
  .wt-policy-list p,
  .wt-contact-notice p {
    font-size: .9rem;
  }

  .wt-faq-answer::before {
    left: .9rem;
  }
}
