/*@charset "utf-8";*/
/*===== ログイン =====*/
#main {
	justify-content: center;
}

#main_content {
	max-width: 1000px;
	width: 100%;
}

h1 {
	font-size: 1.8em;
	color: #555;
	text-align: center;
	margin: 180px 0 30px;
}

#login_form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#login_form dl dt {
	margin-bottom: 10px;
}

#login_form #login_id dt:before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;

}

#login_form #login_pass dt:before {
	content: "\f084";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;

}

#login_form dl {
	margin-bottom: 20px;
}

#login_form dl dd input[type="text"],
#login_form dl dd input[type="tel"],
#login_form dl dd input[type="password"] {
	max-width: 400px;
	height: 40px;
}

#login_form #login_pass {
	margin-bottom: 40px;
}

#login_form  .btn {
	width: 100%;
	height: 56px;
}

#login_form .btn_done {
	margin-bottom: 26px;
}

#login_form .btn_info {
	border: 1px solid #5078df;
	background: transparent;
	color: #5078df;
}

#login_form .btn_info:hover {
	background: #fff;
}
