 /* ==========================================================================
     CMS競合防止＆リセットスタイル（Bカート専用設定）
     ========================================================================== */
  .__content.__is-html {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .shikiteppan-lp {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    overflow: hidden;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333333;
    box-sizing: border-box;
  }

  .shikiteppan-lp * {
    box-sizing: border-box;
  }

  .shikiteppan-lp img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .shikiteppan-lp a {
    text-decoration: none;
  }

  /* ==========================================================================
     ヘッダー・メインビジュアル & h1タイトル（縮こまり完全防止）
     ========================================================================== */
  .shikiteppan-lp .hero {
    position: relative;
    background-color: #eef2f5;
    padding: 40px 20px 35px;
    text-align: center;
  }

  .shikiteppan-lp .hero-banner-img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .shikiteppan-lp .hero-h1-area {
    display: block !important;
    text-align: center !important;
    margin: 10px auto 20px !important;
    max-width: 1200px !important;
    width: 100% !important;
    padding: 0 15px !important;
  }

  .shikiteppan-lp .hero-subcatch {
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #004085 !important;
    background-color: #ffffff !important;
    border: 2px solid #004085 !important;
    padding: 6px 22px !important;
    border-radius: 30px !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.05em !important;
    box-shadow: 0 2px 6px rgba(0, 64, 133, 0.1) !important;
  }

  /* h1タグ本体へのスタイル強制適用（横幅いっぱい・ブロック表示） */
  .shikiteppan-lp h1.hero-main-title,
  .shikiteppan-lp .hero-main-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    line-height: 1.6 !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }

  .shikiteppan-lp .hero-main-title .hl-point {
    display: inline-block !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #004085 !important;
    border-bottom: 3px solid #ff8c00 !important;
    padding-bottom: 1px !important;
    margin: 0 4px !important;
    white-space: nowrap !important;
  }

  .shikiteppan-lp .hero-main-title .hl-wboard {
    display: inline-block !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0e682e !important;
    border-bottom: 3px solid #28a745 !important;
    padding-bottom: 1px !important;
    margin: 0 4px !important;
    white-space: nowrap !important;
  }

  .shikiteppan-lp .pc-only {
    display: inline !important;
  }

  /* ==========================================================================
     CTAユニット（テキスト折返し防止・上下余白完全統一）
     ========================================================================== */
  .shikiteppan-lp .hero-nav-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    max-width: 900px;
    margin: 60px auto 80px !important;
  }

  .shikiteppan-lp .btn-nav-row {
    display: flex;
    gap: 20px;
    width: 100%;
  }

  .shikiteppan-lp .btn-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 15px;
    min-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-align: center;
  }

  .shikiteppan-lp .btn-nav:hover {
    opacity: 0.92;
    transform: translateY(-2px);
  }

  .shikiteppan-lp .btn-nav-steel {
    background: linear-gradient(135deg, #004085 0%, #002b66 100%);
    box-shadow: 0 4px 10px rgba(0, 64, 133, 0.35);
  }

  .shikiteppan-lp .btn-nav-plastic {
    background: linear-gradient(135deg, #28a745 0%, #0e682e 100%);
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.35);
  }

  .shikiteppan-lp .cta-consult-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f3f5;
    border: 2px solid #adb5bd;
    border-radius: 8px;
    padding: 16px 20px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .shikiteppan-lp .cta-consult-box:hover {
    transform: translateY(-2px);
    background-color: #e9ecef;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

  .shikiteppan-lp .cta-consult-text {
    color: #495057 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    flex: 1;
  }

  .shikiteppan-lp .cta-consult-text .highlight-lead {
    display: block;
    font-size: 17px;
    color: #212529 !important;
    font-weight: 800;
    margin-bottom: 3px;
    white-space: nowrap;
  }

  .shikiteppan-lp .cta-consult-btn {
    background-color: #495057;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 16px;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-left: 12px;
    flex-shrink: 0;
    transition: background-color 0.2s;
  }

  .shikiteppan-lp .cta-consult-box:hover .cta-consult-btn {
    background-color: #212529;
  }

  /* ==========================================================================
     セクション＆レイアウト
     ========================================================================== */
  .shikiteppan-lp .section {
    padding: 40px 24px;
  }

  .shikiteppan-lp .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    color: #1a1a1a;
  }

  .shikiteppan-lp .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #004085;
    margin: 12px auto 0;
  }

  .shikiteppan-lp .product-group {
    margin-bottom: 60px;
  }

  .shikiteppan-lp .product-group-title {
    font-size: 28px;
    font-weight: bold;
    padding: 12px 20px 12px 1em;
    border-left: 8px solid #004085;
    background-color: #f0f4f8;
    margin-bottom: 25px;
    color: #002b66;
  }

  .shikiteppan-lp .product-group-title.green {
    border-left-color: #28a745;
    background-color: #f0f8f0;
    color: #0e682e;
  }

  .shikiteppan-lp .product-flex {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }

  .shikiteppan-lp .product-desc {
    flex: 1;
    padding: 10px 0;
  }

  .shikiteppan-lp .feature-title {
    font-size: 22px;
    font-weight: bold;
    color: #004085;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .shikiteppan-lp .feature-title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #004085;
    border-radius: 2px;
  }

  .shikiteppan-lp .feature-title.green {
    color: #0e682e;
  }

  .shikiteppan-lp .feature-title.green::before {
    background-color: #28a745;
  }

  .shikiteppan-lp .desc-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .shikiteppan-lp .desc-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 22px;
  }

  .shikiteppan-lp .desc-item::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    line-height: 1.4;
  }

  .shikiteppan-lp .desc-item.steel::before {
    color: #002b66;
  }

  .shikiteppan-lp .desc-item.plastic::before {
    color: #0e682e;
  }

  .shikiteppan-lp .desc-heading {
    font-size: 21px;
    font-weight: bold;
    color: #111;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .shikiteppan-lp .desc-heading .hl-steel {
    color: #002b66;
  }

  .shikiteppan-lp .desc-heading .hl-plastic {
    color: #0e682e;
  }

  .shikiteppan-lp .desc-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
  }

  .shikiteppan-lp .product-img {
    width: 440px;
    flex-shrink: 0;
    text-align: center;
  }

  .shikiteppan-lp .product-img img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  /* ==========================================================================
     カードラインナップ
     ========================================================================== */
  .shikiteppan-lp .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .shikiteppan-lp .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .shikiteppan-lp .card-header {
    background: linear-gradient(135deg, #004085 0%, #002b66 100%);
    color: #fff;
    padding: 12px 10px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .shikiteppan-lp .card-header.steel-header {
    background: linear-gradient(135deg, #004085 0%, #002b66 100%);
  }

  .shikiteppan-lp .card-header.green-skew {
    background: linear-gradient(135deg, #28a745 0%, #0e682e 100%);
  }

  .shikiteppan-lp .header-title-left {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
  }

  .shikiteppan-lp .header-badge-right {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }

  .shikiteppan-lp .header-badge-right.badge-single {
    background-color: #ffffff;
    color: #0e682e;
  }

  .shikiteppan-lp .badge-keiryo-type {
    font-size: 22px;
    font-weight: bold;
    margin-left: 6px;
    color: #ffe600;
  }

  .shikiteppan-lp .card-header .sub-text {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
  }

  .shikiteppan-lp .card-body {
    padding: 20px;
    font-size: 16px;
    text-align: left;
    flex-grow: 1;
  }

  .shikiteppan-lp .card-body p {
    margin-bottom: 8px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .shikiteppan-lp .card-body p .label {
    font-weight: bold;
    color: #111;
  }

  .shikiteppan-lp .card-body p .val {
    font-weight: bold;
    color: #111;
  }

  .shikiteppan-lp .card-body p .val-highlight-blue {
    font-size: 26px;
    color: #004085;
    font-weight: bold;
  }

  .shikiteppan-lp .card-body p .val-highlight-green {
    font-size: 20px;
    color: #0e682e;
    font-weight: bold;
  }

  .shikiteppan-lp .card-body p .val-car-guide {
    font-size: 13px;
    font-weight: bold;
    color: #0e682e;
  }

  .shikiteppan-lp .card-body p .val-car-guide-keiryo {
    font-size: 13px;
    font-weight: bold;
    color: #b78103;
  }

  .shikiteppan-lp .card-body p .price-red {
    color: #d9534f;
    font-size: 20px;
    font-weight: bold;
  }

  .shikiteppan-lp .card-body p .tax {
    font-size: 13px;
    color: #d9534f;
    font-weight: normal;
  }

  .shikiteppan-lp .btn-card {
    display: inline-block;
    width: 80%;
    margin: 10px auto 0;
    padding: 10px;
    background-color: #002244;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
  }

  .shikiteppan-lp .btn-card.green {
    background-color: #0e682e;
  }

  /* ==========================================================================
     アコーディオン（HTML標準 details/summary 採用：JavaScript完全不要）
     ========================================================================== */
  .shikiteppan-lp details.accordion-wrapper {
    width: 80% !important;
    margin: 50px auto 40px !important;
    border: 2px solid #004085 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    display: block !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green {
    border-color: #0e682e !important;
  }

  .shikiteppan-lp details.accordion-wrapper > summary {
    list-style: none !important;
    outline: none !important;
    cursor: pointer !important;
    background-color: #f0f4f8 !important;
    padding: 18px 25px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: background-color 0.2s ease !important;
    user-select: none !important;
  }

  .shikiteppan-lp details.accordion-wrapper > summary::-webkit-details-marker {
    display: none !important;
  }

  .shikiteppan-lp details.accordion-wrapper > summary:hover {
    background-color: #e2ebf4 !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green > summary {
    background-color: #f0f8f0 !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green > summary:hover {
    background-color: #e2f0e2 !important;
  }

  .shikiteppan-lp .accordion-title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #004085 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green .accordion-title {
    color: #0e682e !important;
  }

  .shikiteppan-lp .accordion-icon {
    font-size: 18px !important;
    color: #004085 !important;
    transition: transform 0.3s ease !important;
    font-weight: bold !important;
    display: inline-block !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green .accordion-icon {
    color: #0e682e !important;
  }

  .shikiteppan-lp details[open] > summary .accordion-icon {
    transform: rotate(180deg) !important;
  }

  .shikiteppan-lp .accordion-inner {
    padding: 24px !important;
    text-align: center !important;
    border-top: 1px solid #d0dbe5 !important;
    background-color: #ffffff !important;
    display: block !important;
  }

  .shikiteppan-lp details.accordion-wrapper.accordion-green .accordion-inner {
    border-top: 1px solid #cde6cd !important;
  }

  .shikiteppan-lp .accordion-inner img {
    display: block;
    margin: 0 auto 16px;
    max-width: 100%;
  }

  /* ==========================================================================
     比較表スタイル
     ========================================================================== */
  .shikiteppan-lp .spec-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
  }

  .shikiteppan-lp .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    min-width: 680px;
  }

  .shikiteppan-lp .spec-table th, .shikiteppan-lp .spec-table td {
    border: 1px solid #d0dbe5;
    padding: 10px 12px;
    line-height: 1.4;
  }

  .shikiteppan-lp .spec-table th {
    background-color: #004085;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
  }

  .shikiteppan-lp .spec-table th.th-sub {
    background-color: #e2ebf4;
    color: #002b66;
    font-weight: bold;
    text-align: left;
    width: 110px;
  }

  .shikiteppan-lp .spec-table-green th {
    background-color: #0e682e;
    color: #ffffff;
  }

  .shikiteppan-lp .spec-table-green th.th-sub {
    background-color: #e4f2e4;
    color: #0e682e;
  }

  .shikiteppan-lp .spec-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
  }

  .shikiteppan-lp .spec-table-green tbody tr:nth-child(even) {
    background-color: #f7faf7;
  }

  .shikiteppan-lp .hub-badge {
    display: inline-block;
    background-color: #eef4f8;
    color: #004085;
    border: 1px solid #c0d3e5;
    border-radius: 4px;
    padding: 1px 6px;
    margin: 2px;
    font-size: 12px;
    font-weight: bold;
  }

  .shikiteppan-lp .spec-notes {
    font-size: 13px;
    color: #555;
    text-align: left;
    line-height: 1.6;
    padding: 12px 16px;
    background-color: #f8fafc;
    border-radius: 6px;
    border-left: 4px solid #004085;
  }

  .shikiteppan-lp .spec-notes.green {
    background-color: #f5faf5;
    border-left-color: #0e682e;
  }

  .shikiteppan-lp .discount-badge {
    display: inline-block;
    background-color: #d9534f;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
  }

  .shikiteppan-lp .car-guide-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #0e682e;
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 4px;
    white-space: nowrap;
  }

  .shikiteppan-lp .car-guide-badge-keiryo {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 4px;
    white-space: nowrap;
  }

  /* YouTubeコンテナ */
  .shikiteppan-lp .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 16px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .shikiteppan-lp .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* ==========================================================================
     比較セクション
     ========================================================================== */
  .shikiteppan-lp .comparison-section {
    background-color: #eaf1f7;
    padding: 50px 20px 40px;
    text-align: center;
    border-top: 1px solid #dce5ee;
    border-bottom: 1px solid #dce5ee;
  }

  .shikiteppan-lp .comp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .shikiteppan-lp .comp-table th, .shikiteppan-lp .comp-table td {
    border: 1px solid #dee2e6;
    padding: 14px;
    font-size: 15px;
    text-align: left;
  }

  .shikiteppan-lp .comp-table th {
    background-color: #f1f3f5;
    text-align: center;
    font-weight: bold;
    width: 18%;
  }

  .shikiteppan-lp .comp-table th.col-steel {
    background-color: #004085;
    color: #ffffff;
    width: 41%;
  }

  .shikiteppan-lp .comp-table th.col-plastic {
    background-color: #0e682e;
    color: #ffffff;
    width: 41%;
  }

  /* ==========================================================================
     FAQセクション
     ========================================================================== */
  .shikiteppan-lp .faq-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #eef2f6;
    padding-bottom: 16px;
  }

  .shikiteppan-lp .faq-q {
    font-size: 18px;
    font-weight: bold;
    color: #004085;
    margin-bottom: 8px;
  }

  .shikiteppan-lp .faq-a {
    font-size: 15px;
    color: #555;
    padding-left: 20px;
    line-height: 1.6;
  }

  .shikiteppan-lp .faq-a a {
    color: #004085 !important;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.2s ease;
  }

  .shikiteppan-lp .faq-a a:hover {
    color: #ff8c00 !important;
  }

  /* ==========================================================================
     レスポンシブ対応
     ========================================================================== */
  @media (max-width: 900px) {
    .shikiteppan-lp .product-flex {
      flex-direction: column;
    }
    .shikiteppan-lp .product-img {
      width: 100%;
    }
    .shikiteppan-lp .hero-nav-wrapper {
      width: 95%;
      margin: 40px auto 50px !important;
      gap: 12px;
    }
    .shikiteppan-lp .btn-nav-row {
      flex-direction: column;
      gap: 12px;
    }
    .shikiteppan-lp .btn-nav {
      font-size: 20px;
      padding: 24px 15px;
      min-height: 75px;
    }
    .shikiteppan-lp .cta-consult-box {
      flex-direction: column;
      text-align: center;
      gap: 14px;
      padding: 16px;
    }
    .shikiteppan-lp .cta-consult-text {
      text-align: center;
      font-size: 14px;
    }
    .shikiteppan-lp .cta-consult-text .highlight-lead {
      font-size: 16px;
      white-space: normal;
    }
    .shikiteppan-lp .cta-consult-btn {
      margin-left: 0;
      width: 100%;
      text-align: center;
    }
    .shikiteppan-lp .hero-subcatch {
      font-size: 16px !important;
      padding: 4px 14px !important;
      margin-bottom: 12px !important;
    }
    .shikiteppan-lp h1.hero-main-title,
    .shikiteppan-lp .hero-main-title {
      font-size: 22px !important;
      line-height: 1.45 !important;
    }
    .shikiteppan-lp .hero-main-title .hl-point,
    .shikiteppan-lp .hero-main-title .hl-wboard {
      font-size: 25px !important;
    }
    .shikiteppan-lp .pc-only {
      display: none !important;
    }
    .shikiteppan-lp details.accordion-wrapper {
      width: 95% !important;
      margin: 35px auto 35px !important;
    }
    .shikiteppan-lp .card-header {
      font-size: 24px;
    }
  }

  /* CMS標準ヘッダー・不要ブロック非表示 */
  .__heading,
  .__block.box_search_keyword.nofixed {
    display: none !important;
  }
h3{
	padding-left:0.5em;
}