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

.pan_bg{
	background: rgb(255,171,121);
	background: linear-gradient(90deg, rgba(255,171,121,1) 0%, rgba(255,100,166,1) 100%);
}
.pan li:before,.pan li:after{	border-color: #fff;}
.pan li a{	color: #fff;}

#login_before{
	padding: 0;
}

#login_before .page_title{	margin-bottom: 5px;}

.edf_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #28282a;
	border-bottom: none;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
}


/** login1 **/

#login1{
	display: block;
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.login1{
}

.login1_top{}

.login1_top h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	background: #e1e1e1;
	box-shadow: 0 1px 0 0 #e1e1e1 inset , 0 -1px 0 0 #e1e1e1 inset , 0 2px 0 0 #999 inset , 0 -2px 0 0 #999 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.login1_top p{
	font-size: 16px;
	line-height: 25px;
	padding: 10px 10px 0 10px;
}
.login1_top p.index_login_p1{	padding-bottom: 10px;}

.login1_btm{
	display: block;
	padding: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.login1_btm form p{
	padding-bottom: 10px;
}

.login1_btm form div{
	text-align: center;
}

.login1_btm .log_bt1{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	background: #ff9900;
	border: none;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.login1_btm .log_bt1:hover{
	text-decoration: none;
}

.login1 .l2{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 10px 0 0 0;
}
.login1 .l2 br{	display: none;}
.login1 .l2 em{	color: #ff429c;}

.login1_reg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 20px 0;
}

.mf_bt{
	font-size: 0;
	line-height: 0;
	margin: 10px 0 15px 0;
}

.mf_bt a{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	text-align: center;
	color: #ff98de;
	border: 1px solid #ff98de;
	border-radius: 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mf_bt a:hover{
	color: #fff;
	border: 1px solid #ff429c;
	background: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
}

.log_link{
	max-width: 300px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #28282a;
	background: #28282a;
	border-radius: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.log_link a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
	border-radius: 25px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.log_link a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.log_link a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin: -1px 5px 0 0;
}

.regbt{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
	border-radius: 25px;
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.regbt:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** flow **/

.flow{
	border: 1px solid #3e3e41;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
}

.flow h5{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 12px 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.flbox_bg{
	border-top: 1px solid #3e3e41;
	padding: 0 0 15px 0;
}
.col1_s_title+.flbox_bg{
	border-top: none;
	margin-top: -10px;
}


.flow h5+.flbox_bg{	display: none;}

.flow h5.open+.flbox_bg{
	overflow: visible;
}
.flow h5:after{
	content: "";
	display: block;
	clear: both;
	width: 20px;
	height: 20px;
	background: url(./img/x2.png) no-repeat 50% 50%;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.flow h5.open:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flbox{
	position: relative;
	display: table;
	width: calc(100% - 20px);
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	border-bottom: 1px dotted #3e3e41;
}

.flbox_l,
.flbox_r{
	display: table-cell;
	height: auto;
	vertical-align: middle;
}

.flbox_l{
	width: 40px;
	text-align: left;
	padding: 10px 0;
}

.flbox_l span{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 10px;
	font-family: "FontA";
	line-height: 14px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.flbox_l span em{
	font-style: normal;
	font-size: 14px;
}
.flbox:nth-of-type(1) .flbox_l span{	background: #ffba00;}
.flbox:nth-of-type(2) .flbox_l span{	background: #ff9000;}
.flbox:nth-of-type(3) .flbox_l span{	background: #ff5400;}
.flbox:nth-of-type(4) .flbox_l span{	background: #f20000;}

.flbox_r{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px 10px 0;
}

.flow .fp{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 0 10px 20px 10px;
}
.flow .fp a{	color: #ff429c;}


/** login2 **/

#login2{
}

#login2 h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #e1e1e1;
	box-shadow: 0 1px 0 0 #e1e1e1 inset , 0 -1px 0 0 #e1e1e1 inset , 0 2px 0 0 #999 inset , 0 -2px 0 0 #999 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#login2 h5 em{
	display: inline-block;
	font-family: "FontA";
	font-size: 22px;
	line-height: 24px;
}


.login2{
	margin: 0 10px;
	border: 2px solid #28282a;
	border-radius: 5px;
	background: #28282a;
	padding: 0 10px;
}

.login2 p{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.login2 p span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.login1_btm form p span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.login2 p:nth-of-type(1){	padding: 10px 0;}
.login2 p:nth-of-type(2){	padding-left: 0;}

.login2 div{
	text-align: center;
	padding: 10px 0;
}

#login2 .log_bt2{
	display: inline-block;
	width: 280px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	background: #8c632f;
	border: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#login1 .log_bt1:hover,
#login2 .log_bt2:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

#login_before input[type="text"],
#login_before input[type="email"],
#login_before input[type="password"]{
	width: 100%;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#login_before input::placeholder,
#login_before textarea::placeholder{	color: #ccc;}
#login_before input:-ms-input-placeholder,
#login_before textarea:-ms-input-placeholder{	color: #ccc;}
#login_before input::-ms-input-placeholder,
#login_before textarea::-ms-input-placeholder{	color: #ccc;}


.login_bt{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}

.login1_top + .login_bt{ padding: 5px 0 10px 0;}


/** status **/

#login2+.col1_s_title{	margin-top: 10px;}

.status{
	width: auto;
	margin: 0;
	padding: 10px;
}

.status table{
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	border-top: 1px solid #3e3e41;
	border-left: 1px solid #3e3e41;
}

.status tr{
	vertical-align: middle;
}

.status th{
	font-size: 14px;
	text-align: center;
	background: #28282a;
	padding: 17.5px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
}

.status td{
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
}
.status td:nth-of-type(1){	width: 80px; padding: 5px;}
.status td:nth-of-type(2){	width: 55px;}
.status td:nth-of-type(3){
	text-align: left;
}

.status td img{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: auto;
	margin: 0 2.5px;
}

.status p{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 10px 0 0 0;
}


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

@media screen and (max-width: 650px) {

}

