/* =========================================
   LP専用スタイル（/lp/）
   ========================================= */

/* 全体ラッパー */
.ev-lp-wrap {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1a2e;
  line-height: 1.8;
}

/* セクション共通 */
.lp-section {
  padding: 60px 20px;
}
.lp-inner {
  max-width: 800px;
  margin: 0 auto;
}
.lp-bg-green-light {
  background: #f0faf6;
}

/* セクションタイトル（グリーン帯） */
.lp-section-title {
  background: #2BAE7E !important;
  color: #ffffff !important;
  padding: 0.6em 1.2em !important;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.5;
}

/* CTAボタン */
.lp-btn-main {
  display: block;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF);
  color: #fff !important;
  text-align: center;
  padding: 18px 24px;
  border-radius: 50px;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 480px;
  margin: 32px auto;
  box-shadow: 0 4px 16px rgba(43,174,126,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lp-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43,174,126,0.4);
}

/* ファーストビュー */
.lp-fv {
  background: linear-gradient(135deg, #e8f8f3, #e0f5fb);
  padding: 60px 20px;
  text-align: center;
}
.lp-fv-sub {
  font-size: 0.95rem;
  color: #2BAE7E;
  font-weight: 700;
  margin-bottom: 12px;
}
.lp-fv-title {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 24px;
  color: #1a1a2e;
}
.lp-fv-title span {
  color: #2BAE7E;
}
.lp-fv-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
.lp-fv-checks li {
  margin-bottom: 8px;
}
.lp-fv-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: -16px;
}

/* 問題提起 */
.lp-problem-list {
  list-style: none;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.lp-problem-list li {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
}
.lp-problem-list li:last-child {
  border-bottom: none;
}
.lp-problem-message {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 24px;
  color: #2BAE7E;
  font-weight: 700;
}

/* サービス紹介 */
.lp-lead {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.05rem;
}
.lp-service-box {
  display: grid;
  gap: 20px;
}
.lp-service-item {
  background: #fff;
  border-left: 4px solid #2BAE7E;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.lp-service-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #2BAE7E;
  display: block;
  margin-bottom: 6px;
}
.lp-service-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.lp-service-item p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

/* ベネフィット */
.lp-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.lp-benefit-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.lp-benefit-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}
.lp-benefit-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #2BAE7E;
}
.lp-benefit-item p {
  font-size: 0.88rem;
  margin: 0;
  color: #555;
}

/* おすすめ */
.lp-recommend-list {
  list-style: none;
  padding: 0;
}
.lp-recommend-list li {
  padding: 12px 16px;
  border-bottom: 1px dashed #d0ece3;
  font-size: 1rem;
  font-weight: 500;
}

/* プロフィール */
.lp-profile-box {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.lp-profile-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2BAE7E;
}
.lp-profile-name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: #2BAE7E;
}

