@charset "UTF-8";

/* Safari限定CSS ⬇️ */
_::-webkit-full-page-media, _:future, :root * {
    letter-spacing: -0.055em;
}

_::-webkit-full-page-media, _:future, :root .safari-display {
    letter-spacing: -0.2em;
}
/*-Safari限定CSS-⬆️*/


/* セレクタの設定 ⬇️ */
* {
    scroll-behavior: smooth;
    box-sizing: border-box;
    line-height: 1;     /* 0.9でもいいかも */
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size-adjust: 0.5;
}

body {
    max-width: 1200px;
    min-width: 375px;
    margin: 0 auto;
    background-color: #fff;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

label {
    padding: 30px 40px;
    width: auto;
}

label span {
    line-height: 37px;
}

input {
    display: none;
}

li {
    list-style: none;
}
img {
    vertical-align: top;
}

p, h2, h3 span {
    font-feature-settings: "palt";
    vertical-align: bottom;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

span {
    display: inline-block;
}

footer {
    background-color: #071f84;
}

small {
    color: #fff;
    display: block;
    padding: 30px 0;
    text-align: center;
    line-height: 33px;
    letter-spacing: -0.1em;
}
/*-セレクタの設定-⬆️*/


/* クラスの設定 ⬇️ */
/* 汎用クラス ⬇️ */
/* アニメーションを制御するクラス ⬇️ */
.fade-in-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-200px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-left-quick {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-up-scaling {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.scaling-in {
    transform: scale(0.5);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.scaling-out {
    opacity: 0;
    transform: scale(1.5);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
  
.show {
    opacity: 1;
    transform: translateY(0);
}

.return {
    transform: scale(1);
}
/*-アニメーションを制御するクラス-⬆️*/


/* テキストのカラーを設定 */
.txt-orange {
    color: #ff7c10;
}

/* 各種フォントを設定 ⬇️ */
.font-baskB {
    font-family: "baskerville-display-pt", serif;
    font-weight: 700;
    font-style: normal;
}

.font-baskR {
    font-family: "baskerville-display-pt", serif;
    font-weight: 400;
    font-style: normal;
}

.font-genB {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font-yumincho, .font-yumincho span {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.font-din {
    font-family: "din-2014", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
}
/*--各種フォントを設定----⬆️*/


/* 文字サイズを設定 ⬇️ */
.txt-l {
    font-size: 48px;
}

.txt-2l {
    font-size: 72px;
}

.txt-3l {
    font-size: 90px;
}
/*-文字サイズを設定-⬆️*/

/* FXの説明文の両端揃えの設定 */
.explanation > ul > li:first-child {
    text-align: justify;
}

/* CTAボタンの上文字のカーニングを行うクラス */
.cta-spacing {
    letter-spacing: -0.3em;
}


/* カーニングを行うクラス ⬇️ */
.spacing-s {
    letter-spacing: -0.1em;
}

.spacing-l {
    letter-spacing: -0.2em;
}
/*---カーニングを行うクラス--⬆️*/

/* フレックスボックスの設定 */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 要素のセンタリングを行うクラス */
.center {
    width: fit-content;
    margin: 0 auto;
}
/* オレンジの下線の設定 */
.under-line {
    width: 379px;
    height: 4px;
    background-color: #ff7c10;
    margin: 0 0 10px 6px;
}
/*-汎用クラス-⬆️*/

/* FVの設定 ⬇️ */
.spview {
    display: none;
}

.fv-cta {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.fv-cta img {
     width: 470px;
}

.pcview img {
    width: 1200px;
}

.tools {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    top:0;
    left:0;
    font-size: 18px;
}
/*-FVの設定-⬆️*/


/* こんな悩みはありませんか？とそんな悩みを解決するために！の共通クラス */
.content-upper {
    position: relative;
    bottom: 109px;
}

/* FXを検討してみませんか？の設定 ⬇️ */
.explanation {
    width: 710px;
    background-color: #071f84;
}

.explanation > ul {
    width: 630px;
}

.explanation1 > ul > li > p:first-child {
    padding: 33px 0;    /* line-heightとfont-sizeを引いた14/2=7(上下の余分な余白)と33を足して40px */
    color: #fff;
    font-size: 36px;
    line-height: 49px;
}

.explanation1 > ul > li:last-child {
    margin: 20px 0 34px 0;
}

.explanation-figure {
    width: 181px;
    justify-content: center;
}

.explanation-figure p {
    color: #fff;
}

.explanation-figure li:first-child > p {
    font-size: 25px;
}

.explanation1 .explanation-figure li:nth-child(2) {
    margin: 20px 0 14px 0;
}

.explanation2 .explanation-figure li:nth-child(2) {
    margin:  14px 0;
}

.explanation-figure li:last-child > p {
    font-size: 31px;
    text-align: center;
    line-height: 43px;
}

.explanation1 {
    height: 595px;
}

.explanation2 {
    height: 358px;
}
.explanation2 > ul {
    padding: 40px 0;
}

/* こんな方におすすめ！のブロックの設定 ⬇️ */
.recommendation {
    width: fit-content;
    margin: 60px auto;
    overflow: hidden;
}

.recommendation p {
    text-align: center;
    font-size: 48px;
    margin: -3px 0;
}

/* こんな方におすすめ！の下の三角形の設定 */
.recommendation-tri {
    width: 58px;
    height: 29px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0,100% 100%,0 100%);
    background-color: #071f84;
    transform: rotate(180deg);
}
/*-こんな方におすすめ！のブロックの設定-⬆️*/
/*-FXを検討してみませんか？の設定-⬆️*/


/* オファーの設定 ⬇️ */
/* 特典紹介の「特典」部分の文字の高さを揃える設定 */
.bottom-up {
    position: relative;
    bottom: 5px
}

/* 無料セミナー参加特典の一番下の注釈の設定 */
.annotation {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* 3つの特典の画像サイズ設定 */
.offer-free img {
    width: 710px;
}

/* 無料のイメージ画像の位置決めをするクラス */
.emphasis {
    position: absolute;
    left: 74%;
    bottom: 9px;
}
/*-オファーの設定-⬆️*/


/* セミナーで学べることの設定 ⬇️ */
.learn-align {
    margin-left: 30px;
}
/*-セミナーで学べることの設定-⬆️*/


/* セミナーで学べること・セミナー参加特典のボックスの設定 ⬇️ */
.side-by-side {
    position: relative;
    width: 91.7%;
    overflow-x: hidden;
}

.side-by-side > li:first-child {
    position: absolute;
    overflow: hidden;
}

.side-by-side > li:last-child {
    position: absolute;
    height: 100%;
    width: 710px;
}

.side-by-side ol {
    margin: 40px 40px 38px 40px;
}
/*-セミナーで学べること・セミナー参加特典のボックスの設定-⬆️*/


/* セミナー受講者の声に関する設定 ⬇️ */
.customer-box {
    width: 710px;
}

.customer-box div {
    width: 325px;
    background-color: #fff;
}

.customer-box > div {
    box-shadow: 0px 0px 10px -3px #000;
}

.customer-box p {
    font-size: 24px;
}

.customer-people {
    text-align: center;
    margin: 20px 40px;
    height: 184px;
    width: 244px;
    border-bottom: 1px solid #000;
}

.customer-people p:nth-child(2)  {
    margin: 16px 0;
}

.customer-thoughts {
    margin: 0 20px 20px 20px;
    padding: 10px 20px 20px 20px;
    vertical-align: bottom;
    height: 309px;
    width: 285px;
    background: url(../img/fx_img/note_bg.jpg) no-repeat center / cover;
}

.customer-thoughts p {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: justify;
}
/*--セミナー受講者の声に関する設定---⬆️*/


/* Q&Aの設定 ⬇️ */
/* アコーディオンボックスの設定 ⬇️ */
.accordion {
    background-color: #071f84;
    width: 710px;
}

.option {
    background-color: #fff;
}

.option:not(:last-child) {
    margin-bottom: 40px;
}

/* Q＆Aの右側三角形の設定 */
.q-triangle {
    width: 32px;
    height: 16px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0,100% 100%,0 100%);
    background-color: #071f84;
    transform: rotate(180deg);
    transition: all .5s;
}

/* Q&Aの各項をクリックしたときの動きを制御 ⬇️ */
.toggle:checked + .q-title + .answer{
    max-height: 300px;
}

.toggle:checked + .q-title > div  {
    transform: scaleX(-1);
}
/*--Q&Aの各項をクリックしたときの動きを制御--⬆️*/
/*-アコーディオンボックスの設定-⬆️*/

/* Q&Aの各項ホバー時にポインターを指マークに変更 */
.q-title:hover {
    cursor: pointer;
}

.q-title > span {
    width: 569px;
}

.q-title {
    align-items: center;
}

/* Q&Aの行間を制御 */
.answer p {
    line-height: 40px;
    text-align: justify;
}

.answer {
    background-color: #e5e5e5;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
}
/*Q&Aの設定------------------------------⬆️*/
/*-クラスの設定-⬆️*/


/* idの設定 ⬇️ */
/* こんなお悩みありませんか？・そんな悩みを解決するために！の共通設定 ⬇️ */
#problem, #recommend {
    padding-top: 109px;
}

#problem h2, #recommend h2 {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    bottom: 109px;
    height: fit-content;
}
/*-こんなお悩みありませんか？・そんな悩みを解決するために！の共通設定-⬆️*/


/* こんなお悩みありませんか？の設定 ⬇️ */
#problem {
    height: 1024px;
    background: url(../img/fx_img/man.jpg) no-repeat center / cover;
    overflow: hidden;
}

#problem ul {
    margin-top: -50px;
}

#problem li:first-child {
    margin-top: -50px;
}

#problem li {
    margin-bottom: -67px;
}

#problem li:nth-child(even) {
    width: fit-content;
    margin-left: auto;
}

#problem li > div img {
    width: 529px;
}
/*-こんなお悩みありませんか？の設定-⬆️*/


