@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ============================================================
   札幌SIMナビ 独自CSS
   追加場所：外観 → テーマファイルエディター → Cocoon Child → style.css
   ※既存内容の一番下に追記してください
   ============================================================ */

.ssn-container {
  --ssn-red: #BF0000;
  --ssn-red-dark: #A30000;
  --ssn-red-light: #D42020;
  --ssn-red-pale: #FFF0F0;
  --ssn-red-mid-pale: #F5D3D3;
  --ssn-red-ultra-pale: #FAEAEA;
  --ssn-red-border: #E5A8A8;
  --ssn-red-text-dark: #7A0000;
  --ssn-red-text-mid: #8B3A3A;
  --ssn-gold: #FFD700;
  --ssn-gold-text: #7A3B00;
  --ssn-text: #222;
  --ssn-text-sub: #555;
  --ssn-text-mute: #888;
  --ssn-bg-alt: #FAFAFA;
  --ssn-border: #eee;
  --ssn-dark: #222;
  --ssn-darker: #111;

  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  color: var(--ssn-text);
  line-height: 1.7;
  font-family: -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.ssn-container *,
.ssn-container *::before,
.ssn-container *::after {
  box-sizing: border-box;
}

/* ---- PRバー（ステマ規制対応・ファーストビュー表示） ---- */
.ssn-topbar {
  background: var(--ssn-red);
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.ssn-topbar-pr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.ssn-topbar-pr-badge {
  background: #fff;
  color: var(--ssn-red);
  font-weight: 600;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
.ssn-topbar-catch {
  letter-spacing: 0.5px;
}

/* ---- ヘッダー ---- */
.ssn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #fff;
  border-bottom: 1px solid var(--ssn-border);
  flex-wrap: wrap;
  gap: 12px;
}
.ssn-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ssn-logo-mark {
  width: 40px;
  height: 40px;
  background: var(--ssn-red);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.ssn-logo-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--ssn-text);
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.ssn-logo-sub {
  font-size: 11px;
  color: var(--ssn-text-mute);
  margin-top: 2px;
}
.ssn-nav {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: #444;
}
.ssn-nav a {
  color: #444;
  text-decoration: none;
}
.ssn-nav a:hover {
  color: var(--ssn-red);
}

/* ---- ヒーロー ---- */
.ssn-hero {
  background: var(--ssn-red);
  padding: 48px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ssn-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.ssn-hero-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.ssn-badge-gold {
  background: var(--ssn-gold);
  color: var(--ssn-gold-text);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 2px;
  font-weight: 600;
}
.ssn-badge-white {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 2px;
}
.ssn-hero h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.8px;
  color: #fff;
}
.ssn-hero h1 .ssn-accent {
  color: var(--ssn-gold);
}
.ssn-hero-desc {
  font-size: 14px;
  opacity: 0.95;
  margin-bottom: 24px;
  line-height: 1.8;
}
.ssn-hero-rating {
  display: flex;
  gap: 22px;
  margin-bottom: 26px;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  flex-wrap: wrap;
}
.ssn-rating-item {
  min-width: 80px;
}
.ssn-rating-label {
  font-size: 11px;
  opacity: 0.8;
}
.ssn-rating-value {
  font-size: 22px;
  font-weight: 600;
  margin-top: 2px;
}
.ssn-rating-stars {
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
.ssn-rating-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.ssn-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ssn-btn-gold {
  background: var(--ssn-gold);
  color: var(--ssn-gold-text);
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s ease;
}
.ssn-btn-gold:hover {
  transform: translateY(-2px);
  color: var(--ssn-gold-text);
}
.ssn-btn-outline-white {
  background: transparent;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px;
  border: 1.5px solid #fff;
  text-decoration: none;
  display: inline-block;
}
.ssn-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ssn-hero-trust {
  margin-top: 18px;
  font-size: 11px;
  opacity: 0.85;
}
.ssn-hero-deco-1 {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: var(--ssn-red-dark);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
}
.ssn-hero-deco-2 {
  position: absolute;
  bottom: -90px;
  right: 110px;
  width: 180px;
  height: 180px;
  background: var(--ssn-red-light);
  border-radius: 50%;
  opacity: 0.4;
  z-index: 1;
}
.ssn-hero-snow-1 {
  position: absolute;
  top: 28px;
  right: 50px;
  font-size: 70px;
  opacity: 0.15;
  z-index: 1;
  line-height: 1;
}
.ssn-hero-snow-2 {
  position: absolute;
  bottom: 48px;
  right: 260px;
  font-size: 40px;
  opacity: 0.15;
  z-index: 1;
  line-height: 1;
}

/* ---- セクション共通 ---- */
.ssn-section {
  padding: 44px 32px;
  background: #fff;
}
.ssn-section--alt {
  background: var(--ssn-bg-alt);
}
.ssn-section-head {
  text-align: center;
  margin-bottom: 28px;
}
.ssn-section-eyebrow {
  font-size: 12px;
  color: var(--ssn-red);
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.ssn-section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--ssn-text);
  margin: 0;
}
.ssn-section-sub {
  font-size: 12px;
  color: var(--ssn-text-mute);
  margin-top: 8px;
}

/* ---- カバレッジマップ ---- */
.ssn-coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ssn-cov-cell {
  padding: 14px;
  border-radius: 6px;
}
.ssn-cov-5 {
  background: var(--ssn-red);
  color: #fff;
}
.ssn-cov-5 .ssn-cov-name {
  font-size: 13px;
  font-weight: 600;
}
.ssn-cov-5 .ssn-cov-area {
  font-size: 11px;
  opacity: 0.85;
  margin: 3px 0;
}
.ssn-cov-5 .ssn-cov-stars {
  font-size: 13px;
  font-weight: 600;
  color: var(--ssn-gold);
}
.ssn-cov-4 {
  background: var(--ssn-red-mid-pale);
  border: 1px solid var(--ssn-red-border);
}
.ssn-cov-4 .ssn-cov-name {
  font-size: 13px;
  color: var(--ssn-red-text-dark);
  font-weight: 600;
}
.ssn-cov-4 .ssn-cov-area {
  font-size: 11px;
  color: var(--ssn-red-text-mid);
  margin: 3px 0;
}
.ssn-cov-4 .ssn-cov-stars {
  font-size: 13px;
  color: var(--ssn-red);
  font-weight: 600;
}
.ssn-cov-3 {
  background: var(--ssn-red-ultra-pale);
  border: 1px dashed #D9A5A5;
}
.ssn-cov-3 .ssn-cov-name {
  font-size: 13px;
  color: var(--ssn-red-text-mid);
  font-weight: 600;
}
.ssn-cov-3 .ssn-cov-area {
  font-size: 11px;
  color: #A56868;
  margin: 3px 0;
}
.ssn-cov-3 .ssn-cov-stars {
  font-size: 13px;
  color: #C46060;
  font-weight: 600;
}
.ssn-cov-legend {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
  font-size: 11px;
  color: #666;
  flex-wrap: wrap;
}
.ssn-cov-legend-sw {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 5px;
}
.ssn-cov-more {
  text-align: center;
  margin-top: 20px;
}
.ssn-btn-outline-red {
  background: transparent;
  color: var(--ssn-red);
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--ssn-red);
  text-decoration: none;
  display: inline-block;
}
.ssn-btn-outline-red:hover {
  background: var(--ssn-red);
  color: #fff;
}

/* ---- 料金プラン階段 ---- */
.ssn-price-intro {
  text-align: center;
  margin-bottom: 28px;
}
.ssn-price-chip {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: var(--ssn-red-pale);
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 12px;
  border: 1px solid #FFD1D1;
}
.ssn-price-chip-em {
  font-size: 11px;
  color: var(--ssn-red);
  font-weight: 600;
}
.ssn-price-chip-sep {
  font-size: 11px;
  color: #bbb;
}
.ssn-price-chip-txt {
  font-size: 11px;
  color: var(--ssn-text-sub);
}
.ssn-price-intro-lead {
  font-size: 13px;
  color: var(--ssn-text-sub);
  margin-top: 14px;
  line-height: 1.8;
}
.ssn-price-intro-em {
  color: var(--ssn-red);
  font-weight: 600;
}
.ssn-price-steps {
  max-width: 580px;
  margin: 0 auto;
}
.ssn-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  color: #fff;
}
.ssn-step-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ssn-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
.ssn-step-label {
  font-size: 11px;
  opacity: 0.9;
  margin-bottom: 3px;
}
.ssn-step-title {
  font-size: 15px;
  font-weight: 600;
}
.ssn-step-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
.ssn-step-price small {
  font-size: 13px;
  opacity: 0.9;
  font-weight: 400;
}
.ssn-step-tax {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 3px;
  text-align: right;
}
.ssn-step-3 {
  background: var(--ssn-red);
  border-radius: 8px 8px 0 0;
}
.ssn-step-2 {
  background: #D73838;
  margin-left: 36px;
}
.ssn-step-1 {
  background: #E87070;
  margin-left: 72px;
  border-radius: 0 0 8px 8px;
}
.ssn-price-note {
  text-align: center;
  margin-top: 22px;
  font-size: 12px;
  color: var(--ssn-red);
  font-weight: 600;
}
.ssn-price-features {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}
.ssn-price-feat {
  background: #F5F5F5;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 12px;
  color: var(--ssn-text-sub);
}

