/* CSS Document */

@media screen and (max-width:1200px) {
body{
	font-size: 14px;
	min-width:auto;
}
body,
#mainvisual .inner,
header,
footer{
/* 	min-width:  400px; */
}

.team_title img{
	width: 66px;
}

.terms_title img{
	width: 245px;
}

.news_title img{
	width: 72px;
}

.contact_title img{
	width: 121px;
}

.QandA_title img{
	width: 57px;
}

.whitepaper_title img{
	width: 109px;
}

.ico_title img{
	width: 45px;
}

.head-line {
	padding: 110px 0 20px;
	font-size: 30px;
}
.head-line .icon{
	width:20px;
}

/*============================================================================

	header

============================================================================*/
header {
	display:none;
	min-width: 100%;
}
header .inner {
	width: auto;
}


/*============================================================================

	navi

============================================================================*/
nav{
	display:none ;
}
.sp_navi {
	display:block;
	position:absolute;
	left:0;
	width:100%;
	min-width: 300px;
	height:62px;
	font-size:18px;
	font-weight:bold;
	z-index: 9998;
	background-color: #e84c53;
}
.sp_navi h1{
	position: absolute;
	display: table !important;
	text-align: left;
	padding-left:6%;
	height: 100%;
}
.sp_navi h1 img{
	display:block;
	width: auto;
	height: 32px;
	z-index: 9999;
	position:relative;
}
.sp_navi h1 a{
	display: table-cell;
	vertical-align:middle;
}
.sp_navi dl{
}
.sp_navi dl dt {
	/*height: 42px;*/
	font-weight:bold;
	cursor:pointer;
	padding: 0 4%;
	font-size:18px;
	display:block;
	color:#fff;
	line-height: 2;
}

.sp_navi .bar_protect{
	width: 100%;
	height: 62px;
	background: #e84c53;
	position: absolute;
	top: 0;
	}

.sp_navi dl dd {
	display:none;
	position: relative;
	background-color: #fff;
	padding-top: 40px;
	/*top: -70px;*/
}
.sp_navi .sp_link{
	padding:12% 2% 4% 8%;
}
.sp_navi .sp_link li {
	width: 100% ;
	line-height:1.4;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}

.sp_navi .sp_link li a {
	width:100%;
	/*height: 45px;*/
	line-height: 2;
	color:#e84c53;
	text-decoration:none;
    font-size: 20px;
	font-family: "Futura-CondensedMedium", Futura, sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	text-indent: 5px;
}

.sp_navi .line_height_short{
	line-height: 1 !important;
}

.sp_navi .sp_link li:last-child {
	width: 200px;
	margin: 10px auto;
}

.sp_navi div {
	background: #ba3d42;
	padding: 15px;
	color: #FFF;
	text-align: center;;
	font-size:15px;
	font-weight:normal;
}
.sp_navi div p {
	padding-bottom: 10px;
}
.sp_navi div span {
	padding: 10px 18px;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top:9px;
    right: 10px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
	background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/*言語切替*/
.sp_navi .language {
	top:4px;
	right: 60px;
	z-index: -1;
}
.sp_navi dd .language {
	position:static;
	width:100%;
	text-align: center;
	background: #e84c53;
}
.sp_navi dd .language:before {
	display:none;
}
.sp_navi dd .language p {
	font-size: 12px;
}
.sp_navi dd .language li {
	display:inline-block;
}
.sp_navi dd .language li a {
	padding: 5px 10px;
	color : #87181c;
}
.sp_navi dd .language a.active,
.sp_navi dd .language a:hover {
	color : #fff;
}




/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
	height: auto;
	background-color: #f8f8f8;
	font-weight: bold;
}
footer a {
	color: #cccccc;
}
footer .inner {
	width: 100%;
	margin: auto;
}

/* ----- 上のボックス ----- */
footer .footer_topBox {
	position: relative;
	width: 90%;
	height: auto;
	margin: auto;
	padding-top: 60px;
	border-bottom: 1px solid #ddd;
}

.footer_logo {
	position: relative;
	float: none;
	width: 130px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 20px;
}
.footer_logo img {
	width: 130px;
	height: auto;
}

.footer_nav {
	position: relative;
	float: none;
	top:5px;
	left: 0px;
	width:100%;
	height:auto;
	text-align: center;
}
.footer_nav li {
	display:block;
	position:relative;
	height:inherit;
}
.footer_nav li a{
	display: block;
	padding: 0 23px;
	line-height: 60px;
	font-size:20px;
	text-align:center;
}

/* ----- 言語変換 ----- */
.footer_topBox .language {
	position: relative;
	float: none;
	top: 0;
	right: none;
	width: 47px;
	padding-bottom: 20px;
	font-size: 14px;
	z-index: 9999;
	margin: auto;
}
.footer_topBox .language::before{
  	border-bottom: solid 2px #ccc;
  	border-right: solid 2px #ccc;
  	right: 2px;
}
.footer_topBox .language li a {
	color: #ccc;
}
.footer_topBox .language > li:first-child a {
	margin-top: 0;
}
.footer_topBox .language li a:hover {
	/*transition:all .5s ease-out;*/
}
.footer_topBox .language li ul {
	position:absolute;
	bottom : 60px;
}



/* ----- 下のボックス ----- */
footer .footer_bottomBox {
	position: relative;
	height: auto;
	padding-top: 20px;
	text-align: center;
}
footer .footer_bottomBox dl {
	float: none;
	width: 240px;
	margin: auto;
    text-align: center;
}
footer .footer_bottomBox dt {
    display: block;
    width: 100%;
}
footer .footer_bottomBox dd {
	float: none;
    display: inline-block;
    margin: 10px;
}

.footer_copyright {
	float: none;
	position: relative;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 15px;
	background-color: #f8f8f8;
}



/*============================================================================

	$index - ポップアップ設定

============================================================================*/

#modal-content {
}
/*
#modal-content-innar{
	min-width: 320px;
}
*/
#modal-content h4{
	font-size: 18px;
	color: #001b28;
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 5px;
	font-weight: bold;
}

