@charset "UTF-8";
/* =====================================================================
[Master Template] MTFX-5 CSS
=====================================================================*/
:root {
    color:#333;
    scroll-behavior: unset;
}

* {
    box-sizing: border-box;
}

.txt-center{
    text-align: center;
}

/* -----------------header----------------- */
.followingHeader #header_top {
    box-sizing: unset;
    height: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.humb-menu {
    box-sizing: unset;
}

ul.humb-list li a {
    box-sizing: unset;
}
/* -----------------popup----------------- */
.popup_inner {
    width: 700px;
}
@media (max-width: 750px) {
    .popup_inner {
        width: 90%;
    }
}

/* -----------------campaign-headline----------------- */
.campaign-headline {
    text-align: center;
    max-width: 90%;
    margin: 120px auto 0;
}

/* -----------------cta-banner----------------- */
.cta-banner {
    max-width: 655px;
    margin: 0 auto;
}

/* ------------ CP TTL ------------ */
.ttl{
    padding: 40px 0;
    text-align: center;
    font-size: 44px;
    color: #c00317;
    font-family: var(--custom-font);
}
@media screen and (max-width: 750px) {
    .ttl{
        font-size: 20px;
    }
}
.content_wrap .w100{
    max-width: 1200px;
}
/* ------------ Acc Open Btn ------------ */
.inner_acc_open_wrap {
    margin: 50px auto 0;
}
.acc_open{
    text-align: center;
    margin-top: 15px;
}
.acc_open img{
    width: 100%;
    max-width: 800px;
}

@media (max-width: 750px) {
    .inner_acc_open_wrap {
        width: 90%;
        margin-top: 20px;
    }
    .acc_open{
        padding: 0 15px;
        margin: 0 auto;
    }
}
/* ------------ 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_bk{
    color: #333;
}
.reason-label2 {
    width: 120px;
    margin: 10px auto;
    background: #c00317;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: bold;
    position: relative;
    top: -8px;
    right: 10px;
    letter-spacing: normal;
}
@media (max-width: 750px) {
    main h2{
        margin: 50px 0 20px;
        font-size: 28px;
    }
    .ttl_bd{
        letter-spacing: 0;
    }
    .reason-label2 {
        font-size: 16px;
        top: -4px;
        right: 3px;
    }

}
/* ------------ 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;
    }
}
.txt_sub.red{
    color: #c00317;
    margin-bottom: 0;
}
/* ------------ Spec List ------------ */
.reason-label{
    width: 120px;
    margin: 10px auto;
    background: #c00317;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    padding: 5px 10px;
    display: block;
    font-weight: bold;
    border: solid 2px #c00317;
    text-decoration: none;
}
.reason-label:hover {
    background: #fff;
    color: #c00317;
    border: solid 2px #c00317;
    text-decoration: none;
}
a:hover .reason-label {
    text-decoration: none;
}
@media (max-width: 750px) {
    .reason-label {
        width: 80px;
        font-size: 14px;
        padding: 3px 10px;
    }
}

.speclist-wrap.w1200{
    margin-top: 50px;
}

.speclist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    gap: 20px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .speclist {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
}

.speclist li{
    width: calc(50% - 10px);
    border: solid 2px #333;
    border-radius: 10px;
    padding: 10px 20px 10px 0;
}
@media (max-width: 750px) {
    .speclist li{
        width: 100%;
    }
}

.speclist li a {
    display: flex;
    align-items: center;
    color: #333;
    height: 100%;
}
@media (max-width: 750px) {
    .speclist li a {
        font-size: 12px;
        gap: 10px;
    }
}

.speclist li a:hover {
    text-decoration: none;
}

.speclist li a img{
    display: block;
    max-width: 100px;
    max-height: 82px;
}
@media (max-width: 750px) {
    .speclist li a img{
        max-width: 14vw;
    }
}

.speclist li a .text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.speclist li a .title {
    font-weight: bold;
    color: #c00317;
    margin-bottom: 5px;
    font-size: 24px
}
@media (max-width: 750px) {
    .speclist li a .title {
        font-size: 21px;
    }
}

.speclist li a .description {
    font-size: 18px;
}
@media (max-width: 750px) {
    .speclist li a .description {
        font-size: 16px;
    }
}