/* ---- 比較表 ---- */
.ssn-table-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--ssn-border);
  overflow-x: auto;
}
.ssn-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 600px;
}
.ssn-compare-table thead tr {
  background: var(--ssn-dark);
  color: #fff;
}
.ssn-compare-table th {
  padding: 12px 10px;
  font-weight: 500;
  text-align: center;
}
.ssn-compare-table th:first-child {
  text-align: left;
}
.ssn-compare-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid var(--ssn-border);
}
.ssn-compare-table td:first-child {
  text-align: left;
}
.ssn-compare-table tr:last-child td {
  border-bottom: none;
}
.ssn-row-recommended {
  background: var(--ssn-red-pale);
}
.ssn-badge-rec {
  background: var(--ssn-red);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 6px;
}
.ssn-carrier-recommended {
  font-weight: 600;
  color: var(--ssn-red);
}
.ssn-muted {
  color: #999;
}
.ssn-strong {
  font-weight: 600;
}
.ssn-em-red {
  color: var(--ssn-red);
  font-weight: 600;
}
.ssn-table-conclusion {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: var(--ssn-red);
  font-weight: 600;
}

/* ---- 口コミ ---- */
.ssn-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.ssn-review {
  background: var(--ssn-bg-alt);
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--ssn-border);
}
.ssn-review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ssn-avatar {
  width: 36px;
  height: 36px;
  background: var(--ssn-red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}
.ssn-review-who {
  font-size: 13px;
  font-weight: 600;
  color: var(--ssn-text);
}
.ssn-review-meta {
  font-size: 11px;
  color: var(--ssn-red);
}
.ssn-review-body {
  font-size: 13px;
  color: var(--ssn-text-sub);
  line-height: 1.8;
  margin: 0;
}

/* ---- プロフィール ---- */
.ssn-author {
  padding: 32px;
  background: var(--ssn-bg-alt);
  border-top: 1px solid var(--ssn-border);
  border-bottom: 1px solid var(--ssn-border);
}
.ssn-author-inner {
  display: flex;
  gap: 22px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
}
.ssn-author-avatar {
  width: 88px;
  height: 88px;
  background: var(--ssn-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  flex-shrink: 0;
}
.ssn-author-eyebrow {
  font-size: 11px;
  color: var(--ssn-red);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.ssn-author-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--ssn-text);
  margin-bottom: 8px;
}
.ssn-author-bio {
  font-size: 13px;
  color: var(--ssn-text-sub);
  line-height: 1.8;
  margin: 0;
}

/* ---- キャンペーン ---- */
.ssn-cpn {
  padding: 40px 32px;
  background: var(--ssn-red-pale);
  border-top: 3px solid var(--ssn-red);
}
.ssn-cpn-head {
  text-align: center;
  margin-bottom: 22px;
}
.ssn-cpn-tag {
  background: var(--ssn-red);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ssn-cpn-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--ssn-red);
  line-height: 1.3;
  margin: 0 0 6px;
}
.ssn-cpn-title small {
  font-size: 16px;
}
.ssn-cpn-disclaim {
  font-size: 11px;
  color: var(--ssn-text-mute);
}
.ssn-cpn-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}
.ssn-cpn-card {
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #FFD1D1;
}
.ssn-cpn-card-label {
  font-size: 11px;
  color: var(--ssn-red);
  font-weight: 600;
  margin-bottom: 6px;
}
.ssn-cpn-card-value {
  font-size: 24px;
  font-weight: 600;
  color: var(--ssn-text);
}
.ssn-cpn-card-value small {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.ssn-cpn-card-note {
  font-size: 11px;
  color: var(--ssn-text-mute);
  margin-top: 3px;
}
.ssn-cpn-card--total {
  background: var(--ssn-red);
  color: #fff;
  border: 1px solid var(--ssn-red);
}
.ssn-cpn-card--total .ssn-cpn-card-label {
  color: #fff;
  opacity: 0.95;
}
.ssn-cpn-card--total .ssn-cpn-card-value {
  color: #fff;
}
.ssn-cpn-card--total .ssn-cpn-card-value small {
  color: rgba(255, 255, 255, 0.9);
}
.ssn-cpn-card--total .ssn-cpn-card-note {
  color: rgba(255, 255, 255, 0.9);
}
.ssn-cpn-cta {
  text-align: center;
}
.ssn-btn-red-lg {
  background: var(--ssn-red);
  color: #fff;
  padding: 16px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.15s ease;
}
.ssn-btn-red-lg:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--ssn-red-dark);
}