/* FXを検討してみませんか？の設定 ⬇️ */
#recommend {
    height: 1568px;
    background: url(../img/fx_img/chart.jpg) no-repeat center / cover;
}

#recommend h3 {
    margin-bottom: -3px;
    padding: 39px 0 80px 0;
    text-align: center;
    font-size: 60px;
}
/*-Xを検討してみませんか？の設定-⬆️*/


/* オファーの設定 ⬇️ */
#offer {
    height: 1051px;
    background: url(../img/fx_img/benefits_bg.jpg) no-repeat center / cover;
    /* position: relative; */
}

#offer h2 > div {
    position: absolute;
    top: 116px;
    left: -1px;
    width: 319px;
    overflow: hidden;
}

#offer h2{
    color: #fff;
    padding: 40px 0 20px 0;
    width: fit-content;
    font-size: 36px;
    line-height: 119px;
    position: relative;
    text-align: center;
}

#offer > ul {
    width: 710px;
    height: 493px;
    background-color:#fff;
}

#offer p {
    width: 710px;
    padding: 20px 0 0 40px;
    color: #fff;
    line-height: 1em;
    font-size: 18px;
}

#offer > div:last-child {
    position: relative;
    padding-top: 40px;
}
/*-オファーの設定-⬆️*/


/* CTAボタンの設定 ⬇️ */
#cta {
    height: 286px;
    display: flex;
    align-items: center;
}

