/* ─────────────────────────────────────────
   PAGE REQUEST METHOD — 検査の依頼方法
───────────────────────────────────────── */

/* Hero / Header Banner */
.sn-req-header-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.sn-req-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 16px 0;
  gap: 17px;
}
.sn-req-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  min-height: 64px;
  background: rgba(0, 143, 141, 0.7);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin: 0;
}

/* Breadcrumb override */
.sn-req-breadcrumb-wrap {
  margin-bottom: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.sn-req-breadcrumb-wrap .sn-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.sn-req-breadcrumb-wrap .sn-breadcrumb a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6A778B;
  text-decoration: none;
}
.sn-req-breadcrumb-wrap .sn-breadcrumb a:hover {
  text-decoration: underline;
}
.sn-req-breadcrumb-wrap .sn-breadcrumb-current {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #111112;
}

/* Body layout: sidebar + main */
.sn-req-body-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 54px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.sn-req-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Sidebar */
.sn-req-sidebar {
  width: 279px;
  flex: none;
  position: sticky;
  top: 24px;
}
.sn-req-sidebar-menu {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.sn-req-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68.1px;
  box-sizing: border-box;
  background: #008E8C;
  color: #E9ECEE;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; 
  font-size: 18px; 
  line-height: 22px;
  border-bottom: 1px solid #FFFFFF;
}
.sn-req-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68.1px;
  box-sizing: border-box;
  background: #E9ECEE;
  color: #008E8C;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; 
  font-size: 18px; 
  line-height: 22px;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.sn-req-sidebar-link:last-child {
  border-bottom: none;
}
.sn-req-sidebar-link.is-active,
.sn-req-sidebar-link:hover {
  background: #008E8C;
  color: #FFFFFF;
}

/* Section Title */
.sn-req-section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.sn-req-section-title-wrap.no-border {
  margin-bottom: 16px;
}
.sn-req-section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #061C3D;
  letter-spacing: -0.02em;
  margin: 0;
}
.sn-req-section-line {
  width: 100%;
  height: 3px;
  background: #008E8C;
}
.sn-req-title-large {
  font-size: 32px;
  line-height: 40px;
  color: #061C3D;
  letter-spacing: -0.02em;
}

/* Main Content Typography */
.sn-req-top-content-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.sn-req-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #00C48A;
  letter-spacing: -0.02em;
  margin: 0;
}
.sn-req-heading-medium {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #061C3D;
  letter-spacing: -0.02em;
  margin: 0;
}
.sn-req-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  margin: 0;
}

/* E-Service Box */
.sn-req-eservice-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.sn-req-eservice-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sn-req-eservice-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #061C3D;
  letter-spacing: -0.02em;
}
.sn-req-eservice-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.sn-req-eservice-line {
  width: 100%;
  height: 3px;
  background: #008E8C;
}

.sn-req-features {
  display: flex;
  gap: 20px;
  margin-bottom: 31px;
}
.sn-req-feature-card {
  flex: 1;
  background: #FFFFFF;
  border: 2px solid #008F8D;
  border-radius: 8px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  position: relative;
  margin-top: 24px;
  min-height: 208px;
  box-sizing: border-box;
}
.sn-req-feature-badge {
  position: absolute;
  top: -24px;
  left: 25px;
  width: 64px;
  height: 64px;
  background: #008F8D;
  border-radius: 100px;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
}
.sn-req-feature-icon {
  width: 80px;
  height: 80px;
}
.sn-req-feature-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #061C3D;
}

.sn-req-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.sn-req-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #008F8D;
  background-image: url('../../images/btn_background.png');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 16px 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  gap: 10px;
  min-width: 254px;
  height: 56px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
  transition: opacity 0.3s;
}
.sn-req-btn:hover {
  opacity: 0.9;
}
.sn-req-btn-icon {
  width: 40px;
  height: 40px;
}

/* Completion / form card (見積もりのご依頼 完了 ・ お問い合わせ form) */
.sn-req-main-complete,
.sn-req-main-form {
  box-sizing: border-box;
  padding: 40px 40px 22px;
  background: #FFFFFF;
  border: 1px solid #CDD2D8;
  border-radius: 8px;
}
.sn-req-main-form { gap: 16px; padding-bottom: 40px; }
.sn-req-complete-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sn-req-complete-group .sn-req-section-title-wrap { margin-bottom: 16px; }
.sn-req-complete-group .sn-req-text { margin-bottom: 20px; }
.sn-req-complete-group .sn-req-info-box { margin-bottom: 40px; }
.sn-req-complete-group .sn-req-btn-wrap { margin: 0; }

.sn-req-info-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #CDD2D8;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 34px 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #061C3D;
}
.sn-req-info-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #CFECE4;
}
.sn-req-faq-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .sn-req-main-complete,
  .sn-req-main-form { padding: 24px 16px; }
  .sn-req-info-box { padding: 20px 24px; font-size: 14px; line-height: 22px; }
  .sn-req-faq-wrap { padding: 0 16px; }
}