#modal-content .title_line{
	width: 60px;
	border: 2px solid #e84c53;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 30px;
}

#modal-content .check_box{
	/*width: 90%;*/
	margin: 0px auto;
	height: 100%;
}

#modal-content dl{
	width: 100%;
	margin-left: 0px;
	padding-right:10px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: none;
	display: table;

}

#modal-content dt{
	width: 20px;
	height: 100%;
	float: none;
	display:table-cell;
}

#modal-content dd{
	display: table-cell;
	width: 100%;
	font-size: 12px;
	letter-spacing: -0.2px;
	color: #001b28;
	padding-left: 5px;
	float: none;
	line-height: 1.2em;
}

#modal-content .content_line{
	width: 100%;
	border: 1px solid #001b28;
	opacity: 0.1;
	margin-left: 0px;
}

#modal-content .modal_button{
	text-align: center;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #e84c53;
	margin: 25px auto;
	line-height: 60px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFF;
}

#modal-overlay {
	z-index: 9999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-content-innar .close-btn {
	width: 30px !important;
	margin-left: auto !important;
	display: block !important;
	top:5px;
	right:5px;
}
#modal-content-innar .close-btn img{
	margin-left: 0px !important;
}

#modal-content-innar .button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

/*  モーダルウインドウ二つ目 */

#modal-content2 {
}

#modal-content-innar2{
	width: 100%;
}

#modal-content2 h4{
	font-size: 18px;
	color: #001b28;
	width: 100%;
	text-align: center;
	margin-top:45px;
	font-weight: bold;
}

#modal-content2 .title_line{
	width: 60px;
	border: 2px solid #e84c53;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 40px;
}

#modal-content2 .check_box{
	width: 100%;
	margin: 0px atuo;
}

#modal-content2 .code{
	width: 90%;
	height: 100%;
	margin: 0px atuo;
	text-align: center;
	background-color: #e5e8e9;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 10px;
	word-wrap: break-word;
	box-sizing: border-box;
}

#modal-content2 .limit{
	height: 50px;
	margin: 0 atuo;
	text-align: center;
	font-size: 18px;
	color: #001b28;
}

#modal-content2 .donotsend{
	width: 100%;
	margin: 0 atuo;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #e84c53;
}

#modal-content2 .content_line{
	width: 100%;
	border: 1px solid #001b28;
	opacity: 0.1;
	margin-left: 0px;
}

