@charset "UTF-8";

/* --------------------------------------------------
   LP SCOPE: .ca-lp-main 内のみに適用
   -------------------------------------------------- */
.ca-lp-main {
    font-family: 'Noto Sans JP', sans-serif;
    color: #666666;
    line-height: 1.6;
    background-color: #FFFBBB; /* ベース背景（クリーム） */
    overflow-x: hidden;
}

/* Base Layout */
.ca-lp-main .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ca-lp-main section {
    padding: 60px 0;
}

/* Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Typography */
.ca-lp-main h1, .ca-lp-main h2, .ca-lp-main h3, .ca-lp-main h4 {
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.3;
    color: #222222;
}
.section-title {
    text-align: center;
    font-size: 1.8rem;
    color: #2c7a4b;
    margin-bottom: 40px;
    position: relative;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #e0bf3b;
    margin: 15px auto 0;
}
/* マーカー：コーラルオレンジ #FF8356 の透過版 */
.highlight-underline {
  background: linear-gradient(transparent 60%, rgba(255, 131, 86, 0.4) 60%);
}

/* --------------------------------------------------
   HERO SECTION
   -------------------------------------------------- */
.section-hero {
    padding: 60px 0;
    background-color: #FFFBBB;
    position: relative;
}
.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .hero-container {
        flex-direction: row;
        align-items: center;
    }
}
.hero-content {
    flex: 1;
    width: 100%;
}
.badge-hero {
    display: inline-block;
    background-color: #6FAA5E;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 99px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
}
.hero-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.3;
    margin-bottom: 24px;
}
.hero-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 32px;
    color: #555;
}
.price-emphasize {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #222;
    margin: 0 4px;
}
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #222;
}
.check-icon {
    color: #6FAA5E;
    margin-right: 4px;
}

/* CTA Button */
.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #6FAA5E;
    color: white !important;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(111, 170, 94, 0.3);
    transition: transform 0.2s, background-color 0.2s;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
    text-align: center;
}
.btn-cta:hover {
    background-color: #5E994E;
    transform: translateY(-2px);
    opacity: 1;
}
.hero-cta-wrapper {
    text-align: center;
}
.cta-note {
    font-size: 0.8rem;
    color: #888;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .hero-cta-wrapper { text-align: left; }
    .btn-cta { width: auto; }
}
/* スマホ向け：ボタンの余白調整（文字折れ防止） */
@media (max-width: 480px) {
    .btn-cta {
        padding: 16px 15px !important;
        font-size: 1.1rem;
        width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
    }
}

/* Visual */
.hero-visual {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}
.image-frame {
    background: white;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: rotate(2deg);
    overflow: hidden;
    transition: transform 0.5s ease;
    max-width: 400px;
}
.image-frame:hover {
    transform: rotate(0deg);
}
.image-frame img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* --------------------------------------------------
   PAIN SECTION
   -------------------------------------------------- */
.section-pain {
    background-color: #FFFFFF;
}
.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.pain-item {
    background-color: #FFFFF0;
    border: 1px solid #FFFBBB;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
}
.pain-icon-area {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    color: #E0BF3B;
}
.icon-pain {
    width: 100%;
    height: 100%;
}
.doyon-effect {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #94a3b8;
    width: 20px;
    height: 20px;
    transform: rotate(10deg);
}
.pain-text {
    font-weight: 700;
    color: #333;
    font-size: 0.95rem;
    margin: 0;
}
.pain-arrow {
    text-align: center;
    color: #2c7a4b;
    font-weight: 700;
    margin-top: 20px;
}
.pain-arrow svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

/* --------------------------------------------------
   SERVICE & OFFER SECTION
   -------------------------------------------------- */
.section-service {
    background-color: #FFFFF0;
    border-top: 1px solid rgba(111, 170, 94, 0.1);
    border-bottom: 1px solid rgba(111, 170, 94, 0.1);
}

.ticket-board {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-top: 30px;
}

