/* =========================================
   きらりライフサポート紹介記事 専用CSS
   親クラス: .kz-dino-wrap で全体スコープ化
   ※グローバルリセット(* { margin:0; padding:0 })は使用しない
   ========================================= */

/* ---------- ラッパー ---------- */
.kz-dino-wrap {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 20px 16px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

/* ---------- ヒーローセクション ---------- */
.kz-dino-wrap .kz-dino-hero {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8db 100%) !important;
  padding: 32px 20px !important;
  border-radius: 12px !important;
  margin: 0 0 24px 0 !important;
  text-align: center;
  border: 1px solid #ffd0b3 !important;
}
.kz-dino-wrap .hero-title {
  font-size: 24px;
  font-weight: 700;
  color: #d2691e;
  line-height: 1.5;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}
.kz-dino-wrap .kz-dino-hero-sub {
  font-size: 15px;
  color: #666;
  margin: 0 !important;
}

/* ---------- 新規特典バナー ---------- */
.kz-dino-wrap .kz-promo-banner {
  display: block;
  background: linear-gradient(135deg, #ff6b6b 0%, #d2691e 100%) !important;
  color: #fff !important;
  text-align: center;
  padding: 14px 16px !important;
  margin: 0 0 32px 0 !important;
  border-radius: 8px !important;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(210, 105, 30, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.kz-dino-wrap .kz-promo-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(210, 105, 30, 0.4);
  color: #fff !important;
}
.kz-dino-wrap .kz-promo-banner .kz-promo-sub {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
  opacity: 0.9;
}

/* ---------- 章見出し(h2) ---------- */
.kz-dino-wrap .kz-dino-chapter-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b6b 100%) !important;
  padding: 14px 18px !important;
  margin: 40px 0 20px 0 !important;
  border-radius: 8px !important;
  border-left: 6px solid #d2691e !important;
  line-height: 1.4;
}

/* ---------- 小見出し(h3) ---------- */
.kz-dino-wrap .kz-dino-sub-head {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #d2691e !important;
  padding: 8px 0 8px 14px !important;
  margin: 28px 0 14px 0 !important;
  border-left: 5px solid #ff8c42 !important;
  border-bottom: 2px dotted #ffd0b3 !important;
  line-height: 1.5;
}