/* ── Inquiry form (お問い合わせ) ─────────────────────────────── */
.sn-req-done-title-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sn-req-done-title {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1.2px;
  color: #1F1F25;
}
.sn-req-form-title { margin-bottom: 0; }
.sn-est-hint {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #E7380D;
  margin: 6px 0 0;
}
.sn-req-lead-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.sn-req-lead-row .sn-req-text { flex: 1; min-width: 0; }
.sn-req-video-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: none;
  width: 271px;
  height: 56px;
  box-sizing: border-box;
  background: #FE7F00;
  background-image: url('../../images/btn_background_yellow.png');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .2s;
}
.sn-req-video-btn:hover { opacity: .9; }
.sn-req-video-play { width: 40px; height: 40px; flex: none; }

.sn-req-notes-list { margin-bottom: 24px; }
.sn-req-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  margin: 0;
}
.sn-inq-link { color: #008F8D; text-decoration: none; }
.sn-inq-agree {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #42526B;
  margin: 24px 0 0;
}
.sn-inq-agree .sn-inq-link { color: #008F8D; }

.sn-inq-form { margin-top: 8px; }
.sn-inq-field { margin-bottom: 20px; }

/* Horizontal field (お問い合わせ内容: label left, control right) */
.sn-inq-hfield {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.sn-inq-hfield--content { gap: 40px; }
.sn-inq-hfield--source { gap: 90px; }
.sn-inq-hctrl { flex: 1; min-width: 0; }
.sn-inq-label.sn-inq-label--col {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  max-width: 220px;
  margin-bottom: 0;
  padding-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #061C3D;
}
.sn-inq-label--col .sn-inq-req {
  flex: none;
  align-self: center;
}
.sn-inq-row {
  display: flex;
  gap: 20px;
}
.sn-inq-row .sn-inq-field { flex: 1; min-width: 0; }
.sn-inq-field--pref { flex: 0 0 200px; }

/* Field label (form rows) */
.sn-inq-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #0A0A0A;
  margin-bottom: 8px;
}
/* Sub-section heading (ご住所) */
.sn-inq-subhead {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #061C3D;
  margin: 8px 0 12px;
}
.sn-inq-req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FB2C36;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 6px;
  border-radius: 4px;
}

.sn-inq-input,
.sn-inq-textarea,
.sn-inq-select {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #061C3D;
  background: #FFFFFF;
  border: 1px solid #CDD2D8;
  border-radius: 5px;
  padding: 9px 12px;
  transition: border-color .15s ease;
}
.sn-inq-input:focus,
.sn-inq-textarea:focus,
.sn-inq-select:focus {
  outline: none;
  border-color: #008E8C;
}
.sn-inq-input::placeholder,
.sn-inq-textarea::placeholder { color: #999999; }
.sn-inq-textarea { resize: vertical; min-height: 112px; }
.sn-inq-select { appearance: auto; }

.sn-inq-zip {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sn-inq-input--zip { width: 159px; }
.sn-inq-zip-sep { color: #061C3D; }

.sn-inq-radios {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sn-inq-radio {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #061C3D;
  cursor: pointer;
}
.sn-inq-radio input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex: none;
  margin: 0;
  box-sizing: border-box;
  border: 1.5px solid #CDD2D8;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: border-color .15s ease;
}
.sn-inq-radio input:checked { border-color: #008E8C; }
.sn-inq-radio input:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #008E8C;
}

.sn-inq-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 0 32px 0 26px;
  height: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #6D6B6B;
  cursor: pointer;
  transition: background .15s ease;
}
.sn-inq-file-btn:hover { background: #F2F5F7; }
.sn-inq-file-icon { width: 24px; height: 24px; flex: none; }
.sn-inq-file { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sn-inq-file-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #42526B;
  word-break: break-all;
}

.sn-inq-error {
  background: #FDECEC;
  border: 1px solid #F3B4B0;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 0 0 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #C0392B;
}

/* ── Confirmation screen (確認) ─────────────────────────────── */
.sn-inq-confirm {
  margin: 0;
  border-top: 1px solid #E6E8EC;
}
.sn-inq-confirm-row {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 12px 0;
  border-bottom: 1px solid #E6E8EC;
}
.sn-inq-confirm-row--top { align-items: flex-start; }
.sn-inq-confirm-label {
  flex: 0 0 210px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
}
.sn-inq-confirm-value {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  word-break: break-word;
}
.sn-inq-confirm-note { margin: 0; color: #42526B; }
.sn-inq-confirm-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 8px;
}
.sn-inq-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #061C3D;
  padding: 8px;
  transition: opacity .2s;
}
.sn-inq-back-btn:hover { opacity: .7; }
.sn-inq-back-arrow { font-size: 24px; line-height: 1; }

@media (max-width: 768px) {
  .sn-inq-confirm-row { flex-direction: column; align-items: stretch; gap: 4px; }
  .sn-inq-confirm-label { flex: 0 0 auto; }
  .sn-inq-confirm-actions { gap: 24px; }
}

/* ── Confirm v2 (お問い合わせ) ─────────────────────────────────── */
.sn-inq-confirm2-note {
  margin: 0 0 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
}
.sn-inq-confirm2-note a {
  color: #016FFF;
  text-decoration: none;
}
.sn-inq-confirm2-note a:hover { text-decoration: underline; }
.sn-inq-confirm2 {
  margin: 0 0 40px;
  border-top: 1px solid #E6E8EC;
}
.sn-inq-confirm2-row {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 12px 0;
  border-bottom: 1px solid #E6E8EC;
}
/* First row (内容 textarea): align top */
.sn-inq-confirm2-row--top { align-items: flex-start; }
/* First row label: larger + darker */
.sn-inq-confirm2-row--top .sn-inq-confirm2-label {
  font-size: 16px;
  line-height: 24px;
  color: #061C3D;
  padding-top: 0;
}

.sn-inq-confirm2-label {
  flex: 0 0 210px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #42526B;
}
.sn-inq-confirm2-value {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  word-break: break-word;
}

/* Action bar: ← back (left) | send button (right) */
.sn-inq-confirm2-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* ← 入力画面に戻る */
.sn-inq-confirm2-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #061C3D;
  padding: 10px 16px;
  border-radius: 8px;
  transition: opacity .2s;
}
.sn-inq-confirm2-back:hover { opacity: .7; }

/* 送信（次へ）button — override sn-req-btn for this context */
.sn-inq-confirm2-actions .sn-req-btn {
  height: 56px;
  padding: 10px 16px 10px 58px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  border-radius: 8px;
}
.sn-inq-confirm2-actions .sn-req-btn-icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .sn-inq-confirm2-row { flex-direction: column; align-items: stretch; gap: 4px; }
  .sn-inq-confirm2-label { flex: 0 0 auto; }
  .sn-inq-confirm2-actions { flex-direction: column-reverse; align-items: stretch; }
  .sn-inq-confirm2-back { justify-content: center; font-size: 18px; }
  .sn-inq-confirm2-actions .sn-req-btn { font-size: 20px; padding: 10px 20px; }
}

@media (max-width: 768px) {
  .sn-req-lead-row { flex-direction: column; align-items: stretch; }
  .sn-req-video-btn {
    width: auto;
    align-self: center;
    font-size: 20px;
    height: 48px;
    padding: 8px 16px;
  }
  .sn-req-video-play { width: 32px; height: 32px; }
  .sn-inq-row { flex-direction: column; gap: 0; }
  .sn-inq-field--pref { flex: 1; }
  .sn-inq-input--zip { width: 120px; }
  .sn-inq-hfield { flex-direction: column; align-items: stretch; gap: 8px; }
  .sn-inq-label.sn-inq-label--col { flex: 0 0 auto; max-width: none; }
}

/* Notes Section */
.sn-req-notes-block {
  margin-bottom: 24px;
}
.sn-req-notes-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  margin-bottom: 8px;
}
.sn-req-notes-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
  margin-bottom: 16px;
}
.sn-req-notes-desc ul {
  padding-left: 20px;
  margin: 0;
}
.sn-req-notes-desc ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}
.sn-req-pdf-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 710px;
}
.sn-req-pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 20px 0px 16px;
  background: transparent;
  border: 1.5px solid #008F8D;
  border-radius: 100px;
  color: #008F8D;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  box-sizing: border-box;
  text-transform: capitalize;
  white-space: nowrap;
}
.sn-req-pdf-btn:first-child {
  width: 444px;
  max-width: 100%;
}
.sn-req-pdf-btn:last-child {
  width: 256px;
  max-width: 100%;
}
.sn-req-pdf-btn:hover {
  background: #f0fdfd;
}