#cta li {
    text-align: center;
}

#cta img {
    width: 470px;
}

#cta p {
    font-size: 24px;
    margin-bottom: 20px;
}
/*-CTAボタンの設定-⬆️*/


/* 無料セミナーで学べることの設定 ⬇️ */
#learn {
    background-color: #071f84;
    padding-bottom: 80px;
}

#learn h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    padding: 80px 0 60px 0;
    letter-spacing: -0.05em;
}

#learn ul {
    height: 399px;
    background-color: #fff;
}

/* #learn > ul > li:first-child {
    left: -9.94%;
} */

#learn > ul > li:last-child {
    right: 0;
    background: rgba(255, 255, 255, 0.75);
}

#learn p {
    font-size: 36px;
}

#learn ol li:nth-child(2) {
    margin: 40px 0;
}

#learn ol li:not(:first-child) p {
    line-height: 51px;
}
/*-無料セミナーで学べることの設定-⬆️*/


/* セミナー参加特典の設定 ⬇️ */
#benefits {
    background-color: #fff;
    padding-bottom: 80px;
}

#benefits h2 {
    text-align: center;
    font-size: 48px;
    padding: 80px 0 60px 0;
    letter-spacing: -0.05em;
}

#benefits ul {
    height: 450px;
    background-color: #071f84;
    margin-left: auto;
}

