@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
.wcm {
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .wcm {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.l-sec{
    padding: 50px 0;
}
@media screen and (max-width: 767px) {
    .l-sec {
        padding: 40px 0;
    }
}
.u-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .u-flex {
        display: block;
    }
}
.align-center{
    align-items: center;
}
.u-pc{
    display: block;
}
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}
.u-sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .u-sp {
        display: block;
    }
}
.u-center{
    text-align: center;
}
.u-uppercase{
    text-transform: uppercase;
}
.u-red{
    color: #bf1700;
}
.u-red02{
    color: #ff0000;
}
.u-blue{
    color: #101164;
}
.c-ttl{
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #101164, #3f40ef);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1080px) {
    .c-ttl {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    .c-ttl {
        font-size: 28px;
        letter-spacing: 0;
    }
}
.c-ttl02{
    font-weight: bold;
    font-size: 22px;
    color: #004aad;
    margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
    .c-ttl02{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-ttl02 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.c-txt-base{
    font-size: 20px;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    .c-txt-base {
        font-size: 16px;
        line-height: 1.6;
    }
}
.c-txt-base p+p{
    margin-top: 20px;
}

.c-ads{
    width: 90%;
    margin: 0 auto 40px;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .c-ads {
        margin-bottom: 25px;
    }
}
.c-ads__image{
    width: 15%;
}
@media screen and (max-width: 767px) {
    .c-ads__image {
        width: 100%;
        max-width: 80px;
    }
}
.c-ads__image img{
    display: block;
    width: 100%;
}

.c-ads__cont{
    width: calc(85% - 30px);
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 22px;
    letter-spacing: 0.05em;
    background: #dcf4ff;
    border: 3px dashed #232ab9;
}
@media screen and (max-width: 767px) {
    .c-ads__cont {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }
}
.c-ads__cont.no-border{
    border: none;
}
.c-table{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .c-table {
        margin-bottom: 10px;
    }
    .c-table table{
        min-width: 900px;
    }
}
.c-table table{
    border-collapse: collapse;
    width: 100%;
}
.c-table table th,
.c-table table td {
    border: 1px solid #232ab9;
    padding: 15px 12px;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
}
@media screen and (max-width: 767px) {
    .c-table table th,
    .c-table table td {
        font-size: 16px;
        padding: 10px;
    }
}

.c-table th {
    width: 33.33%;
    background: #cae1ff;
    text-align: center;
    font-weight: 700;
}
.c-table td{
    background: #f7f9ff;
}
.c-table td:first-child {
    font-weight: 700;
}
.c-table__note{
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .c-table__note {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* Main CSS */
.p-models{
    color: #000;
}
.p-models p{
    margin-bottom: 0;
}
.p-modelsIntro{
    background: #cae1ff;
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro {
        padding: 40px 0 30px;
    }
}
.p-modelsIntro__head{
    margin-bottom: 50px;
    font-size: 36px;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro__head {
        margin-bottom: 20px;
        font-size: 25px;
    }
}
.p-modelsIntro__cont{
    align-items: center;
    max-width: 1000px;
    margin: auto;
}
.p-modelsIntro__cont-txt{
    width: 65%;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro__cont-txt {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}
.p-modelsIntro__cont-txt h2{
    color: #313fbd;
    font-size: 42px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro__cont-txt h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.p-modelsIntro__cont-txt .txt{
    font-size: 35px;
    font-style: italic;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro__cont-txt .txt {
        font-size: 18px;
    }
}
.p-modelsIntro__cont-image{
    width: 35%;
}
@media screen and (max-width: 767px) {
    .p-modelsIntro__cont-image {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}
.p-modelsIntro__cont-image img{
    display: block;
    width: 100%;
}

.p-modelsMethod{

}
.p-modelsMethod h2.c-ttl{
    margin-bottom: 30px;
    font-size: 42px;
}
@media screen and (max-width: 767px) {
    .p-modelsMethod h2.c-ttl {
        font-size: 23px;
    }
}
.p-modelsMethod .c-ttl {
    font-size: 35px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-modelsMethod .c-ttl {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.p-modelsMethod__block{
    margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
    .p-modelsMethod__block {
        margin: 15px 0 30px;
    }
}
.method-info{
}
.method-info__flow{
    margin: 25px 0;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: bold;
    background: #f7f9ff;
    border: 2px dashed #232ab9;
}
@media screen and (max-width: 767px) {
    .method-info__flow {
        margin: 15px 0;
        padding: 15px;
    }
}
.method-info__flow-ttl{
    margin-bottom: 10px !important;
    color: #313fbd;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .method-info__flow-ttl {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
}
.flow-item{
    width: 25%;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .flow-item {
        width: 100%;
        padding: 0;
    }
}
.flow-item img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .flow-item img {
        max-width: 150px;
        margin: 0 auto;
    }
}
.flow-item__name{
    font-size: 17px;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .flow-item__name {
        font-size: 15px;
        margin-top: 5px;
    }
}
.flow-arrow{
    width: 12.5%;
    padding: 0 5px;
    transform: translateY(25%);
}
@media screen and (max-width: 767px) {
    .flow-arrow {
        width: 100%;
        padding: 20px 0 40px;
        transform: unset;
    }
}
.flow-arrow img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .flow-arrow img {
        max-width: 80px;
        margin: 0 auto;
        transform: rotate(-90deg);
    }
}
.flow-arrow__txt{
    display: block;
    text-align: center;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .flow-arrow__txt {
        max-width: 110px;
        margin: 0 auto;
        text-align: right;
        transform: translateY(17px);
        font-size: 18px;
    }
}
.method-info__flow .align-center .flow-arrow {
    transform: unset;
}
@media screen and (max-width: 767px) {
    .method-info__flow .align-center .flow-arrow {
        padding: 40px 0;
    }
}
.method-info-note{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.method-info-note .method-info__flow-ttl{
    width: 50%;
}
@media screen and (max-width: 767px) {
    .method-info__flow.-style2 .flow-arrow{
    }
    .method-info__flow.-style2 .flow-arrow__txt{
        max-width: 270px;
        font-size: 14px;
    }
    .js-scrollable.method-info__flow{
        width: 800px;
    }
    .js-scrollable.method-info__flow .u-flex{
        display: flex;
    }
    .js-scrollable.method-info__flow .flow-arrow{
        padding: 0;
        transform: translateY(15%);
    }
    .js-scrollable.method-info__flow .flow-arrow__txt{
        text-align: center;
        transform: translateY(0);
    }
    .js-scrollable.method-info__flow img {
        transform: rotate(0);
    }

}


.p-modelsTrader{
    background: #e8edff;
}
.p-modelsTrader .c-ttl{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-modelsTrader .c-ttl {
        margin-bottom: 15px;
    }
}
.p-modelsTrader .c-txt-base{
    width: 95%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
    .p-modelsTrader .c-txt-base {
        width: 100%;
        margin-bottom: 20px;
    }
}
.p-modelsTrader__cont{
    margin-bottom: 30px;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-modelsTrader__cont {
        margin-bottom: 15px;
    }
}
.p-modelsTrader .c-ads__cont{
    background: #cae1ff;
}
.p-modelsTrader__cont .trader-item{
    width: 49%;
}
@media screen and (max-width: 767px) {
    .p-modelsTrader .c-ads{
        margin-bottom: 0;
    }
    .p-modelsTrader__cont .trader-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-modelsTrader .c-ads__cont{
        padding: 15px 10px;
    }
    .p-modelsTrader .c-ads__cont .txt02{
        font-size: 16px;
    }
}
.trader-item__head{
    padding: 8px 10px;
    color: #fff;
    background: #101164;
    border: 1px solid #313fbd;
    border-radius: 15px;
    font-size: 25px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .trader-item__head {
        padding: 10px 8px;
        font-size: 20px;
        border-radius: 10px;
    }
}
.trader-item__inner{
    border: 1px solid #313fbd;
    background: #fff;
    padding: 15px 45px;
	min-height: 400px;
    border-radius: 15px;
}
@media screen and (max-width: 767px) {
    .trader-item__inner {
        padding: 16px 35px 10px;
		min-height: 0;
        border-radius: 10px;
    }
}
.trader-item__inner ul{
    margin: 0;
    padding: 0;
}
.trader-item__inner ul li{
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .trader-item__inner ul li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.6;
    }
}
.p-modelsIb{
    background: #f1f1f1;
}
.p-modelsIb .c-ttl{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb .c-ttl {
        margin-bottom: 15px;
    }
}
.p-modelsIb-intro{
    width: 90%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb-intro {
        width: 100%;
        margin-bottom: 15px;
    }
}
.p-modelsIb__box{
    padding: 18px 20px;
    font-size: 29px;
    border: 3px dashed #004aad;
    border-radius: 15px;
    font-weight: 600;
    margin: 15px 0;
}
@media screen and (max-width: 767px) {
    .p-modelsIb__box {
        font-size: 18px;
        padding: 10px 15px;
    }
}
.p-modelsIb__txt{
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb__txt {
        margin-top: 0;
        font-size: 16px;
    }
}
.p-modelsIb-warning{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb-warning {
        font-size: 17px;
        margin-bottom: 25px;
    }
}
.p-modelsIb-value{
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb-value {
        margin-bottom: 20px;
    }
}
p.p-modelsIb-value__head{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    p.p-modelsIb-value__head {
        font-size: 21px;
        margin-bottom: 15px;
    }
}
.p-modelsIb-value__inner{
    max-width: 540px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-modelsIb-value__inner {
        max-width: 300px;
    }
}
.p-modelsIb-value__inner img{
    display: block;
    width: 100%;
}
.p-modelsIb .c-ads__cont{
    padding: 40px 50px;
}
.p-modelsIb .c-ads__cont .txt-top {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .p-modelsIb .c-ads__cont {
        padding: 20px;
    }
    .p-modelsIb .c-ads__image{
        max-width: 100px;
    }
    .p-modelsIb .c-ads__cont .txt-top{
        margin-top: 15px;
    }
}
.c-openAccount{
    font-size: 26px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .c-openAccount {
        font-size: 19px;
    }
}
.c-openAccount__btn{
    display: block;
    max-width: 400px;
    margin: 20px auto;
    text-decoration: none;
    background: #004aad;
    color: #fff;
    padding: 15px 10px;
    font-size: 26px;
    border-radius: 18px;
    transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
    .c-openAccount__btn {
        width: 90%;
        margin: 10px auto;
        font-size: 20px;
        border-radius: 15px;
    }
}
.c-openAccount__btn:hover {
    background: #0066ff;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}