@charset UTF-8;
/***********/
html {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.navbar {
    border: none;
}

.cover-unit {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    background-image: url(/images/index/1514041200/topLpImg02_180712.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    color: #fff;
}

/*パララックス*/
/*@media screen and (min-width:767px) {
    .cover-unit {
        background-attachment: fixed;
        overflow: hidden;
    }
}*/

.cover-section {
	display: table-cell;
    width: auto;
    height: auto;
    vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
}
/***********/

/*****************************
共通
*****************************/
/*reset*/
.reset {margin: 0; padding: 0;}

/*flex*/
.row-eq-height, .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-inner {height: 100%;}
@media screen and (max-width:767px) {
    .row-eq-height{margin: 0 30px;}
}

/*title*/
.title {
    font-family: 'Raleway', sans-serif;
    color: #607D8B;
}
h3.title {font-weight: 100; font-size: 40px;}
.title-caption {color: #42A5F5; font-size: 22px;}

@media screen and (max-width:767px) {
    h3.title {
        margin-top: 0px;
        font-weight: 100;
        font-size: 30px;
    }
    .title-caption {color: #42A5F5; font-size: 18px;}

}

/*角丸ボタン*/
.btn-round-lg{border-radius: 22.5px;}
.btn-round{border-radius: 17px;}
.btn-round-sm{border-radius: 15px;}
.btn-round-xs{
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

a.btn-currency {
    background-color: #1B2C7C;
    color: #fff;
    border: 1px solid #ccc;
    padding: 3px 50px;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #1B2C7C;
}

.btn-footer {
    background-color: #2D3C4E;
    color: #fff;
}

/*アイコン*/
.link-area i.w-icon {font-size:20px;}
.service i.w-icon {font-size: 30px;  margin-top: 3px;}
.jumbotron-step i.w-icon {font-size: 80px; margin-bottom: 20px;}
.service i.wt-icon {font-size: 30px; margin-top: 3px;}

/*各種説明文*/
.item-wrap {margin: 50px 0;}
.item {margin-top: 40px;}

@media screen and (max-width:767px) {
    .item-wrap {margin: 20px 8% 50px 8%;}
}

/*footer col 1/5*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {width: 20%; float: left;}
@media (min-width: 767px) {
    .col-sm-1-5 {width: 20%; float: left;}
}
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%; float: left;}
}
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%; float: left;}
}

/*****************************
個別
*****************************/
/*nav*/
.navbar-inverse.navbar-fixed-top {
    background-color: rgba(4, 22, 108, 0.87);
}
.navbar-header img {
    /*width: 77px;*/
    /*height: 140%; */
    margin-top: -3px;
}
.navbar-nav {font-size:0.9em;}
/*nav dropdown*/
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #2a4bd8;
}
.dropdown-menu>li>a {padding: 4px 20px; border: none;}

@media screen and (min-width:767px) {
    .dropdown:hover > .dropdown-menu{display: block;}
}
.navbar-nav>li>a.text-skyb {color: #92CBFC;}

/*top*/
.cover-wrap {margin-top: 0px; padding-top: 0;padding-bottom: 0px;}
.cover-left {padding: 50px 0;}
.cover-left>.title {
    font-size: 30px; margin-bottom: 0;
    color: aliceblue;
}

h1.chatch {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: aliceblue;
    font-size: 55px;
    margin: 15px 0 20px 0;
    word-break:normal;
}
h1.chatch>span {font-size: 0.8em}

.cover-unit p.cacth {
    max-width: 750px;
    font-size: 24px;
    letter-spacing: 1.1;
    line-height: 40px;
    font-family: ;
    letter-spacing: 2px;
    margin: 24px auto;
    text-shadow:2px 2px 9px #0154b5;
    color: #fff;
    word-break:normal;
}

.cover-unit p.cacth a,
.cover-unit p.cacth a:hover,
.cover-unit p.cacth a:active {
color: #ffffff;
text-decoration:underline;
}

.topbtn {width: 50%;}

.singup{
	background-color: rgba(250, 250, 250, 0.78);
	padding: 40px 40px;
	-webkit-box-shadow: 0px 12px 32px 0px rgba(49,63,130,1);
	-moz-box-shadow: 0px 12px 32px 0px rgba(49,63,130,1);
	box-shadow: 0px 12px 32px 0px rgba(49,63,130,1);
}
.singup h4 {font-size: 0.998em;color: #454545; text-align: center; font-weight: bold;}


.c_btn{
	background-color: #f6d000 !important;
	color: #000000 !important;
	font-weight: bold;
	border-radius: 0;
	margin-top: -10px;
	margin-bottom: -10px;
}

.singup .input-group {margin: 20px 0}
.singup>p>a {width: 80%}
.singup .crypt_registration {word-break:keep-all;}

@media screen and (max-width:991px) {
    .cover-wrap {margin-top: 0px;}
    .cover-left {padding:50px 20px 20px;}
    h1.chatch {font-size: 32px; margin: 0;}
	.cover-unit p.cacth {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0;
		margin: 15px auto;
	}
	.cover-left>.title {
    font-size: 18px; margin-bottom: 0;
}
	.topbtn {width: 65%;}
    .singup {margin:0 15px 25px; padding: 30px;}
}
    .singup .input-group {margin: 15px 0}
    .singup>p {margin-top: 0px}
    .singup h4 {font-size: 1.0em}
}

@media screen and (max-width:414px) {
    /*.cover-wrap {margin-top: -25px;}*/
    .cover-unit p.cacth {display: none;}
    h1.chatch {margin-bottom: 20px;}
    .singup {margin: 10px;}
}

/*Currency list*/
.currency-list-area {
    background-color: rgba(5, 16, 69, 0.7);
}
.currency-list-area ul>li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    word-break: normal;
}
.currency-list-wrap {color: #fff; padding: 15px 0}

.currency_pick {
    background-color: rgba(255,0,0,0);
    height: 8px;
    width: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 auto 3px auto;
}
.pickup {background-color: #92CBFC;}
.text-goes-up {color: #11BC9F}

/*.currency-list-wrap ul li.shorten {letter-spacing:-0.08em}*/

@media screen and (max-width:1200px) {
    .currency-list-area {
    }
}
.buy-sign {background-color: rgba(66, 165, 245, 0.4); border-radius: 3px;}
.sell-sign {background-color: rgba(171, 71, 188, 0.3); border-radius: 3px;}

@media screen and (max-width:991px) {
    .currency-list-area {
        margin-top: 0px;
        background-color: #283b95;
    }
    .currency-list-area .container {width: 100%}
    .currency-list-wrap ul li:nth-child(2) {font-size: 0.75em}
    .currency-list-wrap ul li {font-size: 0.88em}
    .currency-list-wrap .col-xs-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media screen and (max-width:767px) {
    .currency-list-area {margin-top: 0px;}
    .currency-list-wrap ul li:nth-child(2) {font-size: 0.77em}
}

@media screen and (max-width:370px) {
    .currency-list-wrap ul li {font-size: 0.8em}
}
/*exchenge instant link*/
.link-area {
    background-color: #1B2C7C
}
.link-wrap {padding: 30px 0}
.each-link {color: #fff}
.each-link>ul:first-child {margin: 0}
.each-link .price {font-size: 2.7em; margin: 0}
.instant-buy {color: #D3792A}
.instant-sell {color: #11BC9F}
.no-instant {opacity: 0.3;}

@media screen and (max-width:767px) {
    .no-instant {display: none;}
}

/*main service*/
.service {margin: 60px 0 100px 0;}
/*.service img {max-width: 50px; max-height: 100px;}*/
.service h4, .service h4 a {color: #37474F;}

@media screen and (max-width:767px) {
    .service h4 {text-align: center;}
}

/*3step*/
.jumbotron-step {
    background: url(/images/index/1514041200/DSCF2480-2-2.png) center no-repeat;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

h1.regist-flow {margin-top: 50px}
h1.regist-flow span {font-size: 1.2em}

div.regist-flow {margin: 50px 0}
div.regist-flow .fa-stack {font-size: 0.85em}
div.regist-flow .fa-stack-1x {color: #3a4b9f}

@media screen and (max-width:767px) {
    .jumbotron-step h1.regist-flow {
        margin-top: 30px;
        font-size: 1.5em;
    }
    h1.regist-flow span {font-size: 1.2em}
    .jumbotron-step img {width: 65px;}
    .jumbotron-step .col-sm-4 {margin-bottom: 50px}
    .jumbotron-step .col-sm-4:nth-child(3) {margin-bottom: 0px}
}

/*パララックス*/
/*@media screen and (min-width:767px) {
    .jumbotron-step {
        background-attachment: fixed;
        overflow: hidden;
    }
}*/

.jumbotron-step h1, .jumbotron-app h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 35px;
}

/*pr_panels*/
section.pr_panels {margin-bottom: 100px;}

.pr_panels .col-md-4 {padding: 30px;}

.pr_panel {
    -moz-transition: all .3s ease;
    -o-transition:  all .3s ease;
    -webkit-transition:  all .3s ease;
    box-shadow:0px 2px 17px -4px #616161;
    -moz-box-shadow:0px 2px 17px -4px #616161;
    -webkit-box-shadow:0px 2px 17px -4px #616161;
}
.pr_panel:hover {
    box-shadow:2px 5px 36px -2px #616161;
-moz-box-shadow:2px 5px 36px -2px #616161;
-webkit-box-shadow:2px 5px 36px -2px #616161;
}
.pr_panels .title-caption {margin: 50px}

.pr_panels img {width: 100%;}
.pr_panels p {padding: 5px 20px 0px 20px;}
.pr_panel h4 {padding: 5px; color: #42A5F5; font-size: 1.5em}

.caption {font-size: 1em;}

.pr_panel .panel-btn {width: 80%}

@media screen and (max-width:970px) {
    section.pr_panels {max-width: 700px; margin: 0 auto 50px auto;}
}

@media screen and (max-width:767px) {
    .panel-wrap {max-width: 450px; margin: 0 auto 50px auto;}
    .pr_panels .title-caption {
        margin: 40px 0 10px 0;
        font-size: 1.3em;
    }
    .pr_panels .col-md-4 {padding: 30px 15px;}
}

@media screen and (max-width:357px) {
    .pr_panels .col-md-4 {padding: 30px 0;}
}


/*mobileApp*/
.jumbotron-app {
    background: url(/images/index/1514041200/DSCF1501-2-2.png) center
}

.app-image {margin: 30px 0;}
.app-image img {width: 70%;}
.app-lead {margin: 130px 0 50px 0;}
.app-lead h1 {font-size: 4em; font-family: 'Raleway', sans-serif;}
.app-lead h2 {
    color: #fff;
    font-size: 2.8em;
    margin-top: 1.6em;
    font-family: 'Raleway', sans-serif;
}
.app-lead h2>span {
    font-size: 1.7em;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.03em;
}
.app-lead ul {
    color: #fff; font-size: 1.1em;
    line-height: 2.2em;
    margin: 20px 0;
}
.app-lead p {margin-top: 3em;}

.app-lead p .app-s {width:170px; height:auto;}
.app-lead p .g-play {width:190px; height:auto;}

@media screen and (max-width:1200px) {
    .app-lead h1 {font-size: 3.5em;}
    .app-lead h2 {font-size: 2.2em; }
}

@media screen and (max-width:991px) {
    .jumbotron-app {
        background: url(/images/index/1514041200/app-mb2.png) center no-repeat;
    }
    .app-lead {margin: 30px 0 30px 0;}
    .app-lead h2 {
        margin: 20px 0 250px 0;
        text-shadow:0px 2px 3px #585E8F;
    }
}

@media screen and (max-width:767px) {
    .app-lead h1 {font-size: 2.5em;}
    .app-lead h2 {font-size: 1.8em; }
}

@media screen and (max-width:414px) {
    .app-lead p .app-s {width: 135px}
    .app-lead p .g-play {width: 150px}
    .app-lead h1 {font-size: 2.0em;}
    .app-lead h2 {font-size: 1.4em; }
}

/*TRADERs TOOL*/
.tool-doc-area {background-color: #fafafa}
.tool-doc-area .panel-btn {width: 80%}

.airfx-icon {width: 32px; margin-top: 5px;}

/*Zaif twitter aria*/
.twitter-aria{
  overflow-x:hidden;
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch;
  height: 105px;
  margin-bottom: 0;
}
@media screen and (max-width:991px) {
  .twitter-aria{
     margin-bottom: 15px;
  }
}
.twitter-aria iframe{
  width: 300px;
}
@media screen and (max-width:1200px) {
  .twitter-aria iframe{
    width: 300px;
  }
}
@media screen and (max-width:991px) {
  .twitter-aria iframe{
    width: calc(375px - 30px) !important;
  }
}
/*Zaif News_new*/
.news-area {
	color: #fff;
}
@media screen and (max-width:991px) {
	.news-area {
		width: 100%;
		color: #fff;
	}
}
.news-title {
	font-size: 12px;
}
.news-box {
	background-color:rgba(5,23,76,0.25);
	border-top:#fff 1px solid;
	padding: 10px 0 15px;
}
.news-box-2column{
  width: 1150px;
  margin: auto;
}
@media screen and (max-width:991px) {
  .news-box-2column{
    width: 100%;
    margin: auto;
  }
}
.news-pc-center {
	margin: auto;
	max-width: 1150px;
}
@media screen and (max-width:767px) {
  .news-box-2column .news-pc-center{
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
}
@media screen and (max-width:1200px) {
	.news-pc-center {
		margin: auto;
		max-width: 940px;
	}
}
@media screen and (max-width:991px) {
	.news-pc-center {
		margin: auto;
		max-width: 940px;
		padding: 0 15px;
	}
}
.news-list {
	margin-bottom: 3px
}
.news-list:last-of-type {
	margin-bottom: 0px;
}
.news-time {
	font-size: 8px !important;
}
.news-headline {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}
@media screen and (max-width:767px) {
	.news-headline {
		line-height: 140%;
	}
}
.news-top-area {
	margin-top: 30px;
}
.news-top-area a {
	color: #fff;
	text-decoration: underline;
}
/*Recruitment*/
div.banner {background-color: #ddd}
section.banner {margin: 0px;}
section.banner>.row {margin: 50px 0}
div.banner img.recruit {
    width: 100%;
    -moz-transition: all .3s ease;
    -o-transition:  all .3s ease;
    -webkit-transition:  all .3s ease;
     box-shadow:0px 2px 17px -4px #333333;
    -moz-box-shadow:0px 2px 17px -4px #333333;
    -webkit-box-shadow:0px 2px 17px -4px #333333;
}

div.banner img.recruit:hover {
    box-shadow:2px 5px 36px -2px #333333;
-moz-box-shadow:2px 5px 36px -2px #333333;
-webkit-box-shadow:2px 5px 36px -2px #333333;
}

.recruit--pc {max-width: 550px}

/*Important_Notices*/
@media only screen and (min-width: 989px) and (max-width: 3000px) {
    .cover-left {
        padding: 0;
    }
}
.Important_Notices {
    padding: 25px;
    font-size: 16px;
    background-color: #fff;
    color: #454545;
    max-width: 920px;
    opacity: 0.9;
    margin: auto;
}
.Important_Notices p {
    line-height: 1.7 !important;
    margin-bottom: 5px;
    text-align: center;
}
@media only screen	and (max-width: 1120px)	{
	.Important_Notices {
	padding: 15px;
	}
	.Important_Notices p:last-of-type {
		margin-bottom: 0px;
	}
}
@media screen and (max-width:767px) {
	.Important_Notices {
    margin: auto;
  	padding: 15px;
  	}
  .Important_Notices p {
    font-size: 14px;
  }
}
/*承諾済みユーザー向け表示*/
.key_visual{
    max-width: 800px;
    padding: 50px 0;
    margin: 128px auto;
    box-sizing: border-box;
    display: block;
}
.key_visual p{
    text-align: center;
    line-height: 1;
}
.key_visual .key_visual-name{
    padding: 0 55px;
    color: #fff;
}
.key_visual .key_visual-name p{
    font-size: calc(14px * 1.4);
    font-weight: bold;
}
.key_visual .key_visual-name img{
    width: 274px;
    height: auto;
}
@media screen and (max-width:767px) {
    .key_visual{
        width: 286px;
        margin: 0 auto;
    }
    .key_visual .key_visual-name p{
        font-size: 14px;
    }
    .key_visual .key_visual-name img{
        width: 126px;
    }
}
/*未承諾者・不承諾者ユーザー向け表示*/
.key_visual-yet{
    max-width: 800px;
    border-bottom: 8px solid #fff;
    padding: 50px 0;
    margin: 48px auto;
    box-sizing: border-box;
    display: block;
}
.key_visual-yet p{
    text-align: center;
    line-height: 1;
}
.key_visual-yet .key_visual-name{
    position: relative;
    padding: 0 55px;
    color: #fff;
}
.key_visual-yet .key_visual-name:before,
.key_visual-yet .key_visual-name:after{
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 250px/2 - 30px);
    height: 8px;
    background-color: #fff;
    }
    
.key_visual-yet .key_visual-name:before {
    left:0;
}
.key_visual-yet .key_visual-name:after {
    right: 0;
}
.key_visual-yet .key_visual-name p{
    font-size: calc(14px * 1.4);
    font-weight: bold;
}
.key_visual-yet .key_visual-name img{
    width: 274px;
    height: auto;
}
.key_visual-yet .key_visual-txt{
    border-right: 8px solid #fff;
    border-left: 8px solid #fff;
    margin-top: -70px;
    padding-top: 100px;
    margin-bottom: -58px;
    padding-bottom: 50px;
}
.key_visual-yet .key_visual-txt p{
    font-size: calc(14px * 1.4 * 1.4);
    font-weight: bold;
    word-break: normal;
}
.key_visual-yet .key_visual-txt .key_visual-txt-sub{
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid #fff;
    width: 94%;
    margin: auto;
    padding-top: 24px;
    margin-top: 24px;
    line-height: 1.4;
}
.key_visual-yet .key_visual-txt .key_visual-txt-sub span{
    text-decoration: underline;
    padding: 0 8px;
}
.key_visual-yet .key_visual-txt .key_visual-txt-sub span a{
    color: #fff;
}
.key_visual-yet .key_visual-txt .key_visual-txt-sub .key_visual-txt-contact{
    margin-top: 12px;
    display: block;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .key_visual-yet{
        width: 286px;
        margin: 0 auto;
    }    
    .key_visual-yet .key_visual-name:before,
    .key_visual-yet .key_visual-name:after{
        width: calc(50% - 150px/2 - 25px);
    }    
    .key_visual-yet .key_visual-txt{
        margin-top: -44px;
        padding-top: 62px;
        margin-bottom: -58px;
        padding-bottom: 40px;
    }
    .key_visual-yet .key_visual-name p{
        font-size: 14px;
    }
    .key_visual-yet .key_visual-name img{
        width: 126px;
    }
    .key_visual-yet .key_visual-txt p{
        font-size: calc(14px * 1.4);
        line-height: 1.4;
    }
}