/* ---- 最終CTA ---- */
.ssn-final {
  padding: 44px 32px;
  background: var(--ssn-dark);
  color: #fff;
  text-align: center;
}
.ssn-final-eyebrow {
  font-size: 12px;
  color: var(--ssn-gold);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.ssn-final-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}
.ssn-final-desc {
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 24px;
  line-height: 1.8;
}
.ssn-disclaimer {
  font-size: 11px;
  opacity: 0.5;
  margin-top: 14px;
}

/* ---- フッター ---- */
.ssn-footer {
  padding: 20px 32px;
  background: var(--ssn-darker);
  color: var(--ssn-text-mute);
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.ssn-footer-links {
  display: flex;
  gap: 16px;
}
.ssn-footer a {
  color: var(--ssn-text-mute);
  text-decoration: none;
}

/* =============================
   レスポンシブ対応（スマホ）
   ============================= */
@media (max-width: 768px) {
  .ssn-topbar {
    flex-direction: column;
    gap: 4px;
    padding: 8px 14px;
    text-align: center;
  }
  .ssn-topbar-catch {
    font-size: 11px;
  }
  .ssn-nav {
    display: none;
  }
  .ssn-hero {
    padding: 32px 20px;
  }
  .ssn-hero h1 {
    font-size: 26px;
  }
  .ssn-hero-rating {
    gap: 14px;
  }
  .ssn-rating-divider {
    display: none;
  }
  .ssn-section {
    padding: 32px 20px;
  }
  .ssn-section-title {
    font-size: 20px;
  }
  .ssn-coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ssn-reviews {
    grid-template-columns: 1fr;
  }
  .ssn-cpn {
    padding: 32px 20px;
  }
  .ssn-cpn-cards {
    grid-template-columns: 1fr;
  }
  .ssn-cpn-title {
    font-size: 22px;
  }
  .ssn-step {
    padding: 16px 18px;
  }
  .ssn-step-title {
    font-size: 13px;
  }
  .ssn-step-price {
    font-size: 22px;
  }
  .ssn-step-2 {
    margin-left: 18px;
  }
  .ssn-step-1 {
    margin-left: 36px;
  }
  .ssn-author-inner {
    flex-direction: column;
    text-align: center;
  }
  .ssn-final {
    padding: 36px 20px;
  }
  .ssn-final-title {
    font-size: 22px;
  }
  .ssn-footer {
    flex-direction: column;
    text-align: center;
  }
  .ssn-footer-links {
    justify-content: center;
  }
  .ssn-btn-gold,
  .ssn-btn-outline-white {
    width: 100%;
    text-align: center;
  }
}
/* ---- Cocoonのデフォルト見出し装飾を無効化（独自デザイン優先） ---- */
.ssn-container h1,
.ssn-container h2,
.ssn-container h3,
.ssn-container h4,
.ssn-container h5 {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  position: static !important;
  counter-increment: none !important;
}

/* Cocoonが付与する疑似要素（装飾線・番号など）を消す */
.ssn-container h1::before,
.ssn-container h1::after,
.ssn-container h2::before,
.ssn-container h2::after,
.ssn-container h3::before,
.ssn-container h3::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
}