/* Ticket Header：背景を #ff9656 に変更 */
.ticket-header {
    background-color: #ff9656;
    background-image: radial-gradient(circle, rgba(255,255,255,0.3) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 40px 30px;
    color: #222; /* 文字色を黒に */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
@media (min-width: 768px) {
    .ticket-header {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.ticket-title-area {
    text-align: center;
    flex: 1;
}
@media (min-width: 768px) { .ticket-title-area { text-align: left; } }

/* バッジ：白背景にして目立たせる */
.ticket-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 2px solid #fff;
    color: #2c7a4b; /* 文字を緑に */
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
/* 星の色をオレンジにして視認性アップ */
.ticket-tag span {
    color: #FF8356 !important; 
}

/* タイトル：白だと読めないので濃い緑に変更 */
.ticket-title {
    font-size: 2rem;
    color: #2c7a4b; /* テーマカラーの緑 */
    margin-bottom: 10px;
    text-shadow: none; /* 影を削除 */
}
/* 説明文：黒でくっきりと */
.ticket-title-area p {
    color: #222;
    opacity: 1; /* 薄くしない */
    font-weight: 500;
}

/* Price Ticket Outer：外枠を白に変更 */
.price-ticket-outer {
    background: white;
    padding: 6px;
    border-radius: 16px;
    box-shadow: 0 20px 50px -10px rgba(120, 90, 0, 0.3); /* 影の色を黄色系に馴染ませる */
    border: 4px solid #fff; /* 枠線を白に変更 */
    transform: rotate(2deg);
    width: 100%;
    max-width: 320px;
    transition: transform 0.3s ease;
}
.price-ticket-outer:hover { transform: rotate(0deg); }

.price-ticket-inner {
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
}
.price-label {
    background-color: #222;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.1em;
}
.price-value-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
    margin: 10px 0;
}
.price-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 4rem;
    color: #6FAA5E;
    letter-spacing: -0.05em;
}
.price-unit {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-left: 5px;
}
/* 視認性修正：税抜の文字色を濃く */
.price-sub {
    color: #222;
    font-size: 0.8rem;
    font-weight: 700;
}
.ticket-divider {
    border-top: 1px dashed #ccc;
    margin: 15px 0;
}
.badge-gold {
    background-color: rgba(224, 191, 59, 0.15);
    color: #222;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 15px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.dot-pulse {
    width: 8px;
    height: 8px;
    background-color: #E0BF3B;
    border-radius: 50%;
}

/* Service List Grid */
.service-list-area { padding: 30px; }
.service-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
@media (min-width: 768px) {
    .service-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}
@media (min-width: 768px) {
    .service-item {
        display: block;
        text-align: center;
        padding: 24px;
        /* ホバー時の動きを削除 */
        background: #fafafa;
    }
    .service-item.col-span-2 {
        grid-column: span 1;
    }
}
.service-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #FFFFF0;
    color: #6FAA5E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media (min-width: 768px) { .service-icon { margin: 0 auto 15px; } }
.service-text h4 {
    margin: 0;
    font-size: 0.95rem;
    color: #222;
}
.service-text p {
    margin: 0;
    font-size: 0.75rem;
    color: #888;
}

/* CONDITIONS SECTION */
.lp-conditions {
    background-color: #FFFFFF;
}
.conditions-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .conditions-wrapper { grid-template-columns: 1fr 1fr; }
}
.lp-conditions-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
}
.lp-conditions-card--primary { background: #f5fff7; border: 1px solid #d1fae5; }
.lp-conditions-card--secondary { background: #fff; border: 1px solid #eee; }
.cond-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    padding-bottom: 10px;
}
.icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-check { background-color: #6FAA5E; }
.icon-cross { background-color: #ccc; }
ul.cond-list {
    margin: 0;
    padding-left: 1.2em;
    list-style: disc;
}
ul.cond-list li {
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.lp-not-included li { color: #666; }

/* PRICING (TRUST) SECTION */
.section-trust {
    background-color: rgba(255, 251, 187, 0.5);
}
.timeline-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
@media (min-width: 768px) {
    .timeline-cards {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
}
.p-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}
.p-card.active {
    border: 2px solid #6FAA5E;
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(111, 170, 94, 0.15);
}
.p-head {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    background-color: #f5f5f5;
    font-size: 0.9rem;
}
.p-card.active .p-head {
    background-color: #6FAA5E;
    color: white;
}
.p-body {
    padding: 20px;
    text-align: center;
}
.arrow-wrap {
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .arrow-wrap { transform: rotate(-90deg); margin: 0 10px; }
}

/* 料金表リンクのあしらい */
.lp-price-link a {
    display: inline-block;
    background: #fff;
    border: 1px solid #6FAA5E;
    color: #6FAA5E !important;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 700;
    transition: all 0.3s;
    font-size: 0.95rem;
}
.lp-price-link a:hover {
    background: #6FAA5E;
    color: #fff !important;
}

/* FINAL CTA & FORM */
.section-final {
    background: linear-gradient(135deg, #e0bf3b, #facc15);
    padding: 60px 0;
    text-align: center;
    color: white;
}
.final-msg {
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.section-contact {
    padding: 80px 0;
    background: #fff;
}
.lp-contact-form-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFF0;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #eee;
}
.lp-sec-title {
    text-align: center;
    font-size: 1.5rem;
    color: #6FAA5E;
    margin-bottom: 20px;
}
.lp-form-lead {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

/* MW WP Form Styling Overrides */
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 1rem;
}
.mw_wp_form button, 
.mw_wp_form input[type="submit"] {
    background: #6FAA5E;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    transition: opacity 0.2s;
}
.mw_wp_form input[type="submit"]:hover {
    opacity: 0.9;
}

/* --------------------------------------------------
   VOICE SECTION
   -------------------------------------------------- */
.section-voice {
    background-color: #fff;
}
.voice-card {
    background: #FFFFF0; /* LP共通の薄い黄色 */
    border: 2px solid #E0BF3B; /* スタンダードカラーのゴールド */
    border-radius: 16px;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(224, 191, 59, 0.1);
}
/* 吹き出しのしっぽ（装飾） */
.voice-card::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #E0BF3B;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.voice-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    justify-content: center;
}
.voice-icon svg {
    /* SVGのスタイル調整 */
    display: block;
}
.voice-meta {
    text-align: left;
}
.voice-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #2c7a4b; /* テーマカラーの緑 */
    margin: 0 0 5px 0;
}
.voice-role {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

.voice-body {
    text-align: center;
}
.voice-quote {
    font-weight: 700;
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.8;
}
.voice-divider {
    height: 1px;
    background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
}
.voice-detail {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .voice-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .voice-meta {
        text-align: center;
    }
    .voice-quote {
        font-size: 1rem;
        text-align: left;
    }
    .voice-detail {
        text-align: left;
        font-size: 0.9rem;
    }
    .pc-only { display: none; }
}
/* ==============================================
   【決定版】MW WP Form 表示崩れ修正パッチ
   ※既存のスタイルを強制的に無効化します
   ============================================== */

/* ------------------------------------------------
   1. 送信ボタンのはみ出し修正
   ------------------------------------------------ */
/* ボタンを囲んでいる「外枠」の固定幅を解除 */
#canvas-wrapper-ichiki-pack .submit-btn,
#canvas-wrapper-ichiki-pack .submit-btn-in {
    width: 100% !important;       /* 幅を親に合わせる */
    max-width: 100% !important;   /* 固定幅（px）を打ち消す */
    min-width: 0 !important;      /* 最小幅制限を解除 */
    padding: 0 !important;        /* 余計な余白を消す */
    margin: 0 !important;         /* 余計なマージンを消す */
    background: none !important;  /* 背景色・画像を消す */
    border: none !important;      /* 枠線を消す */
    float: none !important;       /* 回り込みを解除 */
}

/* ボタン本体のデザインと幅調整 */
#canvas-wrapper-ichiki-pack .mw_wp_form input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important; /* パディングを含めて幅計算 */
    margin: 30px auto 0 !important;    /* 上に少し隙間を空ける */
    display: block !important;
    height: auto !important;
    line-height: 1.5 !important;
    white-space: normal !important;    /* 文字量が多くても折り返す */
}

/* ------------------------------------------------
   2. ラジオボタン・チェックボックスのズレ修正
   ------------------------------------------------ */
/* ラベル（選択肢）をFlexbox化して「ど真ん中」に揃える */
#canvas-wrapper-ichiki-pack table.cform td label {
    display: flex !important;          /* Flexboxにする */
    align-items: center !important;    /* 上下中央揃え */
    justify-content: flex-start !important; /* 左寄せ */
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;     /* 下に隙間 */
    padding: 0 !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
}

/* ラジオ・チェックボックス本体（丸ポチ・四角）の調整 */
#canvas-wrapper-ichiki-pack table.cform input[type="radio"], 
#canvas-wrapper-ichiki-pack table.cform input[type="checkbox"] {
    margin: 0 10px 0 0 !important;     /* 右側に隙間(10px) */
    padding: 0 !important;
    width: 20px !important;            /* サイズ固定 */
    height: 20px !important;           /* サイズ固定 */
    min-width: 20px !important;        /* 縮小防止 */
    flex-shrink: 0 !important;         /* 縮小防止 */
    position: static !important;       /* 位置指定をリセット */
    transform: none !important;        /* 変形をリセット */
    vertical-align: middle !important;
    appearance: auto !important;       /* ブラウザ標準の見た目に戻す */
    -webkit-appearance: auto !important;
}

/* ------------------------------------------------
   3. スマホ表示の最適化（念のため）
   ------------------------------------------------ */
@media (max-width: 768px) {
    /* テーブル構造を解除して縦積みにする（崩れ防止） */
    #canvas-wrapper-ichiki-pack table.cform,
    #canvas-wrapper-ichiki-pack table.cform tbody,
    #canvas-wrapper-ichiki-pack table.cform tr,
    #canvas-wrapper-ichiki-pack table.cform th,
    #canvas-wrapper-ichiki-pack table.cform td {
        display: block !important;
        width: 100% !important;
    }
    #canvas-wrapper-ichiki-pack table.cform th {
        background: none !important;
        padding: 0 0 5px 0 !important;
        border: none !important;
        font-size: 0.9rem !important;
        color: #2c7a4b !important; /* 緑色にする */
    }
    #canvas-wrapper-ichiki-pack table.cform td {
        padding: 0 0 20px 0 !important;
        border-bottom: 1px dashed #eee !important;
    }
}
/* ==============================================
   【修正】送信ボタンの「→」削除＆シンプル化
   ============================================== */

