@charset "UTF-8";
/*********************************************
 *
 * ログイン画面のスタイル
 * ログインID・パスワード確認
 *
 *********************************************/
body{
	background: var(--bg-color);
}
.container{
	margin: 50px auto;
	padding: 50px;
	max-width: 600px;
	background: #fff;
	position: relative;
}
.login_logo{
	margin: 0;
	width: 120px;
	display: block;
	position: absolute;
	right: 50px;
}
.login_logo img{
	width: 120px;
	height: auto;
}
h2.login_h2{
	margin: 0 0 25px;
	border: none;
}
/*select,*/
/*input[type="email"],*/
input[type="password"].fullwidth,
input[type="text"].fullwidth{
	width: 100%;
}
table.logintable{
	font-size: 1.4rem;
}
.submitArea{
	margin-bottom: 50px;
	text-align: center;
}
a.forget{
	text-decoration: underline;
	color: #0500CA;
}
.member.btm{
	background-color: var(--main-color)!important;
}
.login-kiroku{
	justify-content: space-between;
}
input[type="button"].kiroku-btm{
	margin-bottom: 0;
	padding: 5px;
	width: 47%;
	font-size: 1.1rem;
	font-weight: normal;
}