@charset "utf-8";

/***************************************************************************
*
* Forgot Password STYLE
*
***************************************************************************/


.boxForgot {
	background: #323E4C;
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
	/*margin-top: -99px;*/
    padding: 38px 0 65px;
    text-align: center;
}
.innrForgot {
	max-width: 502px;
	width: 100%;
	margin: 0 auto;
}
.boxForgot .titleForgot {
	font-size: 33px;
	color: #fff;
	letter-spacing: -2px;
	margin-bottom: 30px;
}
.boxForgot .description {
	color: #DBDBDB;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 26px;
}
.boxFormForgot .inputForgot {
	margin-bottom: 39px;
}
.boxFormForgot .inputForgot input {
    width: 100%;
    height: 47px;
	font-size: 16px;
	border-radius: 5px;
	padding: 1px 8px 0;
	box-shadow: none;
	border: none;
	letter-spacing: 0.3px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.boxForgot .buttonForm.btnBlue {
	background: url(../images/common/button-blue.png) no-repeat;
    background-size: 100% 100%;
	padding: 3px 3px 2px;
}
.boxForgot .buttonForm {
	display: inline-block;
    background: #0F0F0F;
    width: 111px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.95;
    padding: 3px 0 1px;
    letter-spacing: -1px;
    border-radius: 5px;
    border: none;
}
.buttonForm.btnBlue span {
	padding: 1px 0 0;
}
.boxFormForgot .inputForgot input::placeholder {
	letter-spacing: -1px;
}

@media (max-width: 768px) {
	.boxForgot {
		padding: 35px 18px 99px;
	}
	.boxForgot .titleForgot {
		font-size: 29px;
		margin-bottom: 25px;
	}
	.boxForgot .description {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.boxFormForgot .inputForgot {
		margin-bottom: 34px;
	}
	.boxFormForgot .inputForgot input {
		height: 41px;
		padding: 1px 7px 0;
	}

	
	.btnBlue span.linear {
		font-size: 14px;
	}
	.boxForgot .buttonForm {
		width: 98px;
		font-size: 14px;
		padding: 2px 0 1px;
	}
	.buttonForm.btnBlue {
		padding: 3px 2px 2px;
	}
}





@media all and (-ms-high-contrast:none) {
	.boxFormForgot .inputForgot input {
		line-height: 3.5;
	}

	.buttonForm span {
		line-height: 1.45;
	} 
	.boxForgot .buttonForm.btnBlue {
		padding: 3px 3px;
		line-height: 1;
	}
	.boxForgot .buttonForm.btnBlue span {
		line-height: 1;
		padding: 7px 0;
	}
}