/* 1. 矢印（擬似要素や背景）を強制的に消す */
#canvas-wrapper-ichiki-pack .submit-btn::after,
#canvas-wrapper-ichiki-pack .submit-btn::before,
#canvas-wrapper-ichiki-pack .submit-btn-in::after,
#canvas-wrapper-ichiki-pack .submit-btn-in::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* 2. ボタン本体の背景画像（矢印）も消して、文字を中央にする */
#canvas-wrapper-ichiki-pack .mw_wp_form input[type="submit"] {
    background-image: none !important; /* 矢印画像があるなら消す */
    padding: 15px 20px !important;     /* パディングを左右均等にする */
    text-align: center !important;     /* 文字を中央寄せ */
    width: 100% !important;            /* 幅を親に合わせる */
    max-width: 100% !important;        /* はみ出し防止 */
    box-sizing: border-box !important; /* 枠線含めて計算 */
    display: block !important;
}
/* ==============================================
   【パターン3】フル調整：かわいさ重視のポップな配色
   ============================================== */

/* 1. マーカー（ハイライト） */
/* オレンジと相性の良い「ひまわり色」で明るく */
#canvas-wrapper-ichiki-pack .highlight-underline {
    background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.5) 60%) !important;
}

/* 2. 見出しの下線 */
/* 丸みのある点線に変更してかわいく */
#canvas-wrapper-ichiki-pack .section-title::after {
    background: none !important;
    height: 4px !important;
    width: 80px !important;
    border-bottom: 4px dotted #ff9656 !important;
}

