/* -- header
-------------------------------------------------------------------------------- */
header,
header.fixed,
header.black {
    background: #dcdcdc;
    height: 60px;
}
header.no-fixed {
    position: relative;
    box-shadow: none;
}
header.fixed.no-shadow a.logo {
    width: 255px;
    height: 30px;
    background: url(../img/logo_main.png) no-repeat;
    background-size: 100% 100%;
}
header .nav a.active {
	color: #89b34b;
}

/* -- nav
-------------------------------------------------------------------------------- */
nav{
    display: block;
    max-width: 1680px;
    width: 100%;
    background: #656f72;
    position: fixed;
    top: 60px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 300ms ease, opacity 0ms ease 300ms, visibility 0ms ease 300ms;
}
nav.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform 300ms ease;
}
nav ul{
    padding: 35px 60px 40px;
}
nav li{
    opacity: 0;
    transition: opacity 300ms ease 300ms;
}
nav.active li{
    opacity: 1;
}
nav a{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color:#ccc;
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
}
nav a:hover{
    color:#FFF;
}

nav a.active{
    color: #fff;
}


/* -- nav-btn
-------------------------------------------------------------------------------- */
.nav-btn{
    display: block;
    position: absolute;
    right: 0;
}
.nav-btn span{
    background: #333;
}

/* -- main-visual
-------------------------------------------------------------------------------- */
.main-visual-wrap {
	width: 100%;
	max-width: 1680px;
	left: auto;
	background: #fff;
	overflow: hidden;
}
.home .main-visual h1, .page-404 .main-visual h1 {
	text-align: center;
}

