@charset "utf-8";
/*!
 * forgot CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */


.forgotSec {
	line-height: 1.6;
}
.forgotSec > p {
	margin-bottom: 3em;
}
form .definList.mailaddress dt,form .definList.mailaddress dd {
	padding-top: 35px;
	padding-bottom: 35px;
}
.definList.newpassword dt {
	vertical-align: top;
	padding-top: 30px;
}
.done {
	margin: 160px auto;
	text-align: center;
}
.done .move {
	margin-top: 4em;
}


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

	form .definList.mailaddress dt,
	.definList.newpassword dt {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.inputError:after {
		margin-top: 0;
	}

}