#modal-content2 .modal_button{
	text-align: center;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #e84c53;
	margin:30px auto;
	line-height: 60px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFF;
}

#modal-overlay2 {
	z-index: 9999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link2 {
	width: 30px;
	margin-left: auto;
	display: block;
	top:5px;
	right:5px;
}

.button-link2:hover {
	cursor: pointer ;
	color: #f00 ;
}

/* CHECKBOX */


input[type=checkbox] {
	display: none;			/* checkboxを非表示にする */
}
.sample_label {
	position: relative;		/* ボックスの位置を指定する */
	padding: 0 0 0 22px;	/* ボックス内側の余白を指定する */
}
.sample_label:hover:after {
	/* ボックスの境界線を実線で指定する */
}
.sample_label:after,  .sample_label:before{
	position: absolute;	/* ボックスの位置を指定する */
	content: "";		/* ボックスのコンテンツ */
	display: block;		/* ブロックレベル要素化する */
	top: 50%;			/* 上部から配置の基準位置を決める */
}
.sample_label:after {
	left: 0px;			/* 左から配置の基準位置を決める */
	margin-top: -8px;	/* チェック枠の位置 */
	width: 20px;		/* ボックスの横幅を指定する */
	height: 20px;		/* ボックスの高さを指定する */
	background-color: #e84c53;
	/* ボックスの境界線を実線で指定する */
	border-radius: 2px;		/* ボックスの角丸を指定する */
}
.sample_label:before {
	left: 7px;			/* 左から配置の基準位置を決める */
	z-index: 99;
	margin-top: -5px;	/* チェックマークの位置 */
	width: 4px;			/* ボックスの横幅を指定する */
	height: 7px;		/* ボックスの高さを指定する */
	border-right: 3px solid #FFF;	/* 境界線（右）のスタイルを指定する */
	border-bottom: 3px solid #FFF;	/* 境界線（下）のスタイルを指定する */
	transform: rotate(45deg);	/* 要素を回転させる */
	opacity: 0;			/* 要素を透過指定する */
}
input[type=checkbox]:checked + .sample_label:before {

	opacity: 1;		/* 要素を表示する */
}



/*============================================================================

	$index - #creationevent

============================================================================*/
#creationevent {
/* 	min-width: 400px; */
	width: 100%;
	height: 100%;
	padding: 0 0 60px;
	background: #e84c53;
	color: #FFF;
}

#creationevent .inner{
	position:relative;
	width: 90%;
	margin: 0 auto;
}

#creationevent .inner .dl_text{
	height: auto;
	padding-top: 10px;
}

#creationevent .inner p{
	margin: 0 auto;
	width: 90%;
	text-align: center;
	margin-top: 45px;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFF;
}

#creationevent .inner .iphone{
	float:none;
	margin: 0 auto;
	width: 100% !important;
	margin-top: 30px;
	text-align: center;
}

#creationevent .inner .iphone img{
	width: 277px;
	margin: 0 auto;
}

#creationevent ul {
	width: 100%;
	margin: 0 auto;
	margin-top: 46px;
	display: table;
}

#creationevent li {
/* 	width: 50%; */
/* 	float: left; */
	margin-right: 0px !important;
	display: table-cell;
	float: none;
}
#creationevent li:nth-child(odd) {
	margin-right: 5px !important;
}
#creationevent li:nth-child(even) {
	margin-left: 5px !important;
}
#creationevent li a {
	padding-right: 5px;
	display: block;
}

#creationevent li dt {
	padding-top: 10px;
	font-size: 75px;
}
#creationevent li dd {
	margin-top: -15px;
}

#creationevent .left-area {
	width: 100%;
	float:none;
}
#creationevent .right-area {
	width: 100%;
	float:none;
}
#creationevent .right-area iframe{
	margin-right:0;
}

#creationevent h4 {
	clear:both;
	margin : 30px 0 30px;
	font-size: 18px;
	text-align:left;
}
.achievement {
	width : 100%;
}
.achievement dl {
	width: 50%;
	padding: 0 0 0 0;
	text-align:left;
}
.achievement dt {
	line-height:100%;
	font-family: 'mbempire-b';
	font-size: 20px;
	color : #fff100;
}
.achievement dd{
	margin : 0 0 1.5em;
}

