@charset "UTF-8";
/* =====================================================================
[Master Template] MTFX-3-TRAV CSS
=====================================================================*/
:root {
    scroll-behavior: unset;
}
/* ------------ ft_tra ------------ */
.ft_tra{
    padding-bottom: 50px;
    border-bottom: dotted 3px #ccc;
}
.ft_tra .ft_tra_blue_box{
    margin-bottom: 30px;
    padding: 20px;
    color: #053260;
    border-radius: 5px;
    background-color: #d9edf7;
}
@media screen and (max-width: 750px) {
    .ft_tra{
        padding-bottom: 20px;
    }
}
/* title */
.ft_tra h2.ft_tra_ttl{
    text-align: center;;
    font-size: 24px;
    color: #333;
}
.ft_tra h2.ft_tra_ttl img{
    vertical-align: middle;
    margin-bottom: 10px;
}
.ft_tra h3.ft_tra_ttl2{
    margin-bottom: 15px;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #516a82;
}
@media screen and (max-width: 750px) {
    .ft_tra h2.ft_tra_ttl{
        font-size: 22px;
    }
    .ft_tra h3.ft_tra_ttl2{
        padding: 10px;
    }
}
/* subttl */
.ft_tra h4.ft_tra_subt{
    font-size: 20px;
    color: #333;
}
.ft_tra h4.ft_tra_subt span{
    color: #337ab7;
}
@media screen and (max-width: 750px) {
    .ft_tra h4.ft_tra_subt{
        font-size: 18px;
    }
}

/* image */
.ft_tra img.img100,
.ft_tra img.img90{
    width:100%;
    max-width: 900px;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}
.ft_tra img.img90{
    width:90%;
}

/* ft_tra_indi */
.ft_tra .ft_tra_indi{
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}
.ft_tra .ft_tra_indi img{
    max-width: 438px;
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}





/* MTFX-3のコピー imageのpath以外、単独での変更禁止 */
/* =====================================================================
[Master Template] MTFX-3 CSS Copy
=====================================================================*/
/* ------------ top_box ------------ */
.top_box{
    margin: 80px auto 50px;
    width: 60%;
    max-width: 1034px;
    border: 3px solid #c37b2e;
}
.top_box_inner{
    padding: 30px;
}
@media screen and (max-width: 750px) {
    .top_box{
        margin: 50px auto 20px;
        width: 92%;
    }
    .top_box_inner{
        padding: 10px;
    }
}
/* .mvcp */
.mvcp.mvoffset{
    margin-top: -3.65%;
}
.top_box_inner img{
    width: 100%;
}
/* acc_open */
@media screen and (max-width: 750px) {
    .top_box_inner .acc_open{
        margin-top: 5px;
        margin-bottom: 0;
    }
}
/* ------------ CP TTL ------------ */
.top_box_cp{
    padding: 20px;
    background: #ffe7e1;;
}
.top_box_cp .cnbr{
    margin: 0 auto;
    width: 95%;
}
.ttl{
    margin: -40px 0 20px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .ttl{
        margin: -30px -10px 10px;
    }
}
/* ------------ Acc Open Btn ------------ */
.acc_open{
    text-align: center;
}
.acc_open img{
    width: 100%;
    max-width: 800px;
}
/* ------------ title ------------ */
main h2{
    margin: 80px 0 30px;
    padding: 10px 0;
    text-align: center;
    font-size: 48px;
    color: #c00317;
    font-family: var(--custom-font);
}
.ttl_bd{
    letter-spacing: 0.12em;
    border-bottom: solid 3px #c00317;
}

.ttl_bd span.reason span{
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    background: #c00317;
    border-radius: 30px;
    vertical-align: middle;
}
.ttl_bk{
    color: #333;
}
@media screen and (max-width: 750px) {
    main h2{
        margin: 50px 0 20px;
        font-size: 28px;
    }
    .ttl_bd{
        letter-spacing: 0;
    }
    .ttl_bd span.reason{
        display: block;
        margin: 20px;
    }
}
/* ------------ text ------------ */
.txt_sub{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: var(--custom-font);
}
.txt_sub2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--custom-font);
}
@media screen and (max-width: 750px) {
    .txt_sub,
    .txt_sub2{
        font-size: 16px;
    }
}