/* メッセージ */
.lp-message-inner {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.lp-message-inner p {
  font-size: 1rem;
  line-height: 1.9;
}

/* 口コミ */
.lp-voice-grid {
  display: grid;
  gap: 20px;
}
.lp-voice-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.lp-voice-stars {
  color: #f5a623;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.lp-voice-text {
  font-size: 0.97rem;
  font-style: italic;
  margin-bottom: 8px;
}
.lp-voice-name {
  font-size: 0.85rem;
  color: #888;
  text-align: right;
}
.lp-voice-note {
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
  margin-top: 16px;
}

/* ステップ */
.lp-steps {
  display: grid;
  gap: 20px;
  counter-reset: step;
}
.lp-step {
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: relative;
  padding-left: 24px;
}
.lp-step-num {
  font-size: 0.8rem;
  font-weight: 900;
  color: #fff;
  background: #2BAE7E;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.lp-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.lp-step p {
  margin: 0;
  font-size: 0.93rem;
  color: #555;
}

/* 選ばれる理由 */
.lp-reason-list {
  display: grid;
  gap: 16px;
}
.lp-reason-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.lp-reason-num {
  font-size: 1.6rem;
  font-weight: 900;
  color: #2BAE7E;
  min-width: 40px;
}
.lp-reason-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.lp-reason-item p {
  margin: 0;
  font-size: 0.92rem;
  color: #555;
}

/* FAQ */
.lp-faq-list {
  display: grid;
  gap: 12px;
}
.lp-faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.lp-faq-q {
  background: #2BAE7E;
  color: #fff;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 0.97rem;
}
.lp-faq-a {
  padding: 14px 18px;
  font-size: 0.95rem;
  color: #444;
}

/* 料金表 */
.lp-price-table {
  overflow-x: auto;
  margin-bottom: 16px;
}
.lp-price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.lp-price-table th {
  background: #2BAE7E;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.lp-price-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}
.lp-price-table tr:nth-child(even) td {
  background: #f8f8f8;
}
.lp-price-note {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}
.lp-subsidy-box {
  background: #fff;
  border: 2px solid #2BAE7E;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.lp-subsidy-box h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #2BAE7E;
}

/* 特典 */
.lp-tokuten-box {
  display: grid;
  gap: 16px;
}
.lp-tokuten-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: relative;
}
.lp-tokuten-badge {
  background: #f5a623;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.lp-tokuten-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.lp-tokuten-note {
  font-size: 0.85rem;
  color: #888;
  text-align: center;
  margin-top: 12px;
}

/* フォーム */
.lp-form-section {
  background: linear-gradient(135deg, #e8f8f3, #e0f5fb);
}
.lp-form-lead {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 24px;
  color: #555;
}
.lp-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(43,174,126,0.15);
}
.lp-form-notes {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.lp-form-notes li {
  font-size: 0.88rem;
  color: #666;
  margin-bottom: 6px;
}

/* CF7フォームのスタイル調整 */
.lp-form-wrap .wpcf7-form .lp-form-row {
  margin-bottom: 20px;
}
.lp-form-wrap .wpcf7-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.95rem;
}
.lp-form-wrap .wpcf7-form .required {
  background: #e74c3c;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
.lp-form-wrap input[type="text"],
.lp-form-wrap input[type="tel"],
.lp-form-wrap input[type="email"],
.lp-form-wrap select,
.lp-form-wrap textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.lp-form-wrap input:focus,
.lp-form-wrap select:focus,
.lp-form-wrap textarea:focus {
  border-color: #2BAE7E;
  outline: none;
  box-shadow: 0 0 0 3px rgba(43,174,126,0.15);
}
.lp-form-wrap .wpcf7-submit {
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lp-form-wrap .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(43,174,126,0.35);
}

/* 法的記載 */
.lp-legal-grid {
  display: grid;
  gap: 16px;
}
.lp-legal-item {
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.lp-legal-item h3 {
  font-size: 0.97rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.lp-legal-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}
.lp-legal-link {
  text-align: center;
  margin-top: 16px;
  font-size: 0.88rem;
}
.lp-legal-link a {
  color: #2BAE7E;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .lp-fv-title { font-size: 1.45rem; }
  .lp-section-title { font-size: 1.15rem; }
  .lp-benefit-grid { grid-template-columns: 1fr 1fr; }
  .lp-profile-box { flex-direction: column; align-items: center; text-align: center; }
  .lp-form-wrap { padding: 20px 16px; }
}

/* =========================================
   FV 2カラムレイアウト
   ========================================= */
.lp-fv-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
.lp-fv-left {
  flex: 1;
  text-align: left;
  padding-top: 20px;
}
.lp-fv-right {
  flex: 0 0 440px;
}

/* FVフォームボックス */
.lp-fv-form-box {
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.lp-fv-form-title {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  background: #e8f5f0;
  color: #1a1a2e;
  margin: -28px -28px 12px;
  padding: 16px;
  border-radius: 12px 12px 0 0;
}
.lp-fv-form-sub {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 16px;
}

/* CF7フォーム全体 */
.lp-fv-form-box .wpcf7-form p {
  margin-bottom: 14px;
}
.lp-fv-form-box .wpcf7-form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.lp-fv-form-box .wpcf7-form .lp-form-row {
  margin-bottom: 14px;
}
.lp-fv-form-box input[type="text"],
.lp-fv-form-box input[type="tel"],
.lp-fv-form-box input[type="email"],
.lp-fv-form-box select,
.lp-fv-form-box textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
.lp-fv-form-box input:focus,
.lp-fv-form-box select:focus,
.lp-fv-form-box textarea:focus {
  border-color: #2BAE7E;
  outline: none;
  box-shadow: 0 0 0 3px rgba(43,174,126,0.15);
  background: #fff;
}

/* 必須バッジ */
.lp-fv-form-box .required,
.lp-form-wrap .required {
  background: #e74c3c;
  color: #fff;
  font-size: 0.72rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}

/* 送信ボタン */
.lp-fv-form-box .wpcf7-submit {
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.03em;
}
.lp-fv-form-box .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(43,174,126,0.35);
}

/* acceptance チェックボックス */
.lp-fv-form-box .wpcf7-acceptance {
  font-size: 0.85rem;
  text-align: center;
  display: block;
  margin: 10px 0 6px;
}
.lp-fv-form-box .wpcf7-acceptance a {
  color: #2BAE7E;
  text-decoration: underline;
}

/* スマホ：縦並び */
@media (max-width: 768px) {
  .lp-fv-inner {
    flex-direction: column;
  }
  .lp-fv-right {
    flex: none;
    width: 100%;
  }
  .lp-fv-left {
    text-align: center;
  }
}


/* =========================================
   フォームデザイン全面改善
   ========================================= */

/* フォームカード全体 */
.lp-form-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  max-width: 560px;
  margin: 0 auto;
}

/* フォームタイトル帯 */
.lp-form-wrap .wpcf7-form::before {
  content: "無料見積もりフォーム";
  display: block;
  background: #e8f5f0;
  color: #1a3a2e;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  padding: 18px 20px;
  border-bottom: 2px solid #d0ece0;
  margin: -1px -1px 0;
}

/* フォーム内パディング */
.lp-form-wrap .wpcf7-form {
  padding: 20px 24px 24px;
}

/* 各行 */
.lp-form-wrap .lp-form-row {
  margin-bottom: 16px;
}

/* ラベル：左寄せ・横並び */
.lp-form-wrap .lp-form-row label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  text-align: left !important;
}

/* 必須バッジ：赤背景 */
.lp-form-wrap .req {
  background: #e74c3c !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

/* 任意バッジ：グレー */
.lp-form-wrap .opt {
  background: #95a5a6 !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  flex-shrink: 0;
}

/* 入力欄 */
.lp-form-wrap input[type="text"],
.lp-form-wrap input[type="tel"],
.lp-form-wrap input[type="email"],
.lp-form-wrap select,
.lp-form-wrap textarea {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  background: #f9f9f9 !important;
  color: #333 !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s !important;
  appearance: auto;
}

/* フォーカス時：グリーンボーダー */
.lp-form-wrap input:focus,
.lp-form-wrap select:focus,
.lp-form-wrap textarea:focus {
  border-color: #2BAE7E !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(43,174,126,0.15) !important;
  background: #fff !important;
}

/* プレースホルダー */
.lp-form-wrap input::placeholder,
.lp-form-wrap textarea::placeholder {
  color: #bbb !important;
  font-size: 0.9rem;
}

/* 同意チェックボックス */
.lp-form-wrap .lp-form-accept {
  text-align: center;
  font-size: 0.83rem;
  color: #666;
  margin: 12px 0 8px;
}
.lp-form-wrap .lp-form-accept a {
  color: #2BAE7E;
  text-decoration: underline;
}

/* 送信ボタン */
.lp-form-wrap input[type="submit"],
.lp-form-wrap .wpcf7-submit {
  width: 100% !important;
  padding: 16px !important;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 4px 16px rgba(43,174,126,0.3) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  margin-top: 4px;
}
.lp-form-wrap input[type="submit"]:hover,
.lp-form-wrap .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(43,174,126,0.45) !important;
}

/* ボタン下の注記 */
.lp-form-wrap .lp-form-note-small {
  text-align: center;
  font-size: 0.78rem;
  color: #aaa;
  margin-top: 10px;
}

/* FV内フォームボックスにも同じスタイル適用 */
.lp-fv-form-box .lp-form-row label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
  text-align: left !important;
}
.lp-fv-form-box .req {
  background: #e74c3c !important;
  color: #fff !important;
  font-size: 0.68rem !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  flex-shrink: 0;
}
.lp-fv-form-box input[type="text"],
.lp-fv-form-box input[type="tel"],
.lp-fv-form-box input[type="email"],
.lp-fv-form-box select,
.lp-fv-form-box textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 0.93rem !important;
  background: #f9f9f9 !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.lp-fv-form-box input:focus,