/*============================================================================

	$index - #graph

============================================================================*/

#graph{
	width: 100%;
	height: 100%;
	padding : 0 0 40px;
}

#graph .inner{
	position: relative;
	width: 90%;
	height: 100%;
	margin: 0 auto;

	background-image: none;
	background-position: 0px 0px;
}

#graph .left_graph{
/* 	position: absolute; */
	width: 100%;
	height: 500px;
/* 	top: 0; */
/* 	left: 0; */
/* 	right: 0; */
/* 	bottom: 0; */
/* 	margin: auto; */
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 1.2em;
	padding-top: 0px;
	background:url(../images/sp/graph_bg_sp01.png) no-repeat center top;
	background-size: 400px;
	background-position: center 100px;
	float: none;
}

#graph .right_graph{
/* 	position: absolute; */
	width: 100%;
	height: 440px;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 1.2em;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding : 0;
	background:url(../images/sp/graph_bg_sp02.png) no-repeat center top ;
	background-size: 400px;
	background-position: center 60px;
	float: none;
}

#graph .left_list{
	position: static;
	float:none;
	width: 60%;
	margin: 0 auto;
}

#graph .left_list li#graph .left_list li{
	width: 57%;
	margin: 0 auto;
	text-align: left;
	color: #333333;
}

#graph .right_list{
	position: static;
	float:none;
	width: 60%;
	height:100%;
	margin: 0 auto;
}

#graph .right_list li{

}

#graph p{
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	font-weight: 16px;
	color: #333333;
}

#graph .get{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	height: 68px;
	background-color: #e84c53;
	margin-top: 40px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	line-height: 68px;
	box-shadow:0px 4px 0px 0px #d6d6d6;
	-moz-box-shadow:0px 4px 0px 0px #d6d6d6;
	-webkit-box-shadow:0px 4px 0px 0px #d6d6d6;

}

#graph a{
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 68px;
}

/*============================================================================

	$index - #Road Map

============================================================================*/

#roadmap{
	min-width: 300px;
	width: 100%;
	height: 1200px;
	position: relative;
	background-color: #001b28;
	background-image: none;
}

#roadmap .inner{
	position: relative;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background:url(../images/sp/sp-roadmap.jpg) no-repeat center;
	background-position: center center;
	background-size: 400px;
	padding-top: 40px;
}

#roadmap .roadmap_title{
	width: 100%;
	font-size: 36px;
	color: #FFF;
	line-height: 1.2em;
	text-align: center;
	padding-top: 20px;
}

#roadmap .inner .september2017{
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -365px;
	margin-left: 10px;
	float: none;
}

#roadmap .inner .september2017 dt{
	width: 150px;
	font-size: 14px;
	color: #e84c53;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 20px;
}

#roadmap .inner .september2017 dd{
	width: 150px;
	font-size: 12px;
	color: #FFF;
	padding-left: 0px;
	padding-top: 5px;
	line-height: 17px;
}

#roadmap .inner .august2018{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -230px;
	margin-left: -15px;
	float: none;
}

#roadmap .inner .august2018 dt{
	font-size: 14px;
	color: #e84c53;
	padding-top: 20px;
/* 	padding-left: 30px; */
}

#roadmap .inner .august2018 dd{
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
/* 	padding-left: 30px; */
/* 	padding-top: 5px; */
}

#roadmap .inner .march2019{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: 200px;
	margin-left: -15px;
	float: none;
}

#roadmap .inner .march2019 dt{
	font-size: 12px;
	color: #e84c53;
	line-height: 20px;
/* 	padding-top: -10px; */
/* 	padding-left: 30px; */
}

#roadmap .inner .march2019 dd{
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
/* 	padding-left: 30px; */
/* 	padding-top: 5px; */
}

#roadmap .inner .march2018{
	width: 47%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: right;
	margin-top: -300px;
	margin-left: 0;
	float: none;
}

#roadmap .inner .march2018 dt{
	font-size: 14px;
	color: #e84c53;
/* 	padding-top: -10px; */
/* 	padding-left: 20px; */
}

#roadmap .inner .march2018 dd{
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
/* 	padding-left: 20px; */
/* 	padding-top: 5px; */
}

