#userlogin #loginArea {
	background: #f6f6f6;
	padding: 40px 0;
}

#loginArea .box {
	margin: 0 -15px;
	padding: 30px 15px 40px;
	background: #e4ecef;
	box-sizing: border-box;
}
#loginArea .box + .box{
	margin-top: 20px;
}
#loginArea .box.white {
	background: #fff;
}
#loginArea .formSet .formSetInput {
	position: relative;
	display: block;
}
#loginArea .formSet .formSetInput input {
	padding-right: 35px;
}
#loginArea .formSet + .formSet {
	margin-top: 10px;
}
#loginArea .formSet label {
	display: block;
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
}
#loginArea .formSet input {
	width: 100%;
	height: 40px;
	padding: 5px;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #dfdede;
	box-sizing: border-box;
}
#loginArea .formSet #buttonEye {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
#loginArea .formCheck {
	margin-top: 8px;
	line-height: 1.1;
}
#loginArea .formCheck input[type="checkbox"] {
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}
#loginArea .box .set {
	margin-top: 30px;
}
#loginArea .box .tit {
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-weight: bold;
}
#loginArea .box .tit.center {
	text-align: center;
}
#loginArea .box .link {
	display: block;
	margin-top: 1em;
	color: #13449d;
	text-decoration: underline;
}
#loginArea .box .btnList {
	margin-top: 30px;
}
#loginArea .box .btnList .mod_btn04 {
	margin-top: 10px;
}
#loginArea .note {
	margin-top: 30px;
	text-indent: -1em;
	margin-left: 1em;
}
#loginArea .note + .note{
	margin-top: 0;
}
#loginArea .error {
	color: #d82a34;
}


@media all and (min-width: 640px) {
	#userlogin #loginArea {
		padding: 70px 0 110px;
	}

	#loginArea .boxSet {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	#loginArea .box {
		margin: 0 auto;
		width: 480px;
		padding: 40px 28px 40px;
	}
	#loginArea .box + .box{
		margin-top: 0;
	}
	#loginArea .formSet + .formSet {
		margin-top: 16px;
	}
	#loginArea .formSet label {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	#loginArea .formSet input {
		height: 44px;
	}
	#loginArea .formCheck {
		margin-top: 15px;
	}
	#loginArea .box .set {
		margin-top: 59px;
	}
	#loginArea .box .tit {
		margin-bottom: 14px;
		font-size: 1.6rem;
	}
	#loginArea .box .link:hover {
		text-decoration: none;
	}
	#loginArea .box .btnList {
		margin-top: 40px;
	}
	#loginArea .note {
		margin-top: 20px;
	}
}
