@charset "UTF-8";

/* *******************************************************************************************
* 
*	パスワードの再発行
*
******************************************************************************************* */

.pageLead{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 26px;
}
.pageLead_attention{
	color: #bf3000;
}
.entrySection_ttl{
	position: relative;
	margin-bottom: 32px;
	padding-left: 20px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.entrySection_ttl:after{
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 2px;
	height: 24px;
	background: #0f2666;
}
.entrySection_lead{
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 26px;
}
.btm_nav_submit-l{
	width: 338px;
}
.pageComp{
	padding-top: 30px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.pageComp_ttl{
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 36px;
}
.pageComp_txt{
	margin-bottom: 32px;
}
.pageComp_password{
	margin: 0 auto 50px auto;
	padding: 38px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0.08em;
	text-align: center;
	background: #f0f0f0;
}