#roadmap .inner .january2019{
	width: 47%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: right;
	margin-top: 60px;
	margin-left: 0;
	float: none;
	line-height: 20px;
}

#roadmap .inner .january2019 dt{
	font-size: 14px;
	color: #e84c53;
/* 	padding-top: -10px; */
/* 	padding-left: 25px; */
}

#roadmap .inner .january2019 dd{
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
/* 	padding-left: 25px; */
/* 	padding-top: 5px; */
}

#roadmap .inner .april2019{
	width: 47%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: right;
	margin-top: 270px;
	margin-left: 0;
	float: none;
}

#roadmap .inner .april2019 dt{
	font-size: 14px;
	color: #e84c53;
	line-height: 20px;
/* 	padding-top: -10px; */
/* 	padding-left: 30px; */
}

#roadmap .inner .april2019 dd{
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
/* 	padding-left: 30px; */
/* 	padding-top: 5px; */
}

/*============================================================================

	$index - #news_media

============================================================================*/

#news_media,.news_media {
/* 	min-width: 400px; */
	width: 100%;
	height: 630px;
}

#news_media .inner{
	width: 90%;
    background: url("../images/news_media_h2.png") center 100px no-repeat;
    background-size: 90%;
    padding-top: 250px;
    padding-bottom: 190px;
	overflow: hidden;
}

#news_media .inner ul,
.news_media .inner ul{
	posiiton: relative;
	padding-top: 120px;
}

#news_media .inner dl,
.news_media .inner dl {
	position: absolute;
	width: 150px;
	float: none ;
 	padding-right: 20px;
}


#news_media .inner #media01,
.news_media .inner #media01 {
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -150px;
}

#news_media .inner #media02,
.news_media .inner #media02 {
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: 20px;
}

#news_media .inner #media03,
.news_media .inner #media03 {
	top: 50%;
	left: 50%;
	margin-top: 60px;
	margin-left: -150px;
}

#news_media .inner #media04,
.news_media .inner #media04 {
	top: 50%;
	left: 50%;
	margin-top: 70px;
	margin-left: 20px;
}
#news_media .inner #media05,
.news_media .inner #media05 {
	top: 50%;
	left: 50%;
	margin-top: 140px;
	margin-left: 20px;
}
#news_media .inner #media06,
.news_media .inner #media06 {
	top: 50%;
	left: 50%;
	margin-top: 140px;
	margin-left: -150px;
}
#news_media .inner #media07,
.news_media .inner #media07 {
	top: 50%;
	left: 50%;
	margin-top: 190px;
	margin-left: 20px;
}
#news_media .inner #media08,
.news_media .inner #media08 {
	top: 50%;
	left: 50%;
	margin-top: 190px;
	margin-left: -150px;
}
#news_media .inner #media09,
.news_media .inner #media09 {
	top: 50%;
	left: 50%;
	margin-top: 250px;
	margin-left: -70px;
}
#news_media .inner #media10,
.news_media .inner #media10 {
	top: 50%;
	left: 50%;
	margin-top: 250px;
	margin-left: -70px;
}
#news_media .inner dl:last-child,
.news_media .inner dl:last-child{
	padding: 0px;
}


/*==================================================================

	#contents

==================================================================*/
main{
	display:block;
}

/* ------------------------------ 下層のみ ------------------------------*/
#contents {
	padding-top: 150px;
}



.top_test01 {
	width: 100%;
	height: 1901px;
	background: url(../images/sp/top_test01.jpg) no-repeat center top;
}
.top_test02 {
	width: 100%;
	height: 819px;
	background: url(../images/sp/top_test02.jpg) no-repeat center top;
}
.top_test03 {
	width: 100%;
	height: 1000px;
	background: url(../images/sp/top_test03.jpg) no-repeat center top;
}
.top_test04 {
	width: 100%;
	height: 758px;
	background: url(../images/sp/top_test04.jpg) no-repeat center top;
}
.top_test05 {
	width: 100%;
	height: 900px;
	background: url(../images/sp/top_test05.jpg) no-repeat center top;
}
.top_test06 {
	width: 100%;
	height: 820px;
	background: url(../images/sp/top_test06.jpg) no-repeat center top;
}