.lp-fv-form-box select:focus,
.lp-fv-form-box textarea:focus {
  border-color: #2BAE7E !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(43,174,126,0.15) !important;
  background: #fff !important;
}
.lp-fv-form-box input[type="submit"],
.lp-fv-form-box .wpcf7-submit {
  width: 100% !important;
  padding: 15px !important;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(43,174,126,0.3) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}


/* =========================================
   FV 王冠バッジ
   ========================================= */

.lp-fv-crowns {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.lp-fv-crown-num {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  color: #ffd700;
  margin-top: 4px;
}
.lp-fv-crown-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.85);
  margin-top: 2px;
  line-height: 1.3;
}

.lp-fv-crown-item {
  flex: 1;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
}
.lp-fv-crown-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* チェックボックス整列 */
.lp-fv-form-box .wpcf7-checkbox,
.lp-form-wrap .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px 12px !important;
}
.lp-fv-form-box .wpcf7-checkbox .wpcf7-list-item,
.lp-form-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  font-size: 0.88rem !important;
}
/* 任意バッジ：グレー枠スタイル */
.lp-form-wrap .opt,
.lp-fv-form-box .opt {
  background: transparent !important;
  color: #999 !important;
  border: 1px solid #bbb !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  padding: 1px 6px !important;
  border-radius: 3px !important;
  letter-spacing: 0.02em !important;
  flex-shrink: 0 !important;
}﻿
/* ---- LP文章更新 2026-06-25 ---- */

/* セクションサブタイトル */
.lp-section-sub {
  text-align: center;
  font-size: 0.85rem;
  color: #1a7f5a;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 18px;
}

/* FV説明文 */
.lp-fv-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 14px;
  line-height: 1.7;
}

/* 問題セクション：橋渡し文章 */
.lp-problem-bridge {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e6ebe9;
}
.lp-problem-bridge p {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #444;
}

/* メリット：全幅アイテム */
.lp-benefit-full {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
}
.lp-benefit-full .lp-benefit-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.lp-benefit-full h3 {
  margin-bottom: 4px;
}
.lp-benefit-full p {
  font-size: 0.85rem;
}

/* 対応工事範囲 */
.lp-scope-subtitle {
  font-size: 0.92rem;
  font-weight: 800;
  color: #16513a;
  margin: 20px 0 10px;
  padding-left: 10px;
  border-left: 4px solid #1a7f5a;
}

