@charset "utf-8";

/***************************************************************************
*
* LOGIN STYLE
*
***************************************************************************/


.boxLogin {
	background: #323E4C;
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
    padding: 37px 0 53px;
	text-align: center;
}
.boxLogin .titleLogin {
	font-size: 33px;
	color: #fff;
	letter-spacing: -4px;
	margin-bottom: 45px;
}
.boxLogin .boxForm .inputForm {
	margin-bottom: 17px;
}
.boxLogin .boxForm .inputForm input {
	width: 306px;
	height: 47px;
	font-size: 16px;
	border-radius: 5px;
	padding: 1px 17px 0;
	box-shadow: none;
	border: none;
	letter-spacing: -1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.boxLogin .boxForm .inputForm input[type="password"]{
	 -webkit-text-security: disc;
}
.boxLogin .boxForm .checkForm {
	display: inline-block;
  	position: relative;
  	cursor: pointer;
  	padding: 13px 0 18px 32px;
}
.boxLogin .boxForm .checkForm .checkLogin {
  	opacity: 0;
}
.boxLogin .boxForm .checkForm .checkmark {
	position: relative;	
  	font-size: 12px;
  	color: #fff;
  	letter-spacing: -0.5px;
}
.boxLogin .boxForm .checkForm .checkmark:before{
	content: "";
  	position: absolute;
  	background: #fff;
  	top: -8px;
    left: -37px;
  	width: 28px;
  	height: 28px;
  	border-radius: 3px;
}
.boxLogin .boxForm .checkForm .checkmark:after{
  	content: "";
  	position: absolute;
  	background: url(../images/common/checkmark-icon.svg) no-repeat;
  	top: 4px;
    left: -22px;
    width: 18px;
    height: 20px;
  	transform: translate(-50%, -50%);
  	opacity: 0;
}
.boxLogin .boxForm .checkForm input:checked ~ .checkmark:after{
  	opacity: 1;
}
.boxLogin .boxForm .checkForm:hover .checkmark:before{
  	background: #ccc;
}
.boxLogin .boxForm .forgetPass {
	margin-bottom: 44px;
}
.boxLogin .boxForm .forgetPass a{
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.5px;
	text-decoration: underline;
}
.boxLogin .boxForm .forgetPass a:hover {
	text-decoration: none;
}

.buttonForm {
	display: inline-block;
    background: #0F0F0F;
    width: 111px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    padding: 3px 0 3px;
    letter-spacing: -1px;
    border-radius: 5px;
    border: none;
}
.buttonForm.btnBlue {
    background: url(../images/index/button-brg-login.png) repeat-x;
    padding: 3px 3px;
}
.buttonForm.btnBlue span {
	line-height: 1.8;
}

@media (max-width: 768px) {


	.boxLogin {
		padding: 34px 23px 42px 24px;
	}

	.boxLogin .titleLogin {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	.boxLogin .boxForm .inputForm {
	    margin-bottom: 15px;
	}
	.boxLogin .boxForm .inputForm input {
		width: 100%;
    	height: 41px;
    	padding: 1px 13px 0;
	}
	.boxLogin .boxForm .checkForm {
		padding: 7px 0 3px 23px;
	}
	.boxLogin .boxForm .checkForm .checkmark {
		font-size: 11px;
		letter-spacing: -1px;
	}
	.boxLogin .boxForm .checkForm .checkmark:before {
		top: -7px;
    	left: -32px;
	    width: 24px;
	    height: 24px;
	}
	.boxLogin .boxForm .checkForm .checkmark:after {
		top: 4px;
	    left: -20px;
	    width: 15px;
	    height: 17px;
	}
	.boxLogin .boxForm .forgetPass {
		margin-bottom: 36px;
	}
	.boxLogin .boxForm .forgetPass a {
		font-size: 11px;
		letter-spacing: -1px;
	}

	.boxLogin .boxForm .btnBlue span {
		line-height: 1.5;	
		padding: 2px 0 0;
	}
	.buttonForm {
		width: 98px;
		padding: 2px 0 1px;
	}
	.buttonForm.btnBlue {
		padding: 3px 2px 2px;
	}
	
	
}

@media all and (-ms-high-contrast:none) {

	.boxLogin {
		padding: 50px 0 47px;
	}
	.boxLogin .boxForm .inputForm input {
		line-height: 3.8;
	}
	.boxLogin .titleLogin {
		margin-bottom: 30px;
	}
	.buttonForm,
	.buttonForm.btnBlue {
		line-height: 1.5;
		padding: 12px 0 0;
	}
	.buttonForm span {
		line-height: 1.1;
	} 
	.buttonForm, .buttonForm.btnBlue {
		padding: 3px 3px;
		line-height: 1;
	}
	.buttonForm, .buttonForm.btnBlue span {
		line-height: 0.8;
		padding: 14px 0 0;
	}
	.buttonForm.btnBlue:hover {
		background: url(../images/product/btn-blue-hover.png) no-repeat;
		background-size: 100% 100%;
	}
	.buttonForm.btnBlue:hover span {
		background: none;
	}
}