/* ---------- 本文 ---------- */
.kz-dino-wrap p {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

/* ---------- 強調・マーカー ---------- */
.kz-dino-wrap .kz-marker {
  background: linear-gradient(transparent 60%, #fff3a0 60%);
  font-weight: 700;
  padding: 0 2px;
}
.kz-dino-wrap strong {
  color: #d2691e;
  font-weight: 700;
}

/* ---------- 「こんな人におすすめ」ボックス ---------- */
.kz-dino-wrap .kz-recommend-box {
  background: #fffaf5 !important;
  border: 2px solid #ff8c42 !important;
  border-radius: 10px !important;
  padding: 20px 24px !important;
  margin: 24px 0 !important;
}
.kz-dino-wrap .kz-recommend-box .kz-recommend-title {
  font-size: 17px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 12px 0 !important;
  padding: 0 0 8px 0 !important;
  border-bottom: 2px dashed #ffd0b3 !important;
}
.kz-dino-wrap .kz-recommend-box ul {
  margin: 0 !important;
  padding: 0 0 0 4px !important;
  list-style: none;
}
.kz-dino-wrap .kz-recommend-box li {
  position: relative;
  padding: 4px 0 4px 26px !important;
  margin: 0 !important;
  font-size: 15px;
}
.kz-dino-wrap .kz-recommend-box li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 4px;
  color: #ff6b6b;
  font-weight: 700;
}
.kz-dino-wrap .kz-recommend-box .kz-note-inner {
  font-size: 13px;
  color: #888;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px !important;
  margin: 12px 0 0 0 !important;
  border-left: 3px solid #ddd !important;
  line-height: 1.6;
}

/* ---------- 通常のリスト ---------- */
.kz-dino-wrap .kz-dino-list {
  background: #faf8f5 !important;
  padding: 16px 20px 16px 36px !important;
  margin: 0 0 20px 0 !important;
  border-radius: 6px !important;
  list-style: disc;
}
.kz-dino-wrap .kz-dino-list li {
  margin: 6px 0 !important;
  padding: 0 !important;
}

/* ---------- 口コミカード ---------- */
.kz-dino-wrap .kz-review-card {
  background: #ffffff !important;
  border: 1px solid #ffd0b3 !important;
  border-left: 5px solid #ff8c42 !important;
  border-radius: 8px !important;
  padding: 18px 20px !important;
  margin: 16px 0 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.kz-dino-wrap .kz-review-card.kz-bad {
  border-left-color: #888 !important;
}
.kz-dino-wrap .kz-review-title {
  font-size: 16px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 8px 0 !important;
}
.kz-dino-wrap .kz-review-card.kz-bad .kz-review-title {
  color: #555;
}
.kz-dino-wrap .kz-review-body {
  font-size: 15px;
  margin: 0 0 8px 0 !important;
}
.kz-dino-wrap .kz-review-meta {
  font-size: 13px;
  color: #888;
  margin: 8px 0 0 0 !important;
  font-style: italic;
}
.kz-dino-wrap .kz-review-measure {
  background: #fff5f0;
  border-radius: 4px;
  padding: 8px 12px !important;
  margin: 8px 0 0 0 !important;
  font-size: 14px;
}
.kz-dino-wrap .kz-small-note {
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 1.6;
  margin-top: 6px;
}

/* ---------- 実績カード ---------- */
.kz-dino-wrap .kz-result-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 24px 0;
}
.kz-dino-wrap .kz-result-item {
  flex: 1 1 calc(33% - 12px);
  min-width: 130px;
  background: #fff !important;
  border: 2px solid #ff8c42 !important;
  border-radius: 10px !important;
  padding: 16px 10px !important;
  text-align: center;
}
.kz-dino-wrap .kz-result-num {
  font-size: 22px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 4px 0 !important;
  line-height: 1.2;
}
.kz-dino-wrap .kz-result-label {
  font-size: 12px;
  color: #666;
  margin: 0 !important;
}

/* ---------- 比較表(テーブル) ---------- */
.kz-dino-wrap .kz-tbl-wrap {
  overflow-x: auto !important;
  margin: 0 0 20px 0 !important;
  -webkit-overflow-scrolling: touch;
}
.kz-dino-wrap .kz-tbl-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  background: #fff;
  font-size: 14px;
}
.kz-dino-wrap .kz-tbl-wrap th,
.kz-dino-wrap .kz-tbl-wrap td {
  border: 1px solid #ffd0b3 !important;
  padding: 10px 12px !important;
  text-align: center;
  vertical-align: middle;
}
.kz-dino-wrap .kz-tbl-wrap th {
  background: #ff8c42 !important;
  color: #fff !important;
  font-weight: 700;
}
.kz-dino-wrap .kz-tbl-wrap tr:nth-child(even) td {
  background: #fffaf5;
}
.kz-dino-wrap .kz-tbl-wrap .kz-recommend-row td {
  background: #fff3e0 !important;
  font-weight: 700;
}

/* ---------- 注意書き ---------- */
.kz-dino-wrap .kz-note {
  font-size: 13px;
  color: #666;
  background: #f8f8f8;
  padding: 10px 14px !important;
  margin: 8px 0 20px 0 !important;
  border-radius: 4px;
  border-left: 3px solid #ccc !important;
}

/* ---------- 安心ポイント ---------- */
.kz-dino-wrap .kz-safety-box {
  background: #f0f8ff !important;
  border: 2px solid #4a90e2 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 20px 0 !important;
}
.kz-dino-wrap .kz-safety-title {
  font-size: 17px;
  font-weight: 700;
  color: #2a6db5;
  margin: 0 0 12px 0 !important;
}
.kz-dino-wrap .kz-safety-box ul {
  margin: 0 !important;
  padding: 0 0 0 4px !important;
  list-style: none;
}
.kz-dino-wrap .kz-safety-box li {
  position: relative;
  padding: 5px 0 5px 28px !important;
  margin: 0 !important;
  font-size: 15px;
}
.kz-dino-wrap .kz-safety-box li::before {
  content: "🛡";
  position: absolute;
  left: 0;
  top: 4px;
}

/* ---------- 特典ハイライト ---------- */
.kz-dino-wrap .kz-bonus-box {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
  border: 2px dashed #ff8c42 !important;
  border-radius: 10px !important;
  padding: 20px 24px !important;
  margin: 20px 0 !important;
  text-align: center;
}
.kz-dino-wrap .kz-bonus-title {
  font-size: 20px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 8px 0 !important;
}
.kz-dino-wrap .kz-bonus-amount {
  font-size: 28px;
  font-weight: 700;
  color: #ff6b6b;
  margin: 0 0 8px 0 !important;
}
.kz-dino-wrap .kz-bonus-desc {
  font-size: 14px;
  color: #555;
  margin: 0 !important;
}

