/* ===========================================
   人妻ぷりん - Recruitment Page (LP) Styles
   =========================================== */

/* -------------------------------------------
 * 他のページに影響を与えないための専用リセット
 * ------------------------------------------- */
/* PC表示での「スマホ風」レイアウト設定 */
@media (min-width: 431px) {
    body.lp-body-active {
        background-color: #eee !important;
        display: flex !important;
        justify-content: center !important;
        padding: 40px 0 !important;
    }
    .lp-wrapper {
        box-shadow: 0 0 50px rgba(0,0,0,0.1) !important;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
}
.pub-header, #pubDrawer, .pub-cta-bar, footer { display: none !important; }
body { padding-top: 0 !important; padding-bottom: 0 !important; background: #fdfdfd !important; color: #333 !important; font-family: 'Noto Sans JP', sans-serif !important; }

/* -------------------------------------------
 * LP専用スタイル
 * ------------------------------------------- */
:root {
    --lp-width: 430px;
    --lp-pink: #e53a60;
    --lp-gold: #d4af37;
    --bottom-nav-h: 60px;
}
/* Accessibility utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* LP Specific Styles */
.lp-wrapper {
    max-width: 430px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #333;
    overflow-x: hidden;
    padding-bottom: 100px;
}
.lp-header {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #ffe0e5;
    position: sticky;
    top: 0;
    z-index: 100;
}
.lp-header img {
    max-width: 150px;
}
.lp-hero {
    position: relative;
    background: linear-gradient(135deg, #ffccd5 0%, #ff8a9a 100%);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.lp-hero-catch {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}
.lp-hero-sub {
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.lp-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 120%;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.lp-section {
    padding: 40px 20px;
    text-align: center;
}
.lp-title {
    font-size: 1.4rem;
    color: var(--lp-pink);
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.lp-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
}
.lp-image-card {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background: #fff;
    transition: transform 0.3s ease;
}
.lp-image-card:hover {
    transform: translateY(-5px);
}
.lp-image-card img {
    width: 100%;
    display: block;
}
/* FAQ accordion */
.lp-faq {
    text-align: left;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ffe0e5;
    border-radius: 8px;
    overflow: hidden;
}
.lp-faq-q {
    padding: 15px 40px 15px 15px;
    font-weight: bold;
    font-size: 0.9rem;
    cursor: pointer;
    position: relative;
    list-style: none;
    color: var(--lp-pink);
    transition: background 0.3s;
}
.lp-faq-q::-webkit-details-marker {
    display: none;
}
.lp-faq-q::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #d4af37;
}
details[open] .lp-faq-q {
    background: #fff5f7;
}
details[open] .lp-faq-q::after {
    content: '-';
}
.lp-faq-a {
    padding: 15px;
    font-size: 0.85rem;
    line-height: 1.6;
    border-top: 1px solid #ffe0e5;
    background: #fffcfd;
    color: #555;
}
/* Fixed Nav */
.lp-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-around;
    padding: 10px 5px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-width: 430px;
    margin: 0 auto;
}
.lp-nav-item {
    flex: 1;
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 0.75rem;
    text-align: center;
    font-weight: bold;
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.lp-nav-line { background: #06c755; }
.lp-nav-mail { background: #ff8a9a; }
.lp-nav-tel { background: #d4af37; }

/* Form Overrides */
#recruitForm {
    padding: 20px;
    background: #fffcfd;
    border: 2px solid #ffe0e5;
    border-radius: 12px;
    margin: 20px;
}
#recruitForm dt {
    color: var(--lp-pink);
    font-weight: bold;
    margin-bottom: 5px;
}
#recruitForm dd {
    margin-bottom: 15px;
    margin-left: 0;
}
#recruitForm input, #recruitForm select, #recruitForm textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ffe0e5;
    border-radius: 6px;
    box-sizing: border-box;
}
#recruitForm .btn-submit {
    background: var(--lp-pink);
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 117, 140, 0.3);
}
/* ============================
 * デザイン全体強化
 * ============================ */

/* 2段組セクションタイトル */
.lp-section-label {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--lp-pink);
    opacity: 0.75;
    margin-bottom: 4px;
    font-weight: 400;
}
.lp-title-2line {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    line-height: 1.4;
}
.lp-title-2line .accent { color: var(--lp-pink); }
.lp-title-2line::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 50px; height: 3px;
    background: linear-gradient(to right, var(--lp-pink), #d4af37);
    border-radius: 2px;
}

/* 波形区切り */
.lp-wave { width: 100%; overflow: hidden; line-height: 0; margin: 0; display: block; }
.lp-wave svg { display: block; width: 100%; }