/*==================================================================

	$Subpage_contents

==================================================================*/

.Subpage_contents {
	width: 100%;
	margin: 0 auto 0px;
}

/*==================================================================

	$team

==================================================================*/
.team {
	width: 100%;
	margin: 0 auto 50px;
}
.team .text {
	width: 95%;
}

.team_people {
	width: 46%;
	margin: 0 2% 50px;
}


/*==================================================================

	$whitepaper

==================================================================*/


.whitep{
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.whitep .left_link{
	padding-left: 0;
}

.whitep .link_block{
	width: 100%;
	margin: 0 auto;
}

.whitep dl{
	width: 100%;
	height: 135px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: inline-block;
}

.whitep dt{
	width: 75px;
	height: 135px;
	float: left;
}

.whitep dt img{
	width: 75px;
	height: 75px;
}

.whitep .lang_title{
	width: 60%;
	padding: 8px 0 0 25px;
	font-size: 16px;
	color: #333333;
	float: left;
}

.whitep .pdf{
	width: 50%;
	padding: 5px 0 0 25px;
	font-size: 16px;
	float: left;
}

.whitep .pdf a{
	color: #999999;
}

/*==================================================================

	$news

==================================================================*/


.newsp{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding-top: 39px;
}

.newsp .left_link{
	padding-left: 0px;
}

.newsp .link_block{
	width: 100%;
	margin: 0 auto;
}

.newsp dl{
	width: 90%;
	height: auto;
	height:auto;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-left: 10px;
}

.newsp dt{
	width: 75px;
	height: 100%;
	min-height:120px;
	float: left;
}
.newsp dt img{
	width: 75px;
	height: 75px;
}
.newsp dd {
	overflow:hidden;
}

.newsp .lang_title{
	width:64%;
	padding: 0px 0 0 25px;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	float: left;
}

.newsp .pdf{
	width: 50%;
	padding: 3px 0 0 25px;
	font-size: 12px;
	float: left;
}

.newsp .pdf a{
	color: #999999;
}

/*==================================================================

	$terms

==================================================================*/


.termsp{
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.termsp p{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 22px;
}

.termsp a{
	color: #999999;
	text-decoration: underline;
}

/*==================================================================

	$contact

==================================================================*/


.contactp{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
	margin-top: -50px;
}

.contactp dl{
	width: 100%;
	margin: 0 auto;
}

.contactp dt{
	font-weight: bold;
	font-size: 12px;
	color: #3f3f3f;
	padding-top: 24px;
}

.contactp .regular input{
	-webkit-appearance: none;
	width: 100%;
	height: 33px;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	background-color: #fafafa;
	border-radius: 4px;
}

.contactp textarea{
	-webkit-appearance: none;
	width: 100%;
	height: 166px;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	background-color: #fafafa;
	border-radius: 4px;
}

.contactp .check{
	-webkit-appearance: none;
	width: 100%;
	height: 66px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	line-height: 66px;
	color: #3f3f3f;
	margin-bottom: 24px;
	margin-top: 20px;
}

.contactp .send{
	-webkit-appearance: none;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #e84c53;
	border-radius: 4px;
	line-height: 45px;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
}

/*------------checkbox-----------*/

input[type=radio], input[type=checkbox] {
	display: none;
}

.radio, .checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover, .checkbox:hover {
}
.radio:hover:after, .checkbox:hover:after {
}
.radio:after, .checkbox:after {
	position: absolute;
	top: 51%;
	left: -25px;
	display: block;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	content: '';
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #e84c53;
	border-bottom: 2px solid #e84c53;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

/*==================================================================

	$Q&A

==================================================================*/

.QandAp{
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow : hidden;
	padding :20px 20px 50px;
	text-align: left;
}

.QandAp dt{
	color: #e84c53;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

.QandAp dd{
	width: auto;
	margin: 0 auto 60px;
	font-size: 18px;
	letter-spacing: -0.1px;
}

/*==================================================================

	$ICO

==================================================================*/

.icop{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom: 150px;
	text-align: left;
}

.Title{
	font-size: 27px;
}

.Text{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin-top: 26px;
}

.termsp {
	font-size: 18px;
	line-height: 24px;
}

}