
@charset "UTF-8";
/*
Skin Name: 幸結（Sachi）
Description: 中国国際結婚相談所 幸結カスタムデザイン
Author: sachi
*/

/* ============================================================
   1. CSS変数（全ページ共通カラー・サイズの一括管理）
   ============================================================ */
:root {
  --banner-bg:         #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink:        #e91e63;
  --text-black:        #333333;
  --base-width:        1200px;
  --left-width:        40%; 
  --sub-pink:          #fff0f5;
  --border-color:      #ffcadb;
  --border-pink:       #ffdce6;
  --header-mint:       #f0fff4;
  --border-gray:       #999;
  --line-green:        #06c755;
}

/* ============================================================
   2. ベーススタイル＆リセット
   ============================================================ */
a { color: inherit; text-decoration: none; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
a:hover { text-decoration: none; opacity: 0.7; }
img { max-width: 100%; height: auto; vertical-align: middle; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { background: transparent; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: inherit; }
body { background-color: #ffffff; }
body #content { background-color: transparent; }


/* デフォルトの不要な要素を非表示にリセット */
header.header, .logo-header, .site-name-text, .sns-follow, .sns-share, .post-date, .post-update, .author-info, .entry-categories, .entry-tags, .footer, #header, .home-link, .breadcrumb, #sidebar, .ad-space, .copyright, #footer-menu-container, .toc {
  display: none !important;
}

/* SEO対策：H1タイトルをGoogleに正しく読ませる（Visually Hidden） */
.entry-title, 
.post-title, 
#main > h1:first-child {
  display: block !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


body, #container, .main, #content, .entry-content { background-color: #ffffff !important;  }

/* 背景色リセット（純白固定） */
body,
#container,
#main,
#content,
.main,
.entry-content,
#sachi-manner-page,
#sachi-consulting-page,
#sachi-network-page,
#sachi-visa-support-page,
#sachi-blog-page {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

#main { width: 100% !important; float: none !important; margin: 0 auto !important; padding: 0 !important; }
#content { margin-top: 0 !important; padding-top: 5px !important; }

/* 共通レイアウト枠 */
.l-main-container { width: 100%; overflow: hidden; max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.l-inner { max-width: 1200px; width: 100%; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; box-sizing: border-box; }
@media screen and (max-width: 767px) { .l-inner { padding-right: 15px; padding-left: 15px; } }
.l-section { margin-bottom: 80px; }
@media screen and (max-width: 767px) { .l-section { margin-bottom: 50px; } }
.l-site-wrapper { overflow-x: clip; }

/* ヘッダーベース */
.l-header { width: 100%; background-color: #fff; }
.l-header__inner { max-width: 1200px; margin: 0 auto; padding: 20px 15px; display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 1024px) { .l-header__inner { flex-direction: column; gap: 20px; } }
.l-navigation { width: 100%; background-color: var(--banner-main-color); }
.l-navigation__inner { max-width: 1200px; margin: 0 auto; }

/* ============================================================
   3. テキスト装飾ユーティリティ＆表示切り替え
   ============================================================ */
.u-text-pink { color: var(--banner-main-color); }
.u-highlight-pink, .highlight-pink { color: var(--banner-main-color) !important; font-weight: 900 !important; }
.u-text-darkpink { color: var(--title-pink); }
.u-font-bold { font-weight: bolder; }
strong { color: var(--banner-main-color); font-weight: 800; }

/* 改行制御・表示非表示 */
.pc-br { display: block; }
.sp-br { display: none; }
@media (min-width: 769px) { .u-sp { display: none !important; } }
@media (max-width: 768px) { 
  .u-pc, .pc-br { display: none !important; } 
  .sp-br { display: block; }
}
@media (max-width: 880px) { .u-hidden-880 { display: none !important; } }
@media (max-width: 876px) { .u-hidden-876 { display: none !important; } }
@media (max-width: 838px) { .u-hidden-838 { display: none !important; } }
@media (min-width: 1000px) { .u-hidden-1000 { display: none !important; } }

/* ============================================================
   4. 共通バナー（大バナー・小バナー・タイトルバナー）
   ============================================================ */


/* --- タイトルバナー（高さ106pxなど絶対数値を基準に統合） --- */
header.common-banner-fixed, div.common-banner-fixed, section .common-banner-fixed, .c-banner {
  display: flex !important;
  width: 100% !important;
  max-width: var(--base-width) !important;
  margin: 30px auto 40px auto !important;
  background-color: var(--banner-bg) !important;
  border: 1px solid var(--banner-main-color) !important;
  border-left: 12px solid var(--banner-main-color) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  min-height: 106px !important;
  height: 106px !important; 
  padding: 0 !important;
  align-items: center !important;
}

/* 不要な装飾・改行の消去 */
header.common-banner-fixed br, div.common-banner-fixed br, section .common-banner-fixed br, .c-banner br, .c-banner::before {
  display: none !important;
}

/* c-banner特有のラッパー調整（トップページ対応） */
.c-banner__inner {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  align-items: center !important;
}

/* 左側：タイトルエリア（絶対設定値：左35%、余白四方20px） */
.banner-part-left, .c-banner__header {
  flex: 0 0 35% !important; 
  padding: 20px !important; 
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

/* 予期せぬ要素を隠す */
.banner-part-left > *, .c-banner__header > * {
  display: none !important;
}

/* メインタイトル（絶対設定値：改行なし nowrap） */
.banner-part-left > h1, 
.banner-part-left > h2, 
.c-banner__title,
[class$="-container"] .banner-part-left > h1,
[class$="-container"] .banner-part-left > h2,
[class$="-container"] .c-banner__title {
  display: block !important;
  margin: 0 !important; 
  padding: 0 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: var(--text-black) !important;
  line-height: 1.1 !important;
  background: transparent !important;
  border: none !important;
  white-space: nowrap !important; 
}

/* スパン等のリセット */
.banner-part-left .main-title, .banner-part-left h1 span.main-title, .banner-part-left h2 span.main-title {
  display: block !important;
  background-color: transparent !important;
}

/* サブタイトル（ピンク） */
.banner-part-left .sub-copy, .banner-part-left h1 span.sub-copy, .banner-part-left h2 span.sub-copy,
.banner-part-left .sub-title, .banner-part-left h1 span.sub-title, .banner-part-left h2 span.sub-title, .c-banner__title span {
  display: block !important;
  color: var(--title-pink) !important;
  font-size: 22px !important;
  font-weight: bold !important;
  margin-top: 10px !important;
  background: transparent !important;
  line-height: 1.2 !important;
  border: none !important;
}

/* 右側：説明文エリア（絶対設定値：右65% flex:1） */
.banner-part-right, header.common-banner-fixed .banner-part-right, div.common-banner-fixed .banner-part-right, .c-banner__body {
  flex: 1 !important;
  padding: 20px 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  box-shadow: none !important;
  border-left: none !important; 
  box-sizing: border-box !important;
}

/* 右側のテキスト */
.banner-text-right, .banner-part-right p, .banner-part-right div, .c-banner__text {
  margin: 0 !important;
  line-height: 1.6 !important;
  font-size: 18px !important;
  color: var(--text-black) !important;
  background: transparent !important;
  width: 100% !important;
}

/* 中間サイズ（タブレット）調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.common-banner-fixed, .common-banner-fixed, .c-banner { 
    flex-direction: row !important; 
    height: 110px !important; 
    min-height: 110px !important; 
  }
  .banner-part-left h1, .banner-part-left h2, .c-banner__title { font-size: 24px !important; }
  .banner-part-left .sub-copy, .banner-part-left h1 .sub-copy, .banner-part-left h2 .sub-copy,
  .banner-part-left .sub-title, .banner-part-left h1 .sub-title, .banner-part-left h2 .sub-title, .c-banner__title span { font-size: 16px !important; }
  .banner-part-right, .c-banner__body { flex: 0 0 60% !important; }
  .banner-text-right, .c-banner__text { font-size: 15px !important; }
}



/* スマホ用レスポンシブ修正（上段ピンク・下段白） */
@media screen and (max-width: 767px) {
  header.common-banner-fixed, div.common-banner-fixed, section .common-banner-fixed, .c-banner {
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
  }
  .c-banner__inner {
    flex-direction: column !important;
    display: flex !important;
  }
  .banner-part-left, .c-banner__header {
    flex: auto !important;
    width: 100% !important;
    padding: 12px 15px !important; 
    text-align: center !important;
    border-bottom: 2px dashed #ffcadb !important;
    display: flex !important;
  }
  .banner-part-left > h1, 
  .banner-part-left > h2, 
  .c-banner__title,
  [class$="-container"] .banner-part-left > h1,
  [class$="-container"] .banner-part-left > h2,
  [class$="-container"] .c-banner__title {
    white-space: normal !important;
    font-size: 22px !important; 
    text-align: center !important;
    line-height: 1.2 !important; 
    margin: 0 !important; 
    padding: 0 !important;
    border: none !important;
  }
  /* ★ここが18pxに変わります！ */
  .banner-part-left .sub-copy, .banner-part-left h1 span.sub-copy, .banner-part-left h2 span.sub-copy,
  .banner-part-left .sub-title, .banner-part-left h1 span.sub-title, .banner-part-left h2 span.sub-title, .c-banner__title span {
    font-size: 18px !important;
    text-align: center !important;
    margin-top: 4px !important; 
    margin-bottom: 0 !important;
  }
  header.common-banner-fixed .banner-part-right, div.common-banner-fixed .banner-part-right, .banner-part-right, .c-banner__body {
    flex: auto !important;
    width: 100% !important;
    padding: 20px 15px !important;
    background-color: #ffffff !important; 
  }
  .banner-text-right, .banner-part-right p, .banner-part-right div, .c-banner__text {
    font-size: 15px !important;
    text-align: justify !important;
    line-height: 1.7 !important;
  }
}




/* --- メンバー一覧等で使う小バナー --- */
.c-banner-small {
  width: 100%;
  background-color: #fff;
  border: 2px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
}
.c-banner-small__inner { display: flex; align-items: center; }
.c-banner-small__label {
  flex: 0 0 160px;
  background-color: var(--banner-main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.c-banner-small__content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 15px;
}
.c-banner-small__title { font-size: 20px; font-weight: bold; color: #333333; margin: 0; }
.c-banner-small__note { font-size: 18px; font-weight: bold; color: var(--banner-main-color); }




@media screen and (max-width: 767px) {
  .c-banner-small__inner { flex-direction: column; align-items: stretch; }
  .c-banner-small__label { flex: none; width: 100%; font-size: 16px; padding: 8px; }
  .c-banner-small__content { flex-direction: column; padding: 12px; gap: 0; text-align: center; }
  
  .c-banner-small__title { 
    font-size: 19px !important; 
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .c-banner-small__note { 
    font-size: 18px !important; 
    line-height: 1.2 !important;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    display: block !important;
  }
}



.member-list-wrapper,
.p-member__grid {
    margin-top: 50px !important;
    padding-top: 0 !important;
}

.l-inner {
    margin-top: 0 !important; 
}





/* ============================================================
   5. 共通リード文 ＆ 見出し（H3・H4・H5）完全統合
   （※サポート6ページ分、および「成婚までの流れ(flow)」は専用CSSに分離したため削除済み）
   ============================================================ */

/* --- 共通リード文（導入文） --- */
.common-lead, .faq-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common-lead, .faq-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
    padding: 0 20px 30px 20px;
    line-height: 1.8;
    box-sizing: border-box;
  }
}

/* --- サイト全体 H3（メイン見出し / PC: 20px, SP: 16px） --- */
h2.faq-h2, h3.faq-h3, 

h3.company-h3, .company-h3 {
  position: relative !important;
  background: #ffeef3 !important;
  color: #333333 !important;
  font-size: 20px !important; 
  font-weight: bold !important;
  padding: 15px 20px !important;
  margin: 0 0 40px 0 !important;
  border: 1px solid #ff4b8d !important;
  border-left: 8px solid #ff4b8d !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  text-align: left !important;
}

/* H3の不要な装飾（線など）の完全消去 */
h2.faq-h2::before, h2.faq-h2::after, 
h3.faq-h3::before, h3.faq-h3::after, 
h3.company-h3::before, h3.company-h3::after, 
.company-h3::before, .company-h3::after {
  display: none !important;
  content: none !important;
}


/* スマホ表示（H3・H4・H5）一括最適化 */
@media screen and (max-width: 768px) {
  h2.faq-h2, h3.faq-h3, 
   
  h3.company-h3, .company-h3 {
    font-size: 16px !important;
    padding: 12px 15px !important;
    margin-bottom: 25px !important;
    border-left-width: 6px !important;
    line-height: 1.4 !important;
  }
 }



/* ============================================================
   6. 共通ボタン・タグ・バッジ
   ============================================================ */
.c-tag {
  display: inline-block;
  padding: 9px 2px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.c-tag--green { background-color: #00a884; }
.c-tag--blue { background-color: #4a90e2; }
.c-tag--orange { background-color: #ff6b00; }
.c-tag--pink { background-color: var(--banner-main-color); }
.c-tag--gold { background-color: #ffb900; }

.c-new-tag {
  display: inline-block;
  background-color: var(--banner-main-color);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}

.c-btn-pink {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: var(--banner-main-color);
  padding-block: 10px;
  box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  border: 2px solid var(--banner-main-color);
  color: #ffffff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-pink:hover {
    cursor: pointer;
    background: #ffffff;
    color: var(--banner-main-color);
    transform: translateY(-2px);
  }
}

.c-btn-white {
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #ffffff;
  padding-block: 10px;
  padding-inline: 30px;
  border: 2px solid var(--banner-main-color);
  color: var(--banner-main-color);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.c-btn-white:hover {
  background-color: var(--banner-main-color);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  text-decoration: none;
  transform: translateY(-2px);
}

.c-btn-gradation-pink {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--banner-main-color);
  border-radius: 50px;
  color: var(--banner-main-color) !important;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%) !important;
  box-shadow: 0 4px 6px rgba(255, 75, 141, 0.1);
  transition: all 0.3s;
  text-decoration: none !important;
}
.c-btn-gradation-pink:hover {
  background: var(--banner-main-color) !important;
  color: #fff !important;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(255, 75, 141, 0.3);
}

.c-btn-drawer {
  display: block;
  width: 100%;
  border-radius: 28px;
  background: var(--banner-main-color);
  padding-block: 11px;
  box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  border: 2px solid var(--banner-main-color);
  color: #ffffff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-drawer:hover {
    cursor: pointer;
    background: #ffffff;
    color: var(--banner-main-color);
    transform: translateY(-2px);
  }
}

.c-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 3px solid var(--banner-main-color);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  translate: 0 20px;
  transition: all 0.3s ease;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.c-to-top__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-to-top__icon::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 35%;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--banner-main-color);
  border-right: 3px solid var(--banner-main-color);
  rotate: -45deg;
}




/* ============================================================
   7. ヘッダー・ナビゲーション・ドロワーメニュー
   ============================================================ */
.p-message-box {
  flex: 1;
  text-align: center;
  padding: 0 30px;
}
/* 1. 上の文（幸結（さち）は〜）：17pxにアップ */

/* こう変える */
.p-message-box__sub {
  font-size: clamp(13px, 3.5vw, 15px); 
  font-weight: bold;
  color: #444;
  margin: 0;
  line-height: 1.6;
}


/* 2. メインタイトル */

.p-message-box__title {

font-size: clamp(17px, 5vw, 23px);

 font-weight: bold;
  color: var(--title-pink);
  margin: 1px 0;
  line-height: 1.2;
  display: block;
}



/* 3. 下の文（運命の〜）：新しく追加して16pxに設定 */
.p-message-box__text {
  font-size: 15px;
  color: #444;
  margin-top: 5px;
  line-height: 1.5;
  font-weight: bold;
}




/* ★スマホ用の微調整：行間と余白を極限まで詰める */


@media screen and (max-width: 768px) {
  /* 🌟大元（外側）の壁を削る（元は左右20pxもありました） */
  .p-header {
    padding-inline: 5px !important; /* 左右の余白を限界の5pxまで削る */
  }

  /* 🌟テキストを囲む箱の内側の余白も完全にゼロにする */
  .p-message-box {
    padding: 0 !important; 
    width: 100% !important; /* 横幅をフルに使えるようにする */
  }
  
  /* --- 以下の文字間隔は、壁がなくなったことでしっかり効くようになります --- */
  
  /* 幸結（さち）は〜 */

  .p-message-box__sub {

   font-size: clamp(13px, 3.5vw, 15px) !important;
   
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.08em !important; /* 数値を 0.1em などに上げるとさらに広がります */
  }

  /* 安心と納得の〜（赤い文字） */
  .p-message-box__title {

    font-size: clamp(17px, 5vw, 22px) !important;

    letter-spacing: 0.08em !important; 
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important; 
  }

  /* 運命の〜 */
  .p-message-box__text {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; 
    font-weight: bold !important;
    display: block !important;
    letter-spacing: 0.08em !important; 
  }

  /* 電話番号ボタン */
  .p-header__contact {
    display: inline-block !important; 
    width: auto !important;           
    min-width: 240px !important;      
    padding: 6px 30px !important;     
    margin-inline: auto !important;   
    margin-top: -15px !important;     
    border: 1.5px solid var(--banner-main-color) !important;
  }
  .p-header__contact-label {
    font-size: 12px !important;
    margin-bottom: 0px !important; 
    font-weight: bold !important;
  }
  .p-header__contact-tel {
    font-size: 18px !important;
    letter-spacing: 0.05em !important;
  }
}



.p-header__contact {
  flex: 0 0 260px;
  border: 2px solid var(--banner-main-color);
  border-radius: 50px;
  padding: 12px 10px;
  text-align: center;
  color: #d32f2f;
  background-color: #fff9fb;
}
@media (max-width: 1024px) {
  .p-header__contact {
    flex: auto;
    padding-inline: 30px;
  }
}

.p-header__contact-label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
  color: var(--banner-main-color);
}

.p-header__contact-tel {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  font-size: 22px;
}

.p-header__contact-tel-link {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .p-header__contact-tel-link {
    pointer-events: auto;
  }
}

/* ナビゲーションメニュー */
.p-global-nav {
  width: 100%;
  height: 57px;
  z-index: 998;
}
@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}

.p-global-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-global-nav__item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.p-global-nav__item:last-child {
  border-right: none;
}
.p-global-nav__item a {
  white-space: nowrap;
}
.p-global-nav__link {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.p-global-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  opacity: 1;
}

.p-global-nav--fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  translate: 0 -1000%;
  transition: translate 0.5s ease;
}
.p-global-nav--fixed.js-scroll {
  translate: 0;
}
@media (max-width: 768px) {
  .p-global-nav--fixed {
    display: none;
  }
}

.p-nav-subitem-wrapper {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 100%;
  box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
}

.p-nav-subitem {
  width: 100%;
  background: var(--banner-main-color);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  list-style: none;
}
.p-nav-subitem li {
  width: inherit;
  padding: 10px;
  border-block-end: 2px solid #ffffff;
}
.p-nav-subitem li:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  opacity: 1;
}
.p-nav-subitem li:first-child {
  border-block-start: 2px solid #ffffff;
}
.p-nav-subitem li:last-child {
  border-block-end: none;
}
.p-nav-subitem li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}

/* ヘッダーロゴ周辺 */
.p-header {
  border-bottom: 4px solid var(--banner-main-color);
  margin-block-end: 20px;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 40px;
}
@media (max-width: 768px) {
  .p-header {
    padding-inline: 20px;
  }
}
.p-header__logo {
  flex: 0 0 160px;
}
@media (max-width: 1024px) {
  .p-header__logo {
    flex: auto;
  }
}
.p-header__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* スマホ用ドロワーメニュー */
.p-drawer__icon {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 19px;
}
@media (min-width: 769px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: var(--banner-main-color);
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -8.5px;
}

.p-drawer {
  position: fixed;
  z-index: 999;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  margin-inline: auto;
}
.p-drawer__list li a {
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  color: var(--banner-main-color);
}

.p-drawer__btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-drawer__btn-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.p-drawer__btn {
  max-width: 300px;
  margin-inline: auto;
  font-size: 18px;
}

.p-drawer__item.--arrow {
  width: 100%;
  text-align: center;
}
.p-drawer__item.--arrow > .p-drawer__link {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.p-drawer__item.--arrow > .p-drawer__link::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: transform 0.3s ease;
}
.p-drawer__item.--arrow > .p-drawer__link.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-drawer-subitem-wrapper {
  display: none;
  width: 100%;
  margin-top: 15px;
  background-color: rgba(255, 75, 141, 0.05);
  padding-block: 10px;
}

.p-drawer-subitem {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-drawer-subitem li {
  width: 100%;
}
.p-drawer-subitem li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--banner-main-color);
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-drawer-subitem li a:hover {
  opacity: 0.7;
}




/* ============================================================
   8. トップページ：ヒーローエリア（メインビジュアル）
   ============================================================ */
.p-hero-inner {
  padding-inline: 40px;
  padding-block: 50px;
  position: relative;
  width: 100%;
  min-height: 300px;
  background: url(/wp-content/uploads/2026/03/sachitop.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.p-hero-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.p-hero__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-hero__content {
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
  }
}

.p-hero__box {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  position: relative;
  z-index: 2;
}
.p-hero__box.--left {
  align-items: start;
}
@media (max-width: 1000px) {
  .p-hero__box.--left {
    align-items: center;
  }
}
.p-hero__box.--right {
  align-items: center;
}

.p-hero__catch {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  color: #ff1493;
  text-shadow: 3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hero__catch {
    font-size: 32px;
    text-shadow: 2px 2px 0 #ffffff;
  }
}

.p-hero__desc {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-hero__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}




/* ============================================================
   9. トップページ：私たちの誓い
   ============================================================ */
.p-integrity-top {
  text-align: center;
}

.p-integrity-heading svg {
  width: 30px;
  height: 30px;
  fill: var(--banner-main-color);
}

.p-integrity__text {
  margin-inline: auto;
  font-size: 32px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 820px) {
  .p-integrity__text {
    flex-direction: column;
  }
}
.p-integrity__text::before, .p-integrity__text::after {
  content: "";
  flex: 1;
  height: 4px;
}
.p-integrity__text::before {
  background: linear-gradient(to right, rgba(255, 75, 141, 0), var(--banner-main-color));
}
.p-integrity__text::after {
  background: linear-gradient(to left, rgba(255, 75, 141, 0), var(--banner-main-color));
}
@media (max-width: 820px) {
  .p-integrity__text svg {
    display: none;
  }
}

.p-integrity__vows {
  font-size: 19px;
}

.p-integrity__vows-lead {
  padding-block: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 1.8;
  border-block-end: 2px dashed #ffcadb;
}
@media (max-width: 880px) {
  .p-integrity__vows-lead {
    text-align: left;
  }
}

.p-integrity__vows-text {
  padding-block: 25px;
  color: #444;
  line-height: 2.2;
}
@media (max-width: 880px) {
  .p-integrity__vows-text {
    text-align: left;
  }
}

/* ★スマホ用「5つの誠実」改行・余白・文字サイズの最適化 */
@media screen and (max-width: 768px) {
  .p-integrity-top {
    margin-top: -40px; 
  }
  .p-integrity__text {
    font-size: 22px;
    word-break: keep-all;
    line-height: 1.4;
    padding: 10px;
    margin-bottom: 0;
    gap: 0; 
  }
  .p-integrity__text * {
    word-break: keep-all;
    margin: 0;
  }
  /* ★リード文と本文のサイズ調整を統合しました */
  .p-integrity__vows-lead {
    padding-top: 10px; 
    font-size: 16px;
    line-height: 1.6;
  }
  .p-integrity__vows-text {
    font-size: 15px;
    line-height: 1.8;
    padding-block: 15px;
  }
}


/* ============================================================
   10. トップページ：私たちの誓い（カード部分）
   ============================================================ */
.p-integrity__cards-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--banner-main-color);
  letter-spacing: 0.2em;
  text-align: center;
  padding-block: 60px;
}

