/* ===== リセット（このLP内だけ） ===== */
.shindan2026-wrap * {
    box-sizing: border-box;
}

.shindan2026-wrap {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}


.marker-blue {
    background: #d8ecf2;
    font-weight: 600;
}

.marker-yellow {
    background: #fff1b8;
    font-weight: 600;
}

/* ===== 改行制御 ===== */
.br-pc {
    display: inline;
}

.br-sp {
    display: none;
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline;
    }
}



/* ===== FV ===== */
.fv {
    background-image: url("/wp-content/themes/ystandard-child/shindan2026-img/fv-pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 20px;
}

.fv-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.fv-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.fv-text {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.fv-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .fv {
        background-image: url("/wp-content/themes/ystandard-child/shindan2026-img/fv-sp.jpg");
        padding: 70px 20px 50px 20px;
        background-position: center center;
    }

    .fv-inner {
        margin-top: -40px;
        ;
    }

    .fv-title {
        font-size: 24px;
    }
}



/* ===== CTA ===== */
.cta-area {
    margin-top: 0px;
}

.cta-button {
    display: inline-block;
    padding: 16px 32px;
    background: #4a7c8c;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

/* ===== セクション共通 ===== */
.section {
    padding: 50px 20px;
}

.section-inner {
    max-width: 860px;
    margin: 0 auto;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 0.05em;
    color: #333;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 22px;
    }
}

/* 下線 */
.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #4a7c8c;
    /* CTAと同系色 */
    margin: 16px auto 0;
}

/* スマホ */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .section-title::after {
        width: 48px;
    }
}


.section-content {
    font-size: 16px;
}

/* ===== 共感チェック ===== */
.empathy-check {
    list-style: none;
    padding: 0;
    margin: 0 0 30px -20px;
}

.empathy-check li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 16px;
    font-size: 16px;
}

.empathy-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #4a7c8c;
    /* CTAと同系色 */
}

.empathy-check li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}


.empathy-note {
    font-size: 16px;
    line-height: 1.7;
}

/* ===== 原因セクション ===== */
.section-reason {
    background-color: #f2f6f8;
    /* 薄いブルーグレー */
}

.section-reason .section-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* 理由リスト */
.reason-list {
    margin: 20px 0 30px;
    padding-left: 1.2em;
}

.reason-list li {
    margin-bottom: 12px;
    list-style: disc;
}

/* まとめリード */
.reason-lead {
    font-size: 17px;
    line-height: 1.9;
}

/* ===== サービス内容 ===== */
.section-service .section-content {
    max-width: 820px;
    margin: 0 auto;
}

.service-lead {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 32px;
    text-align: center;
    border: 2px solid #555151;
    padding: 15px 10px;
    font-weight: 600;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px -15px;
}

.service-list li {
    margin-bottom: 28px;
}

.service-title {
    display: block;
    font-size: 18px;
    color: #4a7c8c;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 10px;
    border-left: 4px solid #4a7c8c;
    /* CTAと同系色 */
    line-height: 1.4;
    text-align : left;
}

.service-list p {
    margin: 0;
    line-height: 1.8;
}

.service-note {
    font-size: 14px;
    color: #555;
    text-align: center;
}




/* ===== CTA セクション（途中） ===== */
.cta-section {
    background: #eef2f4;
    padding: 30px 20px;
    text-align: center;
}

.cta-inner {
    max-width: 720px;
    margin: 0 auto;
}

/* メインコピー */
.cta-text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* 補足説明 */
.cta-sub-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* CTAボタン（既存に合わせて調整OK） */
.cta-button {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    background-color: #4a7c8c;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    transition: opacity 0.2s ease;
}

.cta-button:hover {
    opacity: 0.85;
}

/* ===== なぜ無料セクション ===== */
.section-free {
    background-color: #ffffff;
}

.section-free .section-content {
    max-width: 820px;
    margin: 0 auto;
}

.section-free .section-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.free-lead {
    font-size: 17px;
    line-height: 1.9;
    margin-top: 24px;
}

.free-note {
    font-size: 14px;
    color: #555;
    margin-top: 24px;
}

/* ===== 診断する人 ===== */
.section-who {
    background-color: #faf6f2;
    /* 薄いベージュ */
}

.who-box {
    max-width: 820px;
    margin: 0 auto;
}

.who-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.miura-photo {
    text-align: center;
    margin: 30px auto;
}

.miura-photo img {
    width: 100px;
    /* ← 基本サイズ（ここだけ触ればOK） */
    height: auto;
    max-width: 100%;
    display: inline-block;
}

.miura-name {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: center;
}



/* ===== 信頼ブロック ===== */
.section-trust {
    background-color: #ffffff;
}

.trust-box {
    max-width: 820px;
    margin: 0 auto;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px;;
}