/* ヒーローバッジ */
.lp-hero-badges {
    display: flex; gap: 8px; justify-content: center;
    flex-wrap: wrap; margin-top: 22px; padding: 0 10px;
}
.lp-hero-badge {
    background: rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.55);
    color: #fff; font-size: 0.72rem; font-weight: bold;
    padding: 5px 14px; border-radius: 20px; letter-spacing: 0.03em;
}

/* ============================
 * スタッフの声カード
 * ============================ */
.lp-voices-wrap { display: flex; flex-direction: column; gap: 15px; }
.lp-voice-card {
    background: #fff; border: 1px solid #ffe0e5;
    border-radius: 14px; padding: 18px 18px 15px;
    box-shadow: 0 3px 12px rgba(229,59,96,0.07);
    text-align: left; position: relative;
}
.lp-voice-card::before {
    content: '\201C'; font-family: Georgia, serif;
    font-size: 3.5rem; color: var(--lp-pink);
    opacity: 0.12; position: absolute; top: 2px; left: 10px; line-height: 1;
}
.lp-voice-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lp-voice-avatar {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffccd5, #ff8da1);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(229,59,96,0.2);
}
.lp-voice-name {
    font-weight: bold;
    color: var(--lp-pink);
    font-size: 0.9rem;
    display: block;
}
.lp-voice-meta { font-size: 0.77rem; color: #888; }
.lp-voice-stars { color: var(--lp-gold); font-size: 0.85rem; letter-spacing: 2px; }
.lp-voice-text {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #555;
    padding-top: 4px;
}

/* ============================
 * 募集要項テーブル
 * ============================ */
.lp-req-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.87rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}
.lp-req-table tr { border-bottom: 1px solid #ffe0e5; }
.lp-req-table tr:last-child { border-bottom: none; }
.lp-req-table th {
    background: #fff0f3;
    color: var(--lp-pink);
    font-weight: bold;
    padding: 13px 12px;
    width: 32%;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0.82rem;
}
.lp-req-table td {
    padding: 13px 12px;
    color: #444;
    line-height: 1.7;
    background: #fff;
}
.lp-req-badge {
    display: inline-block;
    background: var(--lp-gold);
    color: #fff;
    font-size: 0.68rem;
    font-weight: bold;
    padding: 1px 8px;
    border-radius: 10px;
    margin-left: 4px;
    vertical-align: middle;
}

/* ============================
 * 追加: 安心感強化スタイル
 * ============================ */
.lp-promise-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.lp-promise-item {
    background: #fff;
    border: 2px solid #ffe0e5;
    border-radius: 12px;
    padding: 20px 15px 15px 15px;
    position: relative;
    text-align: left;
    box-shadow: 0 4px 15px rgba(229,59,96,0.08);
}
.lp-promise-num {
    position: absolute;
    top: -15px;
    left: 15px;
    background: var(--lp-pink);
    color: #fff;
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.lp-promise-title {
    color: var(--lp-pink);
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ffe0e5;
    padding-bottom: 8px;
}
.lp-promise-text {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #444;
}

.lp-customer-box {
    background: #fff9fa;
    border: 1px solid #ffd1dc;
    border-radius: 12px;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.lp-customer-box::before {
    content: '👔';
    font-size: 2.5rem;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff9fa;
    border-radius: 50%;
    padding: 0 10px;
}
.lp-customer-highlight {
    background: linear-gradient(transparent 60%, rgba(229, 58, 96, 0.2) 60%);
    font-weight: bold;
}
.lp-micro-copy {
    display: inline-block;
    background: #fff0f3;
    color: var(--lp-pink);
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid var(--lp-pink);
    margin-bottom: 10px;
    position: relative;
}
.lp-micro-copy::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--lp-pink) transparent transparent transparent;
}

/* ヘッダー (固定) */
.lp-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--lp-width);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    z-index: 100;
    box-sizing: border-box;
}
.lp-header-logo {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--lp-pink);
    text-decoration: none;
}
.lp-btn-top {
    background: var(--lp-pink);
    color: #fff;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

/* ヒーローセクション */
.lp-hero {
    margin-top: 55px; /* ヘッダーの高さ分 */
    background: #fff;
    padding: 0;
    text-align: center;
    color: #333;
    position: relative;
}
.lp-hero img {
    width: 100%;
    display: block;
}
.lp-hero::after {
    content: '';
    display: none;
}
.lp-hero-catch {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.lp-hero-sub {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* コンテンツセクション */
.lp-section {
    padding: 30px 15px;
}
.lp-title {
    text-align: center;
    font-size: 1.3rem;
    color: var(--lp-pink);
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.lp-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--lp-pink);
    border-radius: 2px;
}

/* 画像配置用カード */
.lp-image-card {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 2px solid #fff;
}

/* FAQ アコーディオン */
.lp-faq {
    margin-bottom: 15px;
    border: 1px solid #ffe0e5;
    border-radius: 8px;
    overflow: hidden;
}
.lp-faq-q {
    background: #fff0f3;
    padding: 15px;
    font-weight: bold;
    color: var(--lp-pink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}
.lp-faq-q::after {
    content: '▼';
    font-size: 0.8rem;
    transition: transform 0.3s;
}
.lp-faq[open] .lp-faq-q::after {
    transform: rotate(180deg);
}
.lp-faq-a {
    padding: 15px;
    font-size: 0.85rem;
    line-height: 1.6;
    background: #fff;
    color: #555;
}
.lp-faq[open] .lp-faq-a {
    border-top: 1px dashed #ffe0e5;
}

/* ボトムナビゲーション */
.lp-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--lp-width);
    height: var(--bottom-nav-h);
    background: #fff;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}
.lp-bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold;
}
.lp-nav-line {
    background: linear-gradient(to bottom, #06c755, #05a044);
}
.lp-nav-mail {
    background: linear-gradient(to bottom, #ff8da1, var(--lp-pink));
}
.lp-nav-tel {
    background: linear-gradient(to bottom, #4da6ff, #1b81f4);
}

/* フォームスタイル調整 */
.lp-form-box {
    background: #fff0f3;
    padding: 20px;
    border-radius: 8px;
}
.lp-form-box label {
    display: block;
    font-weight: bold;
    color: var(--lp-pink);
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.lp-form-box input,
.lp-form-box textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ffccd5;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 1rem;
}
.lp-btn-submit {
    background: var(--lp-pink);
    color: #fff;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(229,59,96,0.3);
}

/* -------------------------------------------
 * インラインからの移行スタイル
 * ------------------------------------------- */

/* ヘッダー */
.lp-header-logo-link { text-decoration: none; color: var(--lp-pink); font-weight: bold; font-size: 1.2rem; }
.lp-header-btn-top { text-decoration: none; background: var(--lp-pink); color: #fff; padding: 5px 12px; border-radius: 15px; font-size: 0.75rem; font-weight: bold; }

/* セクション・背景 */
.lp-section-pink-bg { background: #fff0f3; margin-top: 20px; }
.lp-section-white-bg { background: #fff; }
.lp-section-no-pd-top-btm { text-align: center; padding-top: 10px; padding-bottom: 10px; }

/* ボックス・カード */
.lp-worries-box { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-align: left; line-height: 1.8; }
.lp-accent-bold { font-weight: bold; color: var(--lp-pink); }
.lp-mb-10 { margin-bottom: 10px; }
.lp-mt-20 { margin-top: 20px; font-size: 0.95rem; }
.lp-mt-10 { margin-top: 10px; font-size: 0.95rem; }
.lp-benefit-card { background: #fffcfd; border: 2px solid #ffe0e5; border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.lp-benefit-title { color: var(--lp-pink); font-size: 1.1rem; border-bottom: 1px dashed #ffe0e5; padding-bottom: 8px; margin-bottom: 10px; }
.lp-benefit-text { font-size: 0.9rem; line-height: 1.6; color: #444; }

/* お祝い金・装飾 */
.lp-reward-box { text-align: center; font-weight: bold; color: #d4af37; margin-top: 25px; font-size: 1.2rem; background: #fff9e6; padding: 15px; border-radius: 8px; border: 1px solid #d4af37; }
.lp-reward-subtext { font-size: 0.85rem; color: #666; font-weight: normal; display: block; margin-top: 5px; }

/* オーナーメッセージ */
.lp-owner-msg-box { padding: 10px; line-height: 1.8; color: #444; }
.lp-owner-msg-p { margin-bottom: 15px; font-size: 0.9rem; }
.lp-owner-msg-p-bold { margin-bottom: 15px; font-weight: bold; color: var(--lp-pink); }
.lp-owner-msg-highlight { background: #fff9e6; border: 1px solid #d4af37; padding: 15px; border-radius: 8px; margin-bottom: 15px; }
.lp-owner-msg-highlight-title { font-size: 0.9rem; font-weight: bold; color: #d4af37; text-align: center; margin-bottom: 5px; }
.lp-owner-msg-highlight-text { font-size: 0.95rem; text-align: center; }

/* 応募ボタン (LINE) */
.lp-btn-line-wrap { display: inline-block; background: linear-gradient(to bottom, #06c755, #05a044); color: #fff; width: 100%; padding: 20px; border-radius: 12px; font-size: 1.4rem; font-weight: bold; text-decoration: none; box-shadow: 0 6px 15px rgba(6,199,85,0.4); margin-bottom: 10px; }
.lp-btn-line-sub { font-size: 0.9rem; font-weight: normal; display: block; margin-bottom: 5px; }

/* 募集要項テーブル補助 */
.lp-req-table-wrap { border-radius: 12px; overflow: hidden; border: 1px solid #ffe0e5; }
.lp-req-table-small { color: #888; }
.lp-req-table-bold { color: var(--lp-gold); }

/* 給与例 */
.lp-income-card { background: #fff; border: 2px solid #ffccd5; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.lp-income-name-wrap { text-align: center; margin-bottom: 15px; }
.lp-income-name { background: var(--lp-pink); color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: bold; }
.lp-income-shift { font-weight: bold; color: #444; margin-bottom: 15px; text-align: center; }
.lp-income-shift-sub { font-size: 0.85rem; color: #666; font-weight: normal; }
.lp-income-list { list-style: none; padding: 0; margin: 0 0 15px 0; }
.lp-income-item { border-bottom: 1px dashed #ffe0e5; padding: 10px 0; display: flex; justify-content: space-between; }
.lp-income-item-last { padding: 10px 0; display: flex; justify-content: space-between; }
.lp-income-item-label { color: var(--lp-pink); font-weight: bold; }
.lp-income-item-val { font-weight: bold; }
.lp-income-item-op { font-size: 0.75rem; color: #888; font-weight: normal; }
.lp-income-total-box { background: #fff0f3; padding: 15px; border-radius: 8px; text-align: center; }
.lp-income-total-val { font-weight: bold; color: var(--lp-pink); font-size: 1.1rem; margin-bottom: 5px; }
.lp-income-total-sub { font-size: 0.85rem; color: #d4af37; font-weight: bold; }
.lp-income-quote { margin-top: 20px; background: #f9f9f9; padding: 15px; border-radius: 8px; position: relative; }
.lp-income-quote-mark { position: absolute; top: -10px; left: 15px; color: #d4af37; font-size: 1.5rem; }
.lp-income-quote-text { font-size: 0.85rem; line-height: 1.6; color: #555; padding: 0 10px; text-align: justify; }

/* お客様セクション */
.lp-customer-p { font-size: 0.9rem; line-height: 1.6; color: #444; margin-bottom: 15px; }
.lp-customer-rule-box { background: #fff; border-left: 4px solid var(--lp-pink); padding: 12px; font-size: 0.82rem; color: #444; line-height: 1.6; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }

/* お仕事の流れ */
.lp-flow-wrap { position: relative; padding-left: 40px; }
.lp-flow-item { margin-bottom: 30px; position: relative; }
.lp-flow-num { position: absolute; left: -40px; top: 0; width: 30px; height: 30px; background: var(--lp-pink); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.8rem; z-index: 2; }
.lp-flow-num-last { background: #d4af37; }
.lp-flow-line { position: absolute; left: -26px; top: 30px; width: 2px; height: calc(100% + 10px); background:#ffe0e5; z-index: 1; }
.lp-flow-title { font-size: 1rem; color: var(--lp-pink); margin-bottom: 5px; }
.lp-flow-title-last { color: #d4af37; }
.lp-flow-text { font-size: 0.85rem; color: #666; }

/* 体験入店 */
.lp-trial-box { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.lp-trial-point-list { list-style: none; padding: 0; margin: 0 0 15px 0; font-size: 0.9rem; color: #444; font-weight: bold; }
.lp-trial-item { margin-bottom: 8px; }

/* 待機ルーム */
.lp-wait-room-box { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.lp-wait-room-title { font-weight: bold; color: var(--lp-pink); margin-bottom: 10px; font-size: 1rem; }
.lp-wait-room-text { font-size: 0.85rem; line-height: 1.6; color: #555; }

/* よくある質問追加分 */
.lp-faq-cat-title { color:#d4af37; font-size:1.1rem; margin-bottom:10px; margin-top:20px; border-bottom:1px solid #ffe0e5; padding-bottom:5px; }

/* 共通ユーティリティ */
.lp-text-center { text-align: center; }
.lp-flex-between { display: flex; justify-content: space-between; }
