@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}



add_filter( 'ppp_nonce_life', 'my_nonce_life' );
function my_nonce_life() {
	return 60 * 60 * 24 * 5;	// 5 日間（秒×分×時間×日）
}

/* コンテンツエリア（メインとサイドバーの全体）の背景を白にする */
#content.l-content {
    background-color: #ffffff;
    padding-bottom: 30px; /* 下部の余白調整（任意） */
}


.grecaptcha-badge { visibility: hidden; }

/* 黄色マーカー */
.keiko_yellow-white {
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
    font-weight: bold;

}

/* ====== フローティングCTA ====== */
.f-cta{
  position:fixed;bottom:0;left:0;right:0;z-index:99999;
  display:flex;gap:7px;
  background:linear-gradient(180deg,#1e3050 0%,#1a2744 100%);
  padding:10px 8px calc(10px + env(safe-area-inset-bottom,0px));
  box-shadow:0 -4px 28px rgba(0,0,0,.22);
  transition:transform .35s cubic-bezier(.4,0,.2,1);
}
.f-cta.hide{transform:translateY(110%)}
.f-cta a{
  flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  text-decoration:none;border-radius:12px;min-height:56px;
  padding:8px 10px;font-weight:700;
}

/* 電話 */
.f-cta .tel{
  background:#fff;color:#1a2744;
  box-shadow:0 2px 8px rgba(0,0,0,.08);flex:.92;
  transition:transform .1s,filter .1s;
}
.f-cta .tel:active{transform:scale(.96);filter:brightness(.92)}
.f-cta .tel .ic{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  background:linear-gradient(135deg,#27ae60 0%,#1e8449 100%);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 6px rgba(30,132,73,.3);
}
.f-cta .tel .ic svg{width:18px;height:18px}
.f-cta .tel .tx{line-height:1.15;text-align:left}
.f-cta .tel .tx .label{display:block;font-size:13px;font-weight:800;color:#1a2744}
.f-cta .tel .tx .num{display:block;font-size:11.5px;font-weight:800;letter-spacing:.3px;color:#1e8449;margin-top:1px}
.f-cta .tel .tx .sub{display:block;font-size:8.5px;font-weight:500;color:#777;margin-top:1px}

/* 見積もり（3Dプッシュボタン） */
.f-cta .est{
  background:linear-gradient(180deg,#ffa726 0%,#fb8c00 45%,#ef6c00 100%);
  color:#fff;position:relative;
  box-shadow:0 5px 0 #bf360c,0 7px 18px rgba(239,108,0,.45);
  text-shadow:0 1px 2px rgba(0,0,0,.18);flex:1.08;
  flex-direction:column;gap:1px;padding:6px 12px;
  transform:translateY(0);
  transition:transform .08s ease,box-shadow .08s ease;
}
.f-cta .est::before{
  content:'';position:absolute;top:1px;left:1px;right:1px;
  height:48%;border-radius:11px 11px 0 0;
  background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.f-cta .est:active{
  transform:translateY(4px);
  box-shadow:0 1px 0 #bf360c,0 2px 6px rgba(239,108,0,.3);
  filter:brightness(.95);animation:none;
}
.f-cta .est .badge{
  display:inline-block;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.4);
  color:#fff;font-size:10px;font-weight:800;
  padding:0 9px;border-radius:7px;
  line-height:1.5;letter-spacing:.2px;
  position:relative;z-index:1;
}
.f-cta .est .main{
  display:block;font-size:15px;font-weight:900;letter-spacing:.2px;
  position:relative;z-index:1;white-space:nowrap;
}
@keyframes glow{
  0%,100%{box-shadow:0 5px 0 #bf360c,0 7px 18px rgba(239,108,0,.45)}
  50%{box-shadow:0 5px 0 #bf360c,0 7px 26px rgba(239,108,0,.65),0 0 0 5px rgba(255,167,38,.15)}
}
.f-cta .est{animation:glow 2.6s ease-in-out infinite}

@media(min-width:769px){.f-cta{display:none}}
@media(max-width:360px){
  .f-cta{padding:8px 6px calc(8px + env(safe-area-inset-bottom,0px));gap:5px}
  .f-cta a{min-height:50px;border-radius:10px}
  .f-cta .est .main{font-size:13px}
  .f-cta .est .badge{font-size:9px;padding:0 7px}
  .f-cta .tel .ic{width:30px;height:30px}
  .f-cta .tel .ic svg{width:15px;height:15px}
  .f-cta .tel .tx .label{font-size:12px}
}

#fix_bottom_menu{display:none !important}
body{padding-bottom:80px}


/* !-====================================================
 * ▼ SWELL特殊な処理
 * ----------------------------------------------------*/
body {
    background-color: #fff;
}
.top #content {
    /* コンテンツ上下に余分な空白が入るので消す */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* フッター直前にワイドボックスを設置したら出る空白を非表示 */
.w-beforeFooter {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.l-content {
    /* コンテンツが始まる（h1の上）に余分な空白が入るので狭くする */
    padding-top: 0;
    /* 一番下のフッターの上に空白がでるのでそれを防ぐ */
    margin: 0 auto 0;
}

/* コンテンツエリア（メインとサイドバーの全体）の背景を白にする */
#content.l-content {
    background-color: #ffffff;
    padding-bottom: 30px; /* 下部の余白調整（任意） */
	padding-top: 30px;
}


/*Twenty20 スライダーの矢印位置調整*/
.post_content .twentytwenty-left-arrow {
    top: 13px;
}

.my-button-nobr{
  white-space : nowrap;
}

/* 水色マーカー */
.keiko_lightblue {
    background: linear-gradient(transparent 60%, rgba(173, 216, 230, 0.7) 60%); /* 例: 薄い水色 */
    /* background: linear-gradient(transparent 60%, rgba(0, 191, 255, 0.6) 60%); */ /* 例: 少し濃い水色 */
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

/* 赤色マーカー */
.keiko_red {
    background: linear-gradient(transparent 60%, rgba(255, 99, 71, 0.6) 60%); /* 例: トマト色 */
    /* background: linear-gradient(transparent 60%, rgba(255, 182, 193, 0.7) 60%); */ /* 例: ややピンク寄りの赤 */
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

/* !-====================================================
 * ▼ 独自見出しスタイル (will-)
 * ----------------------------------------------------*/
/* セレクタの詳細度を上げ、SWELLのデフォルトスタイルより優先させる */
/* --- PCでの表示 (画面幅768px以上) --- */
@media screen and (min-width: 768px) {
    /* h1 */
    .post_content h1.will-h1 {
        font-size: 20px !important;
        text-align: left;
    }
    /* h2 */
    .post_content h2.will-h2 {
        font-size: 40.96px;
        text-align: left;
        margin-bottom: 0.5em;
    }
    /* h2 */
    .post_content h2.will-h2-c {
        font-size: 34px;
        text-align: center;
        margin-bottom: 0.5em;
    }
    /* h2 */
    .post_content h2.will-h2-catch {
        font-size: 60px;
        text-align: left;
        line-height: 1.4;
        margin-bottom: 0.25em;
        margin-top: 0;
    }
    /* h2 */
    .post_content h2.will-h2-white {
        font-size: 34px;
        text-align: center;
        margin-bottom: 0.5em;
        color: #FFFFFF;
    }
    /* h3 */
    .post_content h3.will-h3 {
        font-size: 30px;
        text-align: left;
        margin-bottom: 0.5em;
    }
    /* h3 */
    .post_content h3.will-h3-c {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0.5em;
    }
    /* h3 */
    .post_content h3.will-h3-y {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0.5em;
        background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
        font-weight: bold;
    }
    /* h3 */
    .post_content h3.will-h3-white {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0.5em;
        color: #FFFFFF;
    }
    /* h3 */
    .post_content h3.will-h3-mailform {
        font-size: 18px;
        text-align: center;
        margin: 1em 0 1em;
    }
    /* h4 */
    .post_content h4.will-h4 {
        font-size: 24px;
    }
}
/* --- スマホでの表示 (画面幅767px以下) --- */
@media screen and (max-width: 767px) {
    /* h1 (PC:20px) -> スマホ:画面幅の5% */
    .post_content h1.will-h1 {
        font-size: 5vw;
    }
    /* h2 (PC:45px) -> スマホ:画面幅の8% */
    .post_content h2.will-h2 {
        font-size: 7vw;
        margin-bottom: 0.5em;
    }
    /* h2 (PC:45px) -> スマホ:画面幅の8% */
    .post_content h2.will-h2-c {
        font-size: 5.5vw;
        margin-bottom: 0.5em;
    }
    .post_content h2.will-h2-catch {
        font-size: 7vw;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 0.25em;
        margin-top: 0;
    }
    .post_content h2.will-h2-white {
        font-size: 6vw;
        text-align: center;
        margin-bottom: 0.5em;
        color: #FFFFFF;
    }
    /* h3 (PC:25px) -> スマホ:画面幅の5.5% */
    .post_content h3.will-h3 {
        font-size: 5.5vw;
    }
    /* h3 (PC:25px) -> スマホ:画面幅の5.5% */
    .post_content h3.will-h3-c {
        font-size: 5.5vw;
    }
    /* h3 */
    .post_content h3.will-h3-mailform {
        font-size: 4.0vw;
        text-align: center;
        margin: 1.5em 0 1em;
    }
    /* h4 (PC:24px) -> スマホ:画面幅の5.2% */
    .post_content h4.will-h4 {
        font-size: 5.2vw;
    }
}
/* 見出しの共通スタイル（太字、余白リセットなど） */
.post_content h1.will-h1,
.post_content h2.will-h2,
.post_content h3.will-h3,
.post_content h4.will-h4 {
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    line-height: 1.4;
}


/* === 最終版・タイトル一体型 開閉プロフィールボックス === */

/* 全体を囲むボックス */
.eeat-profile-container {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 1.5em 0;
  overflow: hidden; /* 角丸を効かせる */
}

/* タイトルと開閉ボタンが一体化したヘッダー */
.eeat-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.eeat-profile-header:hover {
  background-color: #f3f4f6;
}
.eeat-profile_title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
.eeat-profile_expander {
  color: #3b82f6;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.eeat-profile_expander .expander-close { display: none; }

/* プロフィールリスト本体 */
.eeat-profile-list {
  padding: 24px;
  border-top: 1px solid #e5e7eb;
  transition: opacity 0.4s ease, max-height 0.5s ease;
  overflow: hidden;
}
.eeat-profile-item {
  display: flex;
  align-items: flex-start;
}
.eeat-profile-item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #e0e0e0;
}

/* 最後のプロフィール項目の区切り線を消す */
.eeat-profile-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


/* プロフィール内の「もっと見る」リンクのスタイル */
.profile-more-link {
  margin-top: 12px; /* 上の説明文との間に余白を作る */
  text-align: right; /* 右揃えにする */
}

.profile-more-link a {
  font-size: 13px;
  font-weight: bold;
  color: #3b82f6; /* テーマカラーに合わせた青色など */
  text-decoration: none;
  transition: opacity 0.2s;
}

.profile-more-link a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* スマホ表示では右揃えを解除 */
@media (max-width: 600px) {
  .profile-more-link {
    text-align: left;
  }
}


/* 各プロフィールの中身 (既存のsupervisor-boxのスタイルを継承) */
.eeat-profile-item .item-figure { position: relative; flex-shrink: 0; margin-right: 20px; width: 100px; }
.eeat-profile-item .item-figure img { border-radius: 50%; width: 100px; height: 100px; object-fit: cover; display: block; }
.eeat-profile-item .item-label {
  position: absolute;
  bottom: -10px; /* ラベル位置を元の位置に戻しました */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  background-color: #2e2e33;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
}
.eeat-profile-item .item-body { flex-grow: 1; min-width: 0; }
.eeat-profile-item .item-head { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e0e0e0; }
.eeat-profile-item .item-position { font-size: 13px; font-weight: bold; color: #555; margin: 0; }

/* 名前のスタイルをFlexboxで制御 */
.eeat-profile-item .item-name {
  display: flex;         /* ★追加: Flexboxを有効にする */
  align-items: center;   /* ★追加: 垂直方向の中央揃え */
  flex-wrap: wrap;       /* ★追加: 折り返しを許可 */
  gap: 0 0.5em;          /* ★追加: 横方向の隙間を0.5emに */

  /* 既存のスタイルはそのまま */
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* 名前の読み仮名のスタイル */
.eeat-profile-item .item-name-reading {
  font-size: 0.7em; /* 名前の70%のサイズ */
  font-weight: normal; /* 太字にしない */
  color: #555; /* 少し薄い色に */
}


.eeat-profile-item .item-description { margin-top: 8px; font-size: 14px; line-height: 1.7; }
.eeat-profile-item .item-description p { margin: 0; }
.eeat-profile-item .item-sns-list { list-style: none; padding-left: 0; margin: 16px 0 0 0; display: flex; gap: 16px; }
.eeat-profile-item .item-sns-list a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: #e5e7eb; border-radius: 50%; text-decoration: none; transition: opacity 0.2s; }
.eeat-profile-item .item-sns-list a:hover { opacity: 0.7; }
.eeat-profile-item .item-sns-list .sns-icon { color: #4b5563; font-size: 18px; }

/* --- ▼▼▼ 開閉機能のためのCSS ▼▼▼ --- */
/* [初期状態] リストの高さを制限し、フェードアウト */
.eeat-profile-container .eeat-profile-list {
  max-height: 230px; /* ★修正: 上部に追加した余白分、高さを調整しました */
  position: relative;
}
.eeat-profile-container .eeat-profile-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #f9fafb 90%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* --- ▼▼▼ [開いた後の状態] is-expandedが付いた時 ▼▼▼ --- */
.eeat-profile-container.is-expanded .eeat-profile-list {
  max-height: 2000px; /* 十分な高さ */
}
.eeat-profile-container.is-expanded .eeat-profile-list::after {
  opacity: 0; /* フェードアウトを消す */
}
.eeat-profile-container.is-expanded .expander-open { display: none; }
.eeat-profile-container.is-expanded .expander-close { display: inline; }
.eeat-profile-expander .expander-close { display: none; }

/* --- スマホ表示 --- */
@media (max-width: 600px) {
  .eeat-profile-item { flex-direction: column; align-items: center; }
  .eeat-profile-item .item-figure { margin-right: 0; margin-bottom: 20px; }
  .eeat-profile-item .item-body { width: 100%; text-align: center; }
  .eeat-profile-item .item-name { font-size: 18px; }
  .eeat-profile-item .item-description { text-align: left; }
  .eeat-profile-item .item-sns-list { justify-content: center; }
}

/* --- ▼▼▼ 下部に追加する「全員を見る」ボタンのスタイル ▼▼▼ --- */
.eeat-profile-expander-bottom {
  position: absolute;
  bottom: 24px; /* 下からの位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* グラデーションの上に表示 */
  display: inline-block;
  background-color: #fff;
  color: #3b82f6; /* 青色 */
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 9999px; /* 角を丸くしてカプセル型に */
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  white-space: nowrap;
  transition: all 0.2s ease;
  opacity: 1;
}

.eeat-profile-expander-bottom:hover {
  background-color: #f9fafb;
  transform: translateX(-50%) translateY(-2px); /* 少し浮き上がるエフェクト */
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* 開いた状態(is-expanded)では下部ボタンを非表示にする */
.eeat-profile-container.is-expanded .eeat-profile-expander-bottom {
  opacity: 0;
  pointer-events: none; /* 見えなくてもクリックできないようにする */
}

/* ----- 監修者のスタイル ----- */

/* supervisor-box全体 */
.supervisor-box_container {
  margin: 2em 0;
  color: #333;
}
.supervisor-box_wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  background-color: #f9fafb;
  overflow: hidden; /* ラベルのはみ出しを親要素で管理 */
}
.supervisor-box_inner {
  display: flex;
  align-items: flex-start;
}

/* 左側（画像・ラベル） */
.supervisor-box_left {
  position: relative;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  width: 100px;
}
.supervisor-box_left .avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}
.supervisor-box_label {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  background-color: #2e2e33;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
}
/* 運営責任者用の特別なラベルスタイル */
.supervisor-box_label.is-owner {
  background-color: #c00; /* 例：赤色など、目立つ色に */
}


/* 右側（名前・説明） */
.supervisor-box_right {
  flex-grow: 1;
  min-width: 0;
}
.supervisor-box_head {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.supervisor-box_position {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin: 0;
}
.supervisor-box_name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.supervisor-box_body {
  margin-top: 8px;
}
.supervisor-box_description p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* --- ▼▼▼「続きを読む（インライン表示）」関連のスタイル ▼▼▼ --- */
.js-description-more { display: none; }
.js-read-more-inline-trigger { color: #3b82f6; font-weight: bold; text-decoration: none; }
.js-read-more-inline-trigger:hover { text-decoration: underline; }
.js-description-wrapper.is-open .js-description-more { display: inline; }
.js-description-wrapper.is-open .js-read-more-inline-trigger { display: none; }
/* @media (min-width: 601px) ブロックを削除しました */
/* --- ▲▲▲ スタイルここまで ▲▲▲ --- */

/* アイコンリスト */
.supervisor-box_iconList {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0 0;
  display: flex;
  gap: 16px;
}
.supervisor-box_iconList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #e5e7eb;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.supervisor-box_iconList__item a:hover { opacity: 0.7; }
.supervisor-box_iconList .c-iconList__icon { color: #4b5563; font-size: 18px; }


/* =============================================================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ スマホ表示の改善 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* =============================================================== */
@media (max-width: 600px) {

  /* 全体のパディングを調整 */
  .supervisor-box_wrapper {
    padding: 24px 16px;
  }
  
  /*【最重要】横並び ⇒ 縦積みのレイアウトに変更 */
  .supervisor-box_inner {
    flex-direction: column;  /* 縦並びにする */
    align-items: center;     /* 中央揃えにする */
  }

  /* 左側（画像）の調整 */
  .supervisor-box_left {
    width: 100px; /* PCと同じサイズに戻しても綺麗に見える */
    margin-right: 0; /* 右の余白は不要 */
    margin-bottom: 20px; /* 下に余白を作り、テキストとの間隔を確保 */
  }
  .supervisor-box_left .avatar {
    width: 100px;
    height: 100px;
  }

  /* 右側（テキスト）の調整 */
  .supervisor-box_right {
    width: 100%;          /* 幅を100%にして、利用可能なスペースを全て使う */
    text-align: center;   /* 名前や役職を中央揃えにして、全体のバランスを整える */
  }
  
  .supervisor-box_name {
    font-size: 18px;
  }

  /* 説明文は読みやすさを考慮し、左揃えに戻す */
  .supervisor-box_description p {
    text-align: left;
  }
  
  /* アイコンリストを中央揃えにする */
  .supervisor-box_iconList {
    justify-content: center;
  }
}

/* =============================================================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ スマホ表示の改善 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* =============================================================== */
@media (max-width: 600px) {

  /* ★★★★★ ここから差し替え ★★★★★ */

  .eeat-profile-item {
    display: grid;
    /* [avatar] 80px, [content] 残り */
    grid-template-columns: 80px 1fr;
    gap: 8px 16px; /* 行間8px、列間16px */
    align-items: start;
  }

  /* 1. 画像エリア */
  .eeat-profile-item .item-figure {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .eeat-profile-item .item-figure img { width: 100%; height: 100%; }
  .eeat-profile-item .item-label {
    font-size: 11px;
    padding: 3px 8px;
    bottom: -8px;
  }
  
  /* 2. テキストコンテナはレイアウト上「無視」させる */
  .eeat-profile-item .item-body {
    display: contents;
  }

  /* 3. 名前・役職エリア */
  .eeat-profile-item .item-head {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    align-self: center; /* 画像と垂直方向中央に配置 */
	text-align: left;
  }
  .eeat-profile-item .item-name {
    font-size: 16px;
  }

  /* 4. 説明文エリア */
  .eeat-profile-item .item-description {
    grid-column: 1 / -1; /* 全幅（1列目から最後まで） */
    grid-row: 2 / 3;
    text-align: left;
  }

  /* 5. SNSアイコンエリア */
  .eeat-profile-item .item-sns-list {
    grid-column: 1 / -1; /* 全幅 */
    grid-row: 3 / 4;
    justify-content: flex-start;
  }
  
  /* ★★★★★ ここまで差し替え ★★★★★ */

}

/* ============================================================= */
/* ▼▼▼ 単独プロフィールボックス用のスタイル ▼▼▼ */
/* ============================================================= */
.profile-box-single {
  background-color: #f9fafb; /* 背景色 */
  border: 1px solid #e5e7eb; /* 枠線 */
  border-radius: 8px; /* 角丸 */
  margin: 1.5em 0; /* 上下の余白 */
  padding: 24px; /* 内側の余白 */
  overflow: hidden; /* 角丸を効かせる */
}

/* 単独ボックス内のプロフィール項目には下線を引かない */
.profile-box-single .eeat-profile-item {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ==================================================
  案内人プロフィールボックス
================================================== */
.guide-box {
  display: flex;
  align-items: center;
  gap: 15px; /* 要素間のスペース */
  padding: 15px;
  margin-bottom: 2em; /* ボックス下の余白 */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.guide-box__figure {
  flex-shrink: 0; /* 画像が縮まないようにする */
}

.guide-box__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block; /* 画像下の余分な余白を防ぐ */
  object-fit: cover; /* 画像が歪まないように調整 */
}

.guide-box__body p {
  margin: 0;
  line-height: 1.6;
}

.guide-box__label {
  font-size: 0.9em;
  color: #555;
}

.guide-box__name {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.guide-box__message {
  font-size: 0.9em;
}

/* レスポンシブ対応（スマホ表示など） */
@media (max-width: 600px) {
  .guide-box {
    flex-direction: column; /* 縦並びにする */
    text-align: center;
    gap: 10px;
  }
  .guide-box__name {
    margin-bottom: 8px;
  }
}



/* ----- ライターへの追記依頼（目印）のスタイル ----- */
/* 
  このスタイルは編集作業中にのみ表示し、
  サイト公開時には非表示にすることを推奨します。
*/

.sukkiri-writer-request-title {
    padding: 0.3em 0.5em;
    margin: 2.5em 0 0.5em 0; /* 上に多めの余白、下に少しの余白 */
    font-size: 1.1em;
    color: #1e293b; /* 濃いグレー */
    border-left: 6px solid #f59e0b; /* オレンジ色の太いボーダー */
    background-color: #fefce8; /* ごく薄いクリーム色 */
    border-radius: 0 4px 4px 0; /* 右側だけ角を丸くする */
}

/* 見出しの前に鉛筆の絵文字を追加 */
.sukkiri-writer-request-title::before {
    content: '📝';
    margin-right: 0.75em;
}


.swiper {
  height: 40vw;
  max-height: 600px; /* 最大の高さ */
  min-height: 400px; /* 最小の高さ */
}
.swiper-slide {
  display: flex;
  justify-content: center; /* 左右の中央揃え */
}
.swiper-slide img {
  align-self: center; /* 上下の中央揃え */
  max-height: 100%;
  max-width: 100%;
  width: auto;
}


/* ---カスタムボックス系 --- */


/* カスタムボックス共通スタイル */
.sukkiri-custom-box {
    margin: 30px 0;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}
.sukkiri-custom-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* チェックリストボックスのスタイル */
.sukkiri-checklist {
    border-color: #3498db;
    background-color: #eaf4fb;
}
.sukkiri-checklist h4 {
    text-align: center;
    border-bottom: none;
}

/* 免責事項ボックスのスタイル */
.sukkiri-disclaimer {
    background-color: #f1f1f1;
    border-color: #ccc;
    font-size: 0.9em;
}
.sukkiri-disclaimer p {
    margin: 0;
}

/* カスタムテーブルのスタイル */
.sukkiri-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.sukkiri-table caption {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0;
    caption-side: top;
    text-align: left;
}
.sukkiri-table thead tr {
    background-color: #34495e;
    color: #ffffff;
    text-align: left;
}
.sukkiri-table th, .sukkiri-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
    vertical-align: top;
}
.sukkiri-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.sukkiri-table strong {
    color: #c0392b;
}



/* --- Guide CTA LP Component Styles (gclp-) --- */

/* コンポーネントホストの基本設定 */
.gclp-host {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    line-height: 1.7 !important;
    color: #343a40 !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    display: block !important; 
}

/* 基本リセット (コンポーネント内部に限定) */
.gclp-host *,
.gclp-host *::before,
.gclp-host *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    /* color, font-family, font-size, line-height は親から継承させるか、個別指定 */
    /* position, display なども個別指定を優先 */
    /* transition, transformなどもリセット */
    transform: none !important;
    transition: none !important;
    text-decoration: none !important;
    list-style: none !important;
    border-radius: 0 !important;
    appearance: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 主要要素の基本スタイル (displayの再指定が重要) */
.gclp-host div:not(.gclp-container):not(.gclp-info-column):not(.gclp-action-column):not(.gclp-image-wrapper):not(.gclp-pdf-details):not(.gclp-pdf-info):not(.gclp-bonus-video):not(.gclp-social-proof-stats):not(.gclp-download-stats):not(.gclp-badge),
.gclp-host p,
.gclp-host ul,
.gclp-host ol,
.gclp-host figure,
.gclp-host figcaption,
.gclp-host blockquote,
.gclp-host dl,
.gclp-host dd,
.gclp-host h1, .gclp-host h2, .gclp-host h3, .gclp-host h4, .gclp-host h5, .gclp-host h6 {
    display: block !important;
    font-family: inherit !important;
    font-size: 1em !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: normal !important; /* 基本はノーマル、見出し等は個別指定 */
    position: static !important;
    z-index: auto !important;
}
.gclp-host span, 
.gclp-host a:not(.gclp-action-button), /* ボタン以外のaタグ */
.gclp-host .gclp-highlight {
    display: inline !important;
    font-family: inherit !important;
    font-size: inherit !important; /* 親に合わせる */
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important; /* 親に合わせる */
    position: static !important;
    z-index: auto !important;
}
.gclp-host li { 
    display: list-item !important; 
    text-align: left !important; /* list-itemのデフォルト */
    font-family: inherit !important;
    font-size: 1em !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: normal !important;
    position: static !important;
    z-index: auto !important;
}
.gclp-host img { 
    display: block !important; 
    max-width: 100% !important; 
    height: auto !important; 
}

/* 見出し要素の共通スタイル */
.gclp-host h1, .gclp-host h2, .gclp-host h3, .gclp-host h4, .gclp-host h5, .gclp-host h6 {
    color: #212529 !important; 
    font-weight: 700 !important; 
    line-height: 1.3 !important; 
    text-align: left !important;
}

/* 通常のリンクスタイル */
.gclp-host a:not(.gclp-action-button) { 
    color: #007bff !important; 
    text-decoration: none !important; 
}
.gclp-host a:not(.gclp-action-button):hover { 
    color: #0056b3 !important; 
    text-decoration: underline !important; 
}

/* Font Awesome アイコンの基本スタイル */
.gclp-host i.fas, 
.gclp-host i.fab,
.gclp-host i.far, 
.gclp-host i.fal, 
.gclp-host i.fad {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid", "Font Awesome 6 Brands", FontAwesome !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none !important; 
    color: inherit !important; /* 親要素の色を継承、個別指定で上書き */
    font-size: inherit !important; /* 親要素のサイズを継承、個別指定で上書き */
    /* positionとz-indexはリセット済みなので、必要なら個別指定 */
}
/* Font Awesome ウェイト */
.gclp-host i.fas { font-weight: 900 !important; }
.gclp-host i.fab { font-weight: 400 !important; font-family: "Font Awesome 6 Brands", FontAwesome !important; } /* Brandsはfont-familyも専用の場合あり */
.gclp-host i.far { font-weight: 400 !important; }
.gclp-host i.fal { font-weight: 300 !important; }

/* Font Awesome ::before 擬似要素 (contentプロパティはFAのCSSから供給されることを期待) */
.gclp-host i.fas::before, .gclp-host i.fab::before, .gclp-host i.far::before, .gclp-host i.fal::before, .gclp-host i.fad::before {
    font-family: inherit !important; /* 親(iタグ)からFAフォントを継承 */
    font-weight: inherit !important; /* 親(iタグ)からウェイトを継承 */
    display: inline-block !important; /* contentを表示させるため */
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    /* content プロパティはここでは指定しない！ */
}


/* --- コンポーネント詳細スタイル --- */
.gclp-container {
    background-color: #ffffff !important; 
    border-radius: 10px !important; 
    padding: 35px !important; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important; 
    display: flex !important; /* ★これがカラムレイアウトの基本 */
    flex-direction: row !important; /* ★明示的に横並びを指定 */
    gap: 35px !important;
    position: relative !important; /* ★バッジの絶対配置の基準点 */
    width: 100% !important;
    z-index: 1 !important; /* バッジよりは下にする */
}

/* 左カラム：情報エリア */
.gclp-info-column {
    flex: 1.5 !important; 
    display: flex !important; /* 内部要素を縦に並べるため */
    flex-direction: column !important;
    position: static !important; /* バッジの影響を受けないように（デフォルトだが明示） */
}
.gclp-info-column .gclp-image-wrapper {
    margin-bottom: 25px !important;
    text-align: center !important;
    display: block !important; 
}
.gclp-info-column .gclp-combined-image {
    max-height: 280px !important;
    object-fit: contain !important;
	margin-left: auto !important;
    margin-right: auto !important;
}
.gclp-info-column .gclp-main-title { /* h2 */
    font-size: 1.8em !important; 
    /* font-weight, line-height, color は .gclp-host h2 で指定済み */
    margin-bottom: 12px !important; 
    background: transparent !important; /* 念のため */
    padding: 0 !important; /* 念のため */
}
.gclp-info-column .gclp-main-title .gclp-highlight { 
    color: #E67E22 !important;
    font-weight: 700 !important; /* 親と同じ */
    background: transparent !important;
    /* display: inline !important; は上で指定済み */
}
.gclp-info-column .gclp-subtitle { /* p */
    font-size: 1.05em !important; 
    color: #495057 !important;
    margin-bottom: 20px !important; 
    line-height: 1.7 !important;
    font-weight: normal !important;
}
        
.gclp-pdf-details {
    background: linear-gradient(135deg, #525c65 0%, #343a40 100%) !important; /* 例：濃いグレー系のグラデーション */
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    display: block !important; 
}
.gclp-pdf-details .gclp-pdf-info {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    display: block !important; 
}
.gclp-pdf-details .gclp-bonus-video {
    font-size: 0.95em !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: white !important;
}
.gclp-pdf-details .gclp-bonus-video i.fas {
    color: white !important;
    font-size: inherit !important; /* 親のフォントサイズを継承 */
    margin-right: 5px !important;
    /* 他のFAスタイルは汎用定義から */
}

.gclp-info-column .gclp-section-title { /* h3 */
    font-size: 1.25em !important;
    font-weight: 600 !important; /* h3なので少し調整 */
    color: #343a40 !important;
    margin-bottom: 15px !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 2px solid #e9ecef !important;
    background: transparent !important;
}
.gclp-info-column .gclp-benefits-list { /* ul */
    font-size: 1em !important; 
    color: #495057 !important;
    list-style: none !important; 
    padding-left: 0 !important;
    columns: 2 !important;
    column-gap: 25px !important;
    margin-top: 0 !important;
    display: block !important; 
}
.gclp-info-column .gclp-benefits-list li { /* li */
    margin-bottom: 10px !important;
    display: flex !important; 
    align-items: center !important;
    font-size: 0.95em !important;
    break-inside: avoid !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    font-weight: normal !important;
}
.gclp-info-column .gclp-benefits-list .gclp-icon-check { /* span */
    color: #28a745 !important;
    margin-right: 10px !important;
    font-size: 1.2em !important;
    display: inline-flex !important; 
    align-items: center !important;
}
.gclp-info-column .gclp-benefits-list .gclp-icon-check i.fas {
     color: #28a745 !important;
     font-size: 1em !important; /* 親(.gclp-icon-check)のfont-sizeに依存 */
     /* 他のFAスタイルは汎用定義から */
}

/* 右カラム：アクションエリア */
.gclp-action-column {
    flex: 1 !important; 
    background-color: #f8f9fa !important;
    padding: 30px !important;
    border-radius: 8px !important;
    display: flex !important; 
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    position: static !important; 
}
.gclp-action-column .gclp-action-title { /* h3 */
    font-size: 1.3em !important; 
    font-weight: 600 !important;
    color: #343a40 !important;
    margin-bottom: 25px !important;
    background: transparent !important;
    padding: 0 !important;
}
.gclp-action-column .gclp-action-button { /* a */
    color: white !important; 
    padding: 15px 25px !important; 
    border-radius: 50px !important; 
    font-size: 1.15em !important; 
    font-weight: 600 !important; 
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important; 
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important; 
    max-width: 300px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    margin-bottom: 15px !important;
}
.gclp-action-column .gclp-action-button:last-of-type { margin-bottom: 0 !important; }

.gclp-action-column .gclp-action-button.gclp-line {
     background-color: #00B900 !important; 
     box-shadow: 0 4px 12px rgba(0, 185, 0, 0.3) !important;
}
.gclp-action-column .gclp-action-button.gclp-line:hover { 
    background-color: #00A000 !important; 
    box-shadow: 0 6px 15px rgba(0, 185, 0, 0.4) !important; 
    transform: translateY(-2px) !important; 
}
.gclp-action-column .gclp-action-button.gclp-email {
     background-color: #007BFF !important; 
     box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}
.gclp-action-column .gclp-action-button.gclp-email:hover { 
    background-color: #0069D9 !important; 
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4) !important; 
    transform: translateY(-2px) !important; 
}
.gclp-action-column .gclp-action-button .gclp-icon-btn { /* span */
    margin-right: 12px !important; 
    font-size: 1.3em !important;
    display: inline-flex !important; 
    align-items: center !important;
    color: white !important;
}
.gclp-action-column .gclp-action-button .gclp-icon-btn i { 
    line-height: 1 !important; 
    color: white !important;
    font-size: 1em !important; /* 親(.gclp-icon-btn)のfont-sizeに依存 */
    /* FAのfont-family, font-weightは上で指定済み */
}
/* 個別ウェイト調整 */
.gclp-action-column .gclp-action-button .gclp-icon-btn i.fab { font-weight: 400 !important; }
.gclp-action-column .gclp-action-button .gclp-icon-btn i.fas { font-weight: 900 !important; }
       
.gclp-social-proof-stats { /* div */
    font-size: 1em !important;
    color: #28a745 !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}
.gclp-social-proof-stats i.fas {
    line-height: 1 !important;
    color: #28a745 !important;
    font-size: 1em !important;
    /* FAのfont-family, font-weightは上で指定済み */
}
        
.gclp-download-stats { /* div */
    font-size: 0.95em !important;
    color: #E67E22 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}
.gclp-download-stats i.fas {
    line-height: 1 !important;
    color: #E67E22 !important;
    font-size: 1em !important;
    /* FAのfont-family, font-weightは上で指定済み */
}




/* バッジ */
.gclp-badge { /* div */
    position: absolute !important; 
    color: white !important;
    padding: 6px 14px !important; 
    border-radius: 15px !important;
    font-weight: bold !important;
    font-size: 0.8em !important; 
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
    z-index: 10 !important; 
    display: flex !important; 
    align-items: center !important;
    gap: 5px !important;
    width: auto !important; 
}
.gclp-badge i.fas {
    line-height: 1 !important;
    color: white !important;
    font-size: 0.9em !important;
    margin-right: 3px !important;
    /* FAのfont-family, font-weightは上で指定済み */
}
.gclp-badge.gclp-top-left {
    top: 20px !important; 
    left: 20px !important;
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important; 
}
.gclp-badge.gclp-top-right {
    top: 20px !important; 
    right: 20px !important;
    background: linear-gradient(135deg, #f39c12, #e67e22) !important; 
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .gclp-host .gclp-container {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 30px !important;
    }
    .gclp-host .gclp-info-column { padding-right: 0 !important; } 
    .gclp-host .gclp-info-column .gclp-benefits-list { columns: 1 !important; }
    .gclp-host .gclp-action-column { width: 100% !important; padding: 25px !important;}
}
@media (max-width: 576px) {
    .gclp-host .gclp-container { padding: 25px 20px !important; }
    .gclp-host .gclp-info-column .gclp-main-title { font-size: 1.6em !important; }
    .gclp-host .gclp-info-column .gclp-subtitle { font-size: 1em !important; }
    .gclp-host .gclp-info-column .gclp-section-title { font-size: 1.15em !important; }
    .gclp-host .gclp-info-column .gclp-benefits-list li { font-size: 0.9em !important; }
    .gclp-host .gclp-action-column .gclp-action-title { font-size: 1.2em !important; }
    .gclp-host .gclp-action-column .gclp-action-button { font-size: 1.1em !important; padding: 14px 20px !important; }
    .gclp-host .gclp-badge { font-size: 0.75em !important; padding: 5px 10px !important; top: 15px !important;}
    .gclp-host .gclp-badge.gclp-top-left { left: 15px !important; }
    .gclp-host .gclp-badge.gclp-top-right { right: 15px !important; }
    .gclp-host .gclp-pdf-details { padding: 12px 15px !important; }
    .gclp-host .gclp-pdf-details .gclp-pdf-info { font-size: 1em !important; }
    .gclp-host .gclp-pdf-details .gclp-bonus-video { font-size: 0.9em !important; }
}

/* プライバシー保証エリア */
.gclp-privacy-assurancce {
    margin-top: 25px !important; 
    padding: 15px !important;
    background-color: rgba(0, 0, 0, 0.04) !important; 
    border-radius: 6px !important;
    display: block !important; 
    font-family: inherit !important;
}

.gclp-privacy-content {
    display: flex !important;
    flex-direction: column !important; /* マークとテキストブロックを縦積み */
    /* align-items: center !important; は削除 (テキストは左揃えのため) */
    gap: 10px !important; /* マークとテキストブロックの間隔 */
    font-family: inherit !important;
    /* text-align: center !important; は削除 */
}

.gclp-privacy-mark {
    width: 40px !important; 
    height: auto !important;
    display: block !important; 
    margin-left: auto !important;   /* ★マークを中央に */
    margin-right: auto !important;  /* ★マークを中央に */
    /* align-self: center !important; /* Flexアイテムの場合、これも有効 */
}

.gclp-privacy-text {
    font-size: 0.85em !important; 
    color: #555555 !important; 
    line-height: 1.6 !important;
    font-weight: normal !important;
    margin: 0 !important; 
    text-align: left !important; /* ★テキストは左揃え */
    display: block !important; 
    font-family: inherit !important;
    width: 100% !important; /* 親の幅いっぱいに広がるように */
}

.gclp-unsubscribe-info {
    display: block !important; 
    margin-top: 8px !important;
    font-size: 0.95em !important; 
    color: #777777 !important;
    font-family: inherit !important;
    text-align: left !important; /* ★こちらも左揃え */
}

/* レスポンシブでの調整 */
@media (max-width: 480px) {
    .gclp-privacy-text {
        font-size: 0.8em !important; 
    }
}



/* --- Simple Guide CTA Component Styles --- */

/* === Simple CTA Base === */
.simple-cta-host {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0;
}

.simple-cta-container {
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    overflow: hidden;
    flex-wrap: wrap;
}

/* === Image === */
.simple-cta-image {
    flex: 1 1 300px;
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-cta-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

/* === Content === */
.simple-cta-content {
    flex: 1 1 400px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.simple-cta-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 12px 0 !important;
    line-height: 1.4;
    color: #333;
}
.simple-cta-title .gclp-highlight {
    color: #E67E22;
}

.simple-cta-text {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}
.simple-cta-text strong {
    font-weight: 700;
}

.simple-cta-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.simple-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 2px solid transparent;
}
.simple-cta-button.detail {
    background: #fff;
    color: #007bff;
    border-color: #007bff;
}
.simple-cta-button.detail:hover {
    background: #f0f8ff;
}
.simple-cta-button.receive {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.simple-cta-button.receive:hover {
    background: #0069d9;
    border-color: #0069d9;
}

.simple-cta-proof {
    font-size: 0.9em;
    color: #28a745;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.simple-cta-proof strong {
    font-weight: 700;
}
.simple-cta-stats-number {
    font-size: 1.2em;
    margin: 0 3px;
}

.simple-cta-privacy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85em;
    color: #666;
}
.simple-cta-privacy img {
    width: 30px;
    height: auto;
}

/* === Popup === */
.simple-cta-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.simple-cta-popup .popup-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.simple-cta-popup .popup-inner {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
    z-index: 2;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    overflow: hidden;
}
.simple-cta-popup .popup-close {
    position: absolute;
    top: 5px; right: 10px;
    background: none;
    border: none;
    font-size: 1.8em;
    color: #aaa;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
}
.simple-cta-popup .popup-close:hover {
    color: #333;
}
.popup-header {
    padding: 25px 25px 20px 25px;
    text-align: center;
}
.popup-header-image {
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
}
.popup-title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #333;
}
.popup-body {
    padding: 0 25px 20px 25px;
}
.popup-btn {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    color: #fff;
}
.popup-btn:last-child {
    margin-bottom: 0;
}
.popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.popup-btn.line {
    background: #06c755;
}
.popup-btn.email {
    background: #007bff;
}
.popup-btn-main {
    display: block;
    font-size: 1.1em;
}
.popup-btn-main i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.popup-btn-sub {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 4px;
    margin-left: 30px;
    opacity: 0.9;
}
.popup-footer {
    background-color: #f7f7f7;
    padding: 15px 25px;
    text-align: center;
    border-top: 1px solid #eee;
}
.popup-footer p {
    font-size: 0.85em;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* === Responsive === */
@media (max-width: 768px) {
    .simple-cta-container {
        flex-direction: column-reverse;
    }
    .simple-cta-content {
        padding: 25px 20px;
        text-align: center;
    }
    .simple-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .simple-cta-button {
        width: 100%;
    }
    .simple-cta-proof, .simple-cta-privacy {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .popup-title { font-size: 1.2em; }
    .popup-btn-main { font-size: 1em; }
    .popup-btn-sub { font-size: 0.75em; }
    .popup-header, .popup-body, .popup-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --- Simple Impact CTA Component --- */
.simple-impact-cta--wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 800px; /* 横幅を少しコンパクトに */
    margin: 40px auto;
    padding: 0 15px;
}

/* Main Container */
.simple-impact-cta--container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden; /* 角丸を画像に適用 */
    text-align: center;
}

/* 1. Clickable Hero Image */
.simple-impact-cta--hero-link {
    display: block;
    line-height: 0; /* 画像下の余白を消す */
}
.simple-impact-cta--hero-link img {
    width: 100%;
    height: auto;
}

/* 2. Features Section */
.simple-impact-cta--features-wrapper {
    padding: 25px 30px;
}
.simple-impact-cta--features-list {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
.simple-impact-cta--features-list li {
    font-size: 1em;
    color: #34495e;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
}
.simple-impact-cta--features-list i {
    color: #27ae60; /* Green check icon */
    font-size: 1.2em;
}

/* --- Responsive for Mobile --- */
@media (max-width: 768px) {
    .simple-impact-cta--features-list {
        flex-direction: column;
        align-items: flex-start; /* 左寄せ */
        gap: 15px;
    }
    .simple-impact-cta--features-list li {
        font-size: 0.95em;
    }
    .simple-impact-cta--features-wrapper {
        padding: 20px;
    }
}


/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
	margin-top: 0 !important;
}

.mgt-pc--5 {
	margin-top: 5px !important;
}

.mgt-pc--10 {
	margin-top: 10px !important;
}

.mgt-pc--15 {
	margin-top: 15px !important;
}

.mgt-pc--20 {
	margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
	.mgt-sp--0 {
		margin-top: 0 !important;
	}
	.mgt-sp--5 {
		margin-top: 0.66667vw !important;
	}
	.mgt-sp--10 {
		margin-top: 1.33333vw !important;
	}
	.mgt-sp--15 {
		margin-top: 2vw !important;
	}
	.mgt-sp--20 {
		margin-top: 2.66667vw !important;
	}
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
	margin-bottom: 0 !important;
}

.mgb-pc--5 {
	margin-bottom: 5px !important;
}

.mgb-pc--10 {
	margin-bottom: 10px !important;
}

.mgb-pc--15 {
	margin-bottom: 15px !important;
}

.mgb-pc--20 {
	margin-bottom: 20px !important;
}


@media screen and (max-width: 768px) {
	.mgb-sp--0 {
		margin-bottom: 0 !important;
	}
	.mgb-sp--5 {
		margin-bottom: 0.66667vw !important;
	}
	.mgb-sp--10 {
		margin-bottom: 1.33333vw !important;
	}
	.mgb-sp--15 {
		margin-bottom: 2vw !important;
	}
	.mgb-sp--20 {
		margin-bottom: 2.66667vw !important;
	}
}



/* Contact Form 7 */

/* テキストを太字 */
.wpcf7-form label {
font-weight: bold;
}
/* フォームの下に余白 */
.wpcf7-form p {
margin-bottom: 30px;
}
/* フォームのカスタマイズ */
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
width: 100%;
background-color: #fff;
margin-top: 5px;
}
/* ラジオボタンの左の余白 */
.wpcf7-radio span {
margin-left: 0;
}
/* ボタンのカスタマイズ */
.wpcf7-submit, .wpcf7-previous {
display: inline-block;
width: 240px;
padding: 1.2em 1em;
border-radius: 50px;
background: #D53633;/* ここにメインカラー */
font-size: 16px;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 1;
color: #fff!important;
}
/* 必須マーク */
.required {
color: #fff;
background: #D53633;/* ここにメインカラー */
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
}