.speclist li a .arrow {
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #c00317;
    border-right: 3px solid #c00317;
    transform: rotate(45deg);
    margin-left: auto;
}

/* ------------ 1,000通貨取引＆手数料無料 ------------ */
.safe-service .txt_sub {
    margin-bottom: 60px;
    text-align: center;
}
.safe-service{
    margin-top: 80px;
}
@media (max-width: 1260px) {
    .safe-service {
        margin-top: 50px;
    }
    .safe-service .txt_sub {
        margin-bottom: 30px;
        text-align: center;
    }
}
/* minlot */
.safe-service .minlot{
    margin-bottom: 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 */
.main-wrap h2.zero-ttl {
    color: #000;
}
.box-zezo {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 30px 0 50px;
}
.box-zezo .bl-list-crice {
    list-style: none;
    max-width: 250px;
    text-align: left;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.box-zezo .bl-list-crice li {
    position: relative;
}
.box-zezo .bl-list-crice li:before {
    content: "• ";
    font-size: 21px;
    color: #c00317;
}

@media (max-width: 750px) {
    .box-zezo .aos-init {
        width: 50%;
    }
    .box-zezo .bl-list-crice {
        padding: 0px 10px;
    line-height: 1;
    margin: 0;
    }
    .box-zezo .bl-list-crice li {
        font-size: 18px;
    }
    .box-zezo .bl-list-crice li {
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .box-zezo .bl-list-crice li {
        line-height: 1.2;
        font-size: 3.5vw;
    }
}

/* othr-safe-service */
.othr-safe-service{
    text-align: center;
}
.othr-safe-service img{
    width: 95%;
}
@media (max-width: 750px) {
    .othr-safe-service.w1200{
        padding: 0 15px;
    }
}
.cashback-banner {
    max-width: 500px;
    margin: 0 auto;
}
.cashback-banner .mvcp_op img {
    cursor: pointer;
    max-width: 100%;
}
.cashback-banner .mvcp_op {
    padding: 15px;
}
.spread_sageage{
    max-width: 1200px;
    margin: 80px auto 0;
}
@media (max-width: 1260px) {
    .spread_sageage {
        margin-top: 50px;
    }
}

/* dealer-info */
.dealer-info.w1200 {
    margin-bottom: 80px;
}

.dealer-info .card-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
@media (max-width: 992px) {
    .dealer-info .card-box{
        flex-direction: column;
    }
}

.dealer-info .card-box img {
    max-width: 550px;
}
@media (max-width: 1280px) {
    .dealer-info .card-box img {
        max-width: 470px;
    }
}
@media (max-width: 750px) {
    .dealer-info .card-box img {
        max-width: 90%;
    }
}

/* ------------ sprd ------------ */
.sprd_othr p.descr {
    margin-top: 50px;
}
@media (max-width: 750px) {
    .sprd_othr p.descr {
        margin-top: 30px;
        padding: 0 15px;
    }
}

/*--------------- popup / btn------------- */
.btnCustom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #043960;
    margin-inline: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    appearance: none;
    border: solid #9b9b9b;
    position: relative;
    padding: 10px;
    margin-bottom: 50px;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
}
.btnCustom:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    inset-block: 0;
    background: url(../../lpimg/cmn/icons/icon-plus.svg) center / contain no-repeat;
    right: 1em;
    margin-block: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100%;
    display: none;
}
.popup-spread .modal-wrapper {
    box-sizing: border-box;
    border: solid 8px #83cfd1;
    pointer-events: auto;
    max-width: 980px;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    border-radius: 5px;
    overflow: visible;
    max-height: none;
}
.modal::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}
.popup-spread::before {
    background-color: transparent;
}
.popup-spread {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    overflow-y: auto;
    z-index: 1000;
    padding: 40px 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal.on-popup {
    display: block;
}
.popup-spread .modal-header .ClosePop:hover {
    opacity: 0.8;
}
.popup-spread .modal-header .ClosePop {
    position: absolute;
    right: -20px;
    top: -25px;
    width: 50px;
    height: 50px;
    padding: 0;
    opacity: 1;
    z-index: 1;
    background: none;
    border: none;
    cursor: pointer;
}
.popup-spread .modal-header .ClosePop img {
    margin: 0;
}
.popup-spread .modal-body {
    padding: 20px 20px 40px 20px !important;
    position: relative;
    font-size: 16px;
}
.popup-spread .modal-body label.tit {
    color: #e6923e;
    border: solid 2px #4e5560;
    display: block;
    width: 80%;
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
}
.popup-spread .modal-body label.tit.hasperson {
    position: relative;
    margin-top: 65px;
}
.popup-spread .modal-body label.tit.hasperson:before {
    content: "";
    width: 200px;
    height: 126px;
    background-image: url(../../lpimg/cmn/swpp/icon-person2.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 104%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
}
.popup-spread .modal-body picture {
    display: block;
    text-align: center;
}
.popup-spread .about-spread {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
}
.popup-spread .about-spread .about-spread_content p {
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.8;
}
.popup-spread .modal-body .campaign-page p {
    text-align: center;
}
.popup-spread .modal-body .campaign-page p span {
    color: #d9243a;
    font-weight: bold;
}
.popup-spread .modal-body p.small-text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
}
.popup-spread .modal-body figure {
    text-align: center;
    margin: 0;
}
.popup-spread .modal-body img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.popup-spread .modal-footer {
    position: relative !important;
    border: none !important;
}
.popup-spread .modal-footer button {
    background-color: #043960;
    border: solid 2px #fff;
    width: 50%;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    text-shadow: none !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    height: 45px;
    cursor: pointer;
}

@media (max-width: 750px) {
    .popup-spread {
        padding: 40px 10px;
    }
    .popup-spread .about-spread {
        display: block;
        padding: 0;
        text-align: center;
    }
    .popup-spread .modal-wrapper {
        max-width: 700px;
        margin: 30px auto;
    }
    .popup-spread .modal-header .ClosePop {
        width: 40px;
        height: 40px;
        top: -19px;
    }
    .popup-spread .modal-body .campaign-page p {
        font-size: 14px;
        text-align: left;
    }
    .popup-spread .modal-body label.tit {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .btnCustom {
        width: 90%;
        margin: 30px auto 50px auto;
    }
}

/* .con-rate */
.high-con-rate{
    margin-top: 80px;
}
.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 (max-width: 1260px) {
    .high-con-rate{
        padding: 0 15px;
        margin-top: 50px;
    }
}
@media (max-width: 750px) {
    .high-con-rate {
        padding: 0;
    }
    .con-rate{
        width: 100%;
        margin: 30px auto;
        font-size: 14px;
    }
    .high-con-rate-inner {
        padding: 0 15px;
    }
}

/* high-swap */
.high-swap{
    max-width: 680px;
    margin: 20px auto;
}
.high-swap-wrap{
    margin-top: 80px;
}
@media (max-width: 1260px) {
    .high-swap-wrap {
        margin-top: 50px;
    }
}
.high-swap img{
    width: 100%;
    max-width: 670px;
    margin: auto;
}
.high-swap h3{
    font-size: 21px;
    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 (max-width: 750px) {
    .high-swap {
        padding: 0 15px;
    }
    .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 {
        margin: 0;
    }
    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;
    }
}
.swap-update {
    text-align: right;
    margin: 0 0 40px;
    font-weight: bold;
}
.high-swap-txt {
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

@media (max-width: 750px) {
    .high-swap-txt {
        line-height: 1.7;
    }
}

/* tools */
.tools-wrap-top{
    margin-top: 80px;
}
.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%;
}
.tools .mini{
    margin-bottom: 30px;
    text-align: right;
}
.tools .trader{
    margin-top: 40px;
}
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;
}

@media (max-width: 1260px) {
    .tools-wrap{
        margin-top: 30px;
        padding: 0 15px;
    }
    .tools-wrap-top{
        margin-top: 50px;
    }
}

@media (max-width: 750px) {
    .tools-wrap {
        padding: 0;
    }
    .tools h3{
        font-size: 28px;
    }
    .tools h4{
        font-size: 18px;
    }
    p.tools_txt{
        font-size: 14px;
    }
    .red_list li{
        font-size: 14px;
    }
    .fx-trader-img,
    .web-trader-img {
        width: 90%;
        margin: 20px auto;
    }
}

/* tools_dl */
.tools_dl{
    display: flex;
    justify-content: center;
    padding: 30px 15px;
    text-align: center;
}
.tools_dl_inner{
    width: 320px;
    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;
    margin: 0;
    font-size: 15px;
    border: solid 1px #333;
    border-radius: 20px;
    font-family: var(--custom-font);
}

@media (max-width: 750px) {
    .tools_dl_inner p {
        display: none;
    }
    .tools_dl_inner.app img{
        max-width: 140px;
    }
    .tools_dl{
        display: block;
        padding: 15px;
    }
    .tools_dl_inner{
        max-width: 275px;
        margin: auto;
    }
    .tools_dl_inner h4 {
        margin: 10px 0;
    }
    .tools .ttl-pc {
        width: 65%;
        line-height: 2.5em;
        margin-bottom: 20px;
    }
}

/* traview */
.traview{
    padding: 30px 0;
    text-align: center;
    background: #efefef;;
}
.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 (max-width: 750px) {
    .traview h4{
        font-size: 18px;
    }
    .traview h5{
        font-size: 20px;
    }
    .traview .ly_fle img{
        max-width: 90%;
    }
    .traview .ly_fle ul {
        width: 85%;
        margin: 0 auto;
    }
}

/* ------------ サポート ------------ */
.support{
    margin: 50px auto;
}
.support h2{
    padding: 5px 0;
    font-size: 35px;
    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: 24px;
    font-weight:bold;
    font-family: var(--custom-font);
}
.support .mini{
    font-size: 13px;
}
@media (max-width: 1440px) {
    .support h2{
        font-size: 20px;
    }
}
@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;
    }
}
.support_forsafe{
    max-width: 1060px;
    margin: 50px auto 0;
}
@media (max-width: 750px) {
    .support_forsafe{
        margin-bottom: 0;
    }
}
.dealings{
    max-width: 1060px;
    margin: 50px auto 0;
}

