@charset "utf-8";
body{
	background: #000000;
	color: #828282;
}

#login_wrap{
	padding: 50px  0 0 0;
	margin: 0 5%;
	width: 90%;
	position: relative;
}
p.ct{
	text-align: center;
	border-bottom: 1px solid #828282;
	padding-bottom: 20px;
	margin-bottom: 30px;

}
p.ct span{
	display: inline-block;
	color: #FFFFFF;
	background: url(../images/ssl.png) top left no-repeat;
	background-size: auto 75%;
	padding-left: 20px;
}

h2{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.login_body{
	margin:0 auto;
	padding-bottom: 50px;
}
.login_border{
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;

}
table tbody,table tr{
	display: block;
}

table{
	width: 100%;
	display: block;
}
table th{
	text-align: left;
	color: #FFFFFF;
}
table th,table td{
	display: block;
	padding: 10px 0;
}
table td{
	padding-bottom: 30px;

}
input[type="text"],input[type="password"]{
	padding: 10px;
	width: calc(100% - 22px);

}
#login_wrap p.bt{
	text-align: center;
}

#login_wrap button{
	display: inline-block;
	background: linear-gradient(45deg,#915cb8 0%, #50a0d1 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 30px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
    margin-bottom: 75px;
}
#login_wrap button.rec{
	display: inline-block;
	background: linear-gradient(45deg,#00CDFF 0%, #0093FF 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 30px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
    margin-bottom: 150px;
}
select{
padding: 11px 35px 11px 11px;
width: calc(100%);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:166%;
	max-height: 100%;
	word-break: break-all;
	word-wrap: break-word;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border:1px solid #666666;
  background: url(../../images/select_bg.png) top right no-repeat #FFFFFF;
  background-size: auto 100%;

}

.cb{
	clear: both;
}
a{
	text-decoration: underline;
}
form .error{
	background: #FFE7F3;
}
p.cb span{
	color: #915CB8;
}
div.caution{
	padding-top: 20px;
}
div.caution p{
	color: #915CB8;
}
.registed{
	text-align: center;
}
.registed h3{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-top: 50px;
}
.registed p{
	margin-bottom: 1em;
}

.registed p.bt a{
	display: inline-block;
	background: linear-gradient(45deg,#915cb8 0%, #50a0d1 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 100px;
	margin: 20px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;


}

h1{
	padding: 20px;
}

#header nav ul{
	display: none;
}
#header nav.ac{
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	height: calc(100vh - 50px);
	background: rgba(0,0,0,1);
	overflow-y: scroll;
	padding-top: 50px;
	z-index: 33333;
	display: block;

}
#header nav.ac ul{
	display: block;
}

#header nav ul li{
	display: block;
}

#header nav ul li a{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 80px;
	padding:  20px;
	text-decoration: none;
}
#header p#acCreate a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#header p#acCreate a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	line-height: 60px;
	width: 180px;
	text-align: center;
	background: linear-gradient(#915cb8 0%, #50a0d1 100%);
}
#header nav p#sp_navi a{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3000;
	content: "";
	display: block;
	cursor: pointer;
}
#header nav p#sp_navi a:before{
	width: 24px;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 13px;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header nav p#sp_navi a:after{
	width: 24px;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	bottom: 16px;
	left: 13px;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
#header nav p#sp_navi.ac a:before{
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 5px;
	transform: rotate(-45deg);
}
#header nav p#sp_navi.ac a:after{
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	bottom: calc(50% - 1px);
	left: 5px;
	transform: rotate(45deg);
}
.pc{
	display: none!important;
}





div.container{
	width: 92%;
	margin: 0 auto;
	position: relative;
}
footer{
	background: #000000;
	border-top: 1px solid #707070;
	padding: 50px 0 30px 0;
}
footer nav ul li{
	display: block;
	margin-bottom: 20px;
}
footer nav ul li a{
	color: #FFFFFF;
	margin-right: 50px;
}
footer nav ul li a:before{
	content: "- ";
}

footer nav ul{
	margin-top: 40px;
	margin-bottom: 40px;
}
div.foot_foot{
	color: #828282;
	padding-top: 30px;
	border-top: 1px solid #707070;
	position: relative;
}
div.foot_foot ul{
	margin-top: 30px;
}
div.foot_foot ul li{
	display: inline-block;
	margin-right: 20px;
}
footer a{
	text-decoration: none;
}