/* =================================================
FLOW PAGE（page-id-178）
完全サシカエ・最終版
影響範囲：制作の流れページのみ
================================================= */

/* ======================================
ベース制御（テーマ影響遮断）
====================================== */
body.page-id-178 .site-main {
  overflow: visible;
}

body.page-id-178 .price-section,
body.page-id-178 .price-cta {
  border: none;
  box-shadow: none;
}

/* ======================================
HERO
====================================== */
body.page-id-178 .flow-hero {
  position: relative;
  height: 360px;
  min-height: 360px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: url("https://syuzaidouga.com/wp/wp-content/uploads/2025/12/1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  text-align: center;
}

body.page-id-178 .flow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

body.page-id-178 .flow-hero > * {
  position: relative;
  z-index: 1;
}

body.page-id-178 .flow-hero-kicker {
  font-size: 14px;
  letter-spacing: .25em;
  margin-bottom: 12px;
  opacity: .9;
}

body.page-id-178 .flow-hero-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  body.page-id-178 .flow-hero {
    height: 260px;
    min-height: 260px;
  }

  body.page-id-178 .flow-hero-title {
    font-size: 28px;
  }
}

/* ======================================
INTRO（中央揃え）
====================================== */
body.page-id-178 .price-section:first-of-type {
  max-width: 760px;
  margin: 80px auto 96px;
  padding: 0 20px;
  text-align: left;
}

body.page-id-178 .price-section:first-of-type h2 {
  font-size: 28px;
  margin-bottom: 24px;
}

body.page-id-178 .price-section:first-of-type p {
  font-size: 16px;
  line-height: 2;
  max-width: 640px;     /* 中央寄りの読み幅 */
  margin-left: auto;
  margin-right: auto;
}

/* ======================================
FLOW：本文ブロックを「左揃えの中央寄せ」に統一
（見出しはそのまま、本文のみ読み幅で中央寄りに）
====================================== */

body.page-id-178 .price-section p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body.page-id-178 .price-section ul {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2em; /* 既存のリストインデントは維持 */
}

/* ======================================
STEP 共通
====================================== */
body.page-id-178 .price-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 20px;
}

body.page-id-178 .price-section + .price-section {
  border-top: 1px solid #e5e5e5;
}

/* STEP見出し */
body.page-id-178 .price-section h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  padding-left: 18px;
}

body.page-id-178 .price-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 4px;
  height: 1.4em;
  background: #0099cc;
}

/* STEP本文 */
body.page-id-178 .price-section p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

/* STEPリスト */
body.page-id-178 .price-section ul {
  margin: 16px 0 24px 1.2em;
}

body.page-id-178 .price-section li {
  margin: 8px 0;
}

/* ======================================
STEP内 CTA（単体）
====================================== */
body.page-id-178 .price-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 280px;
  height: 52px;
  padding: 0 28px;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 9999px;
  border: 2px solid #0099cc;
  color: #0099cc;
  background: #fff;

  transition: all .2s ease;
}

body.page-id-178 .price-section .btn-primary:hover {
  background: #0099cc;
  color: #fff;
}

/* ======================================
補足：納品データ形式について
（安心文言扱い・中央寄り左揃え）
====================================== */
body.page-id-178 .lp-flow-note {
  margin: 96px auto 0;
  padding: 64px 20px;
}

body.page-id-178 .flow-note-box {
  max-width: 640px;
  margin: 0 auto;
  padding-left: 16px;
}

body.page-id-178 .flow-note-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

body.page-id-178 .flow-note-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 4px;
  height: 1.2em;
  background: #0099cc;
}

body.page-id-178 .flow-note-text {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

/* ======================================
CTA（PRICEと完全同一）
====================================== */
body.page-id-178 .price-cta {
  padding: 96px 20px 120px;
  text-align: center;
}

body.page-id-178 .price-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

body.page-id-178 .price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  height: 64px;
  padding: 0 32px;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 9999px;
  transition: all 0.2s ease;
}

body.page-id-178 .price-btn-outline {
  color: #0099cc;
  background: #fff;
  border: 2px solid #0099cc;
}

body.page-id-178 .price-btn-outline:hover {
  background: #0099cc;
  color: #fff;
}

@media (max-width: 768px) {
  body.page-id-178 .price-cta {
    padding: 64px 16px 96px;
  }

  body.page-id-178 .price-btn {
    min-width: 100%;
  }
}

/* 不要線除去 */
body.page-id-178 .price-cta,
body.page-id-178 .price-cta::before {
  border: none !important;
}
/* ======================================
FLOW 補足ブロック（追加）
納品データ形式について
====================================== */

body.page-id-178 .flow-note-box {
  max-width: 640px;
  margin: 120px auto 0;
  padding: 32px 40px;

  background: #f7f9fb;
  border-radius: 12px;
}

body.page-id-178 .flow-note-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
}

body.page-id-178 .flow-note-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.4em;
  background: #0099cc;
}

body.page-id-178 .flow-note-text {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
/* ======================================
FLOW CTA（追加）
====================================== */

body.page-id-178 .price-cta {
  padding: 96px 20px 120px;
  text-align: center;
  border-top: none;
}

body.page-id-178 .price-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

body.page-id-178 .price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  height: 64px;
  padding: 0 32px;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 9999px;
  transition: all 0.2s ease;
}

body.page-id-178 .price-btn-outline {
  color: #0099cc;
  background: #fff;
  border: 2px solid #0099cc;
}

body.page-id-178 .price-btn-outline:hover {
  background: #0099cc;
  color: #fff;
}

