@charset "UTF-8";
/* ================================================================
   pages.css
   index.html 以外の全ページ共通スタイル
   renewal.css を前提として読み込む
   ================================================================
   1.  ご利用の流れ        (flw-*)   flow.html
   2.  安全・安心のために  (sft-*)   safety.html
   3.  よくある質問        (fpg-*)   faq.html
   4.  サービス紹介        (abp-*)   about-service.html
   5.  お問い合わせ        (ctc-*)   contact.html
   6.  ニュース            (nws-*)   news.html, news/*.html
   7.  会社概要            (abt-*)   about.html
   8.  キャリア決済とは    (cmp-*)   career-payment.html
   ================================================================ */


/* ================================================================
   0. 共通ユーティリティ（余白）
   コンポーネントに依存しない汎用の margin ユーティリティ
   ================================================================ */
.u-mb-0  { margin-bottom: 0 !important; }
.u-mb-4  { margin-bottom: 4px !important; }
.u-mb-8  { margin-bottom: 8px !important; }
.u-mb-12 { margin-bottom: 12px !important; }
.u-mb-16 { margin-bottom: 16px !important; }
.u-mb-20 { margin-bottom: 20px !important; }
.u-mb-24 { margin-bottom: 24px !important; }
.u-mb-28 { margin-bottom: 28px !important; }
.u-mb-30 { margin-bottom: 30px !important; }
.u-mt-4  { margin-top: 4px !important; }
.u-mt-0 { margin-top: 0px !important; }
/* ================================================================
   1. ご利用の流れ (flw-*)
   ※ hero/パンくず/下部CTAは renewal.css の pg-hero / pg-breadcrumb / pg-cta / pg-btn を共用
   ================================================================ */

/* ── ページ内ナビ ── */
.flw-pagenav {
  background: #eef4fb;
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.flw-pagenav__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 20px;
}
.flw-pagenav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
  white-space: nowrap;
}
.flw-pagenav li a {
  display: block;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color var(--tr), border-color var(--tr);
}
@media (hover: hover) and (pointer: fine) {
.flw-pagenav li a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
}

/* ── BODY（ページ本文ラッパー、8システム共通） ── */
.flw-body, .sft-body, .fpg-body, .abp-body, .cmp-body, .abt-body, .nws-layout {
  padding: 0 20px;
  background: #fff;
}
.flw-body__inner, .sft-body__inner, .fpg-body__inner, .abp-body__inner, .cmp-body__inner, .abt-body__inner, .nws-layout__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
}
.nws-layout__inner { padding: 40px 0 72px; display: flex; flex-direction: column; gap: 32px; }
.abt-body__inner { padding: 48px 0 80px; }
@media (min-width: 768px) {
  .sft-body, .fpg-body, .abt-body, .nws-layout { padding: 0 48px; }
}

/* ── セクション ── */
.flw-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
}
.flw-section--lead { padding: 52px 0 44px; }
.flw-section--lead p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--text);
}
.flw-section--lead p:last-child { margin-bottom: 0; }
.flw-section p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
}
.flw-section p:last-child { margin-bottom: 0; }

/* ── 汎用リスト ── */
.flw-list {
  margin: 10px 0 18px;
  padding: 0;
  max-width: 660px;
}
.flw-list li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 6px;
}
.flw-list--check { padding: 0; }
.flw-list--check li::before {
  content: "\2713\0020";
  font-weight: 900;
  color: var(--gold);
}