/* ------------ Spec List ------------ */
/* speclist */
.speclist{
    margin: 0;
    padding: 0 120px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}
.speclist li{
    width: calc(50% - 10px);
}
@media screen and (max-width: 750px) {
    .speclist{
        padding: 0 0px;
        gap: 10px;
    }
    .speclist li{
        width: calc(50% - 5px);
    }
}
.speclist li a {
    position: relative;
    display: block;
    padding: 30px 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--custom-font);
    border: solid 2px #333;
    border-radius: 10px;
}
.speclist li a::after {
    position: absolute;
    bottom:0;
    right:0;
    content:"";
    width: 45px;
    height: 45px;
    background: url(../../lpimg/MT/MTFX-3-TRAV/arrow.png) no-repeat;
}
.speclist li a img{
    display: block;
    margin: auto;
    max-width: 120px;
}
.speclist li .speclist_reason span{
    display:inline-block;
    padding: 5px 30px;
    color: #fff;
    background: #c00317;
    border-radius: 30px;
}
@media screen and (max-width: 750px) {
    .speclist li a {
        font-size: 12px;
    }
    .speclist li a::after {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

/* ------------ 1,000通貨取引＆手数料無料 ------------ */
/* minlot */
.minlot{
    margin: 60px 0 30px;
    text-align: center;
}
.minlot img{
    width: 90%;
    max-width: 1027px;
}
/* minlot_table */
.minlot_table{
    width: 95%;
    max-width: 900px;
    margin: 30px auto;
    text-align: center;
    line-height: 1.2;
}
.minlot_table th{
    padding: 0px 0;
}
.minlot_table th img{
    margin-right: 10px;
    max-width: 70px;
    vertical-align: middle;
}
.minlot_table td{
    padding: 20px 0;
    position:relative;
    font-size: 32px;
    font-weight: bold;
    font-family: var(--custom-font);
}
.minlot_table td span.mini{
    font-size: 16px;
}
.minlot_table td:not(:last-child)::after{
    position: absolute;
    right: 0;
    top: 20%;
    content:"";
    height: 60%;
    border-right: solid 1px #9aa1af;
}
.minlot_table tr.boder td{
    border-bottom: dotted 1px #9aa1af;
}
@media screen and (max-width: 750px) {
    .minlot_table th{
        font-size: 12px;
    }
    .minlot_table th img{
        margin-right: 0;
        margin-bottom: 5px;
        max-width: 50px;
    }
    .minlot_table td{
        font-size: 18px;
    }
    .minlot_table td span.mini{
        font-size: 14px;
    }
}
/* zero */
.zero{
    margin: 30px 0;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .zero img{
        width: 38%;
    }
}
.zeroDetail{
    display: flex;
    flex-wrap: wrap;
    width: 76%;
    list-style: none;
    margin: 20px auto 30px;
    padding:0;
}
.zeroDetail li{
    flex: 1;
    text-align: center;
    font-size: var(--font14px);
    font-family: var(--custom-font);
    font-weight: bold;
    border-right: solid 2px #c00317;
}
.zeroDetail li:first-child{
    border-left: solid 2px #c00317;
}
@media screen and (max-width: 750px) {
    .zeroDetail{
        width: 95%;
        gap: 20px 0;
    }
    .zeroDetail li{
        flex: 32%;
    }
    .zeroDetail li:nth-of-type(3),
    .zeroDetail li:nth-of-type(6){
        border-right: none;
    }
    .zeroDetail li:first-child{
        border-left: none;
    }
}
/* sprd_usd */
.sprd_usd{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    min-width: 700px;
    margin: 20px auto;
    padding-bottom : 20px;
    text-align: center;
    font-family: var(--custom-font);
    border-bottom: solid 1px #c00317;
}
.sprd_usd .spread_usd_cur,
.sprd_usd .sperad_usd_pip{
    flex:1;
    color: #c00317;
}
.sprd_usd .spread_usd_cur{
    flex:0.7;
    padding-top: 50px;
    padding-right: 20px;
    line-height:1.3;
    font-size: 20px;
    text-align: right
}
.sprd_usd .spread_usd_cur img{
    vertical-align: middle;
}
.sprd_usd .spread_usd_cur p{
    margin:0;
    font-size: 50px;
}
.sprd_usd .sperad_usd_pip{
    text-align:left;
    line-height:1;
    font-size: 200px;
    letter-spacing: -0.05em;
}
.sprd_usd .sperad_usd_pip span{
    font-size: 70px;
}
.sprd_usd .sprd_txt{
    width:100%;
    font-size: var(--font18px);
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .sprd_usd{
        display: block;
        flex-wrap: wrap;
        width: 90%;
        min-width: 90%;
    }
    .sprd_usd .spread_usd_cur{
        flex:1;
        padding-top: 10px;
        padding-right: 0;
        text-align: center;
    }
    .sprd_usd .spread_usd_cur p{
        font-size: 35px;
    }
    .sprd_usd .sperad_usd_pip{
        text-align:center;
        font-size: 150px;
    }
}

/* sprd_othr */
.sprd_othr{
    width: 80%;
    margin: 20px auto;
}
.sprd_othr img{
    width:100%;
}
.sprd_othr p.descr{
    font-size: 12px;
}
@media screen and (max-width: 750px) {
    .sprd_othr{
        width: 90%;
    }
}
/* sprd_othr_pair */
ul.sprd_othr_pair {
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    margin:0 0 20px;
    padding:0;
    gap: 30px;
}
ul.sprd_othr_pair li {
    flex: 1;
    width: 20%;
    line-height: 1;
    color: #AE261C;
    text-align: center;
    vertical-align: baseline;
}
ul.sprd_othr_pair li div.sprd_tthr_pair_image{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.sprd_othr_pair li div.sprd_tthr_pair_image img{
    height: 100%;
    object-fit: contain
}
ul.sprd_othr_pair li .sp_num{
    font-size: 74px;
    font-weight: 700;
    font-family: "Wix Madefor Text";
}
ul.sprd_othr_pair li .sp_num_sen,
ul.sprd_othr_pair li .sp_num_pip{
    font-weight: bold;
    font-size: 32px;
}
ul.sprd_othr_pair li .sp_num_pip{
    font-size: 20px;
}
@media screen and (max-width: 1200px) {
    ul.sprd_othr_pair li .sp_num{
        font-size: 58px;
    }
    ul.sprd_othr_pair li .sp_num_sen,
    ul.sprd_othr_pair li .sp_num_pip{
        font-size: 18px;
    }
    ul.sprd_othr_pair li .sp_num_pip{
        font-size: 14px;
    }
}
@media screen and (max-width: 900px) {
    ul.sprd_othr_pair {
        gap: 20px;
    }
    ul.sprd_othr_pair li .sp_num{
        font-size: 48px;
    }
}
@media screen and (max-width: 750px) {
    ul.sprd_othr_pair {
        display:flex;
        justify-content:flex-start;
        gap: 30px 20px;
    }
    ul.sprd_othr_pair li {
        position: relative;
        flex:none;
        flex-basis: calc(50% - 10px);
    }
    ul.sprd_othr_pair li div.sprd_tthr_pair_image{
        height: inherit;	
        max-height: 60px;	
    }
    ul.sprd_othr_pair li::after{
        position: absolute;
        top: 0;
        right: -12px;
        content:"";
        height: 100%;
    }
    ul.sprd_othr_pair li:nth-child(2n+1)::after{
        border-right: dotted 4px #aaa;
    }
    ul.sprd_othr_pair li .sp_num{
        font-size: 18vw;
    }
    ul.sprd_othr_pair li .sp_num_sen,
    ul.sprd_othr_pair li .sp_num_pip{
        font-size: 8vw;
    }
    ul.sprd_othr_pair li .sp_num_pip{
        font-size: 5vw;
    }
}

/* Link Move */
.link_move{
    position: relative;
}
.link_move::before,
.link_move::after{
    position: relative;
    display: inline-block;
    margin: 0 6px;
    left: 0px;
    content:"";
    width:6px;
    height:12px;
    background: url(../../lpimg/cmn/icons/ico_arrow_nr_blue.svg) no-repeat;
    transition: all 0.3s;
}
.link_move::after{
    right: 0px;
    left: auto;
    background: url(../../lpimg/cmn/icons/ico_arrow_nl_blue.svg) no-repeat;
}
.link_move:hover::before{ left: 3px; }
.link_move:hover::after{ right: 3px; }


/* sprd_larg */
.sprd_larg{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: center;
}
.sprd_larg:after{
    position: absolute;
    top:0;
    left:0;
    content: "";
    min-width: 100%;
    margin-left: calc(50% - 50vw);
    width: 99vw;
    height: 100%;
    background: #fcf8e3;
    z-index: -1;
  }

.sprd_larg .lp-date{
    display: inline-block;
    padding: 7px 40px;
    font-weight: bold;
    color: #fff;
    background: #c00317;
    border-radius: 5px;
}
.sprd_larg .lp-tt{
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.sprd_larg .lp-currency {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sprd_larg .lp-flag{
    line-height: 0.6;
    margin-right: 10px;
}
.sprd_larg .lp-name {
    font-size: 24px;
    font-weight: bold;
    color: #C00317;
    margin: 0 10px;
}
.sprd_larg .lp-name {
    font-size: 24px;
    font-weight: bold;
    color: #C00317;
    margin: 0 10px;
}
.sprd_larg .lp-name span {
    font-size: 18px;
}
@media screen and (max-width: 750px) {
    .sprd_larg .lp-currency {
        display: block;
    }
    .sprd_larg .lp-flag{
        display: inline-block;
    }
}
/* .con-rate */
.con-rate{
    width: 40%;
    margin: 50px auto;
}
.con-rate img{
    width: 100%;
}
.con-rate p{
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #C00317;
}
@media screen and (max-width: 750px) {
    .con-rate{
        width: 100%;
        margin: 30px auto;
        font-size: 14px;
    }
}
/* .con-rate2 */
.con-rate2{
    max-width: 680px;
    margin: 20px auto;
}
.con-rate2 h3.con-raet-ttl{
    text-align: center;
    font-size: 29px;
}
.con-rate2 p{
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .con-rate2 h3.con-raet-ttl{
        font-size: 18px;
    }
}
/* high-swap */
.high-swap{
    max-width: 680px;
    margin: 20px auto;
}
.high-swap img{
    width: 100%;
    max-width: 670px;
    margin: auto;
}
.high-swap h3{
    font-size: 21px;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: var(--custom-font);
}
.high-swap h3.high-swap-ttl{
    font-size: 29px;
}
.high-swap .bold{
    font-weight: bold;
}
.high-swap .high-swap-desc{
    font-size: 13px;
}
@media screen and (max-width: 750px) {
    .high-swap h3,
    .high-swap h3.high-swap-ttl{
        font-size: 18px;
    }
    .high-swap .high-swap-desc{
        font-size: 12px;
    }
}
/* high-swap-list */
ul.high-swap-list {
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    margin:0 0 20px;
    padding:0;
    gap: 30px 20px;
}
ul.high-swap-list li {
    width: calc(50% - 10px);
    line-height: 1;
    color: #AE261C;
    text-align: center;
    vertical-align: baseline;
}
ul.high-swap-list li .sw_num{
    font-size: 130px;
    font-weight: 700;
    font-family: "Wix Madefor Text";
}
ul.high-swap-list li .sw_num_yen{
    font-weight: bold;
    font-size: 50px;
}
ul.high-swap-list li p{
    font-size: 18px;
    margin-top: 0;
    color: #333;
}
@media screen and (max-width: 750px) {
    ul.high-swap-list li .sw_num{
        font-size: 18vw;
    }
    ul.high-swap-list li .sw_num_yen{
        font-size: 6vw;
    }
    ul.high-swap-list li p{
        font-size: 2.8vw;
    }
}
.high-swap-txt{
    margin-top: 0;
    margin-bottom: 40px;
}

/* tools */
.tools{
    text-align: center;
}
.tools h3{
    margin-bottom: 0px;
    font-size: 48px;
    font-family: var(--custom-font);
}
.tools h4{
    margin: 0;
    font-size: 29px;
    font-family: var(--custom-font);
}
.tools img{
    max-width: 100%;
}
p.tools_txt{
    margin: 0 0 30px;
    color: #7c7c7c;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--custom-font);
}
.red_list{
    max-width: 540px;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-family: var(--custom-font);
}
.red_list.min{
    max-width: 280px;
}
.red_list li{
    padding-left: 28px;
    list-style: none;
    background: url(../../lpimg/cmn/icons/ico_check_red.svg) no-repeat left;
}
@media screen and (max-width: 750px) {
    .tools h3{
        font-size: 28px;
    }
    .tools h4{
        font-size: 18px;
    }
    p.tools_txt{
        font-size: 14px;
    }
    .red_list li{
        font-size: 14px;
    }
}
/* tools_dl */
.tools_dl{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: center;
}
.tools_dl:after{
    position: absolute;
    top:0;
    left:0;
    content: "";
    min-width: 100%;
    margin-left: calc(50% - 50vw);
    width: 99vw;
    height: 100%;
    background: #faf9f9;
    z-index: -1;
}
.tools_dl_inner{
    width: 100%;
    font-size: 12px;
}
.tools_dl_inner.app{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.tools_dl_inner h4{
    line-height: 1;
    padding: 5px;
    font-size: 15px;
    border: solid 1px #333;
    border-radius: 20px;
    font-family: var(--custom-font);
}
@media screen and (max-width: 750px) {
    .tools_dl{
        display: block;
    }
    .tools_dl_inner{
        margin: auto;
    }
}


/* traview */
.traview{
    position: relative;
    margin: 40px 0;
    padding: 30px 0;
    text-align: center;
}
.traview:after{
    position: absolute;
    top:0;
    left:0;
    content: "";
    min-width: 100%;
    margin-left: calc(50% - 50vw);
    width: 99vw;
    height: 100%;
    background: #efefef;
    z-index: -1;
}
.traview h4{
    font-size: 24px;
    font-family: var(--custom-font);
}
.traview h5{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 29px;
}
.traview h5 img{
    margin-right: 15px;
    vertical-align: middle;
}
.traview .ly_fle{
    max-width: 600px;
    margin: auto;
}
.traview .ly_fle img{
    max-width: 100%;
}
.traview .ly_fle ul{
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
}
.traview .ly_fle ul li{
    margin-bottom: 10px;
}
.traview .ly_fle p{
    margin: 0;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 750px) {
    .traview h4{
        font-size: 18px;
    }
    .traview h5{
        font-size: 20px;
    }
    .traview .ly_fle img{
        max-width: 90%;
    }
}



/* ------------ サポート ------------ */
.support{
    max-width: 880px;
    margin: 50px auto;
}
.support h2{
    padding: 5px 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #c00317;
    font-family: var(--custom-font);
}
.support p.subtxt{
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--custom-font);
}
.support .img100{
    width: 100%;
}
.support .suppor_txt{
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    font-family: var(--custom-font);
}
.support .mini{
    font-size: 13px;
}
@media screen and (max-width: 750px) {
    .support h3,
    .support p,
    .support .suppor_txt{
        margin-right: 15px;
        margin-left: 15px;
    }
    .support .suppor_txt{
        font-size: 16px;
    }
}

/* ------------ お取引までの流れ ------------ */
.txt-center{
    text-align: center;
}
.support h3{
    color: #E6923E;
    border: solid 2px #454545;
    border-radius: 100px;
    padding: 15px;
    font-size: 24px;
    margin: 80px auto 20px;
    width: 60%;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .support h3{
        width: 100%;
        margin: 50px 0 20px;
        padding: 12px 0 9px;
        font-size: 20px;
    }
}
/* support_flow_ttl */
.support_flow_ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}
.support_flow_ttl span{
    font-size: 24px;
    color: #D9243A;
}

.support_flow_ttl_desc{
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
}

.support_step_image img{
    width: 100%;
}


/* sup_tel */
.sup_tel{
    margin: 50px auto 80px;
    text-align: center;
}
.sup_tel h3{
    font-size: 32px;
    font-family: var(--custom-font);
}
.sup_tel img{
    width: 80%;
    max-width: 551px;
}
@media screen and (max-width: 750px) {
    .sup_tel h3{
        font-size: 20px;
    }
}
.support .ly_fle {
    text-align: center;
    margin-bottom: 50px;
}
.support .ly_fle img{
    width: 90%;
}

/* .bank */
.bank{
    margin: 50px auto 80px;
    text-align: center;
}
.bank h3{
    font-size: 24px;
    font-family: var(--custom-font);
}
ul.banklist{
    margin: 30px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.banklist li{
    width: 25%;
}
ul.banklist img{
    width: 95%;
}
@media screen and (max-width: 750px) {
    .bank h3{
        font-size: 20px;
    }
    ul.banklist li{
        width: 33%;
    }
}

/* depositflow */
.depositflow h4{
    margin: 20px auto;
    padding: 5px 0;
    max-width: 280px;
    font-weight: normal;
    color: #fff;
    background: #566b80;
    border-radius: 50px;
    font-family: var(--custom-font);
}
.depositflow p{
    color: #333;
    font-size: 12px;
    margin-bottom: 30px;
}
.depositflow div{
    margin-bottom: 30px;
    font-size: 15px;
    color: #7da5d7;
}
.depositflow div img{
    max-width: 70%;
    vertical-align: middle;
}
.depositflow span{
    font-size: 12px;
    padding: 3px 10px;
    border: solid 1px #333;
    border-radius: 30px;
}
.depositflow span.blue{
    color: #fff;
    border-color: #7da5d7;
    background: #7da5d7;
}
@media screen and (max-width: 750px) {
    .depositflow.ly_fle div.flex1{
        margin-bottom: 50px;
    }
}

/* trade_flow */
.trade_flow{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.trade_flow h3{
    margin: 30px auto;
    font-size: 21px;
    font-family: var(--custom-font);
}
.trade_flow h3 span{
    font-size: 24px;
}
.trade_flow .trade_flow_txt{
    margin: 30px auto;
    font-size: 12px;
}
@media screen and (max-width: 750px) {
    .trade_flow{
        width: 90%;
    }
}
/* top_feature_accflow */
.top_feature_accflow{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 60px 0;
    padding: 0;
}
.top_feature_accflow li{
    position: relative;
    width: calc(100% / 4 - 30px);
    box-sizing:border-box;
    text-align: center;
    min-width: 150px;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.top_feature_accflow li::before{
    position: absolute;
    top: -6px;
    right: -28px;
    content:"";
    width: calc(100% - 60px);
    height: 13px;
    background: url(../../lpimg/MT/MTFX-3-TRAV/arrow-right.png) no-repeat right;
}
.top_feature_accflow li:last-child::before{
    width: 80px;
    width: calc(100% - 180px);
    right: 0;
    background-position: left;
}
.top_feature_accflow .acc_num{
    position: absolute;
    top: -45px;
    left: 10px;
    font-size: 54px;
    font-weight: bold;
    font-style: italic;
}
.top_feature_accflow .acc_num.txt{
    font-size: 32px;
    letter-spacing: -1px;
    top: -32px;
}
.top_feature_accflow .acc_img{
    margin: auto;
    display: flex;
    justify-content: center;
}
.top_feature_accflow .acc_img img{
    width: 66px;
    height: 90px;
}
.top_feature_accflow h4{
    vertical-align: center;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.3;
    border: none;
}
.top_feature_accflow h4 img{
    margin-right: 5px;
    margin-top: -20px;
}
.top_feature_accflow p.accdesc{
    line-height: 1.3;
    font-size: var(--font14px);
    min-height: 72px;
}
.top_feature_accflow p.acctime{
    margin: 0;
    font-weight: bold;
}
.top_feature_accflow .acc_judge{
    position: absolute;
    top: 8px;
    left: -31px;
}
@media screen and (max-width: 900px) {
    .top_feature_accflow h4{
        min-height: 40px;
    }
    .top_feature_accflow p.accdesc{
        min-height: 80px;
    }
}
@media screen and (max-width: 750px) {
    .top_feature_accflow{
        flex-flow: column;
        gap: 30px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .top_feature_accflow li{
        width: 90%;
    }
    .top_feature_accflow li:last-child{
        margin-top: 30px;
    }
    .top_feature_accflow li::before{
        top: 140px;
        left: -110px;
        width: 220px;
        transform: rotate(90deg);
    }
    .top_feature_accflow li:last-child::before{
        display: none;
    }
    .top_feature_accflow .acc_num{
        top: -40px;
        left: -20px;
    }
    .top_feature_accflow h4{
        min-height: 0;
        margin-bottom: 10px;
    }
    .top_feature_accflow p.accdesc{
        min-height: 0;
    }
    .top_feature_accflow .acc_judge{
        top: -52px;
        left: -5px;
    }
}

.MTFX-3-TRAV > * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  
  
  p.text {
    text-shadow: transparent 0px 0px 0px, rgba(0,0,0,0) 0px 0px 0px !important;
    border: 0;
    list-style: none;
    width: 92%;
    margin: 0 auto 20px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  @media(min-width: 767px){
      p.text {
          width: 57%;
          margin: 15px auto 50px;
          text-align: justify;
      }
  }
  
  @media(min-width: 1440px){
      p.text {
          width: initial;
          max-width: 1060px;
          margin: 38px auto 0;
      }
  }
  
  
  img {
    max-width: 100%;
  }
  
  .section2 figure {
    max-width: 1060px;
    width: 100%;
    margin: 10px auto 30px auto;
    padding: 10px;
  }
  @media (min-width: 767px) {
    .section2 figure {
      width: 57%;
      max-width: 1060px;
    }
  }
  
  h5.blue {
    text-align: center;
    list-style: none;
    line-height: 1.5em;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    background: #c00317;
    color: #FFF;
    max-width: 100%;
    margin: 0 auto;
    letter-spacing: .02em;
    background-color: #516A82;
    margin-top: 30px;
    padding: 20px 0px;
    font-size: 30px;
  }
  @media (min-width: 767px) {
    h5.blue {
      width: 70%;
    }
  }
  @media (min-width: 1440px) {
    h5.blue {
      max-width: 1060px;
      width: initial;
      letter-spacing: 0.08em;
      margin: 0 auto !important;
      padding: 20px 0;
    }
  }
  
  h2.title-box.cblue {
    font-style: normal;
    width: 90%;
    margin: 5% auto;
    letter-spacing: 0.15em;
    color: #0E3080;
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    margin: 0 auto;
    margin-top: 30px;
  }
  @media (min-width: 769px) {
    h2.title-box.cblue {
      font-size: 40px;
      width: 70%;
      margin-top: 30px;
      letter-spacing: initial !important;
      
    }
  }
  
  @media(min-width: 1440px){
      h2.title-box.cblue {
         
          width: initial;
      }
  }
  ul.box-anchor {
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin: 0 auto;
    line-height: 1.5em;
    box-sizing: border-box;
    border: 0;
    list-style: none;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media (min-width: 767px) and (max-width: 1440px) {
    ul.box-anchor {
      max-width: 75%;
      margin-bottom: 50px;
    }
  }
  @media (min-width: 1441px) {
    ul.box-anchor {
      max-width: 900px;
      margin: 0 auto;
    }
  }
  ul.box-anchor li {
    width: calc(50% - 10px);
    border: 2px solid #333;
    border-radius: 10px;
    position: relative;
    margin: 30px 0;
  }
  @media (min-width: 767px) {
    ul.box-anchor li {
      width: calc(50% - 30px);
      display: inline-block;
    }
  }
  ul.box-anchor li.last-item {
    width: 100% !important;
  }
  ul.box-anchor li.last-item .blue-text {
    letter-spacing: 0.02em;
    line-height: 45px;
    font-size: 18px;
    color: #0E3080;
  }
  ul.box-anchor li.last-item .aos-item.tit {
    font-size: 22px;
    font-weight: bold;
    margin: 0px auto !important;
    width: initial;
    height: initial;
    vertical-align: top;
  }
  @media (min-width: 767px) {
    ul.box-anchor li.last-item .tit {
      font-size: 30px;
    }
  }
  ul.box-anchor li.last-item .tit img {
    max-width: 65%;
    width: 60px;
  }
  ul.box-anchor li.last-item .icon-movie {
    vertical-align: bottom;
    max-width: 100%;
    top: -4px !important;
    position: relative;
    margin-right: 10px;
    width: 35px !important;
  }
  ul.box-anchor li .pageLink {
    padding: 30px 10px;
    margin-bottom: 0;
    display: block;
  }
  @media (min-width: 767px) {
    ul.box-anchor li .pageLink {
      padding: 30px;
      text-decoration: none;
      vertical-align: top;
    }
  }
  ul.box-anchor li .pageLink .new_lable.blue {
    margin: 10px auto;
    color: #ffffff;
    border-radius: 30px;
    display: block;
    font-weight: bold;
    width: 80px;
    font-size: 14px;
    padding: 3px 10px;
    background: #0E3080;
    border: solid 2px #0E3080;
    position: relative;
    line-height: 1.5;
  }
  @media (min-width: 767px) {
    ul.box-anchor li .pageLink .new_lable.blue {
      max-width: 120px;
      margin: 10px auto;
      font-size: 20px;
      padding: 5px 10px !important;
    }
  }
  ul.box-anchor li .pageLink .new_lable.blue:hover {
    background: #ffffff;
    border: solid 2px #0E3080;
    color: #0E3080;
  }
  ul.box-anchor li .pageLink p {
    font-weight: bold;
    margin: 1% auto;
    color: #333333;
    letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 1.3;
  }
  @media (min-width: 767px) {
    ul.box-anchor li .pageLink p {
      font-size: 26px;
      letter-spacing: 0.03em;
      line-height: 1.5;
        
    }
  }
  ul.box-anchor li .pageLink .arrow {
    position: absolute;
    bottom: -7px;
    right: -2px;
    margin: 0;
    margin-bottom: 0;
    width: 30px;
  }
  
  @media(min-width: 767px){
      .section1 ul li a.pageLink div img {
            max-width: 120px;
            height: auto;
      }
  
      ul.box-anchor li .pageLink .arrow {
          width: initial;
      }
  }
  ul.box-anchor li .pageLink .aos-item {
    width: 80px;
    height: 62px;
    margin: auto;
    vertical-align: top;
    margin-bottom: 5%;
  }
  @media (min-width: 767px) {
    ul.box-anchor li .pageLink .aos-item {
      width: 100px;
      height: 100px;
    }
  }
  @media (min-width: 1440px) {
    ul.box-anchor li .pageLink .aos-item {
      margin-bottom: 20px;
    }
    ul.box-anchor li .pageLink .aos-item.tit {
        font-size: 30px;
    }
  }
  ul.box-anchor li .pageLink .aos-item img {
    max-width: 65%;
    width: 60px;
  }
  @media (min-width: 767px) {
    ul.box-anchor li .pageLink .aos-item img {
      width: 100px;
      max-width: 120px;
      height: auto;
    }
  }
  
  @media (min-width: 1440px) {
    ul.box-anchor li .pageLink .aos-item img {
      max-width: 120px;
      height: auto;
      width: initial;
    }
  
      .icon-attracion .img4 {
          width: 84% !important;
      }
  
      .icon-attracion .img3 {
          position: relative;
          top: 6px;
      }
  }
  
  
  
  @media(min-width: 1440px){
      ul.box-anchor li p {
          font-size: 26px !important;
      } 
  }
  
  .title-border.blue-border {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #0E3080;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 28px;
    border-bottom: 3px solid #0e3080;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  
  @media(min-width: 767px){
      .title-border.blue-border {
          font-size: 48px;
          width: 74%;
          margin: 0 auto;
     
      }
  }
  
  
  
  .title-border.blue-border label {
    margin: 10px auto;
    background: #c00317;
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: bold;
    position: relative;
    letter-spacing: normal;
    width: 100px;
    font-size: 16px;
    top: -4px;
    right: 3px;
    background-color: #0e3080;
  }
  
  @media(min-width: 767px){
      .title-border.blue-border label {
          font-size: 20px;
          position: relative;
          top: -8px;
          right: 10px;
      }
  }
  
  div[class*=section]{
      text-align: center;
  }
  
  .content_wrap.MTFX-3-TRAV {
      padding-left: 0;
      padding-right: 0;
  }
  
  .section2 figure {
      box-sizing: border-box;   
  }

  .reg_box[class*=MVCP-] {
    padding: 0;
    margin-top: 30px;
    background: initial;
  }
  
  .mvcp {
    background-color: #CD1B29;
  }
  
  @media(min-width: 751px){
    .box-banner > .mvcp {
        padding: 50px 30px 40px;
    }
  }

  /* Year-end and New Year spread_sage */
  .speclist li:nth-child(2) a img {
    max-height: 82.23px;
  }