/* 注意喚起 */
.lp-warn-box {
  background: #fff4ec;
  border: 1px solid #f1c6ad;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}
.lp-warn-box p {
  font-size: 0.82rem;
  color: #7a4126;
  margin-top: 10px;
  margin-bottom: 0;
}
.lp-warn-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.lp-warn-list li {
  font-size: 0.85rem;
  font-weight: 700;
  color: #b23b00;
  margin-bottom: 6px;
}
﻿
/* ---- FV ビジュアル強化 + 追従CTA 2026-06-25 ---- */

/* ヒーロー画像（右カラム） */
.lp-fv-hero-img {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.lp-fv-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* HTML/CSS スタットバッジ */
.lp-fv-stat-badges {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.lp-fv-stat-badge {
  flex: 1;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 12px;
  padding: 10px 6px 10px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.lp-fv-stat-icon {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}
.lp-fv-stat-main {
  font-size: 0.82rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3px;
}
.lp-fv-stat-sub {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.3;
}

/* 追従CTA */
.lp-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 16px 16px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 -3px 16px rgba(0,0,0,0.14);
  transform: translateY(100%);
  transition: transform 0.32s ease;
}
.lp-sticky-cta.is-visible {
  transform: translateY(0);
}
.lp-sticky-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #ff8c30, #ff7318);
  color: #fff;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 4px 0 #c95c00;
  padding: 14px 16px 12px;
}
.lp-sticky-btn span {
  display: block;
  font-size: 1.0rem;
}
.lp-sticky-btn small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 3px;
}

/* 右カラムのレイアウト調整 */
.lp-fv-right {
  display: flex;
  flex-direction: column;
}
﻿
/* FV背景画像（インライン画像の代わりにCSS背景に変更） */
.lp-fv {
  background: url('/wp-content/uploads/2026/06/chargingimage.png') center / cover no-repeat !important;
  position: relative;
}
.lp-fv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(26,127,90,0.87), rgba(14,92,138,0.83));
  pointer-events: none;
}
.lp-fv-inner {
  position: relative;
  z-index: 1;
}

/* === FV 背景画像 修正版 2026-06-25 === */

/* 前の ::before 実装を完全無効化 */
.lp-fv::before {
  content: none !important;
  display: none !important;
}

/* position: relative / z-index をリセット */
.lp-fv {
  position: static !important;
}
.lp-fv-inner {
  position: static !important;
  z-index: auto !important;
}

/* 正しい実装：グラデーション + 画像を background に合成 */
.lp-fv {
  background:
    linear-gradient(160deg, rgba(26,127,90,0.82), rgba(14,92,138,0.78)),
    url('/wp-content/uploads/2026/06/chargingimage.png') center/cover no-repeat !important;
}