/* Downloads Section */
.sn-req-download-list {
  display: flex;
  flex-direction: column;
}
.sn-req-download-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-top: 1px solid #E6E8EC;
  border-bottom: 1px solid #E6E8EC;
  margin-top: -1px; /* collapse borders */
}
.sn-req-download-cell {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.sn-req-download-cell-text {
  width: 537px;
  padding: 10px 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #42526B;
}
.sn-req-download-cell-icon {
  width: 92px;
  padding: 10px 12px;
  justify-content: center;
}
.sn-req-download-cell-icon2 {
  width: 92px;
  padding: 10px 12px 10px 0;
  justify-content: center;
}
.sn-req-download-cell-action {
  width: 169px;
  flex-grow: 1;
  padding: 10px 12px;
  justify-content: center;
}
.sn-req-download-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  gap: 8px;
  width: 145px;
  height: 40px;
  background: #008F8D;
  border-radius: 100px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
.sn-req-download-btn:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .sn-req-body-layout {
    flex-direction: column;
    padding: 32px 20px;
    gap: 32px;
  }
  .sn-req-sidebar {
    width: 100%;
    position: static;
  }
  .sn-req-header-wrap {
    padding: 0 20px;
  }
  .sn-req-breadcrumb-wrap {
    padding: 0 20px;
  }
  .sn-req-features {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .sn-req-feature-card {
    min-height: auto;
  }
  .sn-req-pdf-buttons {
    flex-direction: column;
    width: 100%;
  }
  .sn-req-pdf-btn:first-child,
  .sn-req-pdf-btn:last-child {
    width: 100%;
    max-width: none;
  }
  .sn-req-download-row {
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .sn-req-download-cell-text {
    width: 100%;
    flex: 0 0 100%;
    padding: 8px 12px;
  }
  .sn-req-download-cell-icon,
  .sn-req-download-cell-icon2 {
    width: auto;
    padding: 8px 12px;
  }
  .sn-req-download-cell-action {
    width: auto;
    flex: 1;
    padding: 8px 12px;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .sn-req-title {
    font-size: 24px;
    line-height: 1.4;
    height: auto;
    padding: 16px;
    width: 100%;
  }
  .sn-req-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .sn-req-heading-medium,
  .sn-req-section-title,
  .sn-req-eservice-title {
    font-size: 20px;
    line-height: 28px;
  }
  .sn-req-download-cell-action {
    flex: 0 0 100%;
    justify-content: center;
  }
  .sn-req-pdf-btn {
    white-space: normal;
    height: auto;
    padding: 12px 16px;
    line-height: 1.4;
    text-align: center;
  }
  .sn-req-features {
    gap: 32px;
    margin-bottom: 32px;
  }
  .sn-req-btn {
    font-size: 20px;
    height: 48px;
    min-width: auto;
    padding: 8px 16px 8px 20px;
  }
  .sn-req-btn-icon {
    width: 32px;
    height: 32px;
  }
}

/* ── 電話でのお問い合わせ (page-tel.php) ─────────────────────────── */

/* Main container override: border-radius 28px */
.sn-tel-main {
  position: relative;
  min-height: 421px;
  border-radius: 28px;
  padding: 31px 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Title block (Frame 1000007855 / 1000007049) */
.sn-tel-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sn-tel-page-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #061C3D;
  margin: 0;
}
.sn-tel-page-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #061C3D;
  margin: 0;
}

/* Card wrapper — holds both the accent bar and the bordered box */
.sn-tel-card-wrap {
  position: relative;
  width: 100%;
}

/* Green accent bar (Rectangle 81208) */
.sn-tel-card-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #CFECE4;
  border-radius: 10px 0 0 8px;
  z-index: 1;
}

/* White bordered box (Rectangle 81023) */
.sn-tel-card-body {
  position: relative;
  margin-left: 5px;
  background: #FFFFFF;
  border: 1px solid #CDD2D8;
  border-radius: 8px;
  padding: 22px 32px 22px 42px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px; /* gap between groups */
}

/* Group: label + value lines stacked vertically */
.sn-tel-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Each line of text */
.sn-tel-line {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #061C3D;
  margin: 0;
}
.sn-tel-line strong {
  font-weight: 700;
  color: #061C3D;
}
.sn-tel-line--bold {
  font-weight: 700;
}
.sn-tel-line--indent {}

/* TEL / FAX links */
.sn-tel-link {
  color: #016FFF;
  text-decoration: none;
  font-weight: 400;
}
.sn-tel-link:hover { text-decoration: underline; }

/* Mail link */
.sn-tel-mail-link {
  color: #016FFF;
  text-decoration: none;
  font-weight: 400;
}
.sn-tel-mail-link:hover { text-decoration: underline; }

/* ── Responsive ── */
@media (max-width: 991px) {
  .sn-tel-main {
    min-height: auto;
    border-radius: 16px;
    padding: 24px 20px 32px;
    gap: 24px;
  }
  .sn-tel-page-title { font-size: 26px; line-height: 34px; }
  .sn-tel-page-desc  { font-size: 18px; line-height: 26px; }
}
@media (max-width: 768px) {
  .sn-tel-main { border-radius: 12px; padding: 20px 16px 28px; gap: 20px; }
  .sn-tel-card-body { padding: 18px 16px 18px 32px; gap: 12px; }
  .sn-tel-page-title { font-size: 22px; line-height: 30px; }
  .sn-tel-page-desc  { font-size: 16px; line-height: 24px; }
  .sn-tel-line { font-size: 14px; line-height: 22px; }
}
