.main-index{
	width: 100%;
}

.main-index .index-page-whole-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url("/img/main_bg_image.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}


.main-index .index-page-whole-wrap .login-contents-box{
	width: 576px;
	height: 590px;
	border-radius: 35px;
	background-color: rgba(255, 255, 255, 0.86);
	padding: 64px 58px 0 58px;
	box-sizing: border-box;
}

.main-index .login-contents-box .box-title{
	font-size: 22px;
	font-weight: bold;
	color: #5074B8;
}

.main-index .login-contents-box .form-item-wrap{
	width: 462px;
	margin-top: 30px;
}

.main-index .login-contents-box .form-item{
	display: flex;
	flex-direction: column;
}

.main-index .login-contents-box .form-item + .form-item{
	margin-top: 36px;
}

.main-index .login-contents-box .form-item label{
	color: #646464;
	font-size: 14px;
	font-weight: bold;
}

.main-index .login-contents-box .form-item input[type="text"],
.main-index .login-contents-box .form-item input[type="password"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width: 100%;
	height: 54px;
	padding-top: 10px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #5074B8;
	background-color: transparent;
	font-size: 16px;
	outline: none;
}

.main-index .login-contents-box .login-btn{
	cursor: pointer;
	outline: none;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 462px;
	height: 62px;
	border-radius: 60px;
	background-color: #5074B8;
	border: none;
	margin-top: 50px;
	font-family: 'Noto Sans JP' , sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.main-index .login-contents-box .notation{
	color: #3488EA;
	font-size: 14px;
	font-weight: 500;
	margin-top: 36px;
	text-align: center;
}

.main-index .login-contents-box .login-false-msg-wrap{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
}

.main-index .login-contents-box .login-false-msg{
	color: red;
	font-size: 16px;
	font-weight: 500;
}