/* FV内テキストを白に（暗い背景用） */
.lp-fv .lp-fv-sub { color: rgba(255,255,255,0.9) !important; }
.lp-fv .lp-fv-title { color: #ffffff !important; }
.lp-fv .lp-fv-title span { color: #a8e6cf !important; }
.lp-fv .lp-fv-checks li { color: #ffffff !important; }

/* stat badge: backdrop-filter 削除（描画バグ防止） */
.lp-fv-stat-badge {
  backdrop-filter: none !important;
}
/* === FV オーバーレイ薄め + 追従CTA コンパクト化 2026-06-25 === */

/* オーバーレイを薄く */
.lp-fv {
  background:
    linear-gradient(160deg, rgba(26,127,90,0.48), rgba(14,92,138,0.42)),
    url('/wp-content/uploads/2026/06/chargingimage.png') center/cover no-repeat !important;
}

/* 追従CTA：スリム化 */
.lp-sticky-cta {
  padding: 7px 16px 10px !important;
}
.lp-sticky-btn {
  padding: 10px 16px 9px !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 0 #c95c00 !important;
}
.lp-sticky-btn span {
  font-size: 0.88rem !important;
}
.lp-sticky-btn small {
  font-size: 0.65rem !important;
  margin-top: 2px !important;
}
/* === 追従CTA 大幅スリム化 2026-06-25b === */
.lp-sticky-cta {
  padding: 6px 14px 8px !important;
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.10) !important;
}
.lp-sticky-btn {
  padding: 9px 20px 8px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 0 #c95c00 !important;
  max-width: 480px !important;
  margin: 0 auto !important;
}
.lp-sticky-btn span {
  display: inline !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
}
.lp-sticky-btn small {
  display: inline !important;
  font-size: 0.72rem !important;
  opacity: 0.85 !important;
  margin-left: 8px !important;
  font-weight: 600 !important;
}
/* === 追従固定バー（横長・スマホ専用） 2026-06-25 === */

/* バー全体 */
.lp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.lp-sticky-bar.is-visible {
  transform: translateY(0);
}

/* PC非表示 */
@media (min-width: 768px) {
  .lp-sticky-bar { display: none !important; }
}

/* 案内文（バー上部・外側） */
.lp-sticky-hint {
  background: #e8f5f0;
  border-top: 1px solid #b8e0cc;
  text-align: center;
  font-size: 0.7rem;
  color: #1a7f5a;
  font-weight: 700;
  padding: 4px 12px;
  margin: 0;
  letter-spacing: 0.02em;
}

/* バー本体 */
.lp-sticky-bar-inner {
  background: #ffffff;
  border-top: 2px solid #e0e0e0;
  box-shadow: 0 -3px 14px rgba(0,0,0,0.13);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 10px;
}

/* サービス名 */
.lp-sticky-brand {
  font-size: 0.65rem;
  font-weight: 900;
  color: #1a7f5a;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.3;
}

/* 信頼バッジ 2×2グリッド */
.lp-sticky-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 4px;
  flex-shrink: 0;
}
.lp-sticky-badges span {
  background: #2BAE7E;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}

/* CTAボタン：既存 .lp-btn-main と同色・同形 */
.lp-sticky-bar-btn {
  flex: 1;
  display: block;
  text-align: center;
  text-decoration: none !important;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 10px 8px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(43,174,126,0.3);
  white-space: nowrap;
  line-height: 1.3;
}
/* === 追従バー PC表示に変更 === */
@media (min-width: 768px) {
  .lp-sticky-bar { display: block !important; }
}
@media (max-width: 767px) {
  .lp-sticky-bar { display: none !important; }
}
/* === 信頼バッジ 2×2固定 === */
.lp-sticky-badges {
  display: grid !important;
  grid-template-columns: auto auto !important;
  gap: 3px 4px !important;
  flex-shrink: 0 !important;
  width: fit-content !important;
}/* === 追従バー レイアウト修正 ===

.lp-sticky-bar-inner {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  gap: 24px !important;
  padding: 8px 40px 10px !important;
  box-sizing: border-box !important;
}

.lp-sticky-badges {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  gap: 4px 6px !important;
  flex-shrink: 0 !important;
  width: auto !important;
}

.lp-sticky-bar-btn {
  flex: 0 0 auto !important;
  min-width: 180px !important;
}
/* === 追従バー レイアウト修正 === */

.lp-sticky-bar-inner {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  gap: 24px !important;
  padding: 8px 40px 10px !important;
  box-sizing: border-box !important;
}

.lp-sticky-badges {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  gap: 4px 6px !important;
  flex-shrink: 0 !important;
  width: auto !important;
}

.lp-sticky-bar-btn {
  flex: 0 0 auto !important;
  min-width: 180px !important;
}
﻿
/* ===== ステップ式フォーム ===== */
.lp-step-wrap { position: relative; }

.lp-step-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  justify-content: center;
}
.lp-stp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #9ca3af;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid #e5e7eb;
  transition: .2s;
}
.lp-stp em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #9ca3af;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}
.lp-stp.lp-stp-on {
  color: #2BAE7E;
  border-color: #2BAE7E;
}
.lp-stp.lp-stp-on em {
  background: #2BAE7E;
  color: #fff;
}
.lp-stp.lp-stp-done {
  color: #2BAE7E;
  border-color: #2BAE7E;
  background: #f0fdf9;
}
.lp-stp-arrow { color: #9ca3af; font-size: 18px; line-height: 1; }

.lp-step-panel { display: none; }
.lp-step-panel.lp-step-on { display: block; }

.lp-step-ttl {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  background: #f0fdf9;
  border-left: 3px solid #2BAE7E;
  padding: 7px 12px;
  margin: 0 0 14px;
  border-radius: 0 6px 6px 0;
}

.lp-step-next {
  display: block;
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 14px;
  box-shadow: 0 4px 14px rgba(43,174,126,.35);
  transition: .2s;
  font-family: inherit;
}
.lp-step-next:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(43,174,126,.45); }