/* ★スマホ用：タイトルのサイズ・余白調整 */
@media screen and (max-width: 768px) {
  .p-integrity__cards-title {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 25px;
  }
}

.p-integrity__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.p-integrity__card {
  flex: 1 1 300px;
  max-width: 380px;
  min-height: 243px;
  box-sizing: border-box;
  padding-inline: 10px;
  padding-block: 50px 25px;
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 660px) {
  .p-integrity__card {
    max-width: 100%;
    min-height: 170px;
  }
}

.p-integrity__card-label-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
}

.p-integrity__card-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block-start: 12px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.p-integrity__card-label span {
  display: block;
  font-size: 16px;
}
.p-integrity__card-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(images/icon-heart.svg) no-repeat center center/contain;
  z-index: -1;
}

.p-integrity__card-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.p-integrity__card-title {
  font-size: 19px;
  color: var(--banner-main-color);
  font-weight: 900;
}

.p-integrity__card-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}



/* スマホ用：「5つの誠実」カード説明文 */
@media screen and (max-width: 768px) {
  .p-integrity__card-text {
    font-size: 15px !important;    
    line-height: 1.6 !important;   
  }
}






/* ============================================================
   11. トップページ：選ばれる理由
   ============================================================ */
.p-reason__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}


/* 11. トップページ：選ばれる理由  */
@media screen and (max-width: 768px) {
  .p-reason__items {
    grid-template-columns: 1fr;
    gap: 20px; 
  }

  /* 1. カード全体の余白を削る */
  .p-reason__item {
    padding: 15px 12px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; 
    min-height: auto !important;
  }

  /* 2. タイトルの上余白と完全中央揃え */
  .p-reason__item-title {
    font-size: 18px !important; 
    letter-spacing: -0.05em !important; 
    white-space: nowrap !important; 
    overflow: hidden !important; 
    text-overflow: ellipsis !important; 
    display: block !important;
    width: 100% !important;
    text-align: center !important; 
    
    padding-left: 0 !important;   
    padding-top: 0 !important;    
    margin-top: 0 !important;     
    margin-bottom: 8px !important;
    border-left: none !important; 
  }

  /* 3. 説明文（本文） */
  .p-reason__item-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
    text-align: justify !important;
  }
}



.p-reason__item {
  padding: 25px;
  border: 2px solid var(--banner-main-color);
  border-radius: 15px;
  box-shadow: 0 8px 10px rgba(255, 75, 141, 0.12);
  background: #ffffff;
  min-height: 268px;
}

.p-reason__item-title {
  color: var(--title-pink);
  font-size: 20px;
  font-weight: 900;
  padding-block-end: 10px;
  border-block-end: 2px solid #ffcadb;
  width: fit-content;
  margin-inline: auto;
  padding-block-start: 15px;
}

.p-reason__item-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  margin-block-start: 15px;
}






/* ============================================================
   12. 女性会員：トップページ ＆ 一覧ページ
   ============================================================ */
/* --- 見出し・上部テキスト --- */
.p-member__button-wrapper { display: flex; flex-direction: column; row-gap: 30px; align-items: center; }
.p-member__button-text { font-size: clamp(16px, 5vw, 24px); font-weight: 900; }
@media (max-width: 540px) { .p-member__button-text { font-size: 21px; } }
@media (max-width: 480px) { .p-member__button-text { font-size: 16px; } }
@media (max-width: 380px) { .p-member__button-text { font-size: 14px; } }
.p-member__button { max-width: 360px; }

/* --- グリッド基本レイアウト --- */
.p-member__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 20px !important; margin-block: 60px; }
@media (max-width: 550px) { .p-member__grid { grid-template-columns: 1fr; } }

/* 一覧ページ専用グリッド */
@media screen and (min-width: 768px) {
  .member-list-wrapper { max-width: 1140px !important; margin: 0 auto !important; }
  .member-list-wrapper .p-member__grid { grid-template-columns: repeat(4, 1fr) !important; grid-auto-rows: auto !important; gap: 20px !important; }
}
@media screen and (max-width: 767px) {
  .member-list-wrapper .p-member__grid { grid-template-columns: 1fr !important; gap: 15px !important; }
}