/* ------------ お取引までの流れ ------------ */
.txt-center{
    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 0;
    text-align: center;
}
@media (max-width: 750px) {
    .sup_tel{
        margin: 50px auto 0;
    }
}
.sup_tel h3{
    margin-bottom: 30px;
    font-size: 32px;
    font-family: var(--custom-font);
}
.sup_tel > img{
    width: 80%;
    max-width: 447px;
}
@media (max-width: 1440px) {
    .sup_tel h3{
        margin-bottom: 10px;
    }
}
@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 5px;
    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;
}
@media screen and (max-width: 750px) {
    .trade_flow{
        width: 90%;
    }
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
.w900{
    max-width: 900px;
    margin: 0 auto;
}
.main-wrap h2{
    padding: 10px 0;
    text-align: center;
    font-size: 48px;
    color: #c00317;
    font-family: var(--custom-font);
    margin-bottom: 40px;
}
@media (max-width: 750px){
    .main-wrap h2 {
        margin: 0 0 20px;
        font-size: 28px;
    }
}

/* footer */
.f-jsdq {
    padding: 10px;
}

/* トルコリラ注記 */
/* lightpair.phpを読み込む全ページで削除になればこのエリア自体削除 */
.try-note a {
    display: none;
}


/* ------------ accordion ------------ */
.accordion-box {
    width: 90%;
    max-width: 680px;
    margin: 30px auto;
}

.accordion-box a.accordion-title {
    display: block;
    height:64px;
    line-height: 64px;
    padding:0 40px;
    text-align: center;
    background: #241715;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.accordion-box a.accordion-title:hover {
    text-decoration: none;
}

.accordion-box a.accordion-title:before,
.accordion-box a.accordion-title:after {
    content:"";
    display: block;
    background: #fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    transition:all .3s linear;
}

.accordion-box a.accordion-title:before {
    width:20px;
    height:2px;
    right:20px;
    opacity: 100;
}

.accordion-box a.accordion-title:after {
    width:2px;
    height:20px;
    right:29px;
    rotate: 0deg;
}

.accordion-box a.accordion-title.open:after {
    transform-origin: 1px 0;
    rotate: 90deg;
}

.accordion-text {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: none;
    padding: 5px 20px;
    margin: 0;
    background: #e5d9d1;
    text-align: left;
}