a {
    color: inherit;
    text-decoration: none;
}

/* LP 全体枠 */
.lp-wrapper {
    max-width: 560px;
    border: 7px solid #ffd5e0;
    margin: 0 auto;
}

/* セクション */
.lp-section {
    padding: 12px 8px;
}

/* メインメッセージ */
.lp-main-message {
    text-align: center;
    padding: 24px 12px 0;
    font-weight: bold;
}

.lp-main-message p {
    font-size: 1.2rem;
    line-height: 1.5;
}

/* 手順ラベル */
.lp-step-label {
    background-color: #ffd5e0;
    color: #800000;
    text-align: center;
    padding: 4px 8px;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 1rem;
}

/* 手順説明 */
.lp-step-text {
    text-align: center;
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 1.2rem;
}

/* ボタン共通 */
.lp-btn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 12px 8px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
}

/* 赤ボタン（My Y!mobile） */
.btn-main {
    background-color: #e60012;
    color: #ffffff;
    border: 2px solid #000;
    width: 80%;
    padding: 6px 0;
    font-size: 1.5rem;
}

/* 「詳しい内訳をみる」ボタン（赤枠） */
.btn-outline-main {
    margin-top: 12px;
    border: 2px solid #e60012;
    color: #005bac;
    background-color: #ffffff;
    font-weight: 700;
}

.btn-outline {
    margin-top: 12px;
    border: 2px solid #111111;
    background-color: #ffffff;
    font-size: 1rem;
}

/* 黒ボタン（オペレーターに相談） */
.btn-operator {
    background-color: #111111;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
}

/* 注釈 */
.lp-note {
    margin: 24px 0 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.lp-note-list {
    margin: 12px 0 0;
    padding-left: 1em;
    font-size: 1rem;
}

.lp-note-list li {
    margin-bottom: 4px;
}

/* リンク */
.lp-link {
    color: #00a0e9;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

/* 画像枠 */
.lp-image-box {
    margin: 0 auto;
    text-align: center;
}

.lp-image-box img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ffccd7;
}

/* 見出し */
.lp-heading {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 12px;
    font-weight: 700;
}

/* よくあるご質問リスト */
.lp-divider {
    border-bottom: 3px solid #222222;
    margin: 8px 0;
}

.lp-qa-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 8px;
    font-size: 1rem;
    justify-content: center;
    font-weight: bold;
}

.lp-qa-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: bold;
}

/* 最下部の余白 */
.lp-section-bottom {
    padding-bottom: 24px;
}

#faq_back_modal {
    display: none;
}