/* --- カード共通スタイル --- */
.p-member__card { background-color: #ffffff; border: 3px solid #ffcadb; border-radius: 12px; padding: 15px; display: flex !important; flex-direction: column !important; gap: 15px; height: 100% !important; transition: transform 0.3s ease; }
.p-member__card:hover { transform: translateY(-5px); border-color: var(--banner-main-color); }
.p-member__card:hover .p-member__card-image img { transform: scale(1.1); }

.p-member__card-id { border: 2px solid #ffcadb; background-color: #fffafc; padding: 10px; text-align: center; border-radius: 8px; }
.p-member__card-id-text { font-size: 20px; font-weight: 700; color: #333; letter-spacing: 1px; font-family: "Helvetica Neue", Arial, sans-serif; }

.p-member__card-image { width: 100%; aspect-ratio: 3/4; overflow: hidden; border-radius: 10px; margin-bottom: 0; }
.p-member__card-image.is-no-image { background-color: #fdf2f5; display: flex; align-items: center; justify-content: center; }
.p-member__card-image.is-no-image::after { content: "NO PHOTO"; color: #444; font-size: 14px; font-weight: bold; opacity: 0.5; }
.p-member__card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.p-member__card-body { text-align: center; }
.p-member__card-tags, .badge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.p-member__card-info { font-size: 20px; font-weight: bold; color: var(--title-pink); margin-bottom: 15px; }
.p-member__card-divider { margin: 0 5px; }
.p-member__card-action { max-width: 285px; margin-inline: auto; margin-top: auto !important; }

/* --- 一覧ページ専用：PCスタイル --- */
@media screen and (min-width: 768px) {
  .member-list-wrapper .p-member__card-tags { gap: 4px !important; margin-bottom: -6px !important; margin-top: -5px !important; z-index: 1; position: relative; }
  .member-list-wrapper .p-member__card-tags span { padding: 6px 2px !important; font-size: 13px !important; letter-spacing: 0.3em !important; white-space: nowrap !important; overflow: hidden !important; line-height: 1 !important; height: auto !important; min-height: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; width: 100% !important; box-sizing: border-box !important; }
  .member-list-wrapper .p-member__card-id { padding-block: 4px !important; margin-top: -5px !important; margin-bottom: -10px !important; line-height: 1 !important; }
  .member-list-wrapper .p-member__card-id-text { font-size: 16px !important; display: inline-block; }
  .member-list-wrapper .p-member__card-body { padding-top: 0px !important; margin-top: 0px !important; }
  .member-list-wrapper .p-member__card-info { font-size: 16px !important; margin-top: -10px !important; margin-bottom: 8px !important; line-height: 1.1 !important; }
  .member-list-wrapper .p-member__card-action .c-btn-gradation-pink { padding: 3px 10px !important; font-size: 17px !important; height: 33px !important; min-height: 0 !important; display: flex !important; align-items: center; justify-content: center; line-height: 1 !important; }
}

/* --- 一覧ページ専用：スマホ横長スタイル --- */
@media screen and (max-width: 767px) {
  .member-list-wrapper .p-member__card { display: grid !important; grid-template-columns: 120px 1fr !important; grid-template-rows: auto auto auto auto !important; gap: 4px 15px !important; padding: 8px 12px !important; align-items: center !important; height: auto !important; }
  .member-list-wrapper .p-member__card-image { grid-column: 1 / 2 !important; grid-row: 1 / 5 !important; width: 100% !important; height: auto !important; aspect-ratio: 3 / 4 !important; margin: 0 !important; border-radius: 8px !important; }
  .member-list-wrapper .p-member__card-body { display: contents !important; }
  .member-list-wrapper .p-member__card-tags { grid-column: 2 / 3 !important; grid-row: 1 / 2 !important; display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 5px !important; margin: 0 !important; width: 100% !important; }
  .member-list-wrapper .p-member__card-tags > * { text-align: center !important; width: 100% !important; box-sizing: border-box !important; padding: 6px 0 !important; line-height: 1.2 !important; }
 
.member-list-wrapper .p-member__card-id, .member-list-wrapper .p-member__card-id * { 
    font-size: 16px !important;     font-weight: bold !important; 
    margin: 0 !important; 
    padding: 3px 3px !important;     line-height: 1.5 !important; 
    width: 100% !important; 
    text-align: center !important; 
    box-sizing: border-box !important; 
    white-space: nowrap !important;     letter-spacing: -0.01em !important;   }

  .member-list-wrapper .p-member__card-info { grid-column: 2 / 3 !important; grid-row: 3 / 4 !important; margin: 0 !important; font-size: 16px !important; font-weight: bold !important; text-align: center !important; }
  .member-list-wrapper .p-member__card-action { grid-column: 2 / 3 !important; grid-row: 4 / 5 !important; margin: 0 !important; width: 100% !important; text-align: center !important; }
  .member-list-wrapper .p-member__card-action a { display: block !important; width: 100% !important; font-size: 18px !important; letter-spacing: 0.15em !important; box-sizing: border-box !important; padding: 2px 10px !important; line-height: 1.4 !important; }
}


/* ============================================================
   13. 女性会員：プロフィール詳細ページ（single-member）
   ============================================================ */
/* --- PCレイアウト基本 --- */
.sachi-full-wrapper { max-width: 1140px !important; width: 95% !important; margin: 40px auto 0 auto !important; }
.sachi-grid-layout { display: flex; gap: 30px; align-items: flex-start; margin: 0 !important; }
.sachi-left-column { flex: 0 0 35%; display: flex; flex-direction: column; }
.sachi-right-column { flex: 1; display: flex; }

/* --- 会員番号ボックス --- */
.sachi-id-box { display: flex; align-items: center; border: 2px solid #ff4b8d; border-radius: 4px; overflow: hidden; margin-bottom: 15px; background: #fff; }
.sachi-id-label-tag { background: #ff4b8d; color: #fff !important; padding: 10px 15px; font-weight: bold; font-size: 17px; }
.sachi-id-number-tag { flex: 1; color: #ff4b8d !important; font-weight: bold; font-size: 24px; text-align: center; }

/* --- 写真・サムネイル --- */
#main-photo-view { width: 100%; aspect-ratio: 3/4; overflow: hidden; border: 1px solid #000; }
#main-photo-view img { width: 100%; height: 100%; object-fit: cover; }
.sachi-thumb-list { display: flex; gap: 5px; margin-top: 10px; }
.sachi-thumb-wrap { flex: 1; border: 1px solid #000; aspect-ratio: 3/4; cursor: pointer; overflow: hidden; }
.sachi-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* --- 詳細テーブル --- */
.sachi-main-table { border-collapse: collapse !important; width: 100% !important; border: 1px solid #000 !important; table-layout: fixed; }
.sachi-main-table th, .sachi-main-table td { border: 1px solid #000 !important; padding: 8px 12px !important; font-size: 18px !important; color: #000 !important; }
.sachi-td-label { background: #fce4ec !important; font-weight: bold !important; text-align: center !important; width: 120px; }
.sachi-td-data { text-align: left !important; background: #ffffff !important; }
.sachi-header-pink { background: #fce4ec !important; text-align: center; font-weight: bold; font-size: 19px; }
.sachi-msg-area { width: 100% !important; box-sizing: border-box; vertical-align: top !important; line-height: 1.6; padding: 15px !important; font-size: 18px !important; background-color: #ffffff !important; border: 0.5px solid #000 !important; }

@media screen and (min-width: 769px) {
  .sachi-main-table td.sachi-td-label, .sachi-main-table td.sachi-td-data { padding-top: 9px !important; padding-bottom: 9px !important; }
}

/* --- お問い合わせボタン（スマート化） --- */
.sachi-contact-area { margin: 25px auto 40px auto !important; text-align: center !important; width: 100% !important; }
.sachi-btn { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; padding: 15px 30px !important; background-color: #ffffff !important; color: #ff4b8d !important; border: 2px solid #ff4b8d !important; border-radius: 50px !important; text-decoration: none !important; font-weight: bold !important; transition: all 0.3s ease !important; margin: 0 auto !important; max-width: 500px !important; font-size: 22px !important; line-height: 1.2 !important; }
.sachi-btn-sub { display: block !important; font-size: 16px !important; font-weight: normal !important; margin-top: 4px !important; color: #ff4b8d !important; }
.sachi-btn:hover { background-color: #ff4b8d !important; color: #ffffff !important; }
.sachi-btn:hover .sachi-btn-sub { color: #ffffff !important; }

/* --- スマホ専用スタイル（詳細ページ） --- */
@media screen and (max-width: 768px) {
  /* スマホ版ヘッダーの重なり回避 */
  .sachi-full-wrapper { display: block !important; position: relative !important; clear: both !important; padding-top: 50px !important; margin-top: 0 !important; }
  .sachi-grid-layout { display: block !important; width: 100% !important; margin-top: -40px !important; }
  .sachi-left-column, .sachi-right-column { width: 100% !important; max-width: 100% !important; flex: none !important; display: block !important; margin-bottom: 20px !important; }

  /* テーブルのスマホ最適化 */
  .sachi-main-table colgroup, .sachi-main-table col { display: none !important; }
  .sachi-main-table, .sachi-main-table tbody { display: block !important; width: 100% !important; box-sizing: border-box !important; }
  .sachi-main-table tr { display: flex !important; flex-wrap: wrap !important; width: 100% !important; border: none !important; }
  .sachi-main-table th { display: block !important; width: 100% !important; box-sizing: border-box !important; }
  .sachi-main-table th.sachi-header-pink { background-color: #fce4ec !important; border: none !important; border-bottom: 1px solid #ffcadb !important; padding: 12px !important; }
  .sachi-main-table .sachi-td-label { display: flex !important; align-items: center !important; width: 35% !important; background-color: #fdf2f5 !important; color: #333333 !important; border: none !important; border-bottom: 1px solid #ffcadb !important; text-align: left !important; padding: 12px 10px !important; font-size: 16px !important; box-sizing: border-box !important; }
  .sachi-main-table .sachi-td-data { display: flex !important; align-items: center !important; width: 65% !important; background-color: #ffffff !important; border: none !important; border-bottom: 1px solid #ffcadb !important; text-align: left !important; padding: 12px 10px !important; font-size: 16px !important; font-weight: bold !important; color: #333333 !important; box-sizing: border-box !important; }
  .sachi-main-table tr:last-child td { border-bottom: none !important; }
  .sachi-main-table { border: 2px solid #ffcadb !important; border-radius: 8px !important; overflow: hidden !important; margin-bottom: 25px !important; }
  .sachi-main-table .sachi-msg-area { width: 100% !important; padding: 20px 15px !important; border: none !important; font-size: 16px !important; }

  /* お問い合わせボタンのスマホ最適化 */
  .sachi-contact-area { padding: 0 15px !important; }
  .sachi-btn { width: 100% !important; max-width: 320px !important; padding: 12px 15px !important; font-size: 16px !important; }
}




/* ============================================================
   13. トップページ：ご成婚までのステップ
   ============================================================ */
.p-step__cards {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
.p-step__card {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-step__card-body {
  background-color: #fff5f8;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #ffcadb;
}



@media screen and (max-width: 767px) {
  /* ステップ同士（バナーから次のバナーまで）の間隔を縮める */
  .p-step__cards { 
    row-gap: 35px !important;  /* ★元の70pxから35pxに半減！ */
  }
  
  .p-step__card { 
    row-gap: 20px !important; 
  }
  .p-step__card-body { 
    padding: 20px; 
  }
}



.p-step__card-lead {
  font-size: 19px; line-height: 1.6; color: #444; margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-step__card-lead { font-size: 16px; margin-bottom: 20px; }
}
.p-step__card-list { display: flex; flex-direction: column; gap: 15px; }
.p-step__card-item {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  line-height: 1.6;
  color: #333333;
}
.p-step__card-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  background: url(images/icon-heart.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-step__card-item { font-size: 16px; padding-left: 25px; }
  .p-step__card-item::before { width: 15px; height: 15px; }
}
.p-step__button {
  max-width: 426px;
  margin-inline: auto;
  margin-block-start: 60px;
}

/* ============================================================
   14. トップページ：成婚エピソード
   ============================================================ */
.p-story__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-block-end: 40px;
}
@media screen and (max-width: 767px) {
  .p-story__cards { grid-template-columns: 1fr; }
}
.p-story__card {
  background-color: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.p-story__card-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.p-story__card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.p-story__card-image:hover img { transform: scale(1.1); }
.p-story__card-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 13px;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.p-story__card-body { padding: 20px; }
.p-story__card-title { font-size: 18px; font-weight: bold; line-height: 1.4; color: #333; }
.p-story__card-meta { color: var(--banner-main-color); 
font-weight: bold; 
font-size: 16px; 
margin: 15px 0; }
.p-story__card-text { font-size: 16px; color: #666; line-height: 1.7; }
.p-story__button { max-width: 360px; margin-inline: auto; }










/* ============================================================
   15. スタッフ紹介・サポートの特徴
   ============================================================ */

/* --- 15-1. 代表プロフィール (共通 & PC) --- */
.p-support__profile {
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  box-sizing: border-box;
}

.p-support__profile-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.p-support__profile-image {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  flex: 0 0 130px;
  width: 130px;
  height: 173px;
  overflow: hidden;
}

.p-support__profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-support__profile-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}

.p-support__profile-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}

/* --- 15-2. 6つのサポートポイント (共通) --- */
.p-support__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}

.p-support__point {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.p-support__point-header {
  position: relative;
  padding: 13px 15px;
  background-color: #ffdce6;
  text-align: center;
}

.p-support__point-header::before,
.p-support__point-header::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: var(--banner-main-color);
}
.p-support__point-header::before { left: 0; }
.p-support__point-header::after { right: 0; }

.p-support__point-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}

.p-support__point-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px;
  text-align: left;
  align-items: center !important;
}

.p-support__point-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}

/* --- 15-3. リンクボタン (基本) --- */
.p-support__point-btn {
  display: inline-block !important;
  background-color: #fff !important;
  color: var(--banner-main-color) !important;
  border: 1.5px solid var(--banner-main-color) !important;
  border-radius: 50px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  margin: 0 auto;
}

/* ============================================================
   レスポンシブ：デバイスごとの出し分け
   ============================================================ */

/* --- PC用 (1025px以上) --- */
@media screen and (min-width: 1025px) {
  .p-support__grid .p-support__point { width: calc((100% - 60px) / 3); }
  .p-support__point { min-height: 288px; }
  .p-support__point-btn {
    padding: 10px 30px !important;
    font-size: 16px !important;
    max-width: 180px !important;
  }
}

/* --- タブレット用 (768px〜1024px) --- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-support__grid .p-support__point { width: calc((100% - 30px) / 2); }
  .p-support__point-btn {
    padding: 10px 25px !important;
    font-size: 15px !important;
    max-width: 160px !important;
  }
}

/* --- スマホ用 (767px以下) ★すべてここに集約しました★ --- */
@media screen and (max-width: 767px) {
  /* プロフィール */
  .p-support__profile { display: block; padding: 20px 15px; }
  .p-support__profile::after { content: ""; display: block; clear: both; }
  .p-support__profile-header { display: block; }
  .p-support__profile-image { float: left; width: 105px; height: auto; margin: 0 15px 5px 0; }
  .p-support__profile-title { font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
  .p-support__profile-text { 
    font-size: 14px !important; line-height: 1.4 !important; letter-spacing: -0.02em !important; 
    text-align: justify !important; margin: 0 !important;
  }

  /* サポートポイント (カード) */
  .p-support__grid .p-support__point { width: 100%; }
  .p-support__point { min-height: auto !important; } /* スカスカ解消 */
  .p-support__point-title { font-size: 16px; }
  .p-support__point-body { 
    padding: 15px 20px 20px 20px !important; 
    gap: 10px !important; /* ボタンを説明文に近づける */
    justify-content: flex-start !important; 
  }
  .p-support__point-text { font-size: 14px !important; margin-bottom: 0 !important; }

  /* ボタン */
  .p-support__point-btn {
    padding: 4px 18px !important; /* スリム化 */
    font-size: 13px !important;
    max-width: 130px !important;
  }
}







/* ============================================================
   16-1. ブログ（トップページ用）
   ============================================================ */
/* --- 大枠・記事カード --- */
.p-blog__items { display: flex; flex-direction: column; row-gap: 30px; margin-block-end: 40px; }
.p-blog-accordion { background: #ffffff; border: 2px solid #ffcadb; border-radius: 20px; padding: 25px 30px; }
.p-blog-accordion__label { font-size: 14px; color: #999; font-family: Arial, sans-serif; display: flex; flex-direction: row; align-items: flex-start; }

/* --- 記事タイトル・リード文 --- */
.p-blog-accordion__title { font-size: 17px; font-weight: bold; padding: 10px 15px; background-color: #fdf2f5; border-radius: 4px; line-height: 1.5; position: relative; overflow: hidden; }
.p-blog-accordion__title::before { content: ""; position: absolute; width: 8px; height: 100%; top: 0; left: 0; background: var(--banner-main-color); }
.p-blog-accordion__lead { font-size: 16px; color: #333; line-height: 1.8; padding-top: 15px; padding-bottom: 5px; }
.p-blog__button { margin-inline: auto; max-width: 404px; }

/* --- 「この記事の続きを読む」ボタン（PC基本設定：右寄せ） --- */
.p-blog-top-action { text-align: right !important; margin-top: 0 !important; display: block !important; }
.p-blog-top-btn { display: inline-block !important; background-color: #fdf2f5 !important; color: #ff4b8d !important; border: 1px solid #ff4b8d !important; padding: 10px 28px !important; border-radius: 50px !important; font-size: 14px !important; font-weight: bold !important; text-decoration: none !important; transition: all 0.3s ease !important; line-height: 1.5 !important; white-space: nowrap !important; }
.p-blog-top-btn:hover { background-color: #ff4b8d !important; color: #ffffff !important; }
.btn-main-text, .btn-sub-text { display: inline !important; }

/* --- スマホ専用設定（トップページブログ） --- */
@media screen and (max-width: 768px) {
  .p-blog-accordion__title { margin-left: -20px !important; margin-right: -20px !important; width: auto !important; border-radius: 0 !important; padding: 10px 5px 10px 20px !important; font-size: 18px !important; letter-spacing: 0.05em !important; text-align: left !important; }
  .p-blog-accordion__title::before { width: 6px !important; }
  .p-blog-top-btn { display: block !important; width: 100% !important; max-width: 280px !important; margin: 0 auto !important; padding: 5px 10px !important; border-radius: 50px !important; text-align: center !important; white-space: normal !important; }
  .btn-main-text { display: block !important; font-size: 16px !important; line-height: 1.2 !important; margin-bottom: 2px !important; }
  .btn-sub-text { display: block !important; font-size: 13px !important; font-weight: normal !important; line-height: 1.2 !important; }
}


/* ============================================================
   16-2. ブログ一覧ページ（blog-page）
   ============================================================ */
/* --- ページ全体・カードの基本設定 --- */
#sachi-blog-page, #sachi-blog-page * { box-sizing: border-box !important; }
#sachi-blog-page { width: 100% !important; max-width: 1200px !important; margin: 0 auto 100px auto !important; padding: 0 !important; font-family: "Helvetica Neue", Arial, sans-serif; color: #333; }
.blog-list-section { width: 95% !important; max-width: 1140px !important; margin: 0 auto !important; }
.new-entry-cards { display: flex !important; flex-direction: column !important; gap: 20px !important; }
.a-wrap { display: flex !important; flex-direction: row !important; align-items: center !important; background: #ffffff !important; border: 1px solid var(--border-pink) !important; border-radius: 8px !important; padding: 15px 20px !important; text-decoration: none !important; transition: all 0.3s ease !important; }
.a-wrap:hover { transform: translateY(-3px) !important; border-color: var(--banner-main-color) !important; box-shadow: 0 6px 15px rgba(255, 75, 141, 0.15) !important; }
.new-entry-card-thumb { flex: 0 0 240px !important; width: 240px !important; margin: 0 25px 0 0 !important; border-radius: 4px !important; overflow: hidden !important; }
.new-entry-card-thumb img { width: 100% !important; height: auto !important; aspect-ratio: 16 / 9 !important; object-fit: cover !important; display: block !important; }
.new-entry-card-content { flex: 1 !important; display: flex !important; flex-direction: column !important; justify-content: center !important; }
.new-entry-card-title { font-size: 20px !important; font-weight: bold !important; color: #333 !important; background-color: var(--banner-bg) !important; padding: 10px 15px !important; border-radius: 0 4px 4px 0 !important; margin: 0 0 10px 0 !important; line-height: 1.4 !important; border-left: 5px solid var(--banner-main-color) !important; }
.new-entry-card-snippet { font-size: 15px !important; color: #555 !important; line-height: 1.6 !important; margin: 0 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.new-entry-card-content::after { content: "詳細を見る ＞" !important; display: block !important; text-align: right !important; margin-top: 8px !important; font-size: 14px !important; font-weight: bold !important; color: var(--banner-main-color) !important; transition: 0.3s ease !important; }

/* --- ページネーション（番号リンク） --- */
#sachi-blog-page .sachi-pagination { margin: 20px 0 10px 0 !important; padding: 0 !important; border: none !important; background: transparent !important; box-shadow: none !important; outline: none !important; display: flex !important; justify-content: center !important; align-items: center !important; width: 100% !important; }
#sachi-blog-page .sachi-pagination ul { margin: 0 auto !important; padding: 0 !important; display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important; list-style: none !important; width: 100% !important; border: none !important; background: transparent !important; }
.sachi-pagination ul li { list-style: none !important; display: block !important; width: auto !important; margin: 0 5px !important; padding: 0 !important; border: none !important; }
.sachi-pagination ul li::before, .sachi-pagination ul li::after { display: none !important; content: none !important; }
.sachi-pagination ul li a, .sachi-pagination ul li span { display: inline-flex !important; justify-content: center !important; align-items: center !important; min-width: 45px !important; height: 45px !important; padding: 0 16px !important; background-color: #ffffff !important; border: 1px solid #ffcadb !important; border-radius: 50px !important; color: #ff4b8d !important; font-size: 16px !important; font-weight: bold !important; text-decoration: none !important; box-sizing: border-box !important; white-space: nowrap !important; transition: 0.3s !important; }
.sachi-pagination ul li span.current { background-color: #ff4b8d !important; color: #ffffff !important; border-color: #ff4b8d !important; }
.sachi-pagination ul li a:hover { background-color: #fdf2f5 !important; transform: translateY(-2px) !important; }
.sachi-pagination ul li a.next.page-numbers, .sachi-pagination ul li a.prev.page-numbers { border: none !important; background-color: transparent !important; min-width: auto !important; height: auto !important; padding: 5px 10px !important; margin-left: 20px !important; margin-right: 20px !important; }
.sachi-pagination ul li a.next.page-numbers:hover, .sachi-pagination ul li a.prev.page-numbers:hover { background-color: transparent !important; color: #d81b60 !important; transform: none !important; }

/* --- ページ下部CTAリンクボタン（メリハリ化＆スマート化） --- */
#sachi-blog-page .sachi-footer-cta-smart { margin-top: 0 !important; padding-top: 15px !important; text-align: center !important; border-top: 1px dashed #ffdce6 !important; }
#sachi-blog-page .sachi-cta-btns-smart { display: flex !important; justify-content: center !important; gap: 20px !important; }
#sachi-blog-page .cta-btn-smart-main, #sachi-blog-page .cta-btn-smart-tel { display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 10px 40px !important; border-radius: 50px !important; font-size: 15px !important; font-weight: bold !important; text-decoration: none !important; min-width: 260px !important; transition: 0.3s !important; border: 2px solid #ff4b8d !important; white-space: nowrap !important; }
#sachi-blog-page .cta-btn-smart-main { background-color: #ff4b8d !important; color: #ffffff !important; box-shadow: 0 4px 10px rgba(255, 75, 141, 0.2) !important; }
#sachi-blog-page .cta-btn-smart-main:hover { background-color: #e6397c !important; color: #ffffff !important; transform: translateY(-2px) !important; }
#sachi-blog-page .cta-btn-smart-tel { background-color: #ffffff !important; color: #ff4b8d !important; box-shadow: none !important; }
#sachi-blog-page .cta-btn-smart-tel:hover { background-color: #fdf2f5 !important; color: #ff4b8d !important; transform: translateY(-2px) !important; }

/* --- スマホ専用設定（ブログ一覧  */
@media screen and (max-width: 768px) {
    .a-wrap { flex-direction: row !important; padding: 15px !important; align-items: center !important; }
  .new-entry-card-thumb { width: 100px !important; height: 100px !important; flex: 0 0 100px !important; margin: 0 15px 0 0 !important; }
  .new-entry-card-thumb img { width: 100% !important; height: 100% !important; aspect-ratio: 1 / 1 !important; object-fit: cover !important; border-radius: 6px !important; }
  .new-entry-card-content { justify-content: center !important; width: calc(100% - 115px) !important; margin: 0 !important; }
  .new-entry-card-title { font-size: 15px !important; line-height: 1.4 !important; padding: 0 !important; background: transparent !important; border: none !important; margin: 0 !important; }
  .new-entry-card-snippet { display: none !important; }
  .new-entry-card-content::after { font-size: 12px !important; margin-top: 6px !important; padding: 0 !important; text-align: right !important; }

  /* スマホ版CTAボタン */
  #sachi-blog-page .sachi-cta-btns-smart { flex-direction: column !important; align-items: center !important; gap: 12px !important; }
  #sachi-blog-page .cta-btn-smart-main, #sachi-blog-page .cta-btn-smart-tel { width: 100% !important; max-width: 300px !important; padding: 10px 20px !important; }
}


/* ============================================================
   16-3. ブログ個別記事（single-post）
   ============================================================ */
/* --- 記事本文・リード文 --- */
.sachi-article-body { line-height: 1.8 !important; color: #333 !important; max-width: 900px !important; margin: 0 auto !important; padding: 0 !important; }
.sachi-article-body > p { margin-bottom: 20px !important; text-align: justify !important; }
.sachi-main-title { background-color: var(--banner-bg) !important; border: 1px solid var(--border-pink) !important; border-left: 10px solid var(--banner-main-color) !important; padding: 18px 20px !important; border-radius: 8px !important; font-size: 22px !important; font-weight: bold !important; margin: 0 0 30px 0 !important; line-height: 1.4 !important; }
.sachi-article-lead { background: var(--banner-bg) !important; border: 1px solid var(--border-color) !important; padding: 18px 20px !important; border-radius: 8px !important; margin-bottom: 30px !important; text-align: justify !important; }

/* --- 見出し（h2, h3） --- */
.sachi-article-body h2 { font-size: 20px !important; padding: 10px 15px !important; background: var(--sub-pink) !important; color: #333 !important; border: none !important; border-left: 5px solid var(--banner-main-color) !important; border-radius: 0 5px 5px 0 !important; margin: 40px 0 20px 0 !important; font-weight: bold !important; }
.sachi-article-body h3 { font-size: 18px !important; background: transparent !important; border-top: none !important; border-left: none !important; border-right: none !important; border-bottom: 2px dashed var(--banner-main-color) !important; padding: 0 0 8px 10px !important; margin: 30px 0 15px 0 !important; font-weight: bold !important; }
.sachi-article-body h3::before, .sachi-article-body h3::after { display: none !important; content: none !important; }

/* --- ボックスデザイン（ポイント・まとめ） --- */
.sachi-point-box { background: #fffaf0 !important; border: 1px dashed var(--border-color) !important; padding: 20px !important; border-radius: 8px !important; margin: 20px 0 !important; }
.sachi-point-box li { position: relative !important; padding-left: 25px !important; margin-bottom: 8px !important; list-style: none !important; line-height: 1.6 !important; }
.sachi-point-box li::before { content: "✔" !important; position: absolute !important; left: 0 !important; top: 2px !important; color: var(--banner-main-color) !important; font-weight: bold !important; }
.sachi-summary-box { border: 2px solid var(--banner-main-color) !important; padding: 25px !important; border-radius: 10px !important; margin-top: 40px !important; background: #fff !important; }
.sachi-summary-title { display: block !important; text-align: center !important; font-size: 18px !important; font-weight: bold !important; color: var(--banner-main-color) !important; margin-bottom: 15px !important; }

/* --- 記事下CTAエリア --- */
.sachi-cta-area { background-color: var(--banner-bg) !important; border: 2px dashed var(--border-pink) !important; border-radius: 10px !important; padding: 30px 20px !important; text-align: center !important; margin-top: 40px !important; }
.sachi-article-body a.sachi-cta-btn { display: inline-block !important; min-width: 280px !important; padding: 15px 35px !important; background-color: var(--banner-main-color) !important; color: #fff !important; text-decoration: none !important; font-weight: bold !important; font-size: 18px !important; border-radius: 50px !important; transition: 0.3s !important; box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3) !important; box-sizing: border-box !important; }
.sachi-article-body a.sachi-cta-btn:hover { background-color: #e91e63 !important; transform: translateY(-3px) !important; box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4) !important; }

/* --- 関連記事・一覧へ戻るボタン --- */
.under-entry-content { max-width: 900px !important; margin: 0 auto !important; padding: 0 20px !important; box-sizing: border-box !important; }
.sachi-back-link { text-align: center !important; margin: 40px 0 60px 0 !important; }
.sachi-back-link a { display: inline-flex !important; align-items: center !important; justify-content: center !important; background-color: #ffffff !important; color: #ff4b8d !important; border: 2px solid #ff4b8d !important; padding: 15px 40px !important; border-radius: 50px !important; font-size: 16px !important; font-weight: bold !important; text-decoration: none !important; transition: all 0.3s ease !important; box-shadow: 0 4px 10px rgba(255, 75, 141, 0.1) !important; }
.sachi-back-link a:hover { background-color: #ff4b8d !important; color: #ffffff !important; transform: translateY(-3px) !important; box-shadow: 0 8px 15px rgba(255, 75, 141, 0.2) !important; }
#comment-area, .comment-area { display: none !important; }

/* --- スマホ専用設定（ブログ個別記事） --- */
@media screen and (max-width: 768px) {
  .sachi-article-body { padding: 0 15px 30px 15px !important; }
  .sachi-main-title { font-size: 18px !important; padding: 15px !important; margin-bottom: 20px !important; text-align: left !important; }
  .sachi-article-lead { padding: 15px !important; font-size: 15px !important; margin-bottom: 25px !important; text-align: left !important; }
  .sachi-article-body p { font-size: 15px !important; margin-bottom: 20px !important; line-height: 1.8 !important; text-align: left !important; }
  .sachi-article-body h2 { font-size: 18px !important; margin: 30px 0 15px 0 !important; }
  .sachi-article-body h3 { font-size: 17px !important; margin: 25px 0 15px 0 !important; }
  .sachi-point-box { padding: 15px 8px !important; text-align: left !important; }
  .sachi-point-box ul { text-align: left !important; padding-left: 0 !important; margin-left: 0 !important; }
  .sachi-point-box li { text-align: left !important; font-size: 14px !important; padding-left: 25px !important; }
  .sachi-summary-box { padding: 20px 15px !important; text-align: left !important; }
  .sachi-cta-area { padding: 25px 15px !important; text-align: left !important; }
  .sachi-cta-area p, .sachi-cta-title { text-align: left !important; }
  .sachi-article-body a.sachi-cta-btn { width: 100% !important; min-width: auto !important; font-size: 16px !important; padding: 15px 10px !important; text-align: center !important; }
}





/* ============================================================
   17. FAQ（トップページ用）
   ============================================================ */

/* -------------------------------------------
   ① FAQ全体のレイアウト・タイトル
   ------------------------------------------- */
.p-faq {
  padding-block: 40px;
}
.faq-items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-block: 60px;
}
.p-faq__title {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #fdf2f5;
  border-radius: 10px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffcadb;
}
.p-faq__title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--banner-main-color);
}
.faq-item {
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  background: #ffffff;
}

/* -------------------------------------------
   ② 質問（Q）エリアの基本設定（PC用）
   ------------------------------------------- */
.faq-item-question {
  background: #fdf2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  padding-inline: 30px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .faq-item-question:hover {
    background: #ffdce6;
  }
}
.faq-item-question-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  position: relative;
  padding-inline-start: 30px;
  padding-inline-end: 20px;
  width: 100%;
}
/* Qのアイコン（PCは中央揃え） */
.faq-item-question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  font-weight: 900;
  color: var(--banner-main-color);
}
/* 開閉用の▼アイコン */
.faq-item-question-text::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--banner-main-color);
  transition: transform 0.3s ease;
}
.faq-item.is-opened .faq-item-question-text::after {
  transform: translateY(-50%) rotate(180deg);
}

/* -------------------------------------------
   ③ 回答（A）エリアの基本設定（PC用）
   ------------------------------------------- */
.faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.faq-item.is-opened .faq-item-answer {
  opacity: 1;
}
.faq-item-answer-text {
  padding-inline: 60px 20px;
  padding-block: 16px;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  background: #ffffff;
  border-top: 1px dashed #ffcadb;
  position: relative;
}
/* Aのアイコン（PCは中央揃え） */
.faq-item-answer-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-size: 24px;
  font-weight: 900;
  color: #ff85ad;
}

/* -------------------------------------------
   ④ ボタンの設定
   ------------------------------------------- */
.p-faq__button {
  margin-inline: auto;
  max-width: 404px;
}

/* ============================================================
   ⑤ スマホ用の上書き設定（一括まとめ）
   ============================================================ */
@media (max-width: 767px) {
  /* 質問枠 */
  .faq-item-question {
    padding-block: 20px;
    padding-inline: 15px !important;
  }
  
  /* 質問テキストとQマーク */
  .faq-item-question-text {
    font-size: 16px;
    text-align: left !important;
    padding-inline-start: 35px !important;
  }
  .faq-item-question-text::before {
    top: 2px !important;
    left: 0 !important;
    transform: none !important;
  }

  /* 回答テキストとAマーク */
  .faq-item-answer-text {
    font-size: 16px;
    padding-block-end: 24px;
    padding-inline-start: 50px !important;
    padding-inline-end: 15px !important;
    text-align: left !important;
  }
  .faq-item-answer-text::before {
    top: 20px !important;
    left: 15px !important;
    transform: none !important;
  }
}







/* ============================================================
   18. コンタクトエリア（お問合せフッター）
   ============================================================ */
.p-contact {
  padding-block-start: 60px;
  background-color: #fff;
}
.p-contact__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 630px) {
  .p-contact__links {
    flex-direction: column;
    align-items: center;
  }
}
.p-contact__link {
  flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(255, 75, 141, 0.1);
  max-width: 350px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-contact__link {
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .p-contact__link:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 75, 141, 0.2);
    border-color: var(--banner-main-color);
  }
}
.p-contact__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  font-size: 40px;
}
.p-contact__icon img {
  width: 100%;
  height: auto;
}
.p-contact__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.p-contact__text {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #000;
}
.p-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: auto;
  padding-inline: 10px;
}
@media (any-hover: hover) {
  .p-contact__btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
    color: #ffffff !important;
  }
}
.p-contact__btn--tel, .p-contact__btn--mail {
  background: linear-gradient(to right, #ff5e92, #ff4081);
  box-shadow: 0 4px 10px rgba(255, 64, 129, 0.3);
}
.p-contact__btn--mail {
  font-size: 16px;
}
.p-contact__btn--line {
  background-color: var(--line-green);
  border-radius: 2px;
  width: fit-content;
}
.p-contact__btn-line-icon {
  width: 24px;
  margin-right: 8px;
}
.p-contact__note {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 40px;
  color: #000;
}

@media (max-width: 801px) {
  .p-contact__btn--tel {
    font-size: 15px;
  }
}

.p-contact__btn-icon svg {
  width: 20px;
  height: auto;
}

.p-contact-info__tel-link {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .p-contact-info__tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
  .p-contact-info__tel-link:active {
    opacity: 0.7;
  }
}
.p-contact-info__tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

/* ============================================================
   19. フッター
   ============================================================ */
.p-footer {
  background-color: var(--banner-main-color);
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
}

.p-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .p-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .p-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-footer-column-title {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.p-footer-column-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
}

.p-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-footer-list__item {
  margin-bottom: 12px;
}

.p-footer-list__item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: opacity 0.3s;
  display: block;
}

.p-footer-list__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.p-footer-copyright {
  font-size: 12px;
  opacity: 0.8;
}





/* ============================================================
   20. 会社概要（company-page）
   ============================================================ */
#sachi-company-page,
#sachi-company-page * {
  box-sizing: border-box !important;
}
#sachi-company-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
.company-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.company-section {
  display: block;
  margin-bottom: 60px;
}

/* =======================================
   代表挨拶ボックス
   ======================================= */
.greeting-box {
  background: #ffffff;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(255, 202, 219, 0.2);
}
.greeting-box p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}

.company-h3 {
  position: relative !important;
  background: #ffeef3 !important; 
  color: #333333 !important;      
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 15px 20px !important;
  margin: 0 0 40px 0 !important;
  border-left: 8px solid #ff4b8d !important; 
  border-bottom: none !important;
  text-align: left !important; 
}

h4.greeting-h4 {
  font-size: 20px;
  color: var(--title-pink);
  border-bottom: 2px dashed var(--banner-main-color);
  padding: 0 0 10px 0;
  margin: 40px 0 20px 0;
  font-weight: bold;
}
h4.greeting-h4:first-of-type { margin-top: 0; }

.greeting-sign {
  text-align: right;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.greeting-sign p { margin: 0 0 5px 0; font-size: 16px; }
.greeting-sign .sign-name { font-size: 18px; color: #333; }

/* =======================================
   会社概要テーブル・各要素
   ======================================= */
.sachi-company-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.sachi-company-table th {
  background: var(--sub-pink);
  padding: 20px 25px;
  border-bottom: 1px solid var(--border-color);
  font-size: 20px;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}
.sachi-company-table td {
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

/* 直書きを置き換えたクラス（バッジ・電話番号・リンク等） */
.table-note-gray.inline { display: inline; font-size: 15px; color: #666; }
.badge-gray { background: #eee; padding: 3px 10px; border-radius: 4px; font-size: 13px; font-weight: bold; color: #555; display: inline-block; margin-bottom: 8px; }
.badge-pink { background: #fff0f5; padding: 3px 10px; border-radius: 4px; font-size: 13px; font-weight: bold; color: #ff4b8d; border: 1px solid #ffcadb; display: inline-block; margin-bottom: 8px; }
.hq-wrap { margin-bottom: 25px; }
.salon-wrap { border-top: 1px dashed #ffcadb; padding-top: 20px; }
.tel-large { font-size: 24px; color: var(--banner-main-color); font-weight: bold; }
.plain-link { color: #333; text-decoration: none; }
.plain-link:hover { color: #ff4b8d; }

a.map-link {
  display: inline-flex;
  background: #fff0f5;
  color: var(--banner-main-color);
  border: 1px solid var(--border-color);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
}
a.map-link:hover { background: var(--banner-main-color); color: #fff; }

/* 特定商取引法へのリンク */
.center-link-wrap { text-align: center; margin-top: 50px; }
a.tokushoho-link {
  display: inline-block;
  background: #fff0f5;
  color: var(--banner-main-color);
  border: 1px solid var(--border-color);
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(255, 75, 141, 0.1);
}
a.tokushoho-link:hover { background: var(--banner-main-color); color: #fff; }

/* =======================================
   レスポンシブ（スマホ用）
   ======================================= */
@media screen and (max-width: 768px) {
  .company-container { width: 92%; }
  .company-section { margin-bottom: 40px; }
  .greeting-box { padding: 20px; }
  .greeting-box p { font-size: 15px; }
  h4.greeting-h4 { font-size: 18px; margin: 30px 0 15px 0; }
  
  .sachi-company-table th, .sachi-company-table td { display: block; width: 100%; text-align: left; }
  .sachi-company-table th { font-size: 18px; padding: 15px; }
  .sachi-company-table td { padding: 15px 15px 30px 15px; border-bottom: 2px solid var(--border-color); font-size: 16px; }
  
  .table-note-gray.inline { font-size: 14px; }
  .tel-large { font-size: 20px; }
}









/* ============================================================
   21. 個人情報保護方針（privacy-page）
   ============================================================ */
#sachi-privacy-page, #sachi-privacy-page * { box-sizing: border-box; }
#sachi-privacy-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
.privacy-container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border: 2px solid var(--banner-main-color);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(255, 75, 141, 0.05);
}
.privacy-container h3 {
  font-size: 21px;
  color: #333;
  background: var(--sub-pink);
  border-left: 6px solid var(--banner-main-color);
  padding: 12px 20px;
  margin: 45px 0 20px 0;
  font-weight: 800;
  border-radius: 0 4px 4px 0;
  line-height: 1.4;
}
.privacy-container h3:first-of-type { margin-top: 0; }
.privacy-container p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

/* リスト装飾 */
.privacy-container ul {
  background: #fffaf0;
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 25px;
  list-style: none;
  border: 1px dashed var(--border-color);
}
.privacy-container li {
  margin-bottom: 10px;
  color: #444;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.privacy-container li::before {
  content: "●";
  color: var(--banner-main-color);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 12px;
}
.privacy-section { margin-bottom: 45px !important; }
.privacy-section:last-child { margin-bottom: 0 !important; }

/* お問い合わせボックス */
.privacy-contact-box {
  background: #fff0f5;
  padding: 25px;
  border-radius: 8px;
  border: 1px dashed #ffcadb;
  margin-top: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .privacy-container { width: 92%; padding: 25px 20px; }
  .privacy-container h3 { font-size: 19px; }
  .privacy-section { margin-bottom: 35px !important; }
  .privacy-contact-box { padding: 15px; font-size: 15px; }
}







/* ============================================================
   22. 特定商取引法ページ（law-page）
   ============================================================ */
#sachi-law-page, #sachi-law-page * { box-sizing: border-box !important; }
#sachi-law-page {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto 100px auto !important;
    padding: 0 !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}
.law-container {
    display: block;
    max-width: 1140px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
h3.law-h3 {
    width: 100% !important;
    margin: 0 auto 30px auto !important;
    font-size: 22px !important;
    color: #333 !important;
    background: var(--sub-pink) !important;
    border: none !important;
    border-left: 6px solid var(--banner-main-color) !important;
    padding: 12px 20px !important;
    font-weight: 800 !important;
    border-radius: 0 4px 4px 0 !important;
    text-align: left !important;
}

/* テーブル装飾 */
.sachi-law-table {
    width: 100% !important;
    margin: 0 auto !important;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid var(--banner-main-color);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.sachi-law-table th {
    background: var(--sub-pink);
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-color);
    font-size: 18px;
    text-align: left !important;
    width: 25%;
    white-space: nowrap;
}
.sachi-law-table td {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    text-align: left !important;
}
.sachi-law-table tr:last-child th, .sachi-law-table tr:last-child td { border-bottom: none; }

/* 追加した注釈テキスト用クラス */
.table-note-gray { font-size: 14px; color: #666; display: block; margin-top: 5px; line-height: 1.6; }
.table-note-gray.inline { display: inline; font-size: 15px; }
.table-note-pink { font-size: 15px; color: #ff4b8d; font-weight: bold; display: block; margin-top: 8px; line-height: 1.6; }


@media screen and (max-width: 768px) {
    #sachi-law-page .law-container { width: 92% !important; margin: 0 auto !important; padding: 0 !important; }
    h3.law-h3 { font-size: 18px !important; }
    
    .sachi-law-table th, .sachi-law-table td { display: block; width: 100%; text-align: left !important; }
    .sachi-law-table th { font-size: 16px; padding: 15px; border-bottom: none; }
    .sachi-law-table td { padding: 10px 15px 25px 15px; border-bottom: 2px solid var(--border-color); font-size: 15px; }
    .sachi-law-table tr:last-child td { border-bottom: none; }
    
    .table-note-gray, .table-note-pink { font-size: 13px; }
    .table-note-gray.inline { font-size: 14px; }
}






/* ============================================================
   23. エピソード一覧ページ（story-page）
   ============================================================ */
#sachi-story-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px auto;
    padding: 0;
}

.story-list-container,
.story-list-container * {
    box-sizing: border-box;
}

.story-list-container {
    max-width: calc(var(--base-width) * 0.95);
    width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* エピソードカード全体 */
.story-card {
    display: flex;
    background: #fff;
    border: 2px solid var(--border-color);
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    align-items: stretch;
}

.story-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 画像エリア（PC時は220pxの正方形） */
.story-card-img {
    width: 220px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    align-self: center;
    position: relative;
    margin-left: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    color: #ff4b8d;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

/* 年齢・地域などのバッジ */
.story-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d43f8d;
    color: #fff;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2;
    line-height: 1.2;
}

/* テキストエリア */
.story-card-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

h3.story-card-title,
.story-card-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    background: #fff0f6;
    border: none;
    border-left: 6px solid #ff4b8d;
    padding: 12px 15px;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 0 5px 5px 0;
    display: block;
}

/* メタ情報（交際期間など）と本文 */
.story-card-meta {
    font-size: 0.9em;
    color: #d43f8d;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
}

.story-card-text {
    font-size: 0.95em;
    line-height: 1.8;
    color: #555;
    margin: 0;
    padding-left: 20px;
}

/* ★追加：CTA（共通ボタン）エリアのスタイル */
.story-cta-wrap {
    text-align: center;
    margin-top: 50px;
}
.contact-cta-text {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
.sachi-common-btn {
    display: inline-block;
    background: #ff4b8d;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}
.sachi-common-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4);
    opacity: 0.9;
    color: #fff !important;
}


/* ============================================================
   レスポンシブ調整（スマホ）
   ============================================================ */
@media (max-width: 768px) {
    .story-card {
        flex-direction: column;
        height: auto;
    }

    .story-card-img {
        width: 90%;
        max-width: 340px;
        margin: 20px auto 0 auto;
        border-radius: 10px;
        height: auto;
        aspect-ratio: 1 / 1 !important;
    }

    .story-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .story-card-body {
        padding: 20px;
    }

    h3.story-card-title,
    .story-card-title {
        font-size: 1.1em;
        padding: 10px;
    }
    
    /* ★追加：スマホ時のボタンサイズ調整 */
    .contact-cta-text {
        font-size: 16px;
    }
    .sachi-common-btn {
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
    }
}








/* ============================================================
   24. 料金案内ページ（price-page）
   ============================================================ */

/* =======================================
   PC・共通スタイル
   ======================================= */
#sachi-price-page, #sachi-price-page * {
  box-sizing: border-box !important;
}
#sachi-price-page {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto 100px auto !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
.price-container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* STEPバナー */
.step-header-banner {
  width: 100%;
  margin: 60px 0 50px 0 !important;
  display: flex;
  background: #ffffff;
  border: 3px solid var(--banner-main-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(255, 75, 141, 0.1);
}
.step-icon-label {
  background: var(--banner-main-color);
  color: #ffffff;
  width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}
.step-title-group {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 30px !important;
  flex-wrap: wrap !important;
}
h3.step-title-left {
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  display: inline-block !important;
  line-height: 1.4 !important;
}
.step-subtitle-right {
  color: #ff4b8d !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.step-attention {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* 初期費用テーブル */
.initial-cost-table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 40px;
  border: 1px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.initial-cost-table th {
  background: var(--sub-pink);
  width: 35%;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid var(--banner-main-color);
  vertical-align: middle;
}
.initial-cost-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--banner-main-color);
  background: #fff;
  font-weight: bold;
  font-size: 18px !important;
  vertical-align: middle;
}
.initial-cost-table tr:last-child th,
.initial-cost-table tr:last-child td {
  border-bottom: none;
}
.price-free {
  font-size: 20px;
  color: var(--banner-main-color);
  font-weight: 800;
}
.price-note-pink {
  font-size: 16px;
  color: #ff4b8d;
}
.price-note {
  font-size: 16px;
  font-weight: normal;
}

/* 料金プランカード */
.plan-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.plan-card {
  flex: 1;
  background: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.plan-card.standard {
  border: 3px solid var(--banner-main-color);
  z-index: 5;
}
.recommend-badge {
  position: absolute;
  top: -48px; 
  left: -3px;
  right: -3px;
  background: var(--banner-main-color);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 18px; 
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.plan-header {
  background: var(--header-mint);
  padding: 15px; 
  text-align: center;
  border-bottom: 1px solid #888;
  min-height: auto; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-card.standard .plan-header {
  background: var(--sub-pink);
  border-bottom: 1px solid var(--banner-main-color);
}
.plan-name {
  font-size: 20px !important;
  font-weight: 800 !important;
  display: block !important;
  color: #333 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 10px !important;
  line-height: 1.2 !important; 
}
.plan-price {
  font-size: 33px !important;
  font-weight: 600 !important;
  color: var(--banner-main-color) !important;
  line-height: 1.1 !important; 
  margin: -5px 0 0 0 !important; 
}
.plan-price span {
  font-size: 18px !important;
  color: #333 !important;
  margin-left: 5px !important;
}

/* プラン詳細リスト */
.plan-features ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.plan-features li {
  position: relative !important;
  padding: 12px 10px 12px 30px !important;
  border-bottom: 1px dashed #eee !important;
  font-size: 15px !important;
  list-style-type: none !important;
}
.plan-features li::before {
  content: "♥" !important;
  position: absolute !important;
  left: 8px !important;
  top: 17px !important;
  color: var(--banner-main-color) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
.feature-label {
  display: block !important;
  font-size: 18px;
  color: #333 !important;
  font-weight: bold;
  margin-bottom: 2px;
}
.feature-label::after { content: "：" !important; }
.feature-value {
  display: block !important;
  font-weight: 700;
  color: #222;
  font-size: 18px;
}

/* 成婚料・在日コース */
.seikon-fee-block, .info-box-pink {
  background: #fff;
  border: 3px solid var(--banner-main-color);
  border-radius: 15px;
  padding: 30px;
  margin: 50px auto;
  text-align: center !important;
  width: 100%;
}
.seikon-fee-title, .info-box-title {
  padding: 0 !important;
  margin: 0 auto 20px auto !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #ff4b8d !important;
}
.seikon-fee-desc { font-size: 16px !important; line-height: 1.6 !important; color: #333 !important; }
.seikon-fee-desc.sub-desc { font-size: 14px !important; margin-top: 10px; }
.seikon-fee-price { font-size: 28px; font-weight: 900; color: var(--banner-main-color); margin: 10px 0; }
.tax-text { font-size: 16px; font-weight: normal; color: #333; }
.info-desc { font-size: 16px; margin-bottom: 15px; line-height: 1.6; }
.info-price { font-size: 28px; font-weight: bold; color: #ff4b8d; margin-bottom: 15px; }

/* 料金に含まれる・含まれないもの（詳細リスト） */
.detail-lists { display: flex; gap: 30px; margin-top: 30px; }
.detail-col { flex: 1; background: #fff; border: 1px solid #888; padding: 25px; border-radius: 10px; }
.detail-col.check { border: 2px solid var(--banner-main-color); }
.detail-col h4 {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #333 !important;
  margin: 0 0 15px 0 !important;
  padding: 12px 0 !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.detail-note { font-size: 14px; color: #666; margin-top: -5px; margin-bottom: 10px; }
.detail-col p { font-size: 17px !important; color: #222 !important; font-weight: bold !important; }

/* ぶら下がりインデント設定（PC・スマホ共通） */
.detail-col ul { 
  list-style: none !important;
  padding: 0 !important; 
  margin: 0 !important; 
  font-size: 16px;
}
.detail-col li { 
  position: relative !important;
  padding-left: 1.5em !important;
  margin-bottom: 12px !important;
  line-height: 1.5 !important;
}
.detail-col li:last-child { margin-bottom: 0 !important; }
.detail-col.check li::before { 
  content: "✔" !important; 
  position: absolute !important;
  left: 0 !important; 
  top: 0 !important;
  color: #ff4b8d !important; 
  font-weight: bold !important;
}
.detail-col:not(.check) li::before { 
  content: "－" !important; 
  position: absolute !important; 
  left: 0 !important; 
  top: 0 !important;
  color: #999 !important; 
  font-weight: bold !important; 
}

/* 注意事項 */
.price-notes {
  font-size: 16px !important;
  color: #333 !important;
  padding: 20px;
  border: 1px solid #888;
  background: #fff;
  margin-top: 40px;
  line-height: 1.8 !important;
}
.price-notes strong {
  font-size: 18px !important;
  display: inline-block !important;
  margin-bottom: 8px !important;
}

/* リンク・CTA周り */
.law-link-wrap { text-align: center; margin-top: 30px; margin-bottom: 20px; }
.law-link { font-size: 16px; color: #ff4b8d; text-decoration: underline; line-height: 1.8; display: inline-block; font-weight: bold; }
.cta-wrap { text-align: center; margin-top: 40px; }
.contact-cta-text { font-weight: bold; margin-bottom: 15px; font-size: 18px; color: #333; line-height: 1.6; }
.sachi-common-btn {
  display: inline-block;
  background: #ff4b8d; color: #fff; padding: 15px 60px;
  border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 20px;
  box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3); transition: all 0.3s ease; text-align: center;
}
.sachi-common-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4); opacity: 0.9; color: #fff !important;
}


/* ============================================================
   レスポンシブ調整（スマホ用）
   ============================================================ */
@media screen and (max-width: 768px) {
  .price-container { width: 92% !important; margin: 0 auto !important; padding: 0 !important; }
  
  /* 初期費用テーブル */
  .initial-cost-table th, .initial-cost-table td { display: block; width: 100%; }
  .initial-cost-table th { font-size: 16px !important; padding: 10px 15px !important; }
  .initial-cost-table td { font-size: 16px !important; padding: 10px 15px 15px 15px !important; }
  .price-free { font-size: 18px !important; }
  .price-note-pink { font-size: 15px !important; }
  .price-note { font-size: 15px !important; }

  /* STEPバナー */
  .step-header-banner { flex-direction: column !important; height: auto !important; margin: 40px 0 30px 0 !important; }
  .step-icon-label { width: 100% !important; padding: 8px 0 !important; }
  .step-title-group { justify-content: center !important; text-align: center !important; padding: 15px !important;}
  h3.step-title-left { margin-right: 0 !important; display: block !important; width: 100% !important; font-size: 18px !important; }
  .step-subtitle-right { 
      font-size: 15px !important;
      display: block !important; 
      margin-top: 3px !important;
      line-height: 1.4 !important;
      margin-left: -6px !important;
  }
  .step-attention { font-size: 16px; margin-top: -20px; margin-bottom: 30px; padding: 0 10px; }

  /* 料金プランカード */
  .plan-grid { flex-direction: column !important; gap: 60px !important; margin-top: 60px !important; }
  .plan-card.standard { margin-top: 30px !important; }
  .plan-header { padding: 10px !important; min-height: auto !important; }
  .plan-name { font-size: 18px !important; margin-top: 10px !important; margin-bottom: 0 !important; line-height: 1.2 !important; }
  .plan-price { font-size: 26px !important; margin: 5px 0 0 0 !important; line-height: 1.1 !important; }
  .plan-price span { font-size: 14px !important; margin-left: 5px !important; }
  
  .plan-features li { padding: 8px 10px 8px 30px !important; font-size: 16px !important; }
  .plan-features li::before { top: 12px !important; }
  .feature-label { font-size: 15px !important; margin-bottom: 2px !important; }
  .feature-value { font-size: 16px !important; }
  .recommend-badge { top: -38px !important; width: calc(100% + 6px) !important; left: -3px !important; }
  
  /* 成婚料・在日コース */
  .seikon-fee-block, .info-box-pink { padding: 25px 15px !important; margin: 40px auto !important; }
  .seikon-fee-title, .info-box-title { font-size: 20px !important; margin-bottom: 15px !important; }
  .seikon-fee-price { font-size: 24px !important; }
  .seikon-fee-desc { font-size: 15px !important; text-align: left !important; }
  .seikon-fee-desc.sub-desc { font-size: 16px !important; text-align: left !important; }
  .info-desc { font-size: 16px !important; text-align: left !important; }
  .info-price { font-size: 24px !important; }
  
  /* 料金に含まれるもの（詳細リスト） */
  .detail-lists { flex-direction: column !important; gap: 20px !important; }
  .detail-col { padding: 20px 15px !important; }
  .detail-col h4 { font-size: 17px !important; }
  .detail-note { font-size: 16px !important; }

  /* 下部エリアの調整 */
  .price-notes { padding: 15px !important; font-size: 16px !important; margin-top: 30px !important; }
  .price-notes strong { font-size: 16px !important; }
  .law-link { font-size: 14px !important; }
  .contact-cta-text { font-size: 16px !important; line-height: 1.4 !important; }
  .sachi-common-btn { width: 100%; padding: 15px 0; font-size: 18px !important; }
}





/* ============================================================
   ★ サポート6ページ 共通CSS ★
   （無料カウンセリング、現地同行、通訳、ネットワーク、新生活、ビザ）
   ============================================================ */

/* --- 1. 全体ラッパー --- */
#sachi-counseling-support-page,
#sachi-travel-support-page,
#sachi-translation-support-page,
#sachi-network-support-page,
#sachi-life-support-page,
#sachi-visa-support-page, 
#sachi-privacy-policy-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px auto;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    box-sizing: border-box;
    background-color: #ffffff !important;
}

#sachi-counseling-support-page strong,
#sachi-travel-support-page strong,
#sachi-translation-support-page strong,
#sachi-network-support-page strong,
#sachi-life-support-page strong,
#sachi-visa-support-page strong {
    color: #ff4b8d;
    font-weight: 800;
}

/* --- 2. 共通コンテナ --- */
.counseling-container, 
.travel-container, 
.support-container, 
.network-container, 
.life-container, 
.visa-support-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* --- 3. リード文 --- */
.common-lead, 
.visa-support-lead {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 20px 0 60px 0 !important;
    line-height: 1.7 !important;
    border-bottom: 2px dashed #ffcadb !important;
    padding-bottom: 30px !important;
}

.common-lead .highlight-pink, 
.visa-support-lead .highlight-pink {
    color: #ff4b8d !important;
    font-weight: 800 !important;
}

/* --- 4. 見出しH3（ピンクの帯） --- */
.counseling-h3, 
.travel-h3, 
.support-h3, 
.network-h3, 
.life-h3, 
.visa-support-h3 {
    background: #ffeef3 !important;
    color: #333333 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    padding: 15px 20px !important;
    margin: 0 0 40px 0 !important;
    border: 1px solid #ff4b8d !important;
    border-left: 8px solid #ff4b8d !important;
    border-radius: 8px !important;
    text-align: left !important;
}

/* --- 5. グリッドとカード（★ネットワークもここに完全統合しました！） --- */
.counseling-grid, 
.travel-grid, 
.support-grid, 
.network-grid,
.life-grid, 
.visa-support-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.counseling-card, 
.travel-card, 
.support-card, 
.network-card, 
.life-card, 
.visa-support-card {
    flex: 1;
    background: #fff;
    border: 2px solid #ffcadb;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.counseling-card img, 
.travel-card img, 
.support-card img, 
.network-card img, 
.life-card img, 
.visa-support-card img {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 4/3 !important;
    object-fit: cover !important;
    margin: -10px auto 25px auto !important;
    border-radius: 10px !important;
    display: block !important;
}

/* --- 6. 見出しH4（カード内） --- */
.counseling-card-h4, 
.travel-card-h4, 
.support-card-h4, 
.network-card-h4, 
.life-card-h4, 
.visa-support-card-h4 {
    font-size: 20px !important;
    color: #e91e63 !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    padding: 10px 15px !important;
    background-color: #fffcfd !important;
    border: 1px solid #ffcadb !important;
    border-left: 5px solid #ff4b8d !important;
    text-align: left !important;
    border-radius: 5px !important;
}

.counseling-card p, 
.travel-card p, 
.support-card p, 
.network-card p, 
.life-card p, 
.visa-support-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    margin: 0;
}

/* --- 7. 詳細ボックス（ページ下部） --- */
.counseling-detail-box, 
.travel-detail-box, 
.support-detail-box, 
.network-detail-box, 
.life-detail-box, 
.visa-support-detail-box {
    background: #fffafc;
    border: 1px solid #ffcadb;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 50px;
    clear: both;
}

.counseling-detail-box p, 
.travel-detail-box p, 
.support-detail-box p, 
.network-detail-box p, 
.life-detail-box p, 
.visa-support-detail-box p {
    font-size: 18px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
}


/* --- 共通CTA（ボタン上の案内テキスト）エリア --- */
.support-cta-area {
    text-align: center;
    margin-top: 60px;
}
.support-cta-text {
    font-weight: bold;
    color: #333333;
    font-size: 20px; 
    margin-bottom: 15px;
}



/* --- 8. お問い合わせボタン（共通） --- */
.sachi-common-btn,
.counseling-btn, 
.travel-btn, 
.support-btn, 
.network-btn, 
.life-btn, 
.visa-support-btn {
    display: inline-block;
    background: #ff4b8d;
    color: #ffffff;
    padding: 14px 60px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.sachi-common-btn:hover,
.counseling-btn:hover, 
.travel-btn:hover, 
.support-btn:hover, 
.network-btn:hover, 
.life-btn:hover, 
.visa-support-btn:hover {
    background: #e91e63;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4);
}

/* --- 9. スマホ用共通レスポンシブ --- */
@media screen and (max-width: 768px) {
    .counseling-container, 
    .travel-container, 
    .support-container, 
    .network-container, 
    .life-container, 
    .visa-support-container { 
        width: 92%; 
        padding: 0; 
    }
    .common-lead, 
    .visa-support-lead { 
        font-size: 16px !important; 
        text-align: justify !important; 
        margin: 20px auto 40px auto !important; 
        padding: 0 0 30px 0 !important; 
        line-height: 1.8 !important; 
    }
    .counseling-h3, 
    .travel-h3, 
    .support-h3, 
    .network-h3, 
    .life-h3, 
    .visa-support-h3 { 
        font-size: 17px !important; 
        padding: 12px 15px !important; 
        margin-bottom: 30px !important; 
        border-left-width: 6px !important; 
    }
    .counseling-grid, 
    .travel-grid, 
    .support-grid, 
    .network-grid,
    .life-grid, 
    .visa-support-grid { 
        display: flex; /* スマホ時はすべて縦並びに統一 */
        flex-direction: column; 
        gap: 40px; 
    }
    .counseling-card, 
    .travel-card, 
    .support-card, 
    .network-card, 
    .life-card, 
    .visa-support-card { 
        width: 100%; 
        margin-bottom: 30px; 
    }
    .counseling-card img, 
    .travel-card img, 
    .support-card img, 
    .network-card img, 
    .life-card img, 
    .visa-support-card img { 
        width: 95% !important; 
        max-width: 340px !important; 
        margin-bottom: 20px !important; 
    }
    .counseling-card-h4, 
    .travel-card-h4, 
    .support-card-h4, 
    .network-card-h4, 
    .life-card-h4, 
    .visa-support-card-h4 { 
        font-size: 18px !important; 
    }
    .counseling-detail-box, 
    .travel-detail-box, 
    .support-detail-box, 
    .network-detail-box, 
    .life-detail-box, 
    .visa-support-detail-box { 
        padding: 25px 15px; 
    }
    .counseling-detail-box p, 
    .travel-detail-box p, 
    .support-detail-box p, 
    .network-detail-box p, 
    .life-detail-box p, 
    .visa-support-detail-box p { 
        font-size: 16px !important; /* ★ここもしっかり上書き */
    }
    .sachi-common-btn,
    .counseling-btn, 
    .travel-btn, 
    .support-btn, 
    .network-btn, 
    .life-btn, 
    .visa-support-btn {
        display: block;
        width: 100%;
        padding-top: 10px !important;    
        padding-bottom: 10px !important; 
        font-size: 16px !important;
        box-sizing: border-box;
    }
}

/* --- 共通CTA（ボタン上の案内テキスト）エリア --- */

/* スマホ用の設定 */
@media screen and (max-width: 768px) {
    .support-cta-area {
        margin-top: 40px; 
    }
    .support-cta-text {
        font-size: 17px !important; 
        margin-bottom: 12px !important;
    }
}




/* ============================================================
   ★ ビザ申請サポート（visa-support-page）専用 CSS ★
   （※ステップフローとFAQアコーディオン用）
   ============================================================ */

/* --- フローチャート --- */
.visa-flow-section { margin-bottom: 60px; }
.visa-flow-list { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
    counter-reset: step-counter; 
}
.visa-flow-item { 
    background: #fff; 
    border: 1px solid #ffcadb; 
    border-radius: 10px; 
    padding: 25px 20px; 
    position: relative; 
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02); 
}
.visa-flow-item:not(:nth-child(3n))::after { 
    content: "▶"; 
    position: absolute; 
    right: -22px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: #ff4b8d; 
    font-size: 20px; 
}
.visa-flow-item h4 { 
    color: #e91e63; 
    font-size: 16px; 
    font-weight: bold; 
    margin: 0 0 15px 0; 
    padding: 10px 0; 
    border-top: 1px solid #ffcadb; 
    border-bottom: 1px solid #ffcadb; 
    display: flex; 
    align-items: center; 
    background: transparent; 
}
.visa-flow-item h4::before { 
    counter-increment: step-counter; 
    content: counter(step-counter); 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    width: 26px; 
    height: 26px; 
    background: #ff4b8d; 
    color: #fff; 
    border-radius: 50%; 
    font-size: 14px; 
    font-weight: bold; 
    margin-right: 10px; 
    flex-shrink: 0; 
}
.visa-flow-item p { 
    font-size: 14px; 
    color: #444; 
    line-height: 1.7; 
    margin: 0; 
    text-align: justify; 
}

/* --- FAQ（アコーディオン） --- */
.visa-faq-section { margin-bottom: 60px; }
.visa-faq-details { 
    background: #fff; 
    border: 1px solid #ffcadb; 
    border-radius: 8px; 
    margin-bottom: 15px; 
    overflow: hidden; 
}
.visa-faq-summary { 
    font-size: 16px; 
    font-weight: bold; 
    color: #e91e63; 
    padding: 20px 40px 20px 20px; 
    cursor: pointer; 
    position: relative; 
    list-style: none; 
}
.visa-faq-summary::-webkit-details-marker { display: none; }
.visa-faq-summary::before { 
    content: "Q. "; 
    color: #ff4b8d; 
    font-size: 18px; 
    margin-right: 5px; 
}
.visa-faq-summary::after { 
    content: "＋"; 
    position: absolute; 
    right: 20px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: #ff4b8d; 
    font-size: 24px; 
    font-weight: bold; 
}
.visa-faq-details[open] .visa-faq-summary::after { content: "－"; }
.visa-faq-answer { 
    padding: 0 20px 25px 20px; 
    font-size: 15px; 
    color: #444; 
    line-height: 1.7; 
    border-top: 1px dashed #ffedf2; 
    margin-top: -5px; 
    padding-top: 20px; 
}
.visa-faq-answer::before { 
    content: "A. "; 
    color: #333; 
    font-size: 16px; 
    font-weight: bold; 
    margin-right: 5px; 
}

/* --- ビザ専用 スマホレスポンシブ --- */
@media screen and (max-width: 767px) {
    .visa-flow-list { 
        grid-template-columns: 1fr; 
        gap: 25px; 
    }
    .visa-flow-item:not(:nth-child(3n))::after { display: none; }
    .visa-flow-item:not(:last-child)::after { 
        content: "▼"; 
        display: block; 
        position: absolute; 
        right: 50%; 
        bottom: -22px; 
        top: auto; 
        transform: translateX(50%); 
        color: #ff4b8d; 
        font-size: 18px; 
    }
    .visa-faq-summary { 
        font-size: 15px; 
        padding: 15px 35px 15px 15px; 
    }
    .visa-faq-answer { 
        font-size: 14px; 
        padding: 0 15px 20px 15px; 
    }
}





/* ============================================================
    無料相談 カウンセリング（consulting-page）
   ============================================================ */
#sachi-consulting-page, #sachi-consulting-page * { box-sizing: border-box !important; }
#sachi-consulting-page {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto 100px auto !important;
    padding: 0 !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}
.consulting-container {
    max-width: 1140px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* =======================================
   共通リード文
   ======================================= */
.common-lead {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px dashed #ffcadb !important;
    padding: 0 0 30px 0 !important;
    margin: 0 auto 40px auto !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}
.lead-sub-text {
  font-size: 16px !important;
  font-weight: normal !important;
  display: block !important;
  margin-top: 15px !important;
  color: #555 !important;
}
.mb-0 { margin-bottom: 0 !important; }

/* 各セクションの下余白 */
.consulting-grid-section, .consulting-intro, .line-section, .flow-section, .faq-section { 
    margin-bottom: 60px !important;
}

/* =======================================
   見出し・ボックス
   ======================================= */
.counseling-h3 {
  background: #ffeef3 !important;
  color: #333333 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 15px 20px !important;
  margin: 0 0 40px 0 !important;
  border: none !important;
  border-left: 8px solid #ff4b8d !important;
  text-align: left !important;
  border-radius: 0 !important;
}

.consulting-detail-box {
  background: #fffafc !important;
  border: 1px solid #ffcadb !important;
  border-radius: 15px !important;
  padding: 40px !important;
  margin-bottom: 50px !important;
  clear: both !important;
}
.consulting-detail-box p { font-size: 16px !important; line-height: 1.8 !important; }


/* =======================================
   3つの安心
   ======================================= */
.consulting-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

.consulting-card {
  background: #fff !important;
  border: 2px solid #ffcadb !important;
  border-radius: 15px !important;
  padding: 30px 20px !important;
  box-shadow: 0 5px 15px rgba(255, 75, 141, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.consulting-card img {
  width: 100% !important;
  max-width: 320px !important;
  height: auto !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  margin: -10px auto 25px auto !important;
  border-radius: 10px !important;
  display: block !important;
  border-bottom: none !important;
}

.consulting-card h4.consulting-card-h4 {
  font-size: 18px !important;
  color: #e91e63 !important;
  font-weight: 800 !important;
  margin: 0 0 15px 0 !important;
  padding: 10px 12px !important;
  background-color: #fffcfd !important;
  border: 1px solid #ffcadb !important;
  border-left: 5px solid #ff4b8d !important;
  text-align: left !important;
  border-radius: 5px !important;
}

.consulting-card p {
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  text-align: justify !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}


/* =======================================
   カウンセリングの流れ
   ======================================= */
.flow-steps { list-style: none !important; padding: 0 !important; margin: 0 0 50px 0 !important; }
.flow-step-item { display: flex !important; align-items: flex-start !important; margin-bottom: 30px !important; background: #fff !important; border: 1px solid #ddd !important; border-radius: 10px !important; padding: 25px !important; }
.flow-step-num {
  background: #ff4b8d !important; color: #fff !important; font-size: 18px !important; font-weight: bold !important; width: 50px !important; height: 50px !important;
  border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-right: 20px !important; flex-shrink: 0 !important;
}
.flow-step-content { flex-grow: 1 !important; }
.flow-step-content h4 {
  font-size: 18px !important;
  color: #333 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-weight: bold !important;
}
.flow-step-content p { font-size: 15px !important; line-height: 1.6 !important; color: #444 !important; margin: 0 !important; }

/* =======================================
   LINEボックス
   ======================================= */
.line-contact-box {
  background: #f6fff8 !important;
  border: 3px solid #06c755 !important;
  border-radius: 20px !important;
  padding: 40px !important;
  box-shadow: 0 5px 20px rgba(6, 199, 85, 0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}
.line-qr-area { text-align: center !important; flex-shrink: 0 !important; }
.line-qr-img { width: 180px !important; height: auto !important; border: 1px solid #eee !important; border-radius: 10px !important; background: #fff !important; padding: 10px !important; }
.line-info-area { flex-grow: 1 !important; }
.line-btn-area { text-align: center !important; flex-shrink: 0 !important; }

h4.line-title-h4 {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #06c755 !important;
  margin: 0 0 12px 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
.line-desc-text { font-size: 16px !important; line-height: 1.6 !important; color: #333 !important; margin: 0 !important; }

.line-btn {
  display: inline-block !important; background: #06c755 !important; color: #fff !important; padding: 15px 40px !important;
  border-radius: 50px !important; font-size: 18px !important; font-weight: bold !important; text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3) !important; transition: 0.3s !important;
  white-space: nowrap !important;
}
.line-btn:hover { opacity: 0.8 !important; color: #fff !important; }

/* =======================================
   ミニFAQリスト
   ======================================= */
.mini-faq-list { margin-top: 30px !important; margin-bottom: 50px !important; }
.mini-faq-item { margin-bottom: 20px !important; border-bottom: 1px dashed #ddd !important; padding-bottom: 20px !important; }

h4.mini-faq-q-h4 {
  position: relative !important;
  font-weight: bold !important;
  color: #d81b60 !important;
  font-size: 17px !important;
  margin: 0 0 10px 0 !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 0 0 30px !important;
}
h4.mini-faq-q-h4::before {
  content: "Q." !important; position: absolute !important; left: 0 !important; top: 0 !important;
  color: #ff4b8d !important; font-size: 20px !important;
}

.mini-faq-a {
  position: relative !important; font-size: 15px !important; color: #444 !important; line-height: 1.8 !important; padding-left: 30px !important;
}
.mini-faq-a::before {
  content: "A." !important; position: absolute !important; left: 0 !important; top: 0 !important;
  color: #ff85ad !important; font-size: 20px !important; font-weight: bold !important;
}

/* =======================================
   CTAエリア
   ======================================= */
.consulting-cta-wrap { text-align: center !important; margin-top: 80px !important; margin-bottom: 40px !important;}
.contact-cta-text { font-weight: bold !important; margin-bottom: 15px !important; font-size: 19px !important; color: #333 !important; line-height: 1.6 !important; }


/* =======================================
   スマホ用レスポンシブ
   ======================================= */
@media screen and (max-width: 768px) {
  .consulting-container { width: 92% !important; padding: 0 !important; }
  .common-lead { padding: 0 15px 30px 15px !important; font-size: 15px !important; text-align: left !important; }
  
  .counseling-h3 { font-size: 20px !important; padding: 12px 15px !important; margin-bottom: 30px !important; }
  .consulting-detail-box { padding: 25px 20px !important; }
  
  .consulting-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .consulting-card { padding: 25px 15px !important; margin-bottom: 0 !important; }
  .consulting-card img { width: 95% !important; max-width: 340px !important; margin: -5px auto 20px auto !important; }
  .consulting-card h4.consulting-card-h4 { font-size: 17px !important; }
  

  .flow-step-item { 
      padding: 20px 15px !important; 
      flex-direction: row !important; 
      align-items: flex-start !important;
  }
  .flow-step-num { 
      margin-bottom: 0 !important; 
      margin-right: 15px !important; 
      width: 45px !important;       height: 45px !important;
      font-size: 16px !important;
  }
  .flow-step-content h4 { font-size: 17px !important; margin-bottom: 5px !important; line-height: 1.4 !important; }
  .flow-step-content p { font-size: 14px !important; }
  
  /* LINEボックス */
  .line-contact-box { 
      flex-direction: column !important; 
      padding: 25px 15px !important; 
      gap: 15px !important; 
  }
  .line-qr-img { width: 140px !important; padding: 5px !important; } /* QRを少し小さく */
  h4.line-title-h4 { font-size: 18px !important; white-space: normal !important; text-align: center !important; margin-bottom: 8px !important; }
  .line-desc-text { font-size: 14px !important; text-align: center !important; }
  .line-btn-area { width: 100% !important; border-top: 1px dashed #bbf7d0 !important; padding-top: 20px !important; margin-top: 5px !important; }
  .line-btn { width: 85% !important; max-width: 240px !important; box-sizing: border-box !important; font-size: 16px !important; padding: 12px 20px !important; }
}


@media screen and (max-width: 768px) {
     h4.mini-faq-q-h4 { 
        font-size: 17px !important; 
        line-height: 1.5 !important;
    }
    .mini-faq-a { 
        font-size: 16px !important; 
        line-height: 1.7 !important;
    }

    /* CTAテキスト（スマホ用） */
    #sachi-consulting-page .consulting-cta-wrap .contact-cta-text {
        font-size: 16px !important; 
        line-height: 1.6 !important;
    }

} 




/* ============================================================
   共通リード文（.common-lead）の完全版（全ページ共通）
   ============================================================ */
.common-lead {
    background: transparent !important; /* 背景を透明に！ */
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px dashed #ffcadb !important; /* ピンクの点線を復活！ */
    padding: 0 0 30px 0 !important;
    margin: 0 auto 40px auto !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}

/* スマホ用の調整（画面端への張り付き防止） */
@media screen and (max-width: 768px) {
    .common-lead {
        padding: 0 15px 30px 15px !important; /* スマホのみ左右に余白 */
        font-size: 15px !important;
        text-align: left !important;
    }
}





/* ============================================================
   30. お見合いルール＆マナー（manner-page）
   ============================================================ */
#sachi-manner-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.manner-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.manner-section {
  margin-bottom: 60px;
}

/* =======================================
   見出し・セクションの基本デザイン（白背景＋枠線）
   ======================================= */
/* 第1部、第2部などの大見出し */
.manner-h3 {
    background: #ffeef3 !important;
    color: #333 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 15px 20px !important;
    margin: 60px 0 30px 0 !important;
    border: 1px solid #ffcadb !important;
    border-left: 8px solid var(--banner-main-color) !important;
    border-radius: 4px !important;
}

/* 1. 2. などの小見出し */
.manner-h4 {
    background: #fff5f8 !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 12px 15px !important;
    margin: 40px 0 20px 0 !important;
    border: 1px solid #ffcadb !important;
    border-left: 6px solid var(--banner-main-color) !important;
    border-radius: 4px !important;
}

/* ⑦ お助けフレーズ用（青枠線） */
.manner-h4.manner-h4-blue {
    border: 1px solid #bbdefb !important;
    border-left: 6px solid #2196f3 !important;
    background: #f0f8ff !important;
}

/* NG話題用（赤枠線） */
.manner-h4.manner-h4-red {
    border: 1px solid #ffcdd2 !important;
    border-left: 6px solid #d32f2f !important;
    color: #d32f2f !important;
    margin-top: 0 !important;
}


/* =======================================
   ボックス・メッセージエリア
   ======================================= */
/* アドバイスボックス（会話のコツなど） */
.manner-advice-box {
  background: #fff0f5 !important;
  padding: 20px !important;
  border-radius: 8px !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-bottom: 30px !important;
}

/* 警告ボックス（NGな話題エリア） */
.manner-detail-box {
  background: #fffafc !important;
  border: 2px solid #ffcdd2 !important;
  padding: 25px !important;
  border-radius: 10px !important;
  margin-top: 40px !important;
}

/* クロージングメッセージ（最後の一言） */
.manner-closing-msg {
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-top: 50px !important;
  color: #e91e63 !important;
  line-height: 1.8 !important;
}


/* =======================================
   リストデザイン（ぶら下がりインデント対応）
   ======================================= */
#sachi-manner-page .manner-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}
#sachi-manner-page .manner-list li {
  position: relative !important;
  padding-left: 1.4em !important;
  margin-bottom: 15px !important;
  line-height: 1.6 !important;
  font-size: 16px !important;
}

/* 「・」のデザイン設定 */
#sachi-manner-page .manner-list li::before {
  content: "・" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #333 !important; 
  font-weight: 900 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

/* 余白調整用ユーティリティクラス */
.mb-40 { margin-bottom: 40px !important; }
.mb-0 { margin-bottom: 0 !important; }


/* =======================================
   CTA・ボタンエリア
   ======================================= */
.manner-cta-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px; 
}

#sachi-manner-page .contact-cta-text {
    font-size: 18px !important;

}


/* =======================================
   レスポンシブ調整（スマホ）
   ======================================= */
@media screen and (max-width: 768px) {
  .manner-h3 { font-size: 18px !important; margin-top: 40px !important; margin-bottom: 20px !important; }
  .manner-h4 { font-size: 17px !important; padding: 10px !important; }
  
  .manner-advice-box { font-size: 16px !important; padding: 15px !important; }
  .manner-detail-box { padding: 20px 15px !important; margin-top: 30px !important; }
  .manner-closing-msg { font-size: 16px !important; text-align: left !important; margin-top: 40px !important; }
  
  #sachi-manner-page .manner-list li {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }

  /* スマホ用のボタン上テキストサイズ */
  #sachi-manner-page .contact-cta-text {
      font-size: 15px !important; 
      line-height: 1.6 !important;
  }

} 



/* ============================================================
   31. ユーティリティ・装飾
   ============================================================ */
.u-text-pink { color: var(--banner-main-color); }
.u-highlight-pink { color: var(--banner-main-color); font-weight: 900; }
.u-text-darkpink { color: var(--title-pink); }
.u-font-bold { font-weight: bolder; }

/* ============================================================
   32. お問い合わせフォーム（Contact Form 7）完全統合版
   ============================================================ */

/* 2重枠・不要な余白の強制リセット */
div.wpcf7 {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* フォーム全体の基本デザイン */
.sachi-contact-form, .sachi-entry-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff !important; 
    color: #333333 !important;
    padding: 40px !important; 
    border: 1px solid var(--border-pink) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

/* フォーム内見出し */
h3.form-section-title {
    font-size: 20px;
    color: #333 !important;
    background: var(--sub-pink) !important; 
    padding: 12px 20px;
    margin: 30px 0 15px 0;
    border-radius: 4px;
    border-left: 6px solid var(--banner-main-color) !important;
}
h3.form-section-title:first-of-type { margin-top: 0; }

/* 行レイアウト */
.form-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
}
.form-row:last-of-type { border-bottom: none; }

.form-label {
    width: 25%;
    font-weight: bold;
    color: #333 !important;
    padding-top: 8px;
    padding-right: 15px;
}

.required {
    display: inline-block;
    background: var(--banner-main-color) !important;
    color: #ffffff !important;
    font-size: 13px !important; 
    font-weight: bold !important;
    padding: 4px 10px !important; 
    border-radius: 4px !important;
    margin-left: 8px;
    vertical-align: middle;
}

.form-input { width: 75%; }

/* 入力フィールド */
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input input[type="number"],
.form-input textarea,
.form-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    background-color: #fafafa !important;
    color: #333 !important;
    font-size: 16px;
    box-sizing: border-box !important;
}
.form-input textarea { height: 120px; }
.form-input p { font-size: 15px !important; color: #555 !important; margin-top: 8px !important; line-height: 1.5 !important; }

/* 特殊入力サイズ */
.tiny-input { width: 100px !important; display: inline-block; }
.small-input { width: 180px !important; display: inline-block; }

/* 生年月日等のフレックス配置 */
.date-row { display: flex !important; align-items: center !important; gap: 15px; }
.birth-select { width: auto !important; min-width: 110px !important; padding: 8px 10px !important; }

.flex-item-line, .family-item, .body-item, .taste-item {
    margin-bottom: 10px;
    display: flex !important;
    align-items: center !important;
}
.flex-item-line select, .family-item select, .body-item select, .taste-item select {
    margin-left: 10px !important;
    width: auto !important;
    min-width: 150px;
}

/* 同意・セキュリティ */
.security-note {
    background: var(--banner-bg);
    padding: 20px;
    border-radius: 8px;
    color: var(--title-pink);
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
}

.sachi-contact-form input[type="checkbox"],
.acceptance-wrap input[type="checkbox"] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important; 
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

/* 送信ボタン */
.form-submit-area { text-align: center; margin-top: 30px; }
.form-submit-area input[type="submit"] {
    background: linear-gradient(135deg, var(--banner-main-color) 0%, #ff80ab 100%) !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 60px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 75, 141, 0.4);
    transition: 0.3s;
}

/* ====================================
   33. フォーム・スマホレスポンシブ
   ==================================== */
@media (max-width: 768px) {
    .sachi-contact-form, .sachi-entry-form { 
        padding: 25px 15px !important;
        margin: 0 10px !important; 
        width: auto !important; 
    }
    .form-row { display: block; padding: 15px 0; }
    .form-label { width: 100%; margin-bottom: 5px; display: block; }
    .form-input { width: 100%; }
    
    h3.form-section-title { font-size: 18px; padding: 10px 15px; }

    .security-note { text-align: left !important; font-size: 14px !important; padding: 15px !important; }
    .security-note br { display: none !important; }

    .date-row { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
    .birth-select { width: 80% !important; }
    
    .flex-item-line, .family-item, .body-item, .taste-item {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
    .flex-item-line select, .family-item select, .body-item select, .taste-item select {
        width: calc(100% - 80px) !important;
    }
}

/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge { visibility: hidden !important; }








/* ============================================================
   34. ご成婚までの流れ（flow-page） 専用CSS
   ============================================================ */

/* --- 1. 全体ラッパー & リセット --- */
#sachi-flow-page,
#sachi-flow-page * {
    box-sizing: border-box;
}

#sachi-flow-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px auto;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
}

/* --- 2. コンテナ & リード文 --- */
.flow-container-inner {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.flow-lead {
    font-size: 20px;
    font-weight: 800;
    color: #333333;
    text-align: center;
    margin: 20px 0 60px 0;
    line-height: 1.7;
    border-bottom: 2px dashed #ffcadb;
    padding-bottom: 30px;
}

.lead-sp {
    display: none;
}

/* --- 3. 見出し  --- */
h3.flow-h3 {
    background: #ffeef3;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0 0 40px 0;
    border-left: 8px solid var(--banner-main-color);
    border-bottom: none;
    border-top: none;
    border-right: none;
    text-align: left;
}


/* --- 4. ステップカード詳細 --- */
.sachi-card-box {
    background: #fff;
    border-radius: 35px;
    padding: 45px;
    margin-bottom: 60px;
    border: 2px solid #ffcadb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    scroll-margin-top: 30px;
}

.sachi-step-badge {
    display: inline-block;
    background: linear-gradient(90deg, #ff4b8d, #ff8eb5);
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* カード内見出し  */
.sachi-card-box h4 {
    color: #d81b60;
    font-size: 23px;
    font-weight: bold;
    background: linear-gradient(90deg, #fff0f5 0%, #ffffff 90%);
    border-left: 8px solid #ff4b8d;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* カード内の小見出し  */
.sachi-card-box h5.sub-title {
    color: #d81b60;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(90deg, #fff0f5 0%, #ffffff 90%);
    border-left: 8px solid #ff4b8d;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 25px;
}

/* --- 5. リストスタイル --- */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 12px;
}
.check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff4b8d;
    font-weight: bold;
    font-size: 18px;
}

/* --- 6. フレックスボックス（画像とテキスト） --- */
.sachi-flex-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 25px;
}
.sachi-flex-txt {
    flex: 1;
}
.sachi-flex-img {
    width: 35%;
    flex-shrink: 0;
    text-align: center;
}
.sachi-flex-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid #ffedf2;
    max-width: 320px !important;
}
.img-caption {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 8px;
    text-align: center;
}

/* --- 7. よくある不安（Q&A）--- */
.solution-box {
    background: #fdfdfd;
    border: 2px solid #e0eefd;
    border-radius: 20px;
    padding: 25px;
    margin-top: 35px;
}
.solution-title {
    color: #0056b3;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 2px solid #e0eefd;
    padding-bottom: 10px;
}
.qa-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0eefd;
    padding-bottom: 15px;
}
.qa-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.qa-q {
    color: #d81b60;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.qa-a {
    font-size: 18px;
    color: #444;
    margin-left: 10px;
    display: block;
    line-height: 1.6;
}
.qa-a::before {
    content: "A. ";
    font-weight: bold;
    color: #0056b3;
}

/* --- 8. スタッフノート（青枠） & 料金ボックス --- */
.staff-note {
    background: #f0f8ff;
    border-left: 6px solid #0056b3;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    font-size: 18px;
}
.staff-title {
    color: #0056b3;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.price-box {
    background: #fff5f8;
    border: 2px solid #ffcadb;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: #d81b60;
    font-size: 20px;
}

/* --- 9. ミニボタン（電話・LINE用） --- */
.mini-btn-link {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}
.btn-tel { background: #333; color: #fff; }
.btn-line { background: #06c755; color: #fff; }

/* --- 10. CTA・共通ボタン --- */
.contact-cta-text {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
.sachi-common-btn {
    display: inline-block;
    background: #ff4b8d;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3);
    transition: all 0.3s ease;
}
.sachi-common-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4);
    opacity: 0.9;
    color: #fff !important;
}


/* 料金ボックスの注釈（PC用は 17px） */
.price-box span {
    font-size: 17px !important;
    line-height: 1.5 !important;
}


/* --- 11. レスポンシブ調整（スマホ用） --- */
@media screen and (max-width: 768px) {
    /* リード文切り替え */
    .lead-pc { display: none; }
    .lead-sp {
        display: block;
        font-size: 16px;
        text-align: justify;
        width: 100%;
        margin: 20px auto 40px auto;
        padding: 0 0 30px 0;
        line-height: 1.8;
    }

    /* 見出し  */
    h3.flow-h3 {
        font-size: 20px; 
        margin: 40px 0 20px 0;
        padding: 12px 15px;
    }

    /* カードボックス */
    .sachi-card-box {
        padding: 25px 15px;
        margin-bottom: 40px;
        border-radius: 20px;
    }



/* 上段（メインの文字） */
    .sachi-card-box h4 {
        font-size: 18px !important; 
        letter-spacing: -0.5px !important;
        padding: 10px 12px !important;
        margin-bottom: 20px !important;
    }

    /* カッコ内 */
    .sachi-card-box h4 .step-sub-text {
        display: block !important;
        font-size: 15px !important; 
        font-weight: normal !important;
        margin-top: 0px !important; 
        line-height: 1.3 !important; 
        margin-left: -6px !important; 
    }


    /* カード内の小見出し  */
    .sachi-card-box h5.sub-title {
        font-size: 16px;
        letter-spacing: -0.5px;
        padding: 10px 12px;
        margin-bottom: 20px;
    }

    /* フレックス解除（縦並び） */
    .sachi-flex-box {
        display: block;
        margin-bottom: 20px;
    }
    .sachi-flex-img {
        width: 100%;
        max-width: 340px;
        margin: 20px auto 0 auto;
    }

    /* リスト・各ボックス余白 */
    .check-list li { font-size: 16px; padding-bottom: 10px; margin-bottom: 10px; }
    .staff-note { padding: 15px; margin-top: 20px; font-size: 16px; }
    .solution-box { padding: 20px 15px; margin-top: 25px; border-radius: 15px; }
    .qa-item { padding-bottom: 12px; margin-bottom: 15px; }
    .qa-q { font-size: 16px; }
    .qa-a { font-size: 16px; margin-left: 0; }
    .price-box { margin: 20px 0; font-size: 16px; padding: 15px 10px; }

    /* CTA・ボタン */
    .contact-cta-text { font-size: 16px; line-height: 1.4; }
    .sachi-common-btn { width: 100%; padding: 15px 0; font-size: 16px; }

    /* ミニボタン・改行 */
    .mini-btn-link { margin-top: 5px; padding: 6px 12px; font-size: 13px; }
    .pc-br { display: none; }
    .sp-br { display: block; }

  /* （スマホ用は 15px） */
    .price-box span {
        font-size: 15px !important; 
        line-height: 1.5 !important; 
    }

}



/* ============================================================
   35. よくある質問（faq-page）
   ============================================================ */
#sachi-faq-page,
#sachi-faq-page * {
  box-sizing: border-box;
}

#sachi-faq-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

.faq-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* コンテンツエリア */
.faq-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.faq-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

h3.faq-h3 {
  background: #ffeef3;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0 0 40px 0;
  border-left: 8px solid var(--banner-main-color);
  border-bottom: none;
  border-top: none;
  border-right: none;
  text-align: left;
}

/* FAQ（よくあるご質問）セクション専用CSS */
.faq-category-section {
  margin-bottom: 60px;
}

.faq-list-final {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.faq-item-final {
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-check {
  display: none;
}

h4.faq-q-h4 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.faq-q-label {
  background-color: #fdf2f5;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.faq-q-label:hover {
  background-color: #ffdce6;
}

.faq-q-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff4b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-q-text {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.faq-q-label::after {
  content: "▼";
  font-size: 14px;
  color: #ff4b8d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

.faq-check:checked ~ .faq-q-h4 .faq-q-label::after {
  -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
}

.faq-a-final {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 30px;
  opacity: 0;
}

.faq-check:checked ~ .faq-a-final {
  max-height: 1000px;
  padding: 25px 30px;
  border-top: 1px dashed #ffcadb;
  opacity: 1;
}

.faq-a-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff85ad;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-a-text {
  font-size: 17px;
  color: #555555;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* CTAエリア（お問い合わせ誘導） */
.faq-cta-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.contact-cta-text {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* CTAボタン */
.faq-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
          box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
}

/* ============================================================
   ★レスポンシブ：スマホ用設定（FAQ一覧ページ）★
   ============================================================ */
@media screen and (max-width: 767px) {
  .pc-br { display: none; }
  .sp-br { display: block; }
  
 
/* FAQページのコンテナ（外枠）*/
  #sachi-faq-page .faq-container { 
      width: 100% !important; 
      padding: 0 20px !important; 
      margin: 0 auto; 
  }

  /* リード文 */
  #sachi-faq-page .faq-lead { 
      font-size: 16px; 
      text-align: justify; 
      margin: 20px auto 40px auto; 
      padding-left: 0 !important; 
      padding-right: 0 !important; 
  }


 #sachi-faq-page h3.faq-h3 { font-size: 20px; margin: 40px 0 20px 0; padding: 12px 15px; }
  
  /* FAQアコーディオンの余白 */
  #sachi-faq-page .faq-list-final { margin-bottom: 20px; gap: 20px; }
  
  /* 👇 Qエリアのぼてっと感を解消！（スリム化） */
  #sachi-faq-page .faq-q-label { padding: 10px 15px !important; gap: 10px; }
  #sachi-faq-page .faq-q-text { font-size: 16px !important; line-height: 1.4 !important; }
  
  #sachi-faq-page .faq-q-icon { font-size: 20px; }
  #sachi-faq-page .faq-a-final,
  #sachi-faq-page .faq-check:checked ~ .faq-a-final { padding-left: 20px; padding-right: 20px; }
  #sachi-faq-page .faq-a-text { font-size: 16px; }
  
  /* CTAボタンのスマホ調整 */
  #sachi-faq-page .faq-btn { width: 100%; padding: 15px 0; font-size: 16px; }
  
  /* 👇 一番下のCTAテキストのスマホ調整 */
  #sachi-faq-page .faq-cta-wrap .contact-cta-text {
      font-size: 15px !important;
      line-height: 1.6 !important;
  }
}



/* ============================================================
   FAQ（よくあるご質問）トップページセクション専用CSS
   ============================================================ */
.faq-category-section {
  margin-bottom: 60px;
}

.faq-list-final {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.faq-item-final {
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-check {
  display: none;
}

h4.faq-q-h4 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.faq-q-label {
  background-color: #fdf2f5;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.faq-q-label:hover {
  background-color: #ffdce6;
}

.faq-q-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff4b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-q-text {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.faq-q-label::after {
  content: "▼";
  font-size: 14px;
  color: #ff4b8d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

.faq-check:checked ~ .faq-q-h4 .faq-q-label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-a-final {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 30px;
  opacity: 0;
}

.faq-check:checked ~ .faq-a-final {
  max-height: 1000px;
  padding: 25px 30px;
  border-top: 1px dashed #ffcadb;
  opacity: 1;
}

.faq-a-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff85ad;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-a-text {
  font-size: 17px;
  color: #555555;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* CTAボタン */
.faq-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
          box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
}
/* ============================================================
   ★レスポンシブ：スマホ用設定★
   ============================================================ */
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  #sachi-faq-page .faq-container {
    width: 92%;
    margin: 0 auto;
  }
  .faq-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
  }
  h3.faq-h3 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  .faq-list-final {
    margin-bottom: 20px;
    gap: 20px;
  }
  .faq-q-label {
    padding: 15px 20px;
    gap: 10px;
  }
  .faq-q-text {
    font-size: 16px;
  }
  .faq-q-icon {
    font-size: 20px;
  }
  .faq-a-final,
  .faq-check:checked ~ .faq-a-final {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-a-text {
    font-size: 15px;
  }
  .faq-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  /* CTAテキストのスマホ調整 */
  .cta-text {
    font-size: 16px;
    line-height: 1.7;
  }

}
  
 


/* =======================================
   パスワード保護画面のスタイル調整
   ======================================= */
.post-password-form {
    max-width: 600px !important; 
    margin: 80px auto !important; 
    padding: 40px 30px !important; 
    background-color: #fffafc !important; 
    border: 2px solid #ffcadb !important; 
    border-radius: 15px !important; 
    text-align: center !important; 
    box-sizing: border-box !important;
}

/* 説明文のテキスト */
.post-password-form p {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* パスワード入力枠 */
.post-password-form input[type="password"] {
    display: block !important;
    width: 100% !important;
    max-width: 320px !important; 
    margin: 0 auto 20px auto !important; 
    padding: 12px 15px !important;
    border: 2px solid #ffcadb !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}

/* 確定（送信）ボタン */
.post-password-form input[type="submit"] {
    display: inline-block !important;
    background: #ff4b8d !important;
    color: #ffffff !important;
    padding: 12px 50px !important;
    border: none !important;
    border-radius: 50px !important; 
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(255, 75, 141, 0.2) !important;
    transition: all 0.3s ease !important;
}

.post-password-form input[type="submit"]:hover {
    background: #e91e63 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 75, 141, 0.3) !important;
}

/* スマホ用の微調整 */
@media screen and (max-width: 768px) {
    .post-password-form {
        margin: 40px 15px !important; 
        padding: 30px 15px !important;
    }
    .post-password-form input[type="password"] {
        max-width: 100% !important; 
    }
}

/* =======================================
   ページネーション（ブログ・会員一覧 共通）
   ======================================= */

/* 大枠（全体を中央に寄せる） */
.sachi-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 60px 0 40px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important; 
    box-shadow: none !important; 
}

/* リスト */
.sachi-pagination ul {
    display: flex !important;
    flex-direction: row !important; 
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    border: none !important; 
    box-shadow: none !important;
}

/* リストの各項目 */
.sachi-pagination ul li {
    list-style: none !important;
    display: block !important;
    width: auto !important;
    margin: 0 5px !important;
    padding: 0 !important;
}
.sachi-pagination ul li::before,
.sachi-pagination ul li::after {
    display: none !important;
}

/* ピンクの丸ボタン（リンクと現在のページ番号） */
.sachi-pagination ul li a, 
.sachi-pagination ul li span {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 45px !important;
    height: 45px !important;
    padding: 0 16px !important;
    background-color: #ffffff !important;
    border: 1px solid #ffcadb !important;
    border-radius: 50px !important;
    color: #ff4b8d !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    transition: 0.3s !important;
}

/* 現在のページ（色を反転） */
.sachi-pagination ul li span.current {
    background-color: #ff4b8d !important;
    color: #ffffff !important;
    border-color: #ff4b8d !important;
}

/* ホバー時の動き */
.sachi-pagination ul li a:hover {
    background-color: #fdf2f5 !important;
    transform: translateY(-2px) !important;
}

/* 「次へ」「前へ」ボタンの枠線を消してテキストだけにする */
.sachi-pagination ul li a.next.page-numbers, 
.sachi-pagination ul li a.prev.page-numbers {
    border: none !important;
    background-color: transparent !important;
    min-width: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.sachi-pagination ul li a.next.page-numbers:hover, 
.sachi-pagination ul li a.prev.page-numbers:hover {
    background-color: transparent !important;
    color: #d81b60 !important;
    transform: none !important;
}