/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}


/** login_form **/

.login_form{
	color: #fff;
	padding: 0 0 100px 0;
}
.login_form .fbox{
	margin: 0 0 20px 0;
}
.login_form .fbox:nth-of-type(2){	margin-bottom: 40px;}
.login_form_p1{
	position: relative;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0 15px;
}
.login_form_p1:after{
	content: "";
	width: 50px;
	border-bottom: 3px solid #fff;
	position: absolute;
	bottom: -22px;
	left: calc(50% - 25px);
}
.login_form_p2{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px dotted currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.login_form_p2 a,
.login_form_p2 a:hover{
	color: #ff9900;
}
.login_form_p2 a{	text-decoration: underline;}
.login_form_p2 a:hover{	text-decoration: none;}
.login_form_in{
	width: calc(100% - 30px);
	max-width: 380px;
	margin: 0 auto;
}
.login_form_p3{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0 15px;
}
.login_form .bt_main{
	width: 160px;
}
.login_form input[type="text"],
.login_form input[type="url"],
.login_form input[type="email"],
.login_form input[type="tel"],
.login_form input[type="password"],
.login_form input[type="number"]{
	width: 280px;
	padding: 10px;
	font-size		: 16px;
	line-height: 25px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: 2px solid #fff;
	background: none;
	border-radius	: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.login_form input::placeholder,
.login_form textarea::placeholder{	color: #fff;}
.login_form input:-ms-input-placeholder,
.login_form textarea:-ms-input-placeholder{	color: #fff;}
.login_form input::-ms-input-placeholder,
.login_form textarea::-ms-input-placeholder{	color: #fff;}

.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.over_div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 90px 0 20px 0;
}
.over{	padding: 0 0 80px 0;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block; margin-bottom: 0;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}


	/** login_form **/
	.login_form{
		padding: 30px 0;
	}
	.login_form_p1,
	.login_form_p2{
		position: relative;
		font-size: 13px;
		line-height: 24px;
	}


}