/* 3. お客様の声（枠線としっぽ） */
#canvas-wrapper-ichiki-pack .voice-card {
    border: 3px solid #ff9656 !important; /* 太めのオレンジ */
    border-radius: 20px !important;
    background: #fff !important;
}
#canvas-wrapper-ichiki-pack .voice-card::after {
    border-top-color: #ff9656 !important;
}

/* ==============================================
   【修正】Final CTA（トーンダウン版）
   ============================================== */

/* 背景：オレンジをやめて、落ち着いた「薄いグリーン」に */
#canvas-wrapper-ichiki-pack .section-final {
    background: #eef7eb !important; /* 目に優しいペールグリーン */
    padding: 40px 20px !important;  /* リード文なので余白を少しスッキリさせる */
    border-top: 2px dotted #6FAA5E !important; /* 上にかわいい点線の区切りを追加 */
}

/* テキスト：可読性を最優先に調整 */
#canvas-wrapper-ichiki-pack .final-msg {
    color: #2c7a4b !important;      /* 文字は「濃い緑」でハッキリと */
    font-weight: 500 !important;    /* 極太をやめて、自然な太さに */
    font-size: 1.1rem !important;   /* サイズは維持 */
    text-shadow: none !important;   /* 影を消してフラットで見やすく */
    line-height: 1.9 !important;    /* 行間を広げて読み疲れさせない */
}