/* モックアップの見出しのpadding/marginは独自指定に戻す */
.ssn-hero h1 {
  padding: 0 !important;
  margin: 0 0 14px !important;
  color: #fff !important;
}

.ssn-section-title {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--ssn-text) !important;
}

.ssn-cpn-title {
  padding: 0 !important;
  margin: 0 0 6px !important;
  color: var(--ssn-red) !important;
}

.ssn-final-title {
  padding: 0 !important;
  margin: 0 0 10px !important;
  color: #fff !important;
}
/* ============================================================
   セクション間のメリハリを強化
   ============================================================ */

/* 各セクションに上下の区切り効果 */
.ssn-container .ssn-section {
  padding: 56px 32px !important;
  border-bottom: 1px solid #f0f0f0;
}

/* 代替背景のセクション（比較表など）を目立たせる */
.ssn-container .ssn-section--alt {
  background: #F7F5F0 !important;
}

/* セクションタイトル下に赤いアクセント線 */
.ssn-container .ssn-section-title {
  position: relative !important;
  padding-bottom: 16px !important;
  margin-bottom: 0 !important;
}

.ssn-container .ssn-section-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 48px !important;
  height: 3px !important;
  background: var(--ssn-red) !important;
}

/* キャンペーンセクションのタイトル下線 */
.ssn-container .ssn-cpn-title {
  position: relative !important;
  padding-bottom: 14px !important;
}

.ssn-container .ssn-cpn-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 48px !important;
  height: 3px !important;
  background: var(--ssn-red) !important;
}

/* 最終CTAタイトル下の金色ライン */
.ssn-container .ssn-final-title {
  position: relative !important;
  padding-bottom: 14px !important;
}

.ssn-container .ssn-final-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 48px !important;
  height: 3px !important;
  background: var(--ssn-gold) !important;
}

/* 管理人プロフィールにグレー背景を復活 */
.ssn-container .ssn-author {
  background: #F7F5F0 !important;
  border-top: 1px solid #e8e4d8 !important;
  border-bottom: 1px solid #e8e4d8 !important;
}