.lp-step-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.lp-step-back {
  background: none;
  border: 2px solid #e5e7eb;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: .2s;
  flex-shrink: 0;
  font-family: inherit;
}
.lp-step-back:hover { border-color: #9ca3af; color: #374151; }

.lp-step-actions .wpcf7-submit {
  flex: 1;
}

.lp-form-accept {
  font-size: 13px;
  color: #374151;
  margin: 10px 0 6px;
}
.lp-form-accept a { color: #2BAE7E; }
.lp-form-note-small {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  margin: 8px 0 0;
}
.lp-step-panel .req {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #ef4444;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 4px;
  vertical-align: middle;
}
.lp-step-panel .opt {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #9ca3af;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 4px;
  vertical-align: middle;
}

/* ステップバリデーションエラー */
.lp-step-panel .wpcf7-form-control.lp-field-err {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,.15) !important;
}
.lp-step-err-msg {
  color: #ef4444;
  font-size: 11px;
  margin: 2px 0 6px;
  display: block;
}

/* ===== 追従バー 確定スタイル（上書き優先） ===== */
.lp-sticky-bar {
  position: fixed !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  z-index: 1000 !important;
  transform: translateY(100%) !important;
  transition: transform 0.3s ease !important;
  display: block !important;
}
.lp-sticky-bar.is-visible { transform: translateY(0) !important; }
@media (max-width: 767px) { .lp-sticky-bar { display: none !important; } }

.lp-sticky-hint {
  background: #e8f5f0 !important;
  border-top: 1px solid #b8e0cc !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  color: #1a7f5a !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  margin: 0 !important;
}

.lp-sticky-bar-inner {
  background: #fff !important;
  border-top: 2px solid #e0e0e0 !important;
  box-shadow: 0 -3px 14px rgba(0,0,0,.13) !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 8px 40px 10px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  justify-content: center !important;
}

/* ロゴ＋サービス名 */
.lp-sticky-brand {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  font-size: 0 !important; /* テキストノードを非表示 */
}
.lp-sticky-logo {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}
.lp-sticky-brand span {
  font-size: 0.85rem !important;
  font-weight: 900 !important;
  color: #1a1a2e !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}
.lp-sticky-brand b { color: #2BAE7E !important; }

/* 信頼バッジ 2×2 */
.lp-sticky-badges {
  display: grid !important;
  grid-template-columns: repeat(2, max-content) !important;
  gap: 4px 8px !important;
  flex-shrink: 0 !important;
  align-self: center !important;
  width: auto !important;
}
.lp-sticky-badges span {
  background: #2BAE7E !important;
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1.5 !important;
}

/* CTAボタン */
.lp-sticky-bar-btn {
  flex: 0 0 auto !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: linear-gradient(90deg, #2BAE7E, #3ABFCF) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 0.92rem !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  box-shadow: 0 3px 10px rgba(43,174,126,.3) !important;
  white-space: nowrap !important;
  min-width: 200px !important;
}

/* テーブル レスポンシブラッパー */
.lp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}
.lp-table-wrap table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
}
.lp-table-wrap th,
.lp-table-wrap td {
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  font-size: 0.92rem;
  vertical-align: middle;
}
.lp-table-wrap thead th {
  background: #2BAE7E;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.lp-table-wrap tbody tr:nth-child(even) {
  background: #f0faf6;
}

/* ✓ チェックリスト */
.lp-check-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}
.lp-check-list li {
  padding: 6px 0 6px 4px;
  font-size: 0.97rem;
  border-bottom: 1px dashed #d1fae5;
  color: #1a4a35;
}

/* ===== LP 見た目改善 2026-07 ===== */

/* H2 見出し（lp-section-title 以外） - 緑帯・白文字 */
.ev-lp-wrap .lp-section h2:not(.lp-section-title) {
  background: #2BAE7E !important;
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0.6em 1.2em !important;
  border-radius: 6px;
  border-left: none;
  margin: 40px 0 20px;
  line-height: 1.5;
}

/* H3 汎用スタイル */
.ev-lp-wrap .lp-section h3 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 24px 0 10px;
  padding: 8px 12px;
  background: #f4fdfa;
  border-left: 3px solid #3ABFCF;
  border-radius: 0 4px 4px 0;
  line-height: 1.5;
}

/* サービスカード内 h3 */
.lp-service-item h3 {
  background: none !important;
  border-left: none !important;
  border-bottom: 2px solid #d1fae5 !important;
  border-radius: 0 !important;
  padding: 0 0 8px !important;
  margin: 0 0 10px !important;
  font-size: 1.05rem !important;
  color: #1a4a35 !important;
}