/* -- main-visual
-------------------------------------------------------------------------------- */
.sub-page .main-visual .ttl {
	width: 100%;
}
.sub-visual,
.sub-page .main-visual,
.sub-page.page-market .main-visual,
.sub-page.page-service .main-visual,
.sub-page.page-service .sub-visual,
.sub-page.page-market .sub-visual {
	background: #89b34b;
}
.sub-page .main-visual aside {
	margin-top: 40px;
}
.sub-page .main-visual h1 {
	text-align: left;
}
.service-receipt .btn-area li:first-child {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.sub-page.page-mypage .sub-visual .to-market .ref-button {
	display: inline-block;
	border: 1.5px solid #e6001a;
	color: #F8F8FF;
	background-color: #e6001a;
}
.sub-visual.agreement-top {
    height: 350px;
    padding: 0!important;
}
.sub-visual.agreement-top img {
    height: 100%;
}
.sub-visual.kiyaku-top {
    height: 50px;
    padding-top: 0!important;
}

/*最大～1025pxまで--------start--------*/
.main-visual {
    height: 270px;
    padding: 0 40px;
    background: #89b34b;
}
.main-visual .in-box {
    flex-direction: column;
    justify-content: center;
}
.sub-page.page-service .main-visual,
.sub-page.page-market .main-visual,
.sub-page .main-visual{
    background: #89b34b;
}
.main-visual h1 {
    font-size: 36px;
    color: #FFF;
    text-align: center;
}
.main-visual .ttl {
	margin-top: 50px;
}
header {
    padding-left:10px;
    }
header.black .keycolor.nav a.active{
    color: #FFF!important;
}

.sub-page.page-service .main-visual,
.sub-page.page-market .main-visual
{
    height: 270px;

}

.sub-page.page-service .main-visual .ttl,
.sub-page.page-market .main-visual .ttl
{
    margin-top: 60px;
}
/*--------404 start--------*/
.sub-page.page-404 .main-visual {
    background: #89b34b;
}
.sub-page.page-404 .main-visual h1 {
    color: #FFF;
}
.sub-page.page-404 .main-visual h1 img {
    display: block;
    margin: auto;
}
.main-visual p {
    color: #FFF;
}
/*--------404 end--------*/

/*--------mypage start--------*/

.sub-visual {
    width: 100%;
    height: 22vw;
    box-sizing: border-box;
    background: url('../img/main_visual.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #dcdcdc;
    margin: 60px 0 0;
    padding: 0;
}
.sub-visual h1 {
    margin:0 auto;
}
.sub-visual.original-top {
    margin: 0;
}


.noticen_area {
    border-bottom: solid 1px #e9e9e9;
}

.snb_notice {
    height: 25px;
    text-align: right;
    padding: 0 15px;
    max-width: 940px;
    margin: 0 auto;
}
.snb_notice a {
    padding-left: 1.25rem;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    text-decoration: underline;
}
.snb_notice a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0.10rem;
    left: -0.02rem;
    background-image: url(../img/notice.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.my-fund .btn-area {
    background: #fafafa;
}
.my-fund .btn-area {
    background: #fff;
}
.my-fund.my-fund-regist .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px #e9e9e9;
    width: 940px;
    margin: 0 auto;
}
.my-fund.ttl-area .page-link-wrap .in-box {
    display: flex;
}
.my-fund.ttl-area .page-link-wrap .in-box .link-btn {
    margin: 0;
}

.my-fund.ttl-area .page-link-wrap.dtime {
    padding: 15px 15px 0;
    border-bottom: none;
}
.my-fund.ttl-area .page-link-wrap.fregister {
    padding: 10px 15px 15px;
    border-bottom: solid 1px #e9e9e9;
}

.my-fund.ttl-area .page-link-wrap.dtime .link-btn {
    color: #333;
    background: #FFF;
    border: solid 1px #333;
    width: 140px;
    padding: 8px 0 8px;
    font-size: 13px;
}

.my-fund.ttl-area section {
    padding: 30px 0 20px;
}
.my-fund.ttl-area section.bg-gray{
    background-color: #f0f0f0;
}
.my-fund.ttl-area section.bg-gray.ex-home{
    padding-bottom: 50px;
}

.my-fund.ttl-area section h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.my-fund.ttl-area section h2.subttl {
    text-align: left;
    padding-left: 15px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.my-fund.ttl-area .page-link-wrap.fregister .link-btn {
    font-size: 15px;
}
.my-fund.ttl-area .page-link-wrap.fregister a.link-btn.keycolor::before {
    background-image: url("../img/ico_checkmark.png");
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin: -5px 8px -5px auto;
    transform: translateY(2px);
}
p.sub-lead {
    font-weight: 600;
    font-size: 140%;
    padding-top: 5px;
    margin-bottom: 10px;
    color: #333;
}
.line-sp-btn {
    display: none;
}
.line-pc-btn {
    display: block;
    padding-top: 40px;
}

.line-pc-btn img {
    border: solid 3px #666;
}


.in-box.announce-frame {
    border-bottom: solid 1px #666;
    padding: 30px;
    margin-bottom: 30px;
}

.in-box.announce-frame p{
    margin-bottom: 0;
}
.link-btn {
    box-sizing: border-box;
}
.sub-page .my-fund section.pd-t0{
    padding-top: 0;
    padding-bottom: 40px
}
.my-fund .head .lead-adjust {
    padding: 0 40px 50px;
}

/*--------mypage end--------*/

/*--------kiyaku-page start--------*/

.kiyaku-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.kiyaku-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px!important;
    background: #ffffff;
}
.kiyaku-content h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

/*--------kiyaku-page end--------*/

header ul.nav {
    margin-bottom: 0;
}
.sub-page.userinfo .in-box p.lead {
	font-size: 16px;
}
.sub-page.userinfo .in-box h2 {
	font-weight: 600;
}
.sub-page.userinfo .input-area table {
	width:724px;
	margin:0 auto;
	padding:20px;
	border-collapse: collapse;
    border-spacing: 0;
}
.sub-page.userinfo .input-area table tr th {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #666;
    background: #fafafa;
    padding: 11px 20px;
    border: solid 1px #e9e9e9;
    width:40%;
}
.sub-page.userinfo .input-area table tr td {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    color: #666;
    background: #FFF;
    padding: 11px 20px;
    border: solid 1px #e9e9e9;
    width:60%;
}

br.displaynone {
    display: none;
}

.mg-adjust {
    margin-bottom: 0;
}

.his-tab {
    height: 50px;
    box-sizing: border-box;
}

.his-tab ul {
overflow: auto;
overflow-x:hidden;
display: flex;
background: #f0f0f0;
}

.his-tab li {
    padding: 0;
    width: 33.3%;
}
.his-tab li a {
    padding: 17px 15px;
    box-sizing: border-box;
}
.his-tab ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border:solid #e9e9e9 1px;
    background: #fff;
}
.his-tab ul li:nth-child(2) a {
    border-top: solid #e9e9e9 1px;
    background: #fff;
    border-bottom: solid 1px #e9e9e9;
}
.his-tab ul li:nth-child(3) a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:solid #e9e9e9 1px;
    background: #fff;
}


.his-tab ul li .his-act {
    background: #89b34b !important;
    color:#fff;
}