/* ---------- 注意点ボックス(依頼できない内容) ---------- */
.kz-dino-wrap .kz-caution-box {
  background: #fffaf0 !important;
  border: 1px solid #e8c39e !important;
  border-left: 5px solid #d2691e !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin: 16px 0 24px 0 !important;
}
.kz-dino-wrap .kz-caution-title {
  font-size: 15px;
  font-weight: 700;
  color: #b8520c;
  margin: 0 0 10px 0 !important;
  padding: 0 0 8px 0 !important;
  border-bottom: 1px dashed #e8c39e !important;
}
.kz-dino-wrap .kz-caution-box ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.kz-dino-wrap .kz-caution-box li {
  position: relative;
  padding: 6px 0 6px 22px !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.kz-dino-wrap .kz-caution-box li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 6px;
  color: #d2691e;
  font-weight: 700;
}

/* ---------- 対応エリアボックス ---------- */
.kz-dino-wrap .kz-area-box {
  background: #fff !important;
  border: 1px solid #ffd0b3 !important;
  border-left: 5px solid #ff8c42 !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin: 0 0 12px 0 !important;
}
.kz-dino-wrap .kz-area-pref {
  font-size: 16px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 8px 0 !important;
  padding: 0 0 6px 0 !important;
  border-bottom: 1px dashed #ffd0b3 !important;
}
.kz-dino-wrap .kz-area-list {
  font-size: 14px;
  color: #555;
  margin: 0 !important;
  line-height: 1.8;
  word-break: break-all;
}

/* ---------- メディア掲載 ---------- */
.kz-dino-wrap .kz-media-list {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin: 16px 0 !important;
}
.kz-dino-wrap .kz-media-title {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  margin: 0 0 10px 0 !important;
}
.kz-dino-wrap .kz-media-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kz-dino-wrap .kz-media-tag {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  color: #555;
}

/* ---------- STEP(申込みの流れ) ---------- */
.kz-dino-wrap .kz-step-wrap {
  margin: 20px 0 !important;
}
.kz-dino-wrap .kz-step-item {
  display: flex;
  align-items: flex-start;
  background: #fff !important;
  border: 1px solid #ffd0b3 !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin: 0 0 12px 0 !important;
  gap: 14px;
}
.kz-dino-wrap .kz-step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ff8c42, #ff6b6b);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.kz-dino-wrap .kz-step-body p {
  margin: 0 !important;
}
.kz-dino-wrap .kz-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 4px 0 !important;
}

/* ---------- FAQ ---------- */
.kz-dino-wrap .kz-faq-item {
  background: #fff !important;
  border: 1px solid #ffd0b3 !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin: 0 0 12px 0 !important;
}
.kz-dino-wrap .kz-faq-q {
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 8px 0 !important;
  padding: 0 0 0 30px !important;
  position: relative;
  font-size: 15px;
}
.kz-dino-wrap .kz-faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #ff8c42;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}
.kz-dino-wrap .kz-faq-a {
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  position: relative;
  font-size: 15px;
}
.kz-dino-wrap .kz-faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #4a90e2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}

/* ---------- まとめボックス ---------- */
.kz-dino-wrap .kz-summary-box {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8db 100%) !important;
  border-radius: 12px !important;
  padding: 24px !important;
  margin: 24px 0 !important;
  border: 2px solid #ffd0b3 !important;
}
.kz-dino-wrap .kz-summary-box ul {
  margin: 0 !important;
  padding: 0 0 0 4px !important;
  list-style: none;
}
.kz-dino-wrap .kz-summary-box li {
  position: relative;
  padding: 6px 0 6px 28px !important;
  margin: 0 !important;
  font-size: 15px;
}
.kz-dino-wrap .kz-summary-box li::before {
  content: "⭐";
  position: absolute;
  left: 0;
  top: 6px;
}

/* ---------- CTAボタン ---------- */
.kz-dino-wrap .kz-cta-wrap {
  text-align: center;
  margin: 32px 0 !important;
}
.kz-dino-wrap .kz-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b6b 100%);
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.kz-dino-wrap .kz-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 107, 0.5);
}
.kz-dino-wrap .kz-cta-sub {
  font-size: 13px;
  color: #666;
  margin: 10px 0 0 0 !important;
}

/* ---------- モバイル対応 ---------- */
@media (max-width: 600px) {
  .kz-dino-wrap {
    padding: 16px 12px !important;
    font-size: 15px;
  }
  .kz-dino-wrap .hero-title {
    font-size: 20px;
  }
  .kz-dino-wrap .kz-dino-chapter-title {
    font-size: 18px !important;
    padding: 12px 14px !important;
  }
  .kz-dino-wrap .kz-dino-sub-head {
    font-size: 16px !important;
  }
  .kz-dino-wrap .kz-step-item {
    gap: 10px;
    padding: 12px 14px !important;
  }
  .kz-dino-wrap .kz-step-num {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .kz-dino-wrap .kz-result-item {
    flex: 1 1 calc(50% - 8px);
  }
  .kz-dino-wrap .kz-bonus-amount {
    font-size: 24px;
  }
}