#benefits > ul > li:first-child {
    right: 0;
}

#benefits > ul > li:last-child {
    left: 0;
    background: rgba(7, 31, 132, 0.5);
}

#benefits h3, #benefits p {
    color: #fff;
}

#benefits h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

#benefits p {
    font-size: 24px;
}

#benefits p {
    margin-bottom: 10px;
}

#benefits p {
    line-height: 40px;
    letter-spacing: 0.09em;
    text-align: justify;
}

#benefits ol li:last-child > h3 {
    padding-top: 38px;
}
/*-セミナー参加特典の設定-⬆️*/


/* お客様の声の設定 ⬇️ */
#customer {
    background-color: #cfe8ff;
    padding-bottom: 80px;
}

#customer h2 {
    text-align: center;
    padding: 70px 0 40px 0;
    font-size: 24px;
    line-height: 78px;
}
/*-お客様の声の設定-⬆️*/


/* Q&Aの設定 ⬇️ */
#question {
    background-color: #071f84;
    padding: 80px 0;
    font-size: 24px;
}

#question p {
    padding: 30px 40px;
}

#question ol {
    width: 710px;
}

#question h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
    font-size: 48px;
}
/*-Q&Aの設定-⬆️*/
/*-idの設定-⬆️*/

/*---------------- モバイル版 -------------------*/
@media (max-width: 750px) {
    /* Safari限定CSS ⬇️ */
    _::-webkit-full-page-media, _:future, :root * {
        letter-spacing: -0.08em;
    }
    /* セレクタの設定 ⬇️ */
    body {
        max-width: 600px;
    }

    label {
        padding: 15px 20px;
    }

    label span {
        line-height: 18.5px;
    }

    small {
        font-size: 10px;
        padding: 15px 0;
        text-align: center;
        line-height: 18px;
        letter-spacing: -0.1em;
    }

    img {
        width: 100%;
    }

    /*-セレクタの設定-⬆️*/


    /* クラスの設定 ⬇️ */
    /* 汎用クラス ⬇️ */

    /* 各種フォントを設定 ⬇️ */
    .font-baskB {
        font-weight: 700;
    }

    .font-baskR {
        font-weight: 400;
    }

    .font-genB {
        font-weight: 700;
    }

    .font-yumincho, .font-yumincho span {
        font-weight: 600;
    }

    .font-din {
        font-weight: 400 !important;
    }
    /*--各種フォントを設定----⬆️*/


    /* 文字サイズを設定 ⬇️ */
    .txt-l {
        font-size: 24px;
    }

    .txt-2l {
        font-size: 36px;
    }

    .txt-3l {
        font-size: 45px;
    }
    /*-文字サイズを設定-⬆️/
    /* CTAボタンの上文字のカーニングを行うクラス */
    .cta-spacing {
        letter-spacing: -0.3em;
    }


    /* カーニングを行うクラス ⬇️ */
    .spacing-s {
        letter-spacing: -0.1em;
    }

    .spacing-l {
        letter-spacing: -0.2em;
    }
    /*---カーニングを行うクラス--⬆️*/

    /* オレンジの下線の設定 */
    .under-line {
        width: 189.5px;
        height: 2px;
        margin: 0 0 5px 3px;
    }
    /*-汎用クラス-⬆️*/

    /* FVの設定 ⬇️ */
    .pcview {
        display: none;
    }

    .spview {
        display: block;
        overflow-x: hidden;
    }

    .spview img {
        width: 600px;
        display: block;
    }

    .fv-cta {
        position: absolute;
        bottom: 142px;
        left: 50%;
        transform: translateX(-50%);
    }

    .fv-cta img {
        width: 235px;
    }
    /*-FVの設定-⬆️*/


    /* こんな悩みはありませんか？とそんな悩みを解決するために！の共通クラス */
    .content-upper {
        bottom: 54.5px;
    }

    /* FXを検討してみませんか？の設定 ⬇️ */
    .explanation {
        width: 355px;
    }

    .explanation > ul {
        width: 315px;
    }

    .explanation1 > ul > li > p:first-child {
        padding: 16.5px 0;    /* line-heightとfont-sizeを引いた14/2=7(上下の余分な余白)と33を足して40px */
        font-size: 18px;
        line-height: 24.5px;
    }

    .explanation1 > ul > li:last-child {
        margin: 10px 0 17px 0;
    }

    .explanation-figure {
        width: 90.5px;
    }

    .explanation-figure li:first-child > p {
        font-size: 12.5px;
    }

    .explanation1 .explanation-figure li:nth-child(2) {
        margin: 10px 0 7px 0;
    }

    .explanation2 .explanation-figure li:nth-child(2) {
        margin:  7px 0;
    }

    .explanation-figure li:last-child > p {
        font-size: 15.5px;
        line-height: 21.5px;
    }

    .explanation1 {
        height: 297.5px;
    }

    .explanation2 {
        height: 179px;
    }
    .explanation2 > ul {
        padding: 20px 0;
    }

    /* こんな方におすすめ！のブロックの設定 ⬇️ */
    .recommendation {
        margin: 30px auto;
    }

    .recommendation p {
        font-size: 24px;
        margin: -1.5px 0;
    }

    /* こんな方におすすめ！の下の三角形の設定 */
    .recommendation-tri {
        width: 29px;
        height: 14.5px;
    }
    /*-こんな方におすすめ！のブロックの設定-⬆️*/
    /*-FXを検討してみませんか？の設定-⬆️*/


    /* オファーの設定 ⬇️ */
    /* 特典紹介の「特典」部分の文字の高さを揃える設定 */
    .bottom-up {
        bottom: 2.5px
    }

    /* 無料セミナー参加特典の一番下の注釈の設定 */
    .annotation {
        font-size: 9px !important;
        line-height: 1 !important;
    }

    /* 3つの特典の画像サイズ設定 */
    .offer-free img {
        width: 355px;
    }

    /* 無料のイメージ画像の位置決めをするクラス */
    .emphasis {
        left: 74%;
        bottom: 4.5px;
    }
    /*-オファーの設定-⬆️*/


    /* セミナーで学べることの設定 ⬇️ */
    .learn-align {
        margin-left: 15px;
    }
    /*-セミナーで学べることの設定-⬆️*/


    /* セミナーで学べること・セミナー参加特典のボックスの設定 ⬇️ */
    .side-by-side {
        width: 91.7%;
    }

    .side-by-side > li:last-child {
        width: 355px;
    }

    .side-by-side ol {
        margin: 20px 20px 19px 20px;
    }
    /*-セミナーで学べること・セミナー参加特典のボックスの設定-⬆️*/


    /* セミナー受講者の声に関する設定 ⬇️ */
    .customer-box {
        width: 355px;
    }

    .customer-box div {
        width: 162.5px;
    }

    .customer-box > div {
        box-shadow: 0px 0px 5px -1.5px #000;
    }

    .customer-box p {
        font-size: 12px;
    }

    .customer-people {
        margin: 10px 20px;
        height: 92px;
        width: 122px;
    }

    .customer-people p:nth-child(2)  {
        margin: 8px 0;
    }

    .customer-thoughts {
        margin: 0 10px 10px 10px;
        padding: 5px 10px 10px 10px;
        height: 154.5px;
        width: 142.5px;
    }

    .customer-thoughts p {
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.05em;
    }

    .customer-people img {
        width: 42px;
    }
    /*--セミナー受講者の声に関する設定---⬆️*/


    /* Q&Aの設定 ⬇️ */
    /* アコーディオンボックスの設定 ⬇️ */
    .accordion {
        width: 355px;
    }

    .option:not(:last-child) {
        margin-bottom: 20px;
    }

    /* Q＆Aの右側三角形の設定 */
    .q-triangle {
        width: 16px;
        height: 8px;
    }

    /* Q&Aの各項をクリックしたときの動きを制御 ⬇️ */
    .toggle:checked + .q-title + .answer{
        max-height: 150px;
    }

    /*--Q&Aの各項をクリックしたときの動きを制御--⬆️*/
    /*-アコーディオンボックスの設定-⬆️*/

    /* Q&Aの各項ホバー時にポインターを指マークに変更 */

    .q-title > span {
        width: 284.5px;
    }

    /* Q&Aの行間を制御 */
    .answer p {
        line-height: 20px;
    }
    /*Q&Aの設定------------------------------⬆️*/
    /*-クラスの設定-⬆️*/


    /* idの設定 ⬇️ */
    /* こんなお悩みありませんか？・そんな悩みを解決するために！の共通設定 ⬇️ */
    #problem, #recommend {
        padding-top: 54.5px;
    }

    #problem h2 img, #recommend h2 img {
        width: 600px;
    }
    /*-こんなお悩みありませんか？・そんな悩みを解決するために！の共通設定-⬆️*/


    /* こんなお悩みありませんか？の設定 ⬇️ */
    #problem {
        height: 512px;
    }

    #problem ul {
        margin-top: -25px;
    }

    #problem li:first-child {
        margin-top: -25px;
    }

    #problem li {
        margin-bottom: -33.5px;
    }

    #problem li > div > img {
        width: 264.5px;
    }

    #problem h2, #recommend h2 {
        bottom: 54.5px;
    }
    /*-こんなお悩みありませんか？の設定-⬆️*/


    /* FXを検討してみませんか？の設定 ⬇️ */
    #recommend {
        height: 784px;
    }

    #recommend h3 {
        margin-bottom: -1.5px;
        padding: 19.5px 0 40px 0;
        font-size: 30px;
    }
    /*-Xを検討してみませんか？の設定-⬆️*/


    /* オファーの設定 ⬇️ */
    #offer {
        height: 525.5px;
    }

    #offer h2 div {
        top: 58px;
        left: -0.25px;
        width: 159.5px;
    }

    #offer h2{
        padding: 20px 0 10px 0;
        font-size: 18px;
        line-height: 59.5px;
    }

    #offer > ul {
        width: 355px;
        height: 246.5px;
    }

    #offer div:nth-child(4) img {
        width: 252px;
    }

    #offer div:last-child div:last-child img {
        width: 61.5px;
    }

    #offer p {
        width: 355px;
        padding: 10px 0 0 20px;
        line-height: 1em;
        font-size: 9px;
    }

    #offer > div:last-child {
        padding-top: 20px;
    }
    /*-オファーの設定-⬆️*/


    /* CTAボタンの設定 ⬇️ */
    #cta {
        height: 143px;
    }

    #cta img {
        width: 235px;
    }

    #cta p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    /*-CTAボタンの設定-⬆️*/


    /* 無料セミナーで学べることの設定 ⬇️ */
    #learn {
        padding-bottom: 40px;
    }

    #learn img {
        width: 319.5px;
    }

    #learn h2 {
        font-size: 24px;
        padding: 40px 0 30px 0;
        letter-spacing: -0.05em;
    }

    #learn ul {
        height: 199.5px;
    }

    #learn p {
        font-size: 18px;
    }

    #learn ol li:nth-child(2) {
        margin: 20px 0;
    }

    #learn ol li:not(:first-child) p {
        line-height: 25.5px;
    }
    /*-無料セミナーで学べることの設定-⬆️*/


    /* セミナー参加特典の設定 ⬇️ */
    #benefits {
        padding-bottom: 40px;
    }

    #benefits img {
        width: 319px;
    }

    #benefits h2 {
        font-size: 24px;
        padding: 40px 0 30px 0;
        letter-spacing: -0.05em;
    }

    #benefits ul {
        height: 225px;
    }

    #benefits h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    #benefits p {
        font-size: 12px;
    }

    #benefits p {
        margin-bottom: 5px;
    }

    #benefits p {
        line-height: 20px;
        letter-spacing: 0.09em;
    }

    #benefits ol li:last-child > h3 {
        padding-top: 19px;
    }
    /*-セミナー参加特典の設定-⬆️*/


    /* お客様の声の設定 ⬇️ */
    #customer {
        padding-bottom: 40px;
    }

    #customer h2 {
        padding: 35px 0 40px 0;
        font-size: 12px;
        line-height: 39px;
    }
    /*-お客様の声の設定-⬆️*/


    /* Q&Aの設定 ⬇️ */
    #question {
        padding: 40px 0;
        font-size: 12px;
    }

    #question p {
        padding: 15px 20px;
    }

    #question ol {
        width: 355px;
    }

    #question h2 {
        padding-bottom: 30px;
        font-size: 24px;
    }
    /*-Q&Aの設定-⬆️*/
    /*-idの設定-⬆️*/
}

/*-----------------------------------------*/