.my-fund .fund-val.ex-ver dd {
    clear: both;
}
.my-fund .fund-val.ex-ver div.ex-rate {
    width:270px;
    margin: 0 auto;
    clear: both;
}
.my-fund .fund-val.ex-ver div.ex-rate::after,
.my-fund .fund-val.ex-ver div.ex-rate:after {
    clear:both;
}
.my-fund .fund-val.ex-ver div.ex-rate p.ex-txt {
    float:left;
    line-height:33px;
}
.my-fund .fund-val.ex-ver div.ex-rate p.ex-money {
    float:right;
    line-height:33px;
}
.my-fund .fund-val.ex-ver div.ex-rate p.ex-money.padding-arrow {
    padding-right:33px;
}
.clear {
    clear:both;
}

.my-fund .my-page-wrap.ex-settings .ex-confirm {
    background-color: #fff;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name .pair-detail,
.my-fund .my-page-wrap.ex-settings dl dd .pair-detail {
    text-align: center;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name,
.my-fund .my-page-wrap.ex-settings dl dd p.pair-name {
    position: relative;
    margin-bottom: 5px;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name {
    margin-bottom: 0;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-time {
    font-size: 20px;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name span.curreny-value {
    font-size: 24px;
    padding-left: 40px;
}
.my-fund .my-page-wrap.ex-settings dl dd p.pair-name span.curreny-value {
    font-size: 24px;
    padding-left: 0;
}
.my-fund .my-page-wrap.ex-settings dl dd p.pair-name span.curreny-value span.small{
    font-size: 18px;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name::before,
.my-fund .my-page-wrap.ex-settings dl dd p.pair-name::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    background-size:contain;
}
.my-fund .my-page-wrap.ex-settings dl dd p.pair-name::before {
    margin-left: -40px;
    left: initial;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.curreny-value,
.my-fund .my-page-wrap.ex-settings dl dd p.curreny-value {
    text-align: right;
}
.my-fund.my-fund-home.ex-home .my-page-box .fund-name p.curreny-value span.small {
    font-size: 18px;
}

p.pair-name.usdjpy::before {background-image: url("../img/flag_round_usd.png");}
p.pair-name.eurjpy::before {background-image: url("../img/flag_round_eur.png");}
p.pair-name.gbpjpy::before {background-image: url("../img/flag_round_gbp.png");}
p.pair-name.audjpy::before {background-image: url("../img/flag_round_aud.png");}
p.pair-name.nzdjpy::before {background-image: url("../img/flag_round_nzd.png");}
p.pair-name.cadjpy::before {background-image: url("../img/flag_round_cad.png");}
p.pair-name.chfjpy::before {background-image: url("../img/flag_round_chf.png");}
p.pair-name.hkdjpy::before {background-image: url("../img/flag_round_hkd.png");}
p.pair-name.brljpy::before {background-image: url("../img/flag_round_brl.png");}
p.pair-name.cnhjpy::before {background-image: url("../img/flag_round_cnh.png");}
p.pair-name.zarjpy::before {background-image: url("../img/flag_round_zar.png");}
p.pair-name.sekjpy::before {background-image: url("../img/flag_round_sek.png");}

.my-fund.my-fund-home.ex-home .fund-name-wrap {
    padding: 30px;
    padding-bottom: 15px;
}
.my-fund.my-fund-home.ex-home .fund-name-wrap.no-currency {
    padding: 40px;
}

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

.my-fund .my-page-wrap.ex-settings dd.fund-name {
    text-align: center;
}
.my-fund .my-page-wrap.ex-settings .ex-specif {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.my-fund .my-page-wrap.ex-settings .specif-div {
    width:240px;
    margin:0 auto;
}
.my-fund .my-page-wrap.ex-settings .specif-div.confirm {
    width:325px;
}
.my-fund .my-page-wrap.ex-settings .specif-div::after {
    content: "";
    clear: both;
}
.my-fund .my-page-wrap.ex-settings .specif-div p.specif-txt {
    float:right;
    width: 100px;
    text-align: left;
}
.my-fund .my-page-wrap.ex-settings .specif-div p.specif-rate {
    float:left;
    text-align: right;
    width: 100px;
}
.my-fund .my-page-wrap.ex-settings .specif-div.confirm p.specif-rate {
    width: 200px;
}
.my-fund .my-page-wrap.ex-settings .q-shitei a,
.my-fund .my-page-wrap.ex-settings .q-kyuhendo a {
    position: relative;
}
.my-fund .my-page-wrap.ex-settings .q-shitei a::after,
.my-fund .my-page-wrap.ex-settings .q-kyuhendo a::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 7px;
    top: 3.4px;
    background-image: url(../img/question.png);
    background-size: contain;
}

.my-fund .my-page-wrap.ex-settings dl .privacy input[type=checkbox].checkboxInput + span:after {
    top: -4px;
}
.my-fund .my-page-wrap.ex-settings dl .privacy input[type=checkbox].checkboxInput + span:before {
    top: -4px;
}

.my-fund .my-page-wrap.ex-settings {
    padding: 0 0 20px;
}

.my-fund .my-page-wrap.ex-settings p.ex-detail{
    padding: 0px 20px 15px;
    font-size: 18px;
}

.my-fund.my-fund-home.ex-home .fund-name .ex-specif {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.my-fund .my-page-wrap.ex-settings .specif-cover,
.my-fund.my-fund-home.ex-home .fund-name .specif-cover{
    text-align:center;
    padding: 10px 0;
}
.my-fund .my-page-wrap.ex-settings.ex-rele .specif-div,
.my-fund.my-fund-home.ex-home .fund-name .specif-div {
    width: 220px;
    margin: 0 auto;
    display: inline-block;
}
.my-fund .my-page-wrap.ex-settings.ex-rele .specif-div::after,
.my-fund.my-fund-home.ex-home .fund-name .specif-div::after {
    content: "";
    clear: both;
}
.my-fund .my-page-wrap.ex-settings.ex-rele .specif-div p.specif-txt,
.my-fund.my-fund-home.ex-home .fund-name .specif-div p.specif-txt {
    float:right;
    width: 100px;
    text-align: left;
}
.my-fund .my-page-wrap.ex-settings.ex-rele .specif-div p.specif-rate,
.my-fund.my-fund-home.ex-home .fund-name .specif-div p.specif-rate {
    float:left;
    text-align: right;
    width: 100px;
}
.my-fund.my-fund-home.ex-home .fund-name .q-shitei a,
.my-fund.my-fund-home.ex-home .fund-name .q-kyuhendo a {
    position: relative;
}
.my-fund.my-fund-home.ex-home .fund-name .q-shitei a::after,
.my-fund.my-fund-home.ex-home .fund-name .q-kyuhendo a::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 7px;
    top: 3.4px;
    background-image: url(../img/question.png);
    background-size: contain;
}
dl.ex-area-adjust {
    margin-bottom: 15px;
}

.my-fund .my-page-wrap.ex-settings .specif-div.specif-set {
    width:290px;
    margin:0 auto 20px;
}


.my-fund .my-page-wrap.ex-settings dl {
    margin-bottom: 0;
}

.my-fund .page-link-wrap .in-box {
    justify-content: flex-end;
}
.my-fund .my-page-wrap.ex-settings .specif-div.specif-set p.specif-txt {
    float:right;
    width: 120px;
    text-align: left;
    line-height: 50px;
}
.my-fund .my-page-wrap.ex-settings .specif-div.specif-set  p.specif-rate {
    float:left;
    text-align: right;
    width: 150px;
}
.my-fund .my-page-wrap.ex-settings .specif-div p.specif-rate .txtbox-rate {
    border:solid 1px #ccc;
    padding:5px 5px;
    font-size: 24px;
    text-align: center;
}
.my-fund.ttl-area .page-link-wrap.fregister {
    padding: 20px 15px 20px;
    border-bottom: solid 1px #e9e9e9;
}
p.ex-caution{
    font-size: 14px;
    margin: 20px auto 0;
    padding-bottom: 40px;
    line-height: 20px;
}
.my-fund .my-page-wrap.ex-settings div.pair-sel {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#imgSelect, #imgSelect option {
    padding-left: 40px;
    background-size: 20px;
    background-position-x: 13px;
    background-position-y: 14px;
    background-repeat: no-repeat;
}

#imgSelect.non-select {
    padding-left: 14px;
}

.my-fund .my-page-wrap.ex-settings div.pair-sel select {
    max-width: 940px;
    width: 90%;
}
.my-fund .my-page-wrap.ex-settings div.pair-sel a {
    margin-top: 30px;
}
.my-fund section .select-non-display {
    display: none;
}
.my-fund section h2.ttl-bb.select-non-display-margin {
    margin-bottom: 30px;
}

/*最大～1680pxまで--------start--------*/
@media (max-width: 1680px){
    .sub-visual.agreement-top {
        height: 21vw;
        padding: 0!important;
    }

}
/*最大～1680pxまで--------end--------*/

/*1679px～1025pxまで--------start--------*/
/*1679px～1025pxまで--------end--------*/

/*1024px～768px--------start--------*/
@media (max-width: 1024px){
    .nav-btn span,
    header.black .nav-btn span{
        background: #333;
    }

    .main-visual .in-box {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column;
        justify-content: center;
    }
    .main-visual .ttl {
        top: 0;
    }
    header {
        height: 60px;
    }
    .sub-page.userinfo .input-area table {
        width:100% !important;
    }

    .line-sp-btn {
        display: block;
        line-height: 30px;
        font-size: 22px;
    }
    .line-pc-btn {
        display: none;
    }

    .in-box.announce-frame {
        border: solid 1px #666;
        padding: 30px;
        margin-bottom: 30px;
    }

    .in-box.announce-frame p{
        margin-bottom: 0;
    }

    .pd-lr20 {
        padding-left:20px;
        padding-right:20px;
    }

    .sub-page .my-fund section.pd-t0{
        padding-top: 0;
    }
    .my-fund .flex-box {
        width: auto;
    }
    .my-fund .my-page-wrap.ex-settings {
        padding: 0;
    }

}
/*1024px～768px--------end--------*/


/*767px～最小--------start--------*/
@media (max-width: 767px){
    .main-visual {
        height: 200px !important;
        min-height: 200px;
    }
    .sub-page .main-visual {
        min-height: 200px;
    }
    .sub-visual {
        width: 100%;
        height: 31.3vw;
        padding: 0;
        box-sizing: border-box;
        background: url('../img/main_visual_mini.png') no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #dcdcdc;
        margin: 50px 0 0;
    }
    .sub-visual.agreement-top {
        height: 26vw;
    }
    header {
        padding-left: 2px;
        height: 50px;
    }
    header.no-fixed {
        position: relative;
    }
    header.fixed.no-shadow a.logo {
        width: 170px;
        height: 20px;
        margin-left: 5px;
        background-size: 100% 100%;
    }
    .main-visual h1 {
        font-size: 26px;
    }
    .main-visual .ttl, .sub-page.page-404 .main-visual .ttl {
        margin-top: 35px;
        padding-top: 0;
        position: static;
        top: auto;
    }
    .sub-page .note{
        font-size: 13px;
    }
    .sub-page.page-service .main-visual .ttl p.lead {
        font-size: 13px;
    }
    .sub-page.page-404 .main-visual h1 {
        font-size: 26px;
    }
    .sub-page.userinfo .input-area table tr th {
        font-size: 14px;
    }
    .sub-page.userinfo .input-area table tr td {
        font-size: 14px;
    }
    .sub-page.page-service .main-visual .ttl,
    .sub-page.page-market .main-visual .ttl {
        margin-top: 50px;
    }
    .sub-page.page-market .content section {
        padding: 40px 20px 40px;
    }
    .sub-page.page-market .main-visual {
        min-height: 290px;
    }
    .sub-page .main-visual aside {
        margin-top: 15px;
    }
    .sub-page.page-404 .main-visual {
        min-height: 200px;
    }
    .sub-page.page-404 .main-visual .in-box {
        display: flex;
    }
    .sub-page .my-fund.ttl-area section {
        padding: 30px 0 0;
    }
    .sub-page .my-fund.ttl-area section.bg-gray.ex-home {
        padding-bottom: 0;
    }
    .sub-page .my-fund.ttl-area section.second-area {
        padding: 0;
    }
    .sub-page .my-fund.ttl-area section.pd-tb20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sub-page .my-fund.ttl-area section p.mg-b0 {
        margin-bottom:0;
    }


    .userinfo section h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .userinfo section p {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .sub-page.userinfo .in-box p.lead {
        font-size: 14px;
    }
    br.displaynone {
        display: initial;
    }
    .sub-visual p.to-market {
        top: -35px;
    }

    .tab li a {
        font-size: 12px;
    }
    .my-fund .flex-box {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        background: #fafafa;
        border-bottom: solid 1px #e9e9e9;
        margin: auto;
        width: auto;
    }
    .my-fund.ttl-area .page-link-wrap .in-box {
        display: flex;
    }
    .my-fund.ttl-area .page-link-wrap .in-box .link-btn {
        margin: 0;
    }

    .my-fund.ttl-area .page-link-wrap.dtime {
        padding: 15px 15px 0;
        border-bottom: none;

    }
    .my-fund.ttl-area .page-link-wrap.fregister {
        padding: 10px 15px 15px;
    }

    .my-fund.ttl-area .page-link-wrap.dtime .link-btn {
        color: #333;
        background: #FFF;
        border: solid 1px #333;
        width: 100px;
        padding: 5px 0 5px;
        font-size: 11px;
    }
    .my-fund.ttl-area .page-link-wrap.fregister .link-btn {
        font-size: 14px;
    }

    .my-fund.ttl-area section h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    nav{
        top: 50px;
    }
    p.sub-lead {
        font-weight: 600;
        font-size: 120%;
        padding-top: 5px;
        margin-bottom: 10px;
        color: #333;
    }

    .line-sp-btn {
        line-height: 22px;
        font-size: 18px;
    }

    .in-box.announce-frame {
        border: solid 1px #666;
        padding: 20px;
        margin-bottom: 20px;
    }

    .in-box.announce-frame p{
        margin-bottom: 0;
    }
    .in-box.announce-frame h2{
        text-align: left;
    }

    .content .privacy.check-bx {
        margin-top: 30px;
    }
    .content .privacy.check-bx p {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    .sub-page .my-fund section.pd-t0{
        padding-top: 0;
    }

    .my-fund .fund-val.ex-ver dt {
        text-align: center;
        font-size: 16px;
    }
    
    .mg-adjust {
        margin-bottom: 15px;
    }

    .my-fund.ttl-area section h2.subttl {
        font-size:18px;
    }
    .my-fund .head .lead-adjust {
        padding: 0 20px 30px;
    }
    .my-fund .head .lead-adjust.small {
        font-size: 12px;
    }
    .his-tab {
        height: 40px;
        line-height: 6px;
    }
    .my-fund .fund-val.ex-ver div.ex-rate {
        width:190px;
    }
    .my-fund .fund-val.ex-ver div.nikkei-rate {
        width:230px;
    }
    .my-fund .my-page-wrap.ex-settings {
        padding: 0px 0px 0px;
    }
    .my-fund .my-page-wrap.ex-settings dl {
        margin-bottom: 0;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.ex-cur-rate {
        font-size: 15px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name .pair-detail,
    .my-fund .my-page-wrap.ex-settings dl dd .pair-detail {
        padding-left: 5px;
        padding-right: 5px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-time {
        font-size: 16px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name span.curreny-value {
        font-size: 18px;
        padding-left: 50px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name {
        text-align: center;
        padding: 0;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.pair-name::before {
        width: 45px;
        height: 45px;
        top: 12px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name .pair-time,
    .my-fund .my-page-wrap.ex-settings .fund-name .pair-time {
        font-size: 16px;
        text-align: center;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name,
    .my-fund.ex-home dl dd p.pair-name {
        padding-left:0px;
        line-height: 4.0;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name {
        text-align: center;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name::before,
    .my-fund.ex-home dl dd p.pair-name::before {
        width: 45px;
        height: 45px;
        top: 12px;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name span.name {
        margin-left: 35px;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name::before {
        margin-left: -140px;
    }
    .my-fund .my-page-wrap.ex-settings .ex-specif {
        border-bottom: solid 1px #e9e9e9;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div {
        width:150px;
        margin:0 auto;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div.confirm {
        width: 235px;
        margin-left:10px;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div::after {
        content: "";
        clear: both;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div p.specif-txt {
        float:right;
        width: 70px;
        text-align: left;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div.confirm p.specif-rate {
        width: 150px;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div p.specif-rate {
        float:left;
        text-align: right;
        width: 70px;
    }
    .my-fund .my-page-wrap.ex-settings .q-shitei a,
    .my-fund .my-page-wrap.ex-settings .q-kyuhendo a {
        position: relative;
    }
    .my-fund .my-page-wrap.ex-settings .q-shitei a::after,
    .my-fund .my-page-wrap.ex-settings .q-kyuhendo a::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 5px;
        top: 1.4px;
        background-image: url(../img/question.png);
        background-size: contain;
    }

    .my-fund.my-fund-home.ex-home .fund-name .ex-specif {
        border-bottom: solid 1px #e9e9e9;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .my-fund .my-page-wrap.ex-settings.ex-rele .specif-cover,
    .my-fund.my-fund-home.ex-home .fund-name .specif-cover{
        padding: 0 0 10px;
        font-size: 18px;
    }
    .my-fund .my-page-wrap.ex-settings.ex-rele .specif-div,
    .my-fund.my-fund-home.ex-home .fund-name .specif-div {
        width:180px;
        margin:0 auto;
        display: block;
    }
    .my-fund .my-page-wrap.ex-settings.ex-rele .specif-div p.specif-txt,
    .my-fund.my-fund-home.ex-home .fund-name .specif-div p.specif-txt {
        float:right;
        width: 70px;
        text-align: left;
    }
    .my-fund .my-page-wrap.ex-settings.ex-rele .specif-div p.specif-rate
    .my-fund.my-fund-home.ex-home .fund-name .specif-div p.specif-rate {
        float:left;
        text-align: right;
        width: 70px;
    }
    .my-fund.my-fund-home.ex-home .fund-name .q-shitei a,
    .my-fund.my-fund-home.ex-home .fund-name .q-kyuhendo a {
        position: relative;
    }
    .my-fund.my-fund-home.ex-home .fund-name .q-shitei a::after,
    .my-fund.my-fund-home.ex-home .fund-name .q-kyuhendo a::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 5px;
        top: 1.4px;
        background-image: url(../img/question.png);
        background-size: contain;
    }
    dl.ex-area-adjust {
        margin-bottom: 15px;
    }

    .my-fund .my-page-wrap.ex-settings .specif-div.specif-set {
        width: 210px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: calc(100%*7/10 - 210px*7/10);
        margin-right: calc(100%*3/10 - 210px*3/10);
    }

    .my-fund .my-page-wrap.ex-settings .specif-div.specif-set p.specif-txt {
        float:right;
        width: 70px;
        text-align: left;
        line-height: 40px;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div.specif-set  p.specif-rate {
        float:left;
        text-align: right;
        width: 120px;
    }
    .my-fund .my-page-wrap.ex-settings .specif-div p.specif-rate .txtbox-rate {
        border:solid 1px #ccc;
        padding:5px 5px;
        font-size: 18px;
        text-align: center;
    }

    .my-fund .my-page-wrap.ex-settings div.pair-sel {
        margin: 20px 20px 0;
    }

    #imgSelect, #imgSelect option {
        background-repeat: no-repeat;
        padding-left: 15px;
        background-size: 20px;
        background-position-x: 13px;
        background-position-y: 12px;
        background-repeat: no-repeat;
    }

    option.jpy-usd {background-image: url("../img/flag_round_usd.png");}
    option.jpy-eur {background-image: url("../img/flag_round_eur.png");}
    option.jpy-gbp {background-image: url("../img/flag_round_gbp.png");}
    option.jpy-aud {background-image: url("../img/flag_round_aud.png");}
    option.jpy-nzd {background-image: url("../img/flag_round_nzd.png");}
    option.jpy-cad {background-image: url("../img/flag_round_cad.png");}
    option.jpy-chf {background-image: url("../img/flag_round_chf.png");}
    option.jpy-hkd {background-image: url("../img/flag_round_hkd.png");}
    option.jpy-brl {background-image: url("../img/flag_round_brl.png");}
    option.jpy-cnh {background-image: url("../img/flag_round_cnh.png");}
    option.jpy-zar {background-image: url("../img/flag_round_zar.png");}
    option.jpy-sek {background-image: url("../img/flag_round_sek.png");}

    .my-fund .my-page-wrap.ex-settings div.pair-sel a {
        width: 200px;
        margin-top: 20px;
    }

    .my-fund .my-page-wrap.ex-settings dl .privacy input[type=checkbox].checkboxInput + span:after {
        top: -1px;
    }
    .my-fund .my-page-wrap.ex-settings dl .privacy input[type=checkbox].checkboxInput + span:before {
        top: -1px;
    }

    .ttl-area.ex-ver .page-link-wrap.fregister {
        padding: 20px 15px 20px;
    }
    .my-fund.ex-ver {
        background: #f0f0f0;
        padding-bottom: 30px;
    }

    .ttl-area.ex-ver .page-link-wrap.fregister {
        padding: 10px 15px 15px;
    }

    .my-fund.my-fund-home.ex-home .my-page-box {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box.box-type-regist {
        margin-left: 10px;
        margin-right: 10px;
        box-shadow: none;
    }
    .my-fund .link-area.bottom a {
        font-size: 12px;
    }

    p.ex-caution{
        font-size: 13px;
        margin: 15px auto 0;
        line-height: 18px;
        padding-left: 10px;
    }
    .my-fund .my-page-wrap.ex-settings dd.fund-name {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }
    .my-fund .my-page-wrap.ex-settings dd.fund-name.pair {
        padding-bottom: 0;
    }
    .my-fund.my-fund-home.ex-home .fund-name-wrap {
        padding: 20px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .my-fund.my-fund-home.ex-home .fund-name-wrap.no-currency {
        padding: 20px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.curreny-value {
        font-size: 16px;
    }
    .my-fund.my-fund-home.ex-home .my-page-box .fund-name p.curreny-value span.small {
        font-size: 14px;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name span.curreny-value {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-left: 0;
    }
    .my-fund .my-page-wrap.ex-settings dl dd p.pair-name span.curreny-value span.small{
        font-size: 14px;
    }
    .my-fund .fund-val.ex-ver div.ex-rate p.ex-money.padding-arrow {
        padding-right:25px;
    }
}
/*767px～最小--------end--------*/


/*350px～最小--------start--------*/
@media (max-width: 350px){
    .sub-visual h1 {
        font-size:17px;
    }

    .in-box.announce-frame h2{
        font-size: 17px;
    }
    .line-sp-btn {
        font-size: 16px;
    }
}
/*350px～最小--------end--------*/


/*demoページ--------start--------*/
.sub-page.demo-login .content section.main-lead {
    padding: 40px 30px 30px;
    margin-bottom: 0;
}
.sub-page.demo-login .content .in-box.announce-frame {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.sub-page.demo-login .content div.komidashi {
    margin-bottom: 30px;
}
.sub-page.demo-login .content div.komidashi h3 {
    background: #3e4b54;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
}
.sub-page.demo-login .content div.first-block {
    padding-bottom: 30px;
    border-bottom: 10px solid #89b34b;
}
.sub-page.demo-login .content div.first-block.second {
    border-bottom: none;
}
.sub-page.demo-login .content .link-btn {
    width: 80%;
    max-width: 500px;
}
.sub-page.demo-login .content .in-box.announce-frame.imgarea,
.sub-page.demo-login .content .in-box.announce-frame.imgarea2 {
    margin-bottom:20px;
}
.sub-page.demo-login .content .imgarea img,
.sub-page.demo-login .content .imgarea2 img {
    width: 100%;
}
.sub-page.demo-login .content .imgarea p,
.sub-page.demo-login .content .imgarea2 p {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bolder;
    line-height:22px;
    color: #000;
}
.sub-page.demo-login .login-idpass{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.sub-page.demo-login .login-idpass label{
    display: block;
}
.sub-page.demo-login .login-idpass label:first-child{
    margin-bottom: 30px;
}
.sub-page.demo-login .login-idpass input[type="text"] {
    border: solid 1px #ccc;
    padding: 10px 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 10px;
    width:50%;
}
.sub-page.demo-login .login-idpass label.password input[type="text"] {
    margin-left: 25px;
}

@media (min-width: 768px){

    .sub-page.demo-login .content section.main-lead {
        overflow: hidden;
        margin: 0 auto;
        padding-left: 60px;
    }
    .sub-page.demo-login .content .in-box.announce-frame.imgarea {
        width: 48%;
        float: left;
    }
    .sub-page.demo-login .content .in-box.announce-frame.imgarea2 {
        width: 48%;
        float: right;
    }
    .sub-page.demo-login .content .imgarea p,
    .sub-page.demo-login .content .imgarea2 p {
        text-align: left;
    }
    .sub-page.demo-login .content div.komidashi {
        margin-bottom: 50px;
    }
    .sub-page.demo-login .content div.first-block {
        padding-bottom: 50px;
    }
    .sub-page.demo-login .login-idpass{
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .sub-page.demo-login .login-idpass label{
        display: block;
    }
    .sub-page.demo-login .login-idpass label:first-child{
        margin-bottom: 40px;
    }
    .sub-page.demo-login .login-idpass input[type="text"] {
        border: solid 1px #ccc;
        padding: 10px 10px 10px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        background: #fafafa;
        box-sizing: border-box;
        border-radius: 4px;
        margin-left: 20px;
        max-width: 300px;
    }
    .sub-page.demo-login .login-idpass label.password input[type="text"] {
        margin-left: 40px;
    }

}
/*demoページ--------end--------*/