/* STEPカード群 */
.lp-steps {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
}
.lp-step {
  background: #fff;
  border-left: 4px solid #2BAE7E;
  border-radius: 0 10px 10px 0;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.lp-step h3 {
  background: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  color: #2BAE7E !important;
  font-size: 1.0rem !important;
}
.lp-step p {
  font-size: 0.93rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* 診断カード（200V / 6kW / V2H） */
.lp-diagnosis-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 22px 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-top: 4px solid #2BAE7E;
}
.lp-diagnosis-card h3 {
  background: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #d1fae5 !important;
  padding: 0 0 8px !important;
  margin: 0 0 12px !important;
  color: #2BAE7E !important;
  font-size: 1.1rem !important;
}
.lp-diagnosis-card p {
  font-size: 0.93rem;
  color: #555;
  margin: 0 0 6px;
}
.lp-diagnosis-card .lp-check-list {
  margin: 8px 0 12px;
}

/* ===== FV ビジュアル強化 2026-07 ===== */

/* 背景：白オーバーレイで視認性を確保しつつ背景画像を薄く見せる */
.lp-fv {
  background:
    linear-gradient(160deg, rgba(255,255,255,0.90), rgba(224,246,255,0.88)),
    url('/wp-content/uploads/2026/06/chargingimage.png') center/cover no-repeat !important;
}

/* テキストを暗色に切り替え */
.lp-fv .lp-fv-title  { color: #1a1a2e !important; }
.lp-fv .lp-fv-checks li { color: #1a1a2e !important; }
.lp-fv .lp-fv-desc   { color: #333 !important; line-height: 1.6 !important; font-size: 1rem !important; }
.lp-fv p:not(.lp-fv-sub):not(.lp-fv-form-title):not(.lp-fv-form-sub) { color: #333; }

/* サブテキスト → ピル形バッジ（赤） */
p.lp-fv-sub {
  display: inline-block !important;
  background: #e74c3c !important;
  color: #fff !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  padding: 5px 18px !important;
  border-radius: 50px !important;
  margin-bottom: 22px !important;
  letter-spacing: 0.05em !important;
  box-shadow: 0 2px 8px rgba(231,76,60,0.35) !important;
}

/* H1 カラーアクセント */
.lp-h1-green { color: #2BAE7E !important; }
.lp-h1-lead  { color: #0e6ea8 !important; font-weight: 900 !important; }
.lp-h1-red   { color: #e74c3c !important; font-weight: 900 !important; }

/* H1 大きく・インパクトを出す（改行位置を自然にするため2.2rem） */
h1.lp-fv-title {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 18px !important;
  text-shadow: none !important;
}
@media (max-width: 768px) {
  h1.lp-fv-title { font-size: 1.95rem !important; }
}

/* ✓ チェックリスト → 白カード */
.lp-fv-checks {
  list-style: none !important;
  padding: 0 !important;
  display: block !important;
  text-align: left !important;
  margin: 16px 0 24px !important;
}
.lp-fv-checks li {
  display: flex !important;
  align-items: center !important;
  padding: 10px 16px !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 8px !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09) !important;
  color: #1a1a2e !important;
  border-left: 4px solid #e74c3c !important;
}

/* 王冠バッジ行 */
.lp-fv-crown-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 10px;
  background: rgba(255,255,255,0.92);
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.12);
  border: 1px solid rgba(200,170,50,0.25);
}
.lp-fv-crown-img {
  width: 90px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.lp-fv-stat-badges {
  flex: 1 !important;
  display: flex !important;
  gap: 0 !important;
  margin: 0 !important;
}
.lp-fv-stat-badge {
  flex: 1 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 6px 8px !important;
  box-shadow: none !important;
  text-align: center !important;
  border-right: 1px solid #e0dbc0 !important;
  backdrop-filter: none !important;
}
.lp-fv-stat-badge:last-child { border-right: none !important; }
.lp-fv-stat-icon  { display: none !important; }
.lp-fv-stat-main {
  color: #2a4a1a !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}
.lp-fv-stat-sub {
  color: #888 !important;
  font-size: 0.72rem !important;
}

/* ===== FV 改善 2026-07b ===== */

/* 「完全無料｜EV充電設備の優良施工店を無料で比較」バッジ拡大 */
p.lp-fv-sub {
  font-size: 1.05rem !important;
}

/* H1 カラー変更：EV充電工事・無料 → 赤 / 大阪府 → 水色（高優先度セレクタで上書き） */
.lp-fv h1.lp-fv-title .lp-h1-green { color: #e53935 !important; }
.lp-fv h1.lp-fv-title .lp-h1-red   { color: #e53935 !important; }
.lp-fv h1.lp-fv-title .lp-h1-lead  { color: #29b6f6 !important; }

/* 背景オーバーレイを少し薄く */
.lp-fv {
  background:
    linear-gradient(160deg, rgba(255,255,255,0.74), rgba(220,248,255,0.70)),
    url('/wp-content/uploads/2026/06/chargingimage.png') center/cover no-repeat !important;
}

/* チェックリスト → 緑○チェックアイコン（DBから「✓ 」を除去後に有効） */
.lp-fv-checks li {
  position: relative !important;
  padding: 10px 16px 10px 46px !important;
  border-left: none !important;
}
.lp-fv-checks li::before {
  content: '✓' !important;
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  background: #2BAE7E !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 22px !important;
  text-align: center !important;
  display: block !important;
}

/* 王冠: outer crown-row を無効化し各バッジに背景画像で王冠 */
.lp-fv-crown-row {
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: 0 !important;
}
.lp-fv-crown-img { display: none !important; }

.lp-fv-stat-badges {
  display: flex !important;
  flex: none !important;
  gap: 0 !important;
  margin-top: 28px !important;
  padding: 14px 10px !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 14px !important;
  box-shadow: 0 3px 16px rgba(0,0,0,0.12) !important;
  border: 1px solid rgba(200,170,50,0.25) !important;
}

/* 王冠バッジエリア → crows.png 1枚に置き換え */
.lp-fv-crown-row { display: none !important; }
.lp-fv-crowns-img-wrap {
  margin-top: 24px !important;
}
.lp-fv-crowns-img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* stat-main と stat-sub を同サイズ・同太さに統一 */
.lp-fv-stat-main {
  color: #2a4a1a !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}
.lp-fv-stat-sub {
  color: #2a4a1a !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

/* ===== LP タイポグラフィ統一 2026-07 ===== */
.ev-lp-wrap .lp-section p,
.ev-lp-wrap .lp-section > p {
  font-size: 0.97rem !important;
  color: #374151 !important;
  line-height: 1.85 !important;
}
.lp-problem-bridge,
.lp-problem-bridge p {
  font-size: 0.97rem !important;
  color: #374151 !important;
  line-height: 1.85 !important;
}
.lp-service-item,
.lp-service-item p {
  font-size: 0.95rem !important;
  color: #444 !important;
  line-height: 1.8 !important;
}
.lp-step p { font-size: 0.95rem !important; color: #444 !important; }
.ev-lp-wrap .lp-section h2:not(.lp-section-title) {
  margin-top: 28px !important;
  margin-bottom: 14px !important;
}
.swell-block-faq__item {
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px 14px 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.8;
  border-left: 4px solid #2BAE7E;
}
.lp-benefits .lp-inner > p,
.lp-benefits .lp-inner > * > p {
  font-size: 0.97rem;
  color: #374151;
  line-height: 1.85;
}

/* ===== lp-body 本文幅制御（SWELLブロックLP用） ===== */
.lp-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
@media (max-width: 768px) {
  .lp-body { padding: 32px 16px 48px; }
}

/* ===== FV スマホ可読性改善 2026-08 ===== */
@media (max-width: 600px) {
  /* 見出しサイズを適正化（2.2rem!importantを上書き）し、不自然な折り返しを防止 */
  h1.lp-fv-title {
    font-size: 1.75rem !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    margin-bottom: 18px !important;
  }
  /* 左揃えで視線を安定させる（参考サイト同様） */
  .lp-fv-left { text-align: left !important; }
  .lp-fv-desc { text-align: left !important; font-size: 0.9rem !important; }
  .lp-fv-checks { text-align: left !important; }
  .lp-fv { padding: 30px 18px !important; }
  /* 強調ワードが行内で割れないように（「無料」などの分断防止） */
  .lp-h1-green, .lp-h1-lead, .lp-h1-red { white-space: nowrap; }
  /* 白オーバーレイをやや強め、暗色テキストのコントラストを確保 */
  .lp-fv {
    background:
      linear-gradient(160deg, rgba(255,255,255,0.90), rgba(220,248,255,0.88)),
      url('/wp-content/uploads/2026/06/chargingimage.png') center/cover no-repeat !important;
  }
}

/* ===== ステップ表示：横並び強制＋コンパクト化（縦積み防止・高さ圧縮） 2026-08 ===== */
.lp-step-indicator {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
}
.lp-step-indicator p { display: inline-flex !important; margin: 0 !important; padding: 0 !important; }
.lp-step-indicator br { display: none !important; }
.lp-stp { padding: 5px 12px !important; font-size: 12px !important; }
.lp-stp em { width: 20px !important; height: 20px !important; }

/* ステップ表示の矢印：間隔を広げ、上下中央に配置 2026-08 */
.lp-step-indicator { gap: 12px !important; }
.lp-stp-arrow {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  margin: 0 4px !important;
  font-size: 15px !important;
  color: #b7bdc7 !important;
  line-height: 1 !important;
}

/* トップページ最終CTAのステップ表示も横並びを保証 2026-08 */
#top-main .final-cta-form .lp-step-indicator,
.lp-fv-form-box .lp-step-indicator {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
#top-main .final-cta-form .lp-step-indicator p,
.lp-fv-form-box .lp-step-indicator p { display: inline-flex !important; margin: 0 !important; padding: 0 !important; }
#top-main .final-cta-form .lp-step-indicator br,
.lp-fv-form-box .lp-step-indicator br { display: none !important; }

/* ===== LP下部CTA：ボタン→フォームに変更 2026-08 ===== */
.lp-bottom-cta { background: #166534; padding: 52px 20px; }
.lp-bottom-cta-inner { max-width: 560px; margin: 0 auto; }
.lp-bottom-cta-title { color: #fff; font-size: 1.6rem; font-weight: 900; text-align: center; line-height: 1.5; margin: 0 0 8px; }
.lp-bottom-cta-sub { color: rgba(255,255,255,.9); text-align: center; font-size: .95rem; line-height: 1.7; margin: 0 0 24px; }
@media (max-width: 600px) {
  .lp-bottom-cta { padding: 36px 16px; }
  .lp-bottom-cta-title { font-size: 1.3rem; }
  .lp-bottom-cta-sub { font-size: .9rem; }
}

/* ===== SP用 追従CTA：モバイルでも表示（下部固定・コンパクト） 2026-08 ===== */
@media (max-width: 767px) {
  .lp-sticky-bar {
    display: block !important;
    position: fixed !important;
    left: 0 !important; right: 0 !important; bottom: 0 !important;
    top: auto !important;
    z-index: 1000 !important;
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.15) !important;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
    margin: 0 !important;
    transform: translateY(120%);
    transition: transform 0.3s ease;
  }
  .lp-sticky-bar.is-visible { transform: translateY(0) !important; }
  .lp-sticky-hint, .lp-sticky-brand, .lp-sticky-badges { display: none !important; }
  .lp-sticky-bar-inner { display: block !important; margin: 0 !important; padding: 0 !important; max-width: none !important; }
  .lp-sticky-bar-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    background: #f07800 !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    padding: 14px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 0 #c95c00 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }
}

/* 追従CTA文言の出し分け：PCは「無料で一括見積り」のみ、SPは「入力1分・」を前置 2026-08 */
.lp-sticky-pre { display: none; }
@media (max-width: 767px) { .lp-sticky-pre { display: inline !important; } }