.trust-list li {
    margin-bottom: 28px;
}

.trust-title {
    display: block;
    color: #8faebc;
    font-weight: 700;
    margin-bottom: 6px;
    padding-left: 12px;
    border-left: 4px solid #8faebc;
    /* 落ち着いたブルー */
}

.trust-list p {
    margin: 0;
    line-height: 1.8;
}

/* ===== 行動ブロック ===== */
.section-flow {
    background-color: #f2f6f8;
    /* 前回と同じ薄い背景 */
}

.flow-box {
    max-width: 820px;
    margin: 0 auto;
}

/* 流れリスト */
.flow-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px -15px;;
}

.flow-list li {
    margin-bottom: 28px;
}

.flow-step {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #4a7c8c;
    border: 1px solid #4a7c8c;
    background : #fff;
    padding: 6px 10px 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    text-align : center;
}

.flow-list p {
    margin: 8px 0 0;
    line-height: 1.8;
}

/* 注意書き */
.flow-note {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ===== FAQ ===== */
.section-faq {
    background-color: #ffffff;
}

.faq-box {
    max-width: 820px;
    margin: 0 auto;
}

.faq-list {
    margin: 0;
    padding: 0;
}

.faq-item {
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 20px;
}

/* 質問 */
.faq-item dt {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4a7c8c;
}

/* 回答 */
.faq-item dd {
    margin: 0;
    line-height: 1.8;
    color: #333;
}

/* Q / A アイコン */
.faq-q {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    color: #4a7c8c;
}

.faq-a {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    color: #888;
}

/* ===== フォーム ===== */
.section-form {
    background-color: #f9f9f9;
}

.form-box {
    max-width: 820px;
    margin: 0 auto;
    ;
}

.form-lead {
    font-size: 17px;
    margin-bottom: 12px;
}

.form-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.7;
}

/* フォーム未設置時の仮表示 */
.form-placeholder {
    background-color: #ffffff;
    border: 2px dashed #ccc;
    padding: 20px 5px;
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
}

.form-note {
    font-size: 13px;
    color: #666;
    margin-top: 20px;
}

/* フォーム全体 */
.diagnosis-form {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.form-title-area {
    text-align: center;
    margin-bottom: 25px;
}

.form-title {
    font-size: 23px;
    margin-bottom: 2px;
    color: #4a7c8c;
}

.form-subtitle {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.form-subtitle {
    font-size: 14px;
    color: #666;
}


/* 各ボックス */
/* 各ボックス */
.form-box {
    padding: 0;
    margin-bottom: 15px;
}

/* 入力欄 */
.form-box input[type="text"],
.form-box input[type="email"],
.form-box textarea {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    /* ←戻す */
    border-radius: 8px;
}

/* 見出し */
.form-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

/* チェック項目 */
.check-item {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.check-item input {
    margin-right: 6px;
}

.line-sub-area{
	width : auto;
	background : #fff;
	border: 1px solid #ccc;
	margin-bottom : 25px;
	padding : 20px 0px;
}
.line-btn {
  display: inline-block;
  padding: 14px 22px;
  background: #06c755; /* LINEグリーン */
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
}
.line-memo{
	font-size : 13px;
	font-weight : 600;
	text-align : center;
	margin : 15px 0px;
}


/* 補足文 */
.form-note {
    font-size: 12px;
    color: #666;
    margin-top: 30px;
    padding: 0 10px;
}

.form-note-hosoku {
    font-size: 12px;
    color: #666;
    margin-top: 0px;
    padding: 0 10px;
}

.form-box.required {
    position: relative;
}

.form-box.required::after {
    content: "必須";
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 11px;
    color: #fff;
    background: #e74c3c;
    padding: 2px 6px;
    border-radius: 4px;
}


/* 送信ボタン */
.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    background: #0861a4;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
}

.form-option-area {
    width: auto;
    margin: 25px auto 0;
    padding: 15px;
    background: #f7f9fb;
    border-radius: 8px;
    border: 1px dotted #555151;
    font-size: 13px;
}

.option-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.option-list {
    padding-left: 18px;
}

.option-list li {
    margin-bottom: 4px;
}

.option-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

/*サンクスページ*/
.section-inner-thanks {
    max-width: 720px;
    margin: 10px auto 60px;
}

h2.thankspage {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

h3.thankspage {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #333;
    padding-bottom: 5px;
}

.center {
    text-align: center;
}

.thanks-flow {
    margin-left: -20px !important;
    margin-bottom: 40px;
}

/*フッター*/
footer {
    text-align: center;
    background: #333;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}

/* ===== ystandard強制余白対策（最終） ===== */
body.shindan2026 .shindan2026-wrap {
  margin-top: -90px !important;
}
