/* 本文カラム（.containers 未使用）：パンくずと同幅にし、子の 60% が親基準で狭くなるのを防ぐ */
body.market-content-page .what-is-forex-main > .mx-auto {
    max-width: var(--learn-to-trade-column-width, 60%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

body.market-content-page .what-is-forex-main > .mx-auto > .how-do-i-make-a-deposit {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.market-content-page .what-is-forex-main .what-is-forex-section :is(h1.payment, hr, .reason-info) {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.market-content-page .what-is-forex-main .what-is-forex-hero .market-page-title,
body.market-content-page .what-is-forex-main .what-is-forex-lead {
    max-width: 100%;
}

body.market-content-page .what-is-forex-main > .mx-auto learn-more-contents {
    width: 100%;
    max-width: 100%;
}

body.market-content-page .what-is-forex-main .what-is-forex-section h1.payment {
    margin-left: 0;
    margin-right: 0;
}

body.market-content-page .what-is-forex-main .what-is-forex-section h1::before {
    display: none;
    content: none;
}

@media screen and (max-width: 600px) {
    body.market-content-page .what-is-forex-main > .mx-auto {
        max-width: var(--learn-to-trade-column-width, 90%);
    }
}

/* 説明文: 12pt 前後を基準にビューポートで可変（mt5 系ページと同様） */
body.market-content-page .what-is-forex-main {
    --what-is-forex-desc-size: clamp(11pt, 0.5vw + 10.2pt, 13pt);
}

body.market-content-page .what-is-forex-main .what-is-forex-lead,
body.market-content-page .what-is-forex-main .how-do-i-make-a-deposit .reason-info p {
    font-size: var(--what-is-forex-desc-size);
    font-weight: 400;
    line-height: 1.68;
    color: #333;
}

/* 各セクション見出しの上余白 */
body.market-content-page .what-is-forex-main .what-is-forex-section h1.payment {
    margin-top: 4.5rem;
}

body.market-content-page .what-is-forex-main .what-is-forex-hero + .what-is-forex-section h1.payment {
    margin-top: 5rem;
}

@media screen and (max-width: 600px) {
    body.market-content-page .what-is-forex-main .what-is-forex-section h1.payment {
        margin-top: 3.25rem;
    }

    body.market-content-page .what-is-forex-main .what-is-forex-hero + .what-is-forex-section h1.payment {
        margin-top: 3.75rem;
    }
}

body.market-content-page .what-is-forex-main .reason-info {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 0.5rem;
}

body.market-content-page .what-is-forex-main .reason-info img {
    flex-shrink: 0;
    width: auto;
    height: 50px;
}

body.market-content-page .what-is-forex-main .reason-info p {
    margin-bottom: 1rem;
}

body.market-content-page .what-is-forex-main .reason-info p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    body.market-content-page .what-is-forex-main .reason-info {
        gap: 1.5rem;
    }
}