/* ── 必要書類リスト ── */
.flw-required-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}
.flw-required-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f4f8fd;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}
.flw-required-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── STEPs ── */
.flw-step {
  position: relative;
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px dashed var(--border);
}
.flw-step--last { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.flw-step__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.flw-step__num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 64px;
  height: 64px;
  background: var(--navy);
  border-radius: 14px;
  color: #fff;
}
.flw-step__num span { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; opacity: 0.65; }
.flw-step__num strong { font-size: 26px; font-weight: 900; line-height: 1; }
.flw-step__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
}
.flw-step__content { padding-left: 84px; }
.flw-step__content img { max-width: 100%; border-radius: 8px; margin-bottom: 12px; }
.flw-step__meta { font-size: 13px; }
.flw-step__password { font-size: 150%; color: red; }
.flw-step__footnote-mark { font-size: 10px; }
.flw-step__highlight-box { background: #eef8fb; border-radius: 8px; padding: 8px 12px; display: inline-block; }
.flw-step__accent-link { color: #e38d2a; }

/* ── サブセクション ── */
.flw-subsection {
  margin-top: 28px;
  padding: 22px 24px;
  background: #f8fbff;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.flw-subsection__title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.45;
}
.flw-subsection p { margin: 0 0 12px !important; font-size: 14px !important; max-width: none !important; }
.flw-subsection p:last-child { margin-bottom: 0 !important; }
.flw-subsection .flw-list { max-width: none; margin: 8px 0 12px; }
.flw-subsection .pg-note { margin-top: 12px !important; }
.flw-subsection .pg-notice { max-width: none; margin: 12px 0 0; }

/* ── NGサンプル画像グリッド ── */
.id-ng-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 14px 0 16px;
}
.id-ng-item {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.id-ng-item img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  display: block;
}
.id-ng-item__label {
  padding: 8px 6px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.id-ng-item__label::before {
  content: '✕ ';
  color: #d32f2f;
  font-weight: 700;
}
@media (max-width: 767px) {
  .id-ng-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .id-ng-item img { height: 100px; object-fit: contain; }
  .id-ng-item__label { font-size: 12px; padding: 6px 4px; }
}

/* ── 2回目ステップ ── */
.flw-repeat-steps {
  counter-reset: repeat;
  list-style: none;
  padding: 0;
  margin: 18px 0 20px;
  max-width: 500px;
}
.flw-repeat-steps li {
  counter-increment: repeat;
  position: relative;
  padding: 12px 16px 12px 48px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  border-top: 1px solid var(--border);
}
.flw-repeat-steps li:first-child { border-top: none; }
.flw-repeat-steps li::before {
  content: counter(repeat);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

/* ── テーブル ── */
.flw-table-wrap, .cmp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
}
.flw-table-wrap {
  margin: 16px 0 20px;
  border-radius: 10px;
  max-width: 540px;
}
.flw-table { width: 100%; border-collapse: collapse; min-width: 320px; }
.flw-table th {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  background: var(--navy);
  color: #fff;
  letter-spacing: 0.04em;
}
.flw-table th + th { border-left: 1px solid rgba(255,255,255,0.15); }
.flw-table td {
  padding: 13px 20px;
  font-size: 15px;
  color: var(--text);
  border-top: 1px solid var(--border);
  line-height: 1.5;
}
.flw-table td + td { border-left: 1px solid var(--border); font-weight: 700; }


/* ── 振込手数料・対応銀行テーブル ── */
.flw-bankfee-wrap {
  overflow-x: auto;
  margin: 16px 0 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.flw-bankfee-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 560px;
  text-align: center;
}
.flw-bankfee-table th,
.flw-bankfee-table td {
  padding: 11px 10px;
  border: 1px solid var(--border);
  font-size: 13px;
  color: var(--text);
  vertical-align: middle;
  line-height: 1.5;
}
.flw-bankfee-table .bf-label {
  background: #f4f7fc;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  border-color: var(--border);
}
.flw-bankfee-table .bf-bank {
  background: #fff;
  text-align: center;
  font-size: 11px;
  color: #6b82a0;
}
.flw-bankfee-table .bf-bank img {
  display: block;
  margin: 0 auto 5px;
  height: 28px;
  width: auto;
  max-width: 76px;
  object-fit: contain;
}
.flw-bankfee-table .bf-other {
  background: #f4f7fc;
  font-weight: 700;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.flw-bf-circle { color: #1a7cc5; font-size: 17px; font-weight: 700; }
.flw-bf-tri { color: #9aafc8; font-size: 17px; font-weight: 700; }
.flw-bf-free { color: #1b5e2f; font-weight: 800; font-size: 14px; }
.flw-bf-paid { font-weight: 700; font-size: 14px; }
.flw-bf-time { text-align: left; font-size: 13px; font-weight: 500; padding: 11px 16px; }

/* ── 安全注意事項 ── */
.flw-safety-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.flw-safety-item {
  padding: 24px;
  background: #f8fbff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--navy);
}
.flw-safety-item__title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
}
.flw-safety-item p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
  max-width: none !important;
}
.flw-safety-item p:last-child { margin-bottom: 0; }
.flw-safety-item .pg-note--caution { max-width: none !important; margin: 8px 0 0 !important; }

/* ── Responsive ── */
@media screen and (max-width: 900px) {
  .flw-safety-items { grid-template-columns: 1fr; gap: 14px; }
}
@media screen and (max-width: 767px) {
  .flw-pagenav ul { gap: 0; }
  .flw-pagenav li a { padding: 12px 14px; font-size: 12px; }
  .flw-section { padding: 44px 0; }
  .flw-required-list { flex-direction: column; gap: 8px; }
  .flw-step__header { gap: 14px; margin-bottom: 18px; }
  .flw-step__num { width: 52px; height: 52px; }
  .flw-step__num strong { font-size: 22px; }
  .flw-step__title { font-size: 16px; }
  .flw-step__content { padding-left: 0; padding-top: 4px; }
  .flw-step { margin-bottom: 25px; padding-bottom: 40px; }
  .flw-subsection { padding: 16px; }
  .flw-table-wrap { max-width: 100%; }
  .flw-safety-items { grid-template-columns: 1fr; gap: 12px; }
  .flw-safety-item { padding: 18px 16px; }
}


/* ================================================================
   2. 安全・安心のために (sft-*)
   ※ hero/パンくず/下部CTAは renewal.css の pg-hero / pg-breadcrumb / pg-cta / pg-btn を共用
   ================================================================ */

/* ── Section ── */
.sft-section { padding: 56px 0 0; }
.sft-section--lead { padding-top: 48px; }
.sft-section--last { padding-bottom: 64px; }
.sft-section p { margin: 0 0 18px; font-size: 16px; line-height: 1.9; color: var(--text); max-width: 760px; }
.sft-section p:last-child { margin-bottom: 0; }

@media (min-width: 768px) {
  .sft-section { padding-top: 72px; }
  .sft-section--last { padding-bottom: 80px; }
}

/* ── コンテンツ ── */
.sft-concerns {
  background: var(--bg);
  border-left: 4px solid var(--navy);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 4px 0 24px;
  max-width: 680px;
}
.sft-concerns ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.sft-concerns li { font-size: 15px; color: var(--navy); font-weight: 500; padding-left: 20px; position: relative; }
.sft-concerns li::before { content: "・"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

.sft-commitment {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 36px 0;
  border-top: 1px solid var(--border);
}
.sft-commitment:first-of-type { border-top: none; }
.sft-commitment__num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--navy);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.sft-commitment__body { flex: 1; min-width: 0; }
.sft-commitment__title { font-size: 18px; font-weight: 900; color: var(--navy); margin: 0 0 16px; line-height: 1.4; }

@media (min-width: 768px) {
  .sft-commitment { gap: 28px; padding: 40px 0; }
  .sft-commitment__num { width: 60px; height: 60px; font-size: 26px; }
  .sft-commitment__title { font-size: 20px; }
}
@media (max-width: 480px) {
  .sft-commitment { flex-direction: column; gap: 14px; }
}

.sft-list { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 8px; max-width: 680px; }
.sft-list li { font-size: 15px; line-height: 1.7; color: var(--text); padding-left: 22px; position: relative; }
.sft-list--check li::before { content: "✓"; color: #2c7a44; font-weight: 700; }
.sft-list--lock li::before { content: "🔒"; left: -2px; }
.sft-list--warn li::before { content: "⚠"; color: #b85a00; }
.sft-list--warn li { color: #5a3000; }

.sft-warning-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  margin: 4px 0 24px;
  max-width: 760px;
}
.sft-warning-box__icon { flex-shrink: 0; width: 36px; color: #d94040; }
.sft-warning-box__icon svg { width: 100%; height: auto; display: block; }
.sft-warning-box__body { flex: 1; }
.sft-warning-box__title { font-size: 15px; margin: 0 0 12px; }
.sft-warning-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.sft-warning-list li { font-size: 14px; color: #8b1c1c; padding-left: 18px; position: relative; line-height: 1.6; }
.sft-warning-list li::before { content: "×"; position: absolute; left: 0; font-weight: 900; }

.sft-domain-badge {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: .06em;
  padding: 8px 18px;
  border-radius: 6px;
  margin: 0 0 20px;
}

.sft-request-items { display: flex; flex-direction: column; gap: 20px; max-width: 760px; }
.sft-request-item__title { font-size: 16px; font-weight: 900; color: var(--navy); margin: 0 0 12px; }


.sft-checklist {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  max-width: 680px;
  counter-reset: sft-check;
  display: flex;
  flex-direction: column;
}
.sft-checklist li {
  counter-increment: sft-check;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.7;
}
.sft-checklist li:first-child { border-top: 1px solid var(--border); }
.sft-checklist li::before {
  content: counter(sft-check);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 900;
}

/* ================================================================
   3. よくある質問 (fpg-*)
   ※ hero/パンくず/下部CTAは renewal.css の pg-hero / pg-breadcrumb / pg-cta / pg-btn を共用
   ================================================================ */

/* ── カテゴリナビ ── */
.fpg-catnav {
  background: #fff;
  border-bottom: 2px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.fpg-catnav__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 0 0 20px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fpg-catnav__inner::-webkit-scrollbar { display: none; }
.fpg-catnav__item {
  flex-shrink: 0;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sub);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}
.fpg-catnav__item.is-active { color: var(--navy); border-bottom-color: var(--gold); }
@media (hover: hover) and (pointer: fine) {
.fpg-catnav__item:hover { color: var(--navy); border-bottom-color: var(--gold); }
}

@media (min-width: 768px) {
  .fpg-catnav__inner { padding: 0 48px; }
  .fpg-catnav__item { font-size: 13px; padding: 14px 16px; }
}

/* ── Body ── */
.fpg-category { padding: 48px 0 40px; border-bottom: 1px solid var(--border); }
.fpg-category:last-child { border-bottom: none; padding-bottom: 64px; }

@media (min-width: 768px) {
  .fpg-category { padding: 60px 0 52px; }
}

.fpg-body .faq-a p { margin: 0 0 10px; font-size: 14px; line-height: 1.85; color: var(--text); }
.fpg-body .faq-a p:last-child { margin-bottom: 0; }
.fpg-body .faq-a ul,
.fpg-body .faq-a ol { margin: 6px 0 12px; padding: 0; }
.fpg-body .faq-a ul li,
.fpg-body .faq-a ol li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 4px;
  padding-left: 18px;
  position: relative;
}
.fpg-body .faq-a ol { counter-reset: fpg-ol; }
.fpg-body .faq-a ol li { counter-increment: fpg-ol; padding-left: 22px; }
/* ================================================================
   4. サービス紹介 / 会社について (abp-*)
   ================================================================ */

/* ── Hero ── */
.abp-hero {
  padding: 88px 20px 80px;
  background:
    radial-gradient(circle at 80% 30%, rgba(18,72,164,0.55), transparent 45%),
    linear-gradient(150deg, #041e4f 0%, #0b3a8c 100%);
  color: #fff;
}
.abp-hero__inner { width: min(100%, var(--container)); margin: 0 auto; }
.abp-hero__title {
  margin: 18px 0 24px;
  font-size: clamp(38px, 5.5vw, 60px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.abp-hero__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 22px;
  border-radius: 2px;
  background: var(--gold);
}
.abp-hero__sub { margin: 0; font-size: 16px; line-height: 1.75; color: #b8ccec; }
.abp-hero__title-sub { display: block; margin-top: 10px; font-size: 20px; font-weight: 700; letter-spacing: normal; }

/* ── Sections ── */
.abp-section { padding: 68px 0; border-bottom: 1px solid var(--border); }
.abp-section--last { border-bottom: none; }
.abp-section__title {
  margin: 0 0 40px;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.35;
}
.abp-section__title span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-sub);
  letter-spacing: 0.02em;
}

/* ── Prose ── */

.abp-section p,
.abp-col__body p { margin: 0 0 22px; font-size: 16px; line-height: 1.95; color: var(--text); }
.abp-section p:last-child,
.abp-col__body p:last-child { margin-bottom: 0; }
.abp-section strong,
.abp-col__body strong { color: var(--navy); font-weight: 800; }

/* ── 2カラム ── */


/* ── リスト類 ── */
.abp-situations {
  margin: 20px 0 26px;
  padding: 22px 24px 22px 34px;
  list-style: none;
  border-left: 5px solid var(--navy);
  border-radius: 0 12px 12px 0;
  background: #eef4fb;
  max-width: 580px;
}
.abp-situations li { position: relative; padding-left: 20px; font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.75; }
.abp-situations li + li { margin-top: 9px; }
.abp-situations li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.abp-voices { margin: 14px 0 22px; padding: 0; list-style: none; max-width: 580px; }
.abp-voices li {
  padding: 11px 18px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.75;
  color: #3a506e;
  background: #f5f8fc;
  border: 1px solid #dce6f2;
  border-radius: 8px;
}
.abp-voices li + li { margin-top: 8px; }
.abp-voices--positive li { background: #f3f9f3; border-color: #b8d8b8; color: #2a5230; font-style: normal; font-weight: 500; }

.abp-commits {
  margin: 16px 0 26px;
  padding: 24px 24px 24px 28px;
  list-style: none;
  background: #f8fbff;
  border: 1px solid var(--border);
  border-radius: 12px;
  max-width: 580px;
}
.abp-commits li { position: relative; padding-left: 28px; font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.75; }
.abp-commits li::before,
.cmp-list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 15px;
  height: 8px;
  border-left: 2.5px solid var(--gold);
  border-bottom: 2.5px solid var(--gold);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .abp-hero { padding: 64px 20px 56px; }
  .abp-hero__sub { font-size: 14px; }
  .abp-hero__title-sub { font-size: 16px; margin-top: 6px; }
  .abp-section { padding: 52px 0; }
  .abp-situations,
  .abp-voices,
  .abp-commits { max-width: none; }
}


/* ================================================================
   5. お問い合わせ (ctc-*)
   ================================================================ */

.ctc-page-bg { background: #fff; }

/* ── レイアウト ── */
.ctc-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 20px 72px;
  width: min(100%, var(--container));
  margin: 0 auto;
}
.ctc-layout.ctc-layout--sidebar-left { grid-template-columns: 300px 1fr; }
.ctc-layout.ctc-layout--narrow { grid-template-columns: 1fr; max-width: 860px; }

/* ── フォームカード ── */
.ctc-form-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 15px; }
.ctc-form-card__title { font-size: 18px; font-weight: 900; color: var(--navy); margin: 0 0 16px; padding-bottom: 11px; border-bottom: 2px solid var(--border); }

/* ── フォーム要素 ── */
.ctc-form-group { margin-bottom: 20px; }
.ctc-form-group:last-child { margin-bottom: 0; }
.form-row-2 .ctc-form-group:last-child { margin-bottom: 20px; }
.ctc-label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.ctc-required { font-size: 11px; font-weight: 700; color: #fff; background: #c94040; padding: 2px 6px; border-radius: 3px; letter-spacing: .04em; }
.ctc-optional { font-size: 11px; font-weight: 700; color: var(--text-sub); background: var(--bg); padding: 2px 6px; border-radius: 3px; }
.ctc-input,
.ctc-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none;
  appearance: none;
}
.ctc-input:focus,
.ctc-textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(6,38,92,.12); }
.ctc-input::placeholder,
.ctc-textarea::placeholder { color: #b0bccf; font-size: 14px; }
.ctc-input--w260 { max-width: 260px; }
.ctc-input--w220 { max-width: 220px; }


.ctc-textarea { min-height: 160px; resize: vertical; line-height: 1.7; }
.ctc-form-hint { font-size: 12px; color: var(--text-sub); margin-top: 4px; line-height: 1.6; }
.ctc-submit {
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 28px auto 0;
  padding: 15px 24px;
  background: var(--gold-grad);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity .2s;
}
@media (hover: hover) and (pointer: fine) {
.ctc-submit:hover { opacity: .85; }
}
.ctc-submit:disabled { opacity: .5; cursor: not-allowed; }
.ctc-submit__icon { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── サイドバー ── */
.ctc-sidebar { display: flex; flex-direction: column; gap: 16px; }
.ctc-info-card, .sft-request-item, .abt-strength { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.ctc-info-card__title { font-size: 15px; font-weight: 900; color: var(--navy); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.ctc-info-card__title svg { width: 18px; height: 18px; flex-shrink: 0; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ctc-info-card p { font-size: 13px; line-height: 1.75; color: var(--text); margin: 0 0 8px; }
.ctc-info-card p:last-child { margin-bottom: 0; }
.ctc-info-card__note { margin-top: 8px; }
.ctc-info-card__time { font-size: 14px; font-weight: 700; color: var(--navy); background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 8px 12px; margin-top: 8px; display: block; text-align: center; }
.ctc-caution-card { padding: 18px 20px; }
.ctc-caution-card__title { font-size: 14px; margin: 0 0 10px; display: flex; align-items: center; gap: 6px; }
.ctc-caution-card p { font-size: 13px; line-height: 1.75; color: #5a1010; margin: 0 0 6px; }
.ctc-caution-card p:last-child { margin-bottom: 0; }

/* ── Responsive ── */
@media (min-width: 768px) {
  .ctc-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 56px 48px 88px; align-items: start; }
  .ctc-form-card { padding: 36px 32px; }
  .ctc-form-card__title { font-size: 20px; }
  .ctc-sidebar { position: sticky; top: 72px; }
}
@media (max-width: 767px) {
  .ctc-layout { padding: 40px 20px 64px; gap: 24px; }
  .ctc-sidebar { display: flex; flex-direction: column; gap: 10px; }
  .ctc-info-card, .ctc-caution-card { padding: 14px; border-radius: 10px; }
  .ctc-info-card__title { font-size: 13px; margin-bottom: 8px; gap: 6px; }
  .ctc-info-card__title svg { width: 15px; height: 15px; }
  .ctc-info-card p { font-size: 12px; line-height: 1.6; margin-bottom: 6px; }
  .ctc-info-card__time { font-size: 12px; padding: 6px 10px; }
  .ctc-caution-card { padding: 12px 14px; }
  .ctc-caution-card__title { font-size: 12px; margin-bottom: 8px; }
  .ctc-caution-card p { font-size: 12px; line-height: 1.6; margin-bottom: 4px; }
}


/* ================================================================
   6. ニュース (nws-*)
   ================================================================ */

/* ── 記事リスト ── */
.nws-list { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
.nws-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background .15s;
}
@media (hover: hover) and (pointer: fine) {
.nws-item:hover { background: var(--bg); padding-left: 12px; padding-right: 12px; margin: 0 -12px; }
}
.nws-item__meta { display: flex; align-items: center; gap: 10px; }
.nws-item__date { font-size: 12px; color: var(--text-sub); font-weight: 500; white-space: nowrap; }
.nws-item__tag { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 3px; letter-spacing: .03em; }
.nws-item__tag--important { background: #fde8e8; color: #c00; }
.nws-item__tag--info { background: #e8eef8; color: var(--navy); }


.nws-item__title { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.55; }

/* ── 記事詳細 ── */
.nws-article { background: #fff; padding: 0 20px; }
.nws-article__inner { width: min(100%, 780px); margin: 0 auto; padding: 40px 0 72px; }
.nws-article__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.nws-article__title {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--border);
}
.nws-article__body { overflow-wrap: break-word; }
.nws-article__body p { font-size: 16px; line-height: 1.9; color: var(--text); margin: 0 0 20px; }
.nws-article__body h2 { font-size: 20px; font-weight: 900; color: var(--navy); border-left: 4px solid var(--gold); padding-left: 14px; line-height: 1.4; margin: 32px 0 24px; }
.nws-article__body pre { white-space: pre-wrap; word-break: break-word; overflow-x: auto; max-width: 100%; }
.nws-article__body img,
.nws-article__body table,
.nws-article__body iframe { max-width: 100%; }
.nws-article__back { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border); }

/* ── Responsive ── */
@media (min-width: 768px) {
  .nws-layout__inner { padding: 48px 0 88px; }
  .nws-item { flex-direction: row; align-items: flex-start; gap: 12px; }
  .nws-item__meta { min-width: 200px; }
  .nws-article { padding: 0 48px; }
  .nws-article__title { font-size: 26px; }
  .nws-article__body h2 { font-size: 22px; }
}


/* ================================================================
   7. 会社概要 (abt-*)
   ================================================================ */

/* ── テーブル ── */
.abt-section { margin-bottom: 56px; }
.abt-section:last-child { margin-bottom: 0; }
.abt-address {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text);
}
.abt-map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.abt-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}
@media (max-width: 767px) {
  .abt-map iframe { height: 220px; }
}

.abt-table-wrap { overflow-x: auto; }
.abt-table { width: 100%; border-collapse: collapse; }
.abt-table th,
.abt-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: 15px; line-height: 1.75; vertical-align: top; text-align: left; }
.abt-table th { width: 120px; font-weight: 700; color: var(--navy); background: var(--bg); white-space: nowrap; }
.abt-table td { color: var(--text); }
.abt-table tr:first-child th,
.abt-table tr:first-child td { border-top: 2px solid var(--navy); }

/* ── 強みグリッド ── */
.abt-strengths { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 8px; }
.abt-strength {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.abt-strength__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}
.abt-strength__body { flex: 1; }
.abt-strength__title { font-size: 15px; font-weight: 900; color: var(--navy); margin: 0 0 6px; }
.abt-strength__text { font-size: 14px; line-height: 1.75; color: var(--text); margin: 0; }

@media (min-width: 768px) {
  .abt-body__inner { padding: 56px 0 96px; }
  .abt-table th { width: 160px; }
  .abt-strengths { grid-template-columns: 1fr 1fr; }
}


/* ================================================================
   8. キャリア決済とは (cmp-*)
   ================================================================ */

/* ── Hero ── */
.cmp-hero {
  padding: 72px 20px 64px;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(9, 60, 150, 0.6), transparent 50%),
    linear-gradient(160deg, #031b42 0%, #063278 60%, #0a45a0 100%);
  color: #fff;
}
.cmp-hero__inner { width: min(100%, var(--container)); margin: 0 auto; }
.cmp-hero__title {
  margin: 16px 0 18px;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.cmp-hero__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  border-radius: 2px;
  background: var(--gold);
}
.cmp-hero__sub { margin: 0; font-size: 15px; color: #a8c4e6; line-height: 1.7; }

/* ── Sections ── */
.cmp-section { padding: 64px 0; border-bottom: 1px solid var(--border); }
.cmp-section--lead { padding: 56px 0 48px; }
.cmp-section--lead p { margin: 0 0 18px; font-size: 16px; line-height: 1.9; color: var(--text); max-width: 760px; }
.cmp-section--lead p:last-child { margin-bottom: 0; }
.cmp-section__heading {
  margin: 0 0 36px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border);
}
.cmp-section__heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background: var(--gold);
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.cmp-section__heading--merit::before { background: #2c7a44; }
.cmp-section__heading--demerit::before { background: #c94040; }
.cmp-section p { margin: 0 0 20px; font-size: 16px; line-height: 1.9; color: var(--text); max-width: 760px; }
.cmp-section p:last-child { margin-bottom: 0; }

/* ── リスト ── */
.cmp-list { list-style: disc; margin: 10px 0 20px; padding: 0 0 0 22px; max-width: 680px; }
.cmp-list li { font-size: 15px; line-height: 1.8; color: var(--text); margin-bottom: 6px; }
.cmp-list--check { list-style: none; padding: 0; }
.cmp-list--check li { position: relative; padding-left: 26px; }

/* ── キャリアチップ ── */
.cmp-carriers { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 20px 0 28px; }
.cmp-carrier {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.cmp-carrier small { font-size: 11px; font-weight: 500; opacity: 0.85; }
.cmp-carrier--d { background: #e83832; }
.cmp-carrier--au { background: #f0640c; }
.cmp-carrier--sb { background: #1c1c1c; }


/* ── フローリスト ── */


/* ── メリット・デメリット ── */
.cmp-item { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.cmp-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.cmp-item__heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 18px;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 900;
  line-height: 1.4;
}
.cmp-item__heading::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: 2px;
  background: var(--navy);
}
.cmp-item--merit .cmp-item__heading { color: #1b5e2f; }
.cmp-item--merit .cmp-item__heading::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12l4 4 8-8' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/16px no-repeat, #2c7a44;
  width: 26px;
  height: 26px;
}
.cmp-item--demerit .cmp-item__heading { color: #8b1c1c; }
.cmp-item--demerit .cmp-item__heading::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7v6M12 16.5v.5' stroke='white' stroke-width='2.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") center/16px no-repeat, #c94040;
  width: 26px;
  height: 26px;
}
.cmp-item__body p { max-width: 720px; }

/* ── 比較表 ── */
.cmp-table-wrap { margin: 0 0 24px; border-radius: 12px; box-shadow: var(--shadow); }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 560px; table-layout: fixed; }
.cmp-table th { width: 50%; padding: 16px 24px; font-size: 15px; font-weight: 800; text-align: left; letter-spacing: 0.03em; }
.cmp-table__merit { background: #1e5c34; color: #fff; }
.cmp-table__demerit { background: #8b1c1c; color: #fff; border-left: 1px solid rgba(255,255,255,0.15); }
.cmp-table td { padding: 14px 24px; font-size: 15px; line-height: 1.65; color: var(--text); vertical-align: top; border-top: 1px solid var(--border); }
.cmp-table td:first-child { background: #f3f9f5; }
.cmp-table td:last-child { background: #fdf4f4; border-left: 1px solid var(--border); }
.cmp-table td:first-child::before { content: "○"; color: #2c7a44; font-weight: 900; margin-right: 8px; }
.cmp-table td:last-child::before { content: "△"; color: #c94040; font-weight: 900; margin-right: 8px; }
.cmp-compare-note {
  font-size: 14px !important;
  color: var(--text-sub) !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  padding: 14px 18px;
  background: #f4f8fd;
  border-radius: 8px;
  border-left: 4px solid var(--navy);
  max-width: 760px;
}

/* ── 向いている人グリッド ── */
.cmp-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.cmp-fit-card { padding: 28px; border-radius: 12px; border: 2px solid transparent; }
.cmp-fit-card--ok { background: #f2fbf5; border-color: #4caf7d; }
.cmp-fit-card--ng { background: #fdf3f3; border-color: #e07575; }
.cmp-fit-card__title { display: flex; align-items: center; gap: 9px; margin: 0 0 8px; font-size: 16px; font-weight: 900; line-height: 1.4; }
.cmp-fit-card--ok .cmp-fit-card__title { color: #1b5e2f; }
.cmp-fit-card--ng .cmp-fit-card__title { color: #7a1010; }
.cmp-fit-card__title svg { flex-shrink: 0; width: 22px; height: 22px; }
.cmp-fit-card--ok .cmp-fit-card__title svg { stroke: #2c7a44; }
.cmp-fit-card--ng .cmp-fit-card__title svg { stroke: #c94040; }
.cmp-fit-card__note { margin: 0 0 16px; font-size: 13px; line-height: 1.6; color: var(--text-sub); }
.cmp-fit-list { margin: 0 0 16px; padding: 0; list-style: none; }
.cmp-fit-list li { position: relative; padding: 8px 8px 8px 20px; font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.65; border-top: 1px solid rgba(0,0,0,0.06); }
.cmp-fit-list li:first-child { border-top: none; }
.cmp-fit-card--ok .cmp-fit-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; font-weight: 900; color: #2c7a44; font-size: 13px; }
.cmp-fit-card--ng .cmp-fit-list li::before { content: "✗"; position: absolute; left: 0; top: 8px; font-weight: 900; color: #c94040; font-size: 13px; }
.cmp-fit-card__caution { margin: 0; padding: 10px 14px; font-size: 12px; line-height: 1.75; background: rgba(0,0,0,0.04); border-radius: 6px; color: var(--text-sub); }

/* ── 大切にしていること ── */


/* ── STEPs ── */


/* ── チェックリスト ── */
.cmp-checklist { counter-reset: checklist; list-style: none; padding: 0; margin: 22px 0 20px; max-width: 640px; }
.cmp-checklist li {
  counter-increment: checklist;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px 16px 56px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  background: #f8fbff;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.cmp-checklist li + li { margin-top: 8px; }
.sft-checklist li::before,
.cmp-checklist li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
}
.cmp-checklist li::before {
  content: counter(checklist);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.cmp-checklist li::after {
  content: "□";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--border);
}

/* ── Responsive ── */
@media screen and (max-width: 900px) {
  
  .cmp-fit-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media screen and (max-width: 767px) {
  .cmp-hero { padding: 56px 20px 48px; }
  .cmp-hero__title { font-size: clamp(24px, 7.5vw, 36px); }
  .cmp-hero__title::after { margin-top: 16px; }
  .cmp-section { padding: 48px 0; }
  .cmp-section--lead { padding: 40px 0 36px; }
  .cmp-section--lead p { font-size: 15px; }
  .cmp-section__heading { font-size: 18px; margin-bottom: 28px; }
  .cmp-carriers { gap: 8px; }
  .cmp-carrier { font-size: 12px; padding: 7px 14px; }
  .cmp-item__heading { font-size: 16px; }
  .cmp-item { margin-bottom: 36px; padding-bottom: 36px; }
  .cmp-table-wrap { margin-left: -4px; margin-right: -4px; }
  .cmp-fit-grid { grid-template-columns: 1fr; gap: 16px; }
  .cmp-fit-card { padding: 22px 20px; }
  
  
  
  
  
  
  
  
  .cmp-checklist li { font-size: 14px; padding: 14px 40px 14px 50px; }
  .cmp-checklist li::after { font-size: 18px; right: 12px; }
}

/* ----------------------------------------------------------------
   文章内リンク
   ---------------------------------------------------------------- */
p a,
td a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media (hover: hover) and (pointer: fine) {
p a:hover,
td a:hover { opacity: 0.75; }
}

p a[href^="http"]::after,
td a[href^="http"]::after {
  content: "\2197";
  display: inline-block;
  font-size: 0.72em;
  margin-left: 2px;
  font-weight: 400;
  vertical-align: 0.1em;
  text-decoration: none;
}
.app-page-bg { background: #f4f8fd; border-top: 1px solid #dce8f5; }
.app-layout {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 48px 20px 80px;
}

/* ── ステップ表示 ── */
.app-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
}
.app-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #b0bfd4;
}
.app-step.is-active { color: var(--navy); }
.app-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dce8f5;
  font-size: 13px;
  font-weight: 900;
  color: #8899b5;
  flex-shrink: 0;
}
.app-step.is-active .app-step__num {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 12px rgba(6,38,92,.25);
}
.app-step__arrow {
  margin: 0 10px;
  color: #c0cedf;
  font-size: 16px;
}

/* ── セクションカード ── */
.app-section {
  background: #fff;
  border: 1px solid #dce8f5;
  border-radius: 16px;
  padding: 28px 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(8,43,98,.04);
}
.app-section:last-of-type { margin-bottom: 0; }

.app-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #edf3fb;
}
.app-section__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  flex-shrink: 0;
}
.app-section__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
}
.app-section__sub {
  margin: 0;
  font-size: 12px;
  color: #6b82a0;
  margin-top: 2px;
}

/* フォーム要素（contact.css の ctc-* を利用） */
.ctc-form-group:last-child { margin-bottom: 0; }
.ctc-input[readonly] {
  background: #f4f7fc;
  color: #7a8ea8;
  cursor: not-allowed;
}
.formErrorMessage {
  font-size: 12px;
  color: #c94040;
  font-weight: 700;
  margin-top: 5px;
}

/* 2カラムグリッド */
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ラジオボタン */
.app-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.app-radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #dce8f5;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #172b4d;
  transition: border-color .15s, background .15s;
  user-select: none;
}
.app-radio-option input[type="radio"] {
  accent-color: var(--navy);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.app-radio-option:has(input:checked) {
  border-color: var(--navy);
  background: #edf4fd;
  color: var(--navy);
}

/* 振込先 銀行選択 */
.bank-select-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.bank-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  background: #f4f8fd;
  border: 1.5px solid #dce8f5;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #172b4d;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
.bank-btn:hover {
  background: #e0ecf7;
  border-color: #a0bcd8;
}
}
.bank-btn.is-active {
  border-color: var(--navy);
  background: #edf4fd;
  box-shadow: 0 0 0 2px rgba(6,38,92,.18);
}
.bank-search-note {
  font-size: 12px;
  color: #6b82a0;
  margin: 0 0 10px;
}
.bank-btn img {
  height: 26px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* あいうえお検索・銀行/支店結果（既存サーバーサイド検索の出力先） */
.kana-grid-wrap { margin: 8px 0 6px; overflow-x: auto; }
.kana-grid-table { border-collapse: separate; border-spacing: 2px; }
.kana-grid-table td { padding: 0; }
.kana-grid-table td a,
.kana-grid-table td span {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 32px;
  background: #f0f5fb; border: 1px solid #c8d8ea; border-radius: 4px;
  font-size: 13px; font-weight: 700; color: #2a4a7a;
  text-decoration: none; cursor: pointer; white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
.kana-grid-table td a:hover { background: #dce8f7; }
}
.kana-grid-table td span { color: #c0cedf; cursor: default; }
.kana-grid-table td.kana-etc a { width: 74px; }
.bank-result-wrap { margin: 4px 0 10px; }
.bank-result-title { font-size: 12px; color: #6b82a0; margin: 0 0 4px; }
.bank-result-list {
  border: 1px solid #dce8f5; border-radius: 8px;
  overflow: hidden; max-height: 220px; overflow-y: auto;
}
.bank-result-list table { width: 100%; border-collapse: collapse; }
.bank-result-list td { padding: 9px 14px; border-bottom: 1px solid #edf3fb; font-size: 13px; }
.bank-result-list tr:last-child td { border-bottom: 0; }
.bank-result-list td a { color: var(--navy); font-weight: 700; text-decoration: none; display: block; }
@media (hover: hover) and (pointer: fine) {
.bank-result-list td a:hover { text-decoration: underline; }
}
.bank-result-empty { font-size: 13px; color: #6b82a0; padding: 12px 14px; }

/* 本人確認書類アップロード */
.doc-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.doc-upload-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 10px;
  border: 2px dashed #c0d4e8;
  border-radius: 12px;
  background: #f8fbff;
  text-align: center;
  cursor: pointer;
}
.doc-upload-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #edf3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
}
.doc-upload-item__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.doc-upload-item__label {
  font-size: 13px;
  font-weight: 700;
  color: #172b4d;
  line-height: 1.4;
}
.doc-upload-item__sub {
  font-size: 11px;
  color: #6b82a0;
}
.doc-upload-item__btn {
  display: inline-block;
  padding: 7px 14px;
  background: #fff;
  border: 1.5px solid #c0d4e8;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  white-space: nowrap;
}
.doc-upload-item input[type="file"] { display: none; }
.doc-upload-thumb {
  text-align: center;
  margin-top: 8px;
}
.doc-upload-thumb img {
  max-width: 100%;
  max-height: 140px;
  border-radius: 8px;
  cursor: pointer;
}
.doc-upload-thumb p {
  font-size: 11px;
  color: #6b82a0;
  margin: 4px 0 0;
}
.doc-id-valid {
  background: #f8fbff;
  border: 1px solid #dce8f5;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 16px;
}
.doc-id-valid__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}
.doc-id-valid ul {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 13px;
  color: #43536a;
  line-height: 1.8;
}

/* 本人確認書類まわりの補足テキスト */
.app-doc-note {
  font-size: 13px;
  color: #43536a;
  line-height: 1.7;
  margin: 0 0 8px;
}
.app-doc-note__highlight { color: #c94040; }
.app-doc-note a { color: var(--navy); font-weight: 700; }

/* 補助書類 */
.app-doc-supplement {
  border-top: 1px solid #edf3fb;
  padding-top: 20px;
  margin-top: 4px;
}
.app-doc-supplement__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}
.app-doc-supplement p.app-doc-note { margin-bottom: 12px; }
.doc-upload-single {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 2px dashed #c0d4e8;
  border-radius: 12px;
  background: #f8fbff;
  cursor: pointer;
}
.doc-upload-single__btn {
  flex-shrink: 0;
  padding: 9px 16px;
  background: #fff;
  border: 1.5px solid #c0d4e8;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
}
.doc-upload-single__text {
  font-size: 13px;
  color: #43536a;
  line-height: 1.6;
}
.doc-upload-single input[type="file"] { display: none; }

/* 注意メッセージ */
.app-caution {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e8;
  border: 1.5px solid #e8c87a;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: #5a3d00;
  line-height: 1.7;
  margin-bottom: 14px;
}
.app-caution svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #c9971a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 1px;
}
#softbankMsg { display: none; margin-top: 10px; }

/* 契約テキスト */
.app-contract-box {
  background: #f8fafd;
  border: 1.5px solid #dce8f5;
  border-radius: 10px;
  padding: 18px 20px;
  max-height: 220px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.9;
  color: #283649;
  margin-bottom: 16px;
  scrollbar-width: thin;
  scrollbar-color: #9aafc8 #edf3fb;
}
.app-contract-box::-webkit-scrollbar { width: 6px; }
.app-contract-box::-webkit-scrollbar-track { background: #edf3fb; border-radius: 999px; }
.app-contract-box::-webkit-scrollbar-thumb { background: #9aafc8; border-radius: 999px; }


/* 送信ボタンエリア */
.app-submit-wrap {
  margin-top: 28px;
  text-align: center;
}
.app-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  padding: 17px 32px;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(6,38,92,.28);
  transition: opacity .2s, transform .15s;
}
@media (hover: hover) and (pointer: fine) {
.app-submit:hover { opacity: .87; }
}
.app-submit:active { transform: scale(.98); }
.app-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-submit-note {
  margin-top: 12px;
  font-size: 12px;
  color: #6b82a0;
}

/* ── SP対応 ── */
@media (max-width: 600px) {
  .app-layout { padding: 32px 13px 64px; }
  .app-section { padding: 20px 16px 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .bank-select-area { grid-template-columns: repeat(3, 1fr); }
  .doc-upload-grid { grid-template-columns: 1fr; }
  .app-steps { display: none; }
}
.app-confirm-layout { width: min(100%, 760px); margin: 0 auto; padding: 48px 20px 80px; }
.app-confirm-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #dce8f5; border-radius: 16px; overflow: hidden; }
.app-confirm-table th, .app-confirm-table td { padding: 10px 8px; border-bottom: 1px solid #edf3fb; text-align: left; font-size: 14px; }
.app-confirm-table th { width: 38%; background: #f8fbff; color: var(--navy); font-weight: 700; }
.app-confirm-table tr:last-child th, .app-confirm-table tr:last-child td { border-bottom: 0; }
.app-confirm-section-title { font-size: 16px; font-weight: 900; color: var(--navy); margin: 32px 0 12px; }
.app-confirm-thumbs { display: flex; gap: 12px; flex-wrap: wrap; }
.app-confirm-thumbs img { max-width: 140px; max-height: 100px; border-radius: 8px; border: 1px solid #dce8f5; }
.app-confirm-thumbs__label { font-size: 11px; color: #6b82a0; text-align: center; }
.app-confirm-agreed { margin-top: 24px; font-size: 14px; color: var(--navy); font-weight: 700; }

/* ── 買取シミュレーション結果 (sim-result-*) ── */
.sim-result { margin-top: 24px; }
.sim-result__table-wrap { background: #f8fbff; border: 1px solid #dce8f5; border-radius: 12px; overflow: hidden; }
.sim-result__table { width: 100%; border-collapse: collapse; }
.sim-result__table th, .sim-result__table td { padding: 12px 14px; text-align: center; font-size: 14px; border-left: 1px solid #dce8f5; }
.sim-result__table th:first-child, .sim-result__table td:first-child { border-left: none; }
.sim-result__table thead th { background: var(--navy); color: #fff; font-weight: 700; font-size: 13px; border-left-color: rgba(255,255,255,.25); }
.sim-result__table tbody td { font-weight: 700; color: var(--navy); border-top: 1px solid #dce8f5; }
.sim-result__note { margin-top: 12px; text-align: center; font-size: 13px; color: #6b82a0; line-height: 1.8; }
.sim-result__highlight { color: #c94040; font-weight: 900; font-size: 1.2em; }
.sim-date-highlight { color: #eba036; }
.sim-price-input-wrap { display: flex; align-items: center; gap: 8px; max-width: 280px; }
.sim-price-input-wrap span { font-weight: 700; }
.ctc-input--right { text-align: right; }
.sim-cta-inline { text-align: center; margin-top: 24px; }
.ctc-submit--inline { display: inline-flex; width: auto; padding: 14px 28px; text-decoration: none; }
.sim-payment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 20px; }
.sim-payment-desc { margin-bottom: 12px; }

/* ================================================================
   9. マイページ 共通ページタイトル (mypage-title-*)
   ================================================================ */
.mypage-title-block { max-width: 1080px; margin: 0 auto; padding: 28px 20px 20px; }
.mypage-title-block h1 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 0; }
.header-page-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid var(--border);
}
.app-confirm-btns { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ctc-submit--link { display: inline-flex; text-decoration: none; }
.ctc-submit--flow { background: #2797C5; }
.ctc-submit--auto { width: auto; padding: 14px 28px; }
.ctc-submit--sm { width: auto; padding: 10px 20px; }
.ctc-submit--outline { background: #fff; color: var(--navy); border: 1px solid var(--border); }

/* ================================================================
   10. マイページ ヘルプ記事共通 (help-*)
   help/id・help/bank・help/sendcode・help/beginners 等、
   同じ「解説記事」テンプレートを使う複数ページで共有
   ================================================================ */
.help-article p { margin: 0 0 8px; }
.help-heading-sm { font-size: 15px; font-weight: 700; color: var(--navy); margin: 28px 0 8px; }
.help-toc { background: #f4f8fd; border-radius: 12px; padding: 20px 24px; margin-bottom: 28px; }
.help-toc ol { padding-left: 20px; list-style: decimal; }
.help-toc ul { padding-left: 20px; list-style: disc; }
.help-box { background: #f4f8fd; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px; }
.help-box ol { padding-left: 20px; list-style: decimal; }
.help-box ul { padding-left: 20px; list-style: disc; }
.help-box__label { font-weight: 700; margin-bottom: 8px; }
.help-img { max-width: 100%; border-radius: 8px; box-shadow: 0 4px 14px rgba(7,42,99,.12); margin-bottom: 20px; }
.help-example-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-bottom: 20px; }
.help-example-grid img { max-width: 100%; border-radius: 8px; }
.help-example-grid p { text-align: center; font-size: 12px; margin-top: 4px; }
.help-example-grid p.help-example-grid__caption--ng { color: #c94040; }

/* ================================================================
   11. マイページトップ (mypage/index)
   ================================================================ */
.step-done { color: #0B7EB2; font-weight: 700; }
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.step-badge--done { background: #0B7EB2; color: #fff; }
.step-badge--pending { background: #dce8f5; color: #7a8ea8; }
.mypage-news-item { padding: 5px 0; }
.mypage-news-item__date { color: #6b82a0; font-size: 12px; margin-right: 8px; }
.mypage-news-item__tag { font-size: 12px; font-weight: 700; margin-right: 8px; }
.mypage-news-item__tag--entry { color: #0B7EB2; }
.mypage-news-item__tag--info { color: #06265c; }
.mypage-news-item__tag--campaign { color: #cf9307; }
.mypage-news-item__link { color: var(--navy); }
.mypage-rate-note { font-size: 13px; color: #6b82a0; margin-bottom: 12px; }
.mypage-rate-note--sm { font-size: 12px; margin-bottom:30px; }
.mypage-rate-table__label { display: block; font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.mypage-rate-table__logo { height: 14px; width: auto; max-width: 140px; vertical-align: middle; }
.mypage-rate-table__value { font-size: 20px; font-weight: 700; }
.mypage-rate-table__value--accent { color: #0B7EB2; }
.mypage-contract-text { font-size: 14px; line-height: 1.9; margin-bottom: 24px; }
.mypage-transfer-status { font-size: 16px; text-align: center; padding-bottom: 8px; }
.mypage-transfer-status__minutes { font-size: 20px; color: #eba036; font-weight: 700; }
.mypage-center-table { margin-left: auto; margin-right: auto; }
.text-muted-sm { font-size: 12px; color: #6b82a0; }
.vp-submit-wrap { text-align: center; padding: 0px 0 40px; }

/* ── 振込対応時間と手数料セクション（valuePlan/input・flow 共通） ── */
.mypage-fee-section { background: #f4f8fd; }
.mypage-fee-section__inner { max-width: 860px; margin: 0 auto; padding: 40px 20px; }
.mypage-fee-section__title { font-size: 20px; font-weight: 700; color: var(--navy); text-align: center; margin: 0 0 8px; }
.mypage-fee-section__lead { text-align: center; margin-bottom: 20px; }
.mypage-fee-section__note { font-size: 12px; color: #6b82a0; margin-top: 16px; }
.mypage-admin-warning { text-align: center; color: red; font-size: 20px; margin-bottom: 20px; }
.mypage-agree-text { text-align: center; margin-bottom: 16px; }

/* ── お申し込み履歴 (app-history-*) ── */
.app-history-item__date { font-size: 12px; color: #6b82a0; margin-bottom: 4px; }
.app-history-badge { font-weight: 700; margin-left: 8px; }
.app-history-badge--done { color: #0B7EB2; }
.app-history-badge--pending { color: #cf9307; }
.app-history-badge--cancelled { color: #c94040; }
.app-history-detail { display: none; }
.app-history-subtable { border: none; margin: 0; padding: 0; width: 100%; }
.app-history-subtable td { border: none; display: table-cell; }
.app-history-subtable td:last-child { text-align: right; white-space: nowrap; }
.app-history-subtable__total { border-top: 1px solid #9f9f9f; }

/* ── 本人確認書類アップロード (doc-*) ── */
.doc-list { padding-left: 20px; }
.doc-upload-warning { font-size: 12px; color: #c94040; margin-top: 4px; }
.doc-upload-single-wrap { max-width: 280px; margin-bottom: 24px; }
.mypage-info-body { margin-bottom: 28px; overflow-wrap: break-word; word-break: break-word; }
.mypage-info-body table { max-width: 100%; }
.mypage-info-body pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  overflow-x: auto;
}
.mypage-lead-text { text-align: left; font-size: 16px; margin: 16px 0; }
.mypage-danger-text { color: red; font-weight: 700; }
.mypage-fs16 { font-size: 16px; }
.app-bank-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.ctc-input--readonly { background-color: #e8e8e8; cursor: not-allowed; }
.mypage-success-heading { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.mypage-footer-copyright { text-align: center; font-size: 12px; color: #6b82a0; padding: 20px; }

/* ── マイページ サイドナビ ── */
.mypage-nav-list { list-style: none; padding: 0; margin: 0; }
.mypage-nav-link { display: block; padding: 10px 0; text-decoration: none; color: var(--navy); font-weight: 600; }
.mypage-nav-link--bordered { border-bottom: 1px solid var(--border); }
.mypage-nav-link.is-active { color: var(--gold); font-weight: 700; }
.mypage-header-username { color: #06265c; font-size: 14px; font-weight: 700; white-space: nowrap; }