a {
    color: inherit;
    text-decoration: none;
}

/* LP 全体枠 */
.lp-wrapper {
    max-width: 560px;
    border: 7px solid #cfe2f3;
    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: 2rem;
}

/* 手順ラベル */
.lp-step-label {
    background-color: #cfe2f3;
    color: #0b5394;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

/* 手順説明 */
.lp-step-text {
    text-align: center;
    margin: 0 0 9px;
    font-weight: bold;
    font-size: 1.8rem;
}

/* ボタン共通 */
.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;
}

.btn-main {
    background-color: #0b5394;
    color: #ffffff;
    border: 2px solid #000;
    width: 80%;
    padding: 8px 0;
    font-size: 1.8rem;
}

a.btn-main:visited,
a.btn-main:hover {
    color: #ffffff;
}

.btn-outline-main {
    margin-top: 12px;
    border: 2px solid #0b5394;
    color: #005bac;
    background-color: #ffffff;
    font-weight: 700;
}

.btn-outline {
    margin-top: 12px;
    border: 2px solid #111111;
    background-color: #ffffff;
    font-size: 1.8rem;
}

a.btn-outline:visited,
a.btn-outline:hover {
    color: #333;
}

/* 黒ボタン（オペレーターに相談） */
.btn-operator {
    background-color: #111111;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
}

a.btn-operator:visited,
a.btn-operator:hover {
    color: #ffffff;
}

/* 注釈 */
.lp-note {
    margin: 24px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.lp-note-list {
    margin: 12px 0 0;
    font-size: 1.8rem;
}

.lp-note-list li {
    margin-bottom: 4px;
}

/* リンク */
.lp-link {
    color: #00a0e9;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}

a.lp-link:visited {
    color: #00a0e9;
}

/* 画像枠 */
.lp-image-box {
    margin: 0 auto;
    text-align: center;
}

.lp-image-box img {
    max-width: 100%;
    height: auto;
}

/* 見出し */
.lp-heading {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 12px;
    font-weight: bold;
}

/* よくあるご質問リスト */
.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: 1.8rem;
    justify-content: center;
    font-weight: bold;
}

a.lp-qa-link:visited,
a.lp-qa-link:hover {
    color: #333;
}

.lp-qa-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
}

/* 最下部の余白 */
.lp-section-bottom {
    padding-bottom: 24px;
}

#faq_back_modal {
    display: none;
}