@charset "utf-8";
/* 基本設定 */
html { font-size: 62.5% }
body {
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
/* クリアフィックス (CSS Hack)*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { min-height: 1px }
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* タイトル */
.ttl-01 {
    border-left: 4px solid #e6a82e;
    box-sizing: border-box;
    color: #333;
    display: table-cell;
    font-size: 2rem;
    font-weight: bold;
    height: 60px;
    line-height: 1.25;
    margin: 30px 0 0 0;
    padding: 0 0 0 17px;
    position: relative;
    vertical-align: middle;
}
.ttl-01::after {
    border: 5px solid transparent;
    border-left: 7px solid #e6a82e;
    content: "";
    height: 0;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
}
.bg-fxneo main .ttl-01,
.bg-fxop main .ttl-01,
.bg-c365 main .ttl-01 { border-left: 4px solid #e6a82e }
.bg-ixop main .ttl-01 { border-left: 4px solid #143d66 }
.bg-fxneo main .ttl-01::after,
.bg-fxop main .ttl-01::after,
.bg-c365 main .ttl-01::after { border-left: 7px solid #e6a82e }
.bg-ixop main .ttl-01::after { border-left: 7px solid #143d66 }
.bg-kabu main .ttl-01 { border-left: 4px solid #528fcc }
.bg-kabu main .ttl-01::after { border-left: 7px solid #528fcc }
.bg-cfd main .ttl-01 { border-left: 4px solid #1f1f99 }
.bg-cfd main .ttl-01::after { border-left: 7px solid #1f1f99 }
.bg-service main .ttl-01,
.bg-company main .ttl-01,
.bg-tool main .ttl-01 { border-left: 4px solid #005bac }
.bg-service main .ttl-01::after,
.bg-company main .ttl-01::after,
.bg-tool main .ttl-01::after { border-left: 7px solid #005bac }
.ttl-02 {
    border-bottom: 4px #8e99ad solid;
    box-sizing: border-box;
    color: #1e335c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 15px 0 0 0;
    padding: 15px 0 10px 0;
}
.ttl-01 + .ttl-02,
.ttl-02 + .ttl-03 { margin-top: 5px }
.ttl-03 {
    box-sizing: border-box;
    color: #1e335c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.43;
    margin: 15px 0 0 0;
    padding: 15px 0 13px 0;
    background: url(/sp/common/images/ttl_underline_01.png) repeat-x left bottom;
    background-size: 8px 5px;
}
.ttl-04 {
    border-bottom: 3px #d9d9d9 solid;
    box-sizing: border-box;
    color: #1e335c;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.43;
    margin: 15px 0 0 0;
    padding: 15px 0 10px 20px;
    position: relative;
    background: url(/sp/common/images/ttl_ring_01.svg) no-repeat 0 57%;
    background-size: 16px 16px;
}
/* フォントカラー */
.f-red { color: #f00 }
a { color: #0f3d99 }
.f-store { color: #92a816 }
.f-orange-1 { color: #f6701f }
.f-gray-1 { color: #999 }
.bg-aqua-1 { background: #3eafc2 }
.f-white { color: #fff }
/* 汎用 */
.mg-10 { margin: 10px }
.mgrl-10 { margin: 0 10px }
.mgrl-10n { margin: 0 -10px }
.mgt-5 { margin-top: 5px }
.mgt-10 { margin-top: 10px }
.mgt-15 { margin-top: 15px }
.mgt-20 { margin-top: 20px }
.mgt-25 { margin-top: 25px }
.mgt-30 { margin-top: 30px }
.mgt-35 { margin-top: 35px }
.mgt-40 { margin-top: 40px }
.mgt-55 { margin-top: 55px }
.mgt-65 { margin-top: 65px }
.mgt-70 { margin-top: 70px }
.mgt-80 { margin-top: 80px }
.mgs-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.w-40 { width: 40px }
.w-50 { width: 50px }
.w-60 { width: 60px }
.w-70 { width: 70px }
.w-80 { width: 80px }
.w-90 { width: 90px }
.w-95 { width: 95px }
.w-100 { width: 100px !important }
.w-110 { width: 110px !important }
.w-120 { width: 120px !important }
.w-130 { width: 130px !important }
.w-140 { width: 140px !important }
.w-150 { width: 150px }
.w-160 { width: 160px }
.w-170 { width: 170px }
.w-15p { width: 15% }
.w-20p { width: 20% }
.w-25p { width: 25% }
.w-30p { width: 30% !important }
.w-50p { width: 50% }
.w-100p { width: 100% }
.pd-2 { padding: 2px }
.pd-10 { padding: 10px }
.pdr-35 { padding-right: 35px; }
.pdrl-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.fr { float: right; }
.inlineb { display: inline-block }
.d-none { display: none }
.d-block { display: block }
/* フォントサイズ */
.f-size-12 { font-size: 1.2rem }
.f-size-10 { font-size: 1.0rem }
.f-size-14 { font-size: 1.4rem }
.f-norm { font-weight: normal }
.f-bold { font-weight: bold }
.verti-m { vertical-align: middle }
.absolute0 {
    left: 0;
    position: absolute;
    top: 0;
}
.underline { text-decoration: underline }
.decoration-none { text-decoration: none }
.relative { position: relative }
.ta-center { text-align: center }
.ta-right { text-align: right }
.bg-1,
.bg-fxneo .submenu-header > .btn-sub-navi,
.bg-fxneo .navi-sub,
.bg-fxop .submenu-header > .btn-sub-navi,
.bg-fxop .navi-sub,
.bg-c365 .submenu-header > .btn-sub-navi,
.bg-c365 .navi-sub { background: #e6a82e }
.bg-ixop .submenu-header > .btn-sub-navi,
.bg-ixop .navi-sub { background: #143d66 }
.bg-2,
.bg-kabu .submenu-header > .btn-sub-navi,
.bg-kabu .navi-sub { background: #528fcc }
.bg-3,
.bg-cfd .submenu-header > .btn-sub-navi,
.bg-cfd .navi-sub { background: #1f1f99 }
.bg-4,
.bg-service .submenu-header > .btn-sub-navi,
.bg-service .navi-sub,
.bg-company .submenu-header > .btn-sub-navi,
.bg-company .navi-sub,
.bg-tool .submenu-header > .btn-sub-navi,
.bg-tool .navi-sub { background: #005bac }
/* トップイメージ */
.top-space > .main-img { margin-top: -20px }
/* テーブル関連 */
table { line-height: 1.25 }
.table-spread {
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 100%;
}
.table-spread .sup-bottom {
    font-size: 10px;
    font-weight: normal;
    margin-top: 15px;
}
.table-spread tr td {
    padding-left: 5px;
    padding-right: 5px;
}
.table-spread tr td:nth-child(2) {
    font-weight: bold;
    text-align: right;
    width: 30%;
}
.table-spread tr td:nth-child(1),
.table-spread tr th:nth-child(1) {
    border-left: none;
    width: 70%;
}
.table-spread tr td:nth-child(1) .f-size-10 { margin-left: -5px }
.table-spread td,
.table-spread th {
    border-bottom: 1px #d9d9d9 solid;
    border-left: 1px #d9d9d9 solid;
    padding: 11px 0;
}
.ttl-line {
    background: #ebeff7;
    border-top: 1px #d9d9d9 solid;
    color: #1e335c;
    font-weight: bold;
}
.ttl-line th { font-weight: bold }
.table-spread-ex td,
.table-spread-ex th {
    border-bottom: 1px #d9d9d9 solid;
    border-left: 1px #d9d9d9 solid;
    height: 60px;
    padding: 8px 10px;
    vertical-align: middle;
}
.table-spread-ex tr td:nth-child(1),
.table-spread-ex tr th:nth-child(1) {
    border-left: none;
    width: 120px;
}
.table-spread-ex tr td:nth-child(2),
.table-spread-ex tr th:nth-child(2) {
    color: #f00;
    text-align: right;
    width: 150px;
}
.table-spread-ex tr:not(:first-child) td:nth-child(3) {
    text-align: right;
    width: 150px;
}
.table-spread-ex tr td:nth-child(2) { background: url(/sp/common/images/bg_stripe.png)#fff5e1 repeat }
.table-spread-ex tr th:nth-child(2) { text-align: center }
.fx-rate-1 tbody tr  td:nth-child(2),
.fx-rate-1 tbody tr  td:nth-child(4),
.sw-rpoint-1 tbody tr  td:nth-child(2),
.sw-rpoint-1 tbody tr  td:nth-child(3) { text-align: right }
.fx-rate-1 tbody tr  td:nth-child(3) { text-align: center }
.kabucfd-lineup {
    list-style: disc;
    padding-left: 15px;
}
.kabucfd-lineup li { padding-top: 0px }
/* アイコン */
.link-1 { display: block }
.link-arrow-02 {
    background: url(/sp/common/images/link_arrow_02.svg) no-repeat 0 50%;
    background-size: 15px 15px;
    padding-left: 20px;
}
/* 注意事項エリア */
.attention {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}
.attention > p { margin-top: 10px }
.top-space { padding-top: 20px }
.radiocm-area a,
.top-svinfo a { float: left }
/* ヘッダー周り */
.header {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.navi-1-ctrl:checked ~ header {
    position: relative;
}
.menu-header {
    background: #f7f7f7;
    border-bottom: 1px solid #bfbfbf;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    height: 45px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-flex-pack: justify;
    flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo-head {
    -webkit-box-flex: 1.0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 1;
    flex: 1;
}
.logo-head {
    height: 45px;
    margin-top: -1px;
    margin-left: 10px;
    min-width: 158px;
    width: 158px;
    background: url(/sp/common/images/logo.png) 0 50% no-repeat;
    background-size: 158px 13px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.logo-head a {
    display: block;
    height: 100%;
}
.btn-login {
    height: 45px;
    width: 80px;
}
.btn-gb-navi { width: 45px }
label.gb-navi-label {
    width: 45px;
    height: 45px;
    display: block;
}
.btn-login a {
    width: 100%;
    height: 100%;
}
.btn-login img {
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.logo-head img,
.btn-gb-navi img,
.open-accunt img { width: 100% }
.logo-head img,
.btn-gb-navi img { vertical-align: top }
.open-accunt-01 {
    margin: 30px auto 0;
    min-width: 300px;
    width: 94%;
}
.open-accunt-01-mgt-0 {
    margin: 0 auto 0;
    min-width: 300px;
    width: 94%;
}
.open-accunt-02 {
    margin: 30px auto 0;
    min-width: 260px;
    width: 81%;
}
.open-accunt-02-mgt-0,
.btn-campaign-01 {
    margin: 0 auto 0;
    min-width: 260px;
    width: 81%;
}
.open-accunt-03 {
    margin: 30px auto 0;
    min-width: 280px;
    width: 90%;
}
.open-accunt-01 img,
.open-accunt-01-mgt-0 img,
.open-accunt-02 img,
.open-accunt-02-mgt-0 img,
.btn-campaign-01 img,
.open-accunt-03 img,
.open-accunt-04 img { width: 100% }
.open-accunt-04 {
    margin: auto;
    min-width: 280px;
    width: 94%;
}
.btn-gb-navi.open img {
    width: 23px;
    height: 23px;
    margin-right: 11px;
    margin-left: 11px;
    margin-top: 10px;
}
.btn-gb-navi.close img {
    width: 25px;
    height: 26px;
    margin: 10px 10px 9px;
}
.btn-2col {
    margin: auto;
    min-width: 130px;
    width: 30%;
    display: inline-block;
}
.top-2col-btn .btn-2col:nth-of-type(2) { margin-left: 20px }
.submenu-header {
    border-bottom: 1px solid #d9d9d9;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    background: #fff;
}
.navi-2-ctrl:checked ~ header .submenu-header { border: none }
.btn-sub-navi {
    height: 40px;
    padding: 10px;
    width: 42px;
}
.btn-sub-navi img { vertical-align: top }
.navi-info {
    margin-right: auto;
    padding: 7px 10px;
    font-weight: bold;
}
.wrapp-close-1 { padding: 20px 15px 45px }
.gb-navi-wrap .btn-close-1,
.sub-navi-wrap .btn-close-1 {
    height: 25px;
    margin: 0px auto;
    width: 70px;
    text-align: center;
    display: block;
    /* Text Away */
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.gb-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 0 no-repeat;
    background-size: 70px 150px;
}
.bg-fxneo .sub-navi-wrap .btn-close-1,
.bg-fxop .sub-navi-wrap .btn-close-1,
.bg-c365 .sub-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 -25px no-repeat;
    background-size: 70px 150px;
}
.bg-kabu .sub-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 -50px no-repeat;
    background-size: 70px 150px;
}
.bg-cfd .sub-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 -75px no-repeat;
    background-size: 70px 150px;
}
.bg-service .sub-navi-wrap .btn-close-1,
.bg-company .sub-navi-wrap .btn-close-1,
.bg-tool .sub-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 -100px no-repeat;
    background-size: 70px 150px;
}
.bg-ixop .sub-navi-wrap .btn-close-1 {
    background: url(/sp/common/images/btn_close_0.png?ver=20190415) 0 -125px no-repeat;
    background-size: 70px 150px;
}
.txt-close {
    display: block;
    height: 100%;
}
/*メニュー周り*/
.icon-square-2 { font-weight: bold }
.icon-square-2:before {
    background: #333;
    content: '';
    display: block;
    height: 14px;
    left: 10px;
    position: absolute;
    top: 50%;
    width: 14px;
    margin-top: -7px;
}
.gb-navi-wrap .gb-navi-list01 a,
.gb-navi-wrap .gb-navi-list01pc a {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 15px;
    padding: 6px 12px 6px 40px;
    position: relative;
    text-decoration: none;
}
.gb-navi-wrap .gb-navi-list01pc a::after {
    background: url(/sp/common/images/link_pc_00.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.gb-navi-wrap .gb-navi-list01 a::after {
    background: url(/sp/common/images/link_arrow_00.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.gb-navi-wrap {
    background: #fafaf9;
    color: #333;
    font-size: 15px;
}
.gb-navi-wrap .gb-navi-list01 a,
.gb-navi-wrap .gb-navi-list01pc a {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 6px 40px 6px 40px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
.gb-navi-wrap .panel a.gb-navi-list01 { border-bottom: 1px dashed #e6e6e6 }
.gb-navi-wrap .panel a.gb-navi-list01:last-child { border-bottom: 1px solid #e6e6e6 }
.gb-navi-wrap a.gb-navi-list01,
.gb-navi-wrap a.gb-navi-list01pc {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    position: relative;
    text-decoration: none;
    margin: 0 15px;
}
.gb-navi-group a.gb-navi-list01:last-of-type,
.gb-navi-group a.gb-navi-list01pc:last-of-type { border-bottom: none }
.gb-navi-wrap .panel a.gb-navi-list01,
.gb-navi-wrap .panel a.gb-navi-list01pc { font-weight: normal }
.gb-navi-wrap a.gb-navi-list01pc::after {
    background: url(/sp/common/images/link_pc_02.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 40px;
}
.gb-navi-wrap a.gb-navi-list01::after {
    background: url(/sp/common/images/link_arrow_10.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 40px;
}
.gb-navi-wrap .gb-navi-ttl-02 {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    display: block;
    padding: 6px 12px 6px 40px;
    position: relative;
}
.gb-navi-wrap .gb-navi-ttl-02::after {
    background: url(/sp/common/images/plus_0.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.gb-navi-wrap .gb-navi-ttl-01 {
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px 15px 10px 20px;
    position: relative;
    background: #005bac;
}
.gb-navi-group { border-bottom: solid 2px #7fadd5 }
.sub-navi-wrap a.sub-navi-list01,
.sub-navi-wrap a.sub-navi-list01pc {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 6px 40px 6px 50px;
    position: relative;
    text-decoration: none;
}
.bg-fxneo .sub-navi-wrap a.sub-navi-list01,
.bg-fxneo .sub-navi-wrap a.sub-navi-list01pc,
.bg-fxop .sub-navi-wrap a.sub-navi-list01,
.bg-fxop .sub-navi-wrap a.sub-navi-list01pc,
.bg-c365 .sub-navi-wrap a.sub-navi-list01,
.bg-c365 .sub-navi-wrap a.sub-navi-list01pc { border-bottom: 1px solid #ebb958 }
.bg-ixop .sub-navi-wrap a.sub-navi-list01pc,
.bg-ixop .sub-navi-wrap a.sub-navi-list01 { border-bottom: 1px solid #245585 }
.bg-fxneo .sub-navi-wrap a.sub-navi-list01.current,
.bg-fxneo .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-fxneo .sub-navi-wrap a.sub-navi-list01:hover,
.bg-fxneo .sub-navi-wrap a.sub-navi-list01pc:hover,
.bg-fxop .sub-navi-wrap a.sub-navi-list01.current,
.bg-fxop .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-fxop .sub-navi-wrap a.sub-navi-list01:hover,
.bg-fxop .sub-navi-wrap a.sub-navi-list01pc:hover,
.bg-c365 .sub-navi-wrap a.sub-navi-list01.current,
.bg-c365 .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-c365 .sub-navi-wrap a.sub-navi-list01:hover,
.bg-c365 .sub-navi-wrap a.sub-navi-list01pc:hover { background: #cf9729 }
.bg-ixop .sub-navi-wrap a.sub-navi-list01:hover,
.bg-ixop .sub-navi-wrap a.sub-navi-list01pc:hover { background: #0a253e }
.bg-ixop .sub-navi-wrap a.sub-navi-list01.current,
.bg-ixop .sub-navi-wrap a.sub-navi-list01pc.current { background: #0a253e }
.bg-kabu .sub-navi-wrap a.sub-navi-list01,
.bg-kabu .sub-navi-wrap a.sub-navi-list01pc { border-bottom: 1px solid #75a5d6 }
.bg-kabu .sub-navi-wrap a.sub-navi-list01.current,
.bg-kabu .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-kabu .sub-navi-wrap a.sub-navi-list01:hover,
.bg-kabu .sub-navi-wrap a.sub-navi-list01pc:hover { background: #4a80b7 }
.bg-cfd .sub-navi-wrap a.sub-navi-list01,
.bg-cfd .sub-navi-wrap a.sub-navi-list01pc { border-bottom: 1px solid #4c4cad }
.bg-cfd .sub-navi-wrap a.sub-navi-list01.current,
.bg-cfd .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-cfd .sub-navi-wrap a.sub-navi-list01:hover,
.bg-cfd .sub-navi-wrap a.sub-navi-list01pc:hover { background: #1a1a82 }
.bg-service .sub-navi-wrap a.sub-navi-list01,
.bg-service .sub-navi-wrap a.sub-navi-list01pc,
.bg-company .sub-navi-wrap a.sub-navi-list01,
.bg-company .sub-navi-wrap a.sub-navi-list01pc,
.bg-tool .sub-navi-wrap a.sub-navi-list01,
.bg-tool .sub-navi-wrap a.sub-navi-list01pc { border-bottom: 1px solid #337cbd }
.bg-service .sub-navi-wrap a.sub-navi-list01.current,
.bg-service .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-service .sub-navi-wrap a.sub-navi-list01:hover,
.bg-service .sub-navi-wrap a.sub-navi-list01pc:hover,
.bg-company .sub-navi-wrap a.sub-navi-list01.current,
.bg-company .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-company .sub-navi-wrap a.sub-navi-list01:hover,
.bg-company .sub-navi-wrap a.sub-navi-list01pc:hover,
.bg-tool .sub-navi-wrap a.sub-navi-list01.current,
.bg-tool .sub-navi-wrap a.sub-navi-list01pc.current,
.bg-tool .sub-navi-wrap a.sub-navi-list01:hover,
.bg-tool .sub-navi-wrap a.sub-navi-list01pc:hover { background: #004d92 }
.sub-navi-wrap a.sub-navi-list01::after {
    background: url(/sp/common/images/link_arrow_01.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.sub-navi-wrap a.sub-navi-list01pc::after {
    background: url(/sp/common/images/link_pc_01.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
/*iconarrow系　アイコン矢印系*/
.lasticon02,
.lasticon02pc,
.icon-arrow2 {
    position: relative;
    text-decoration: none;
}
.lasticon02::after {
    background: url(/sp/common/images/link_arrow_02.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.lasticon02pc::after {
    background: url(/sp/common/images/link_pc_02.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.icon-arrow2 { padding-left: 24px }
.icon-arrow2::before {
    background: url(/sp/common/images/icon_arrow_02.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 28px;
    margin-top: -14px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 28px;
}
.close,
.navi-radios,
.navi-global,
.navi-sub,
.navi-1-ctrl:checked ~ header .submenu-header,
.navi-1-ctrl:checked ~ header .menu-header .open,
.navi-2-ctrl:checked ~ header .submenu-header .open,
.navi-2-ctrl:checked ~ header .navi-sub .menu-header .close { display: none }
.open,
.navi-1-ctrl:checked ~ header .navi-global,
.navi-2-ctrl:checked ~ header .navi-sub { display: block }
.navi-1-ctrl:checked ~ main,
.navi-2-ctrl:checked ~ main,
.navi-1-ctrl:checked ~ footer,
.navi-2-ctrl:checked ~ footer {
    max-height: 50%;
    display: none;
}
.navi-1-ctrl:checked ~ aside.owl-ctrl
 {
    position: absolute;
    top: 0;
    width: 100%;
}
.navi-0-ctrl:checked ~ aside.owl-ctrl
 {
    position: relative;
}
.navi-1-ctrl:checked ~ header .menu-header .close,
.navi-2-ctrl:checked ~ header .submenu-header .close,
.navi-2-ctrl:checked ~ header .navi-sub .menu-header .open { display: inline-block }
.menu-flex {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    background: #d1d1d1;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.box-line-1 {
    border: solid 1px rgb(206, 206, 206);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 0 10px 0;
    margin-right: 10px;
    margin-left: 10px;
    background: #fff;
    border-radius: 10px;
}
.box-line-2 {
    border: solid 1px rgb(206, 206, 206);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0 10px 0;
    margin-right: 10px;
    margin-left: 10px;
    background: #fff;
}
.b-radius-t-10 { border-radius: 10px 10px 0px 0px }
.top-bg-01 {
    background: #eee;
    border-top: solid #d9d9d9 1px;
    border-bottom: solid #d9d9d9 1px;
    padding: 10px 0 10px 0;
}
.color-999 { color: #999 }
/*2カラム系*/
.tool-flex {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tool-picarea { width: 50px }
.lh-0 { line-height: 0 }
.tool-contents {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
}
.radiocm-flex {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
.radiocm-link { width: 48% }
.radiocm-link:nth-of-type(even) { text-align: left }
.kouzaflow-flex {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.kouzaflow-picarea { width: 80px }
.kouzaflow-contents {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 10px;
}
.flex-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
}
.btn-op-account {
    background: url("/sp/common/images/btn_account_op_06.png") top left no-repeat;
    background-size: 130px 45px;
    width: 130px;
    height: 45px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.btn-op-beginner {
    background: url("/sp/common/images/btn_account_op_07.png") top left no-repeat;
    background-size: 130px 45px;
    width: 130px;
    height: 45px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.btn-op-strength {
    background: url("/sp/common/images/btn_account_op_09.png") top left no-repeat;
    background-size: 130px 45px;
    width: 130px;
    height: 45px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/*ユーチューブリンク*/
.iframe-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
input.searchbox,
input.user_id,
input.password {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
}
input.button-searchbox {
    width: 25%;
    border-radius: 0;
    height: 30px;
}
input:focus { background-color: rgb(250, 255, 189) }
button[type="submit"].btn-pc-01 {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    display: block;
    padding: 0;
}
.bnr-area {
    width: 260px;
    margin: 20px auto 0;
}
.icon_jn::before,
.icon_us::before,
.icon_uk::before,
.icon_ec::before,
.icon_ge::before,
.icon_sz::before,
.icon_au::before,
.icon_nz::before,
.icon_ca::before,
.icon_ch::before,
.icon_hk::before,
.icon_in::before,
.icon_sa::before,
.icon_fr::before,
.icon_corn::before,
.icon_soybean::before,
.icon_crudeoil::before,
.icon_gold::before,
.icon_platinum::before,
.icon_silver::before,
.icon_financial::before,
.icon_communications::before,
.icon_electric::before,
.icon_mobile::before,
.icon_construction::before,
.icon_transportation::before,
.icon_metal::before,
.icon_energy::before,
.icon_retail::before,
.icon_food::before,
.icon_chemical::before,
.icon_industrial::before {
    background: url(/sp/products/cfd/images/icons.png) no-repeat;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0px;
    vertical-align: bottom;
    padding-right: 25px;
}
.icon_retail::before { background-position: 0 -840px }
.icon_electric::before { background-position: 0 -660px }
.icon_financial::before { background-position: 0 -600px }
.icon_food::before { background-position: 0 -870px }
.icon_communications::before { background-position: 0 -630px }
.icon_metal::before { background-position: 0 -780px }
.icon_energy::before { background-position: 0 -810px }
.icon_chemical::before { background-position: 0 -900px }
.icon_transportation::before { background-position: 0 -750px }
.icon_mobile::before { background-position: 0 -690px }
.icon_industrial::before { background-position: 0 -930px }
.flex {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
}
.flex-wprap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg-ex {
    background: #dfe0e2;
    padding: 10px 20px;
}
.kouza-flow-fl {
    float: left;
    margin: 0 10px 5px 0;
}
/*プラグイン関連****************************/
/*テーブルスクロール関連↓↓↓↓↓↓*/
.mainbox { position: relative }
.mainbox .icon-arrow-right {
    bottom: 0;
    display: block;
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 28px;
    width: 24px;
    z-index: 10;
}
.mainbox .icon-arrow-left {
    -webkit-transform: scaleX(-1);
    bottom: 0;
    display: block;
    left: 8px;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    top: 28px;
    transform: scaleX(-1);
    width: 24px;
    z-index: 10;
}
.mainbox:before {
    background: -webkit-linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0));
    content: '';
    display: none;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 5;
}
.mainbox:after {
    background: -webkit-linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0));
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 5;
}
.show-lgra:before { display: block }
.none-rgra:after { display: none }
.none-icon {
    opacity: 0 !important;
    transition: all 0.5s ease;
}
.sho-icon {
    opacity: 1 !important;
    transition: all 0.5s ease;
}
/* 横スクロール（矢印、ぼかし付き）.mainboxだけ追加。 */
.mainbox { z-index: 0 !important }
.table-outbox {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    /*white-space: nowrap;*/
    position: relative;
}
div.table-outbox table { min-width: 570px }
.for-android-4type-table table { width: 570px }
div.table-outbox table th { max-width: 170px }
/*テーブルスクロール関連↑↑↑↑↑↑↑↑*/
/*開閉パネル*/
.inputSlide1 { display: none }
.label-1 {
    cursor: pointer;
    display: block;
    padding: 5px 0px 1px 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    padding: 6px 12px 6px 40px;
    position: relative;
}
.label-1::after {
    background: url(/sp/common/images/plus_0.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
.inputSlide1:checked + .label-1 { border-bottom: 1px dashed #e5e5e5 }
.inputSlide1:checked + .label-1::after {
    background: url(/sp/common/images/minus_0.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
input[type="checkbox"].on-off:checked ~ .panel,
.inputSlide1:checked + .label-1 + .panel {
    height: auto;
    /* padding: 15px; */
    /* margin-bottom: 10px; */
}
.panel {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    height: 0;
    /* padding: 0 15px 0 15px; */
    overflow: hidden;
    /* border-radius: 5px; */
}
.menu-head-wrapper.show,
.navi-2-ctrl:checked ~ .menu-head-wrapper.show {
    position: fixed;
    z-index: 1;
    width: 100%;
}
.menu-header-wrap.show .menu-header,
.menu-head-wrapper.show .menu-header,
.navi-2-ctrl:checked ~ .menu-head-wrapper.show .menu-header { display: none }
.dispe {
    height: 100px;
    width: 100px;
    background: #f00;
}
/*追加*/
/* 汎用 */
.inline { display: inline }
.bg-stripe-red { background: #ffd9db url("/sp/common/images/bg_stripe.png") repeat scroll 0 0 }
.bg-stripe-blue { background: #d9efff url("/sp/common/images/bg_stripe.png") repeat scroll 0 0 }
.bg-stripe-yellow { background: #fff2d9 url("/sp/common/images/bg_stripe.png") repeat scroll 0 0 }
.bg-red { background: #f7ebeb }
/* アイコン */
.link-blank {
    background: rgba(0, 0, 0, 0) url("/sp/common/images/icon_blank.png") no-repeat scroll 0 50%;
    background-size: 15px 15px;
    padding-left: 20px;
}
.link-arrow {
    background: rgba(0, 0, 0, 0) url("/sp/common/images/icon_arrow.png") no-repeat scroll 0 50%;
    background-size: 15px 15px;
    padding-left: 20px;
}
/* テーブル */
table {
    border-bottom: 1px #d9d9d9 solid;
    border-top: 1px #d9d9d9 solid;
    width: 100%;
}
th {
    background: #ebeff7;
    border-right: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    color: #1e335c;
    font-weight: bold;
    padding: 11px 5px;
    text-align: center;
    /*white-space: nowrap;*/
}
th:last-child { border-right-width: 0 }
td {
    border-right: 1px #d9d9d9 solid;
    border-top: 1px #d9d9d9 solid;
    padding: 11px 5px;
}
td:last-child { border-right-width: 0 }
th.border-right-1,
td.border-right-1{ border-right-width: 1px }

/* 見出し */
.ttl-05 {
    background: #ebeff7 none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 14px;
    padding: 11px 5px;
    color: #1e335c;
    text-align: center;
}
.ttl-06-top {
    background: #f2f2f2 url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    border-bottom: 1px dashed #d9d9d9;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 11px 5px;
    color: #333;
}
.ttl-06 {
    background: #f2f2f2 url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    border-bottom: 1px dashed #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 14px;
    padding: 11px 5px;
    color: #333;
}
/* 分割テーブル */
dl.table-split {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 14px;
}
/* リスト（行頭テキスト） */
ul.prefix01 li {
    margin-left: 19px !important;
    text-indent: -19px;
    line-height: 1.5;
    margin-top: 1rem;
}
ul.prefix01 li span.pre {
    padding-right: 0.5rem;
    color: #1e335c;
    font-weight: bold;
}
ul.prefix01 li span.pre.f-red { color: #f00 }
.pre-n { padding-right: 0.5rem }
.prefix02 li {
    margin-left: 5rem;
    text-indent: -5rem;
    line-height: 1.5;
    margin-top: 1rem;
}
.prefix02 li .pre { padding-right: 0.5rem }
/* 注意書き（赤枠） */
.red-box {
    background: #ffe5e5 url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    border-radius: 8px;
    border: 2px #ffbfbf solid;
    padding: 14px 18px;
}
/* タブ切り替え */
#tabs {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 4px #8e99ad solid;
    position: relative;
    z-index: 0 !important;
}
#tabs li.tab-l {
    float: left;
    margin: -40px 0 0 0;
    width: 42%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    text-align: center;
}
#tabs li.tab-r {
    float: right;
    margin: -40px 0 0 0;
    width: 42%;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    text-align: center;
}
#tabs a { -webkit-tap-highlight-color: rgba(0,0,0,0) }
#tabs a.tab01 {
    float: left;
    position: relative;
    padding: 0;
    height: 0;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    color: #8e99ad;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #f2f2f2;
    width: 100%;
}
#tabs a.tab02 {
    float: right;
    position: relative;
    padding: 0;
    height: 0;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    color: #8e99ad;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #f2f2f2;
    width: 100%;
}
#tabs a:hover,
#tabs a:focus { border-bottom-color: #ccd1da }
#tabs a:focus { outline: 0 }
#tabs #current {
    z-index: 3;
    border-bottom-color: #8e99ad;
    color: #fff;
}
/* アコーディオンコンテンツ */
dl.ac-contents dt.ac-ttl {
    display: block;
    min-height: 40px;
    border-bottom: #8e99ad 4px solid;
    cursor: pointer;
    color: #1e335c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.43;
    margin: 20px 0 0 0;
    padding: 0 20px 13px 0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
dl.ac-contents dt.ac-ttl {
    background: url(/sp/common/images/ac_on.png) bottom 16px right no-repeat;
    background-size: 20px;
}
dl.ac-contents dt.ac-ttl::before {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    pointer-events: none;
    content: '';
}

dl.ac-contents dt.off {
    background: url(/sp/common/images/ac_off.png) bottom 16px right no-repeat;
    background-size: 20px;
}
dl.ac-contents dd.ac-txt {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* アコーディオンコンテンツ スタイル2 */
dl.ac-contents-2 dt.ac-ttl {
    display: block;
    min-height: 40px;
    background: url(/sp/common/images/ttl_underline_01.png) repeat-x left bottom;
    background-size: 8px 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
dl.ac-contents-2 dt.ac-ttl p {
    display: block;
    min-height: 40px;
    color: #1e335c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.43;
    margin: 20px 0 0 0;
    padding: 0 20px 13px 0;
    width: 100%;
    background: url(/sp/common/images/ac_on.png) top right no-repeat;
    background-size: 20px;
}
dl.ac-contents-2 dt.ac-ttl p.off {
    background: url(/sp/common/images/ac_off.png) top right no-repeat;
    background-size: 20px;
}
dl.ac-contents-2 dd.ac-txt {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* 前へボタン、次へボタン */
.next-back {
    background-color: #f7f7f7;
    border-bottom: 1px #8e99ad solid;
    overflow: hidden;
}
.btn-next {
    float: right;
    text-align: right;
    width: 90px;
}
.btn-back {
    float: left;
    width: 90px;
}
.btn-next a {
    background: rgba(0, 0, 0, 0) url("/sp/common/images/icon_next.png") no-repeat scroll right 10px;
    background-size: 25px 25px;
    color: #005bac;
    font-size: 1.6rem;
    font-weight: bold;
    height: 44px;
    line-height: 25px;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 35px 10px 10px;
    box-sizing: border-box;
}
.btn-back a {
    background: rgba(0, 0, 0, 0) url("/sp/common/images/icon_back.png") no-repeat scroll left 10px;
    background-size: 25px 25px;
    color: #005bac;
    font-size: 1.6rem;
    font-weight: bold;
    height: 44px;
    line-height: 25px;
    text-decoration: none;
    margin-left: 10px;
    padding: 10px 10px 10px 35px;
    box-sizing: border-box;
}
/* 横項目固定、横スクロールテーブル */
.col-scroll {
    height: 100%;
    width: 100%;
    overflow: scroll;
}
.fixed_header_display_none_at_print {
    visibility: visible !important;
    z-index: 0 !important;
}
/* ニュースリスト */
.news-list span.date {
    color: #999999;
    font-size: 1.1rem;
    line-height: 1.8;
}
.news-list li { border-bottom: 1px dashed #d9d9d9 }
.news-list li:last-child { border-bottom: none }
.news-list li a {
    color: #005bac;
    line-height: 1.4;
    text-decoration: none;
    padding: 5px 40px 10px 0;
}
.news-list li:first-child a { padding: 5px 40px 10px 0 }
a.btn-more {
    background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    color: #8e99ad;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.btn-more-top {
    border: solid 1px rgb(222, 222, 222);
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(239,239,239) 40%, rgb(243,243,243) 49%, rgb(245,245,245) 51%, rgb(247,247,247) 100%);
    box-shadow: inset 0px -2px 0px 0px rgba(217, 217, 217, 0.004);
    left: 0px;
    top: 0px;
    height: 42px;
    line-height: 42px;
    color: #8e99ad;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    margin: auto;
}
/* 2カラム用ボックス */
.box-col2 {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    margin-top: 15px;
}
.box-col2 div {
    margin-left: 6%;
    width: 47%;
}
.box-col2 div:first-child { margin-left: 0 }
/* サービス紹介 */
.guide li { border-bottom: 1px #d9d9d9 solid }
.guide li a {
    height: 40px;
    line-height: 40px;
    padding-left: 38px;
}
.guide li a.pctxt {
    height: 45px;
    line-height: 20px;
    padding-left: 38px;
    padding-top: 5px;
}
.pctxt1 { line-height: 40px }
.guide li a.commission-list {
    background: url(/sp/common/images/icon_commission_list.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.demo {
    background: url(/sp/common/images/icon_demo.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.campaign {
    background: url(/sp/common/images/icon_campaign.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.contribution {
    background: url(/sp/common/images/icon_contribution.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.deposit {
    background: url(/sp/common/images/icon_deposit.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.transfer {
    background: url(/sp/common/images/icon_transfer.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.fx {
    background: url(/sp/common/images/icon_fx.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.fxop {
    background: url(/sp/common/images/icon_fxop.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.fuop {
    background: url(/sp/common/images/icon_fuop.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.kabu {
    background: url(/sp/common/images/icon_kabu.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.cfd {
    background: url(/sp/common/images/icon_cfd.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.c365 {
    background: url(/sp/common/images/icon_c365.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.bond {
    background: url(/sp/common/images/icon_bond.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.other {
    background: url(/sp/common/images/icon_other.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.fund {
    background: url(/sp/common/images/icon_fund.png) 3px 5px no-repeat;
    background-size: 29px;
}
.guide li a.ixop {
    background: url(/sp/common/images/icon_bo.png) 3px 5px no-repeat;
    background-size: 29px;
}

a.maneo {
    background: url(/sp/common/images/icon_maneo.png) 3px 5px no-repeat;
    background-size: 29px;
}
/* システム稼働状況 */
.sys-status p {
    border-radius: 8px;
    padding: 2px;
    text-align: center;
}
.sys-status a {
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    padding: 8px 18px;
    text-decoration: none;
}
.type-01 { border: 2px #00b300 solid }
.type-01 a {
    background: #bbfabb url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    color: #00b300;
}
.type-02 { border: 2px #f00 solid }
.type-02 a {
    background: #ffe5e5 url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    color: #f00;
}
.type-03 { border: 2px #c90 solid }
.type-03 a {
    background: #ffefbf url("/sp/common/images/bg_stripe.png") repeat scroll 0 0;
    color: #c90;
}
/* 取引アプリを探す */
ul.search-appli {
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}
ul.search-appli li {
    margin-left: 6%;
    text-align: center;
}
ul.search-appli li:first-child { margin-left: 0 }
.ttl-attention {
    background-color: #ebebdd;
    border-bottom: 4px solid #aa8f7a;
    box-sizing: border-box;
    color: #693318;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 15px 0 0;
    padding: 15px 10px;
}
.attention_box_red {
    color: #ff0000;
    font-size: 1.2rem;
    line-height: 1.25;
    border: 1px solid #ff0000;
    background-color: #fef6f6;
    padding: 10px;
}
/* 関連情報アロータイプ */
ul.link-relation {
    border-bottom: 1px #c2c8d2 solid;
    margin-top: 20px;
}
ul.link-relation li {
    background-color: #f7f7f7;
    border-top: 1px #c2c8d2 solid;
}
ul.link-relation li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
}
ul.link-relation li a::after {
    background: url("/sp/common/images/link_arrow_10.png") no-repeat scroll 50% 50%;
    background-size: 50% 50%;
    content: "";
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
}
ul.link-relation li a.lasticon02pc::after {
    background: url(/sp/common/images/link_pc_02.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
}
/* footer */
.foot-link {
    background-color: #f7f7f7;
    border-top: 1px #d9d9d9 solid;
    padding: 10px 12px 20px 0;
    margin-top: 40px;
}
.foot-link a {
    margin: 8px 0 0 22px;
    text-decoration: none;
}
.box-sns {
    background-color: rgb(227, 229, 234);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    min-height: 90px;
    padding-top: 15px;
    text-align: center;
}
.btn-fb {
    background: url(/sp/common/images/btn_fb.png) top left no-repeat;
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.btn-tw {
    background: url(/sp/common/images/btn_tw.png) top left no-repeat;
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    margin-left: 40px;
}
.btn-yt {
    background: url(/sp/common/images/btn_yt.png) top left no-repeat;
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    margin-left: 40px;
}
.btn-pc-01 {
    margin: 0 auto;
    width: 260px;
}
.foot-security {
    background-color: #005bac;
    padding-bottom: 20px;
}
small {

    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 16px 0 0px 0;
    text-align: center;
    line-height: 1;
}
.foot-link-2 {
    display: block;
    text-align: left;
    padding: 10px 10px 0 10px;
    font-size: smaller;
}
.foot-link-2 span {
    color: #bbb;
    margin-right: 1rem;
    line-height: 1.5;
}
.off-sub .submenu-header { display: none }
.partition-list li {
    border-bottom: 1px #d9d9d9 dotted;
    padding: 8px 0;
}
.partition-list li:first-child { padding: 4px 0 8px 0 }
.partition-list li:last-child {
    border-bottom: none;
    padding: 8px 0 4px 0;
}
.btn-pagetop { display: none }
.show .btn-pagetop {
    background: url(/sp/common/images/lp_pagetop.png) no-repeat;
    background-size: 50%;
    background-size: 100%;
    bottom: 40px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 100000000;
}
/* 為替レート・スワップポイント用
++++++++++++++++++++++++++++++++++++++++ */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/sp/common/font/robotocondensed-bold-webfont.woff') format('woff');
  font-style:normal;
  font-weight:bold;
}
.rate_body {
    overflow: hidden;
    margin: 0px;
}
.rate_box table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.rate_box table td {
    vertical-align: top;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.rate_box table td.td_ttl {
    vertical-align: middle;
    text-align: center;
}
.rate_box table td p {
    width: 95%;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.rate_box table td p span {
    position: absolute;
    left: 4px;
    font-size: 13px;
    line-height: 16px;
}
.rate_box#fx_rate_table_01 td.td_sp {
    font-size: 16px;
    vertical-align: middle;
    text-align: center !important;
}
.rate_box#fx_rate_table_01 table td p span {
    display: block;
    width: 45%;
    top: 1px;
    left: 1px;
    font-size: 12px;
    text-align: right;
    line-height: 17px;
}
.rate_box#fx_rate_table_01 table td p em {
    display: block;
    width: 55%;
    position: absolute;
    top: 1px;
    right: 1px;
    font-style: normal;
    font-size: 15px;
    text-indent: 2px;
}
.mac .rate_box#fx_rate_table_01 table td p span {
    top: 1px;
}
.rate_box#fx_rate_table_02 td.td_sw {
    font-size: 16px;
    vertical-align: middle;
    text-align: right !important;
}

/* CFDレート一覧用
++++++++++++++++++++++++++++++++++++++++ */
#cfd_rate_table table td.td_ttl {
    padding: 11px 0 !important;
}
#cfd_rate_table table td.td_sp {
    font-size: 16px;
    vertical-align: middle;
    text-align: center !important;
}
#cfd_rate_table table td p span {
    display: block;
    width: 45%;
    font-size: 12px;
    top: 1px;
    left: 1px;
    line-height: 17px;
}
.rate_list table {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.rate_list table td.txr {text-align:right;padding-right:8px;}
.rate_list table td.txc {text-align:center;}
.rate_list table td p {height:16px;margin:4px auto;padding-right:8px;text-align:right;line-height:15px;font-size:14px;}

/* はじめてのFX
++++++++++++++++++++++++++++++++++++++++ */
.discription {
    width: 100%;
}
.discription_box {
    border: solid 2px #a3e2b8;
    border-radius: 4px;
    margin: 30px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
}
.discription_box .icon {
    width: 50px;
    margin: -30px 5px 5px -12px;
    float: left;
}
.discription_box p {
    font-weight: bold;
}
.discription_box::after {
    clear: both;
}
.table-spread-fx td,
.table-spread-fx th {
    border-bottom: 1px #d9d9d9 solid;
    border-left: 1px #d9d9d9 solid;
    height: 60px;
    padding: 8px 10px;
    vertical-align: middle;
}
.icon-beginner {
    width: 17px;
    margin: 0 5px 0 0;
}
.box-border-1 {
    border: solid 2px #c9c9c9;
    padding: 5px;
    margin: 10px;
    border-radius: 8px;
}

/* etf-etn-reit-icon */
.icon-bz {
  background: url(/sp/products/cfd/images/icon_bz.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-cl {
  background: url(/sp/products/cfd/images/icon_cl.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-mx {
  background: url(/sp/products/cfd/images/icon_mx.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-ca {
  background: url(/sp/products/cfd/images/icon_ca.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-id {
  background: url(/sp/products/cfd/images/icon_id.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-ma {
  background: url(/sp/products/cfd/images/icon_ma.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-ph {
  background: url(/sp/products/cfd/images/icon_ph.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-si {
  background: url(/sp/products/cfd/images/icon_si.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-sk {
  background: url(/sp/products/cfd/images/icon_sk.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-ta {
  background: url(/sp/products/cfd/images/icon_ta.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-th {
  background: url(/sp/products/cfd/images/icon_th.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-vn {
  background: url(/sp/products/cfd/images/icon_vn.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-ru {
  background: url(/sp/products/cfd/images/icon_ru.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-it {
  background: url(/sp/products/cfd/images/icon_it.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-sz {
  background: url(/sp/products/cfd/images/icon_sz.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-nl {
  background: url(/sp/products/cfd/images/icon_nl.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-be {
  background: url(/sp/products/cfd/images/icon_be.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-sw {
  background: url(/sp/products/cfd/images/icon_sw.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-sa {
  background: url(/sp/products/cfd/images/icon_sa.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-tu {
  background: url(/sp/products/cfd/images/icon_tu.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-au {
  background: url(/sp/products/cfd/images/icon_au.png) 2px 2px no-repeat;
  padding-left: 28px;
}
.icon-crudeoilhl3 {
  background: url(/sp/products/cfd/images/icon_crudeoilhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-crudeoilhl2 {
  background: url(/sp/products/cfd/images/icon_crudeoilhl2.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-naturalgashl3 {
  background: url(/sp/products/cfd/images/icon_naturalgashl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-vixhl2 {
  background: url(/sp/products/cfd/images/icon_vixhl2.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-ruhl3 {
  background: url(/sp/products/cfd/images/icon_ruhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-chhl3 {
  background: url(/sp/products/cfd/images/icon_chhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-emergingcountryhl3 {
  background: url(/sp/products/cfd/images/icon_emergingcountryhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-ushl3 {
  background: url(/sp/products/cfd/images/icon_ushl3.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}
.icon-reit {
  background: url(/sp/products/cfd/images/icon_reit.png) 2px 0 no-repeat;
  padding-left: 28px;
  display: block;
  min-height: 18px;
}

.icon-vix {
  background: url(/sp/products/cfd/images/icon_vix.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-goldhl3 {
  background: url(/sp/products/cfd/images/icon-goldhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-goldhl3bear {
  background: url(/sp/products/cfd/images/icon-goldhl3bear.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-crudeoilhl3-new {
  background: url(/sp/products/cfd/images/icon-crudeoilhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-crudeoilhl3bear-new {
  background: url(/sp/products/cfd/images/icon-crudeoilhl3bear.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-crudeoilhl2-new {
  background: url(/sp/products/cfd/images/icon-crudeoilhl2.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-crudeoilhl2bear-new {
  background: url(/sp/products/cfd/images/icon-crudeoilhl2bear.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-naturalgashl3-new {
  background: url(/sp/products/cfd/images/icon-naturalgashl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-naturalgashl3bear-new {
  background: url(/sp/products/cfd/images/icon-naturalgashl3bear.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-vixhl2-new {
  background: url(/sp/products/cfd/images/icon-vixhl2.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-vixhl {
  background: url(/sp/products/cfd/images/icon-vixhl.png) 2px 0 no-repeat;
  padding-left: 28px;
}
.icon-chhl3-new {
  background: url(/sp/products/cfd/images/icon-chhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-ruhl3-new {
  background: url(/sp/products/cfd/images/icon-ruhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-ushl3-new {
  background: url(/sp/products/cfd/images/icon-ushl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}

.icon-emergingcountryhl3-new {
  background: url(/sp/products/cfd/images/icon-emergingcountryhl3.png) 2px 0 no-repeat;
  padding-left: 28px;
}
.icon-vixhl1bear {
  background: url(/sp/products/cfd/images/icon-vixhl1bear.png?ver=20180315) 2px 0 no-repeat;
  padding-left: 28px;
}

/* 提携金融機関
++++++++++++++++++++++++++++++++++++++++ */
.depo-bank a {
  box-sizing: border-box;
  display: block;
  float: left;
  border: 0 solid #d9d9d9;
  border-bottom-width: 2px;
}
.depo-bank a:nth-child(1),
.depo-bank a:nth-child(2){
  border-top-width: 2px;
}
.depo-bank a:nth-child(odd) {
  border-right-width: 1px;
}
.depo-bank a:nth-child(even) {
  border-left-width: 1px;
}



