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 {
    background: linear-gradient(transparent 70%, #f5ff00 30%);
    display: inline-block;
    font-size: 2rem;
}

.character-balloon {
    display: flex;
    align-items: center;
    margin: 0 0 16px 8px;
}

.character-image {
    width: 90px;
}

.character-image img {
    width: 90%;
    display: block;
}

.balloon {
    position: relative;
    background-color: #e8f2fb;
    border-radius: 16px;
    padding: 14px;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-left: 8px;
    width: 58%;
}

.balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 18px 10px 0;
    border-color: transparent #e8f2fb transparent transparent;
}

.lp-step-text {
    text-align: center;
    margin: 0 0 9px;
    font-weight: bold;
    font-size: 1.8rem;
}

.lp-step-text.row-text {
    margin-top: 16px;
}

.lp-step-text-link {
    font-size: 1.2rem;
    background: linear-gradient(transparent 70%, #f5ff00 30%);
    display: inline-block;
    text-decoration: none;
}

/* ボタン共通 */
.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 {
    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;
}

/* 注釈 */
.lp-note {
    margin: 24px 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}

/* リンク */
.lp-link {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}

/* 画像枠 */
.lp-image-box {
    margin: 0 auto;
    text-align: center;
}

.lp-image-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.lp-text-box {
    padding: 0 20px;
}

.lp-text-box .lp-text strong {
    color: #000;
}

.lp-text-box .lp-text a {
    color: #006699;
    text-decoration: underline;
}

/* 見出し */
.lp-heading {
    text-align: center;
    font-size: 1.8rem;
    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: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
}

/* 最下部の余白 */
.lp-section-bottom {
    padding-bottom: 24px;
}

#faq_back_modal {
    display: none;
}

.bg-gray {
    background-color: #f4f5f6;
    padding: 16px;
    line-height: 2;
}

.text-icon-attention-01 p {
    font-size: 13px;
    margin-bottom: 0;
}

.text-icon-attention-01 p strong {
    color: #000;
}

.text-icon-attention-01 strong.text-attention-01 {
    color: #ff0000;
    font-size: 1.6rem;
}

.text-icon-attention-01 a {
    color: #006699;
}

.u-line {
    background: linear-gradient(transparent 70%, #f5ff00 30%);
    display: inline-block;
}

.lp-text a:visited,
.lp-note a:visited,
.text-icon-attention-01 a:visited {
    color: #006699;
}

.lp-section-bottom a:visited {
    color: #fff;
}