@media (max-width: 768px) {
  body.page-id-178 .price-btn {
    min-width: 100%;
  }

  body.page-id-178 .price-cta {
    padding: 64px 16px 96px;
  }
}
/* =========================================================
FLOW（page-id-178）追加上書き：補足ブロック（納品データ形式）＋ CTA
既存のレイアウトは触らず、必要箇所だけ整える
========================================================= */

/* -------------------------------
補足ブロック：納品データ形式について
- 青い縦棒を消す
- 余白を詰める
- “補足”として他STEPと扱いを分ける（薄い背景＋小さめ文字）
-------------------------------- */
body.page-id-178 .lp-flow-note{
  padding: 40px 20px 24px; /* 下の余白を詰める */
}

body.page-id-178 .lp-flow-note .lp-container{
  max-width: 960px;   /* ほんの少し中央寄りに */
  margin: 0 auto;
}

body.page-id-178 .lp-flow-note .flow-note-box{
  max-width: 760px;   /* 左揃えのまま、中央寄りに */
  margin: 0 auto;
  padding: 28px 32px;
  background: #f7f9fb;
  border-radius: 16px;
}

body.page-id-178 .lp-flow-note .flow-note-title{
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #444;
  position: relative;
  padding-left: 0; /* 縦棒前提の余白を消す */
}

/* 青い縦棒（疑似要素）を確実に無効化 */
body.page-id-178 .lp-flow-note .flow-note-title::before{
  content: none !important;
  display: none !important;
}

body.page-id-178 .lp-flow-note .flow-note-text{
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
}

/* -------------------------------
CTA：料金ページのCTAと同じ「白地＋青枠」2ボタン横並び
※HTMLが <section class="price-cta"><p><a>...</a></p><p><a>...</a></p> のままでもOK
-------------------------------- */
body.page-id-178 .price-cta{
  padding: 72px 20px 96px;
  text-align: center;
  border-top: none !important;
}

body.page-id-178 .price-cta::before{
  display: none !important;
}

body.page-id-178 .price-cta{
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

/* pタグがボタンの“箱”になるので整える */
body.page-id-178 .price-cta > p{
  margin: 0;
}

/* 2つのリンクを同じ見た目のボタンにする（片方がclassなしでも効く） */
body.page-id-178 .price-cta > p > a,
body.page-id-178 .price-cta > p > a.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  height: 64px;
  padding: 0 32px;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 9999px;
  transition: all 0.2s ease;

  color: #0099cc;
  background: #fff;
  border: 2px solid #0099cc;
}

/* hover */
body.page-id-178 .price-cta > p > a:hover,
body.page-id-178 .price-cta > p > a.btn-primary:hover{
  background: #0099cc;
  color: #fff;
}

/* SP：縦積み */
@media (max-width: 768px){
  body.page-id-178 .price-cta{
    padding: 56px 16px 80px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  body.page-id-178 .price-cta > p,
  body.page-id-178 .price-cta > p > a{
    width: 100%;
  }

  body.page-id-178 .price-cta > p > a,
  body.page-id-178 .price-cta > p > a.btn-primary{
    min-width: 100%;
  }
}
/* =========================================================
FLOW：STEP5（納品・活用）→ 補足ブロック間の余白調整
影響範囲：page-id-178 のみ
========================================================= */

/* 補足ブロック（納品データ形式）の上余白を詰める */
body.page-id-178 .lp-flow-note {
  margin-top: -32px; /* ← まずはこの値で */
}

/* SPは詰めすぎない */
@media (max-width: 768px) {
  body.page-id-178 .lp-flow-note {
    margin-top: -16px;
  }
}
/* ======================================
FLOW：STEP内 箇条書きの強調（青い●）
====================================== */

/* STEP内のリスト全体 */
.page-flow .price-section ul {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0;
}

/* 各項目 */
.page-flow .price-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.7;
}

/* 青い● */
.page-flow .price-section ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #0099cc;
  font-size: 12px;
}
/* ===============================
PRICE：制作フロー見出し・リードをLP共通に揃える
（HTML変更なし）
=============================== */

.price-section h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .price-section h2 {
    font-size: 26px;
  }
}

.price-section > p {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
  line-height: 2;
}

/* ======================================
FLOW：全体の余白を一段タイトに（page-id-178のみ）
====================================== */

/* セクション上下 */
body.page-id-178 .price-section {
  padding: 56px 20px;
}

body.page-id-178 .price-section:first-of-type {
  margin: 56px auto 64px;
}

/* 見出しと本文のリズム */
body.page-id-178 .price-section h3 {
  margin-bottom: 18px;
}

body.page-id-178 .price-section p {
  margin-bottom: 14px;
}

/* 箇条書きまわり */
body.page-id-178 .price-section ul {
  margin-top: 14px;
  margin-bottom: 14px;
}

body.page-id-178 .price-section ul li {
  margin-bottom: 6px;
}

/* 補足ブロック */
body.page-id-178 .lp-flow-note {
  padding: 40px 20px 48px;
}

body.page-id-178 .flow-note-box {
  padding-left: 0;
}

/* CTA */
body.page-id-178 .price-cta {
  padding: 64px 20px 80px;
}

@media (max-width: 768px) {
  body.page-id-178 .price-section {
    padding: 44px 16px;
  }

  body.page-id-178 .price-section:first-of-type {
    margin: 44px auto 52px;
    padding: 0 16px;
  }

  body.page-id-178 .lp-flow-note {
    padding: 32px 16px 40px;
  }

  body.page-id-178 .price-cta {
    padding: 56px 16px 72px;
  }
}
