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.4rem;
}

p strong {
    background: linear-gradient(transparent 70%, #f5ff00 30%);
}

.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: #ffe9f2;
    border-radius: 16px;
    padding: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 8px;
}

.balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 18px 10px 0;
    border-color: transparent #ffe9f2 transparent transparent;
}

.lp-step-text {
    text-align: center;
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 1.2rem;
}

.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;
}

/* 赤ボタン（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-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;
    margin-bottom: 1rem;
}

/* 見出し */
.lp-heading {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 12px;
    font-weight: 700;
}

/* よくあるご質問リスト */
.lp-divider {
    border-bottom: 3px solid #222222;
    margin: 4px 0;
}

.lp-qa-link {
    display: flex;
    position: relative;
    padding: 12px 17px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lp-qa-arrow {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: bold;
}

/* 最下部の余白 */
.lp-section-bottom {
    padding-bottom: 24px;
}

#faq_back_modal {
    display: none;
}

.shop-title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.shop-title::before {
    display: inline-block;
    content: '';
    background: url(/support/contact/ez.sizedai/fee02/images/image2.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 7px;
    vertical-align: middle;
}

.shop-text {
    margin-bottom: 5px;
    margin-left: 15px;
}

.text-icon-attention-01 {
    position: relative;
    padding-left: 30px;
}

.text-icon-attention-01 p {
    font-size: 13px;
    margin-bottom: 0;
}

.text-icon-attention-01 p strong {
    background: none;
}

.text-icon-attention-01:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/support/contact/ez.sizedai/fee02/images/image3.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
}

.text-attention-01 {
    color: #ff0033;
    font-size: 1rem;
}

.bg-gray {
    padding: 5px 3px;
    margin-bottom: 20px;
}