@charset "UTF-8";

/* ------------------------------------------- */
body::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	display: block;
	width: 337px;
	height: 300px;
	background: url('/src/img/parent/pc_head_deco_left.png') left top no-repeat;
}
body::after {
	content: "";
	position: absolute;
	top: -50px;
	right: 0;
	display: block;
	width: 329px;
	height: 382px;
	background: url('/src/img/parent/pc_head_deco_right.png') left top no-repeat;
}

@media (max-width: 768px) {
	body::before {
		top: -5vw;
		width: calc(406 / 748 * 100vw / 2);
		height: calc(360 / 748 * 100vw / 2);
		background: url('/src/img/parent/sp_head_deco_left.png') left top no-repeat;
        background-size: contain;
	}
	body::after {
		top: -5vw;
		width: calc(396 / 748 * 100vw / 2);
		height: calc(541 / 748 * 100vw / 2);
		background: url('/src/img/parent/sp_head_deco_right.png') left top no-repeat;
        background-size: contain;
	}
	#body_contents .inner {
		padding: 25vw 5vw 0;
	}
}




/* ------------------------------------------- */
#login_area {
}
#login_area .inner {
}
#login_area .inner h2 {
}
#login_area .inner .login_box {
}
#login_area .inner .login_box form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
}
#login_area .inner .login_box form h2 {
}
#login_area .inner .login_box form .err_login {
}
#login_area .inner .login_box form .input_wrap {
	margin-bottom: 40px;
}
#login_area .inner .login_box form .input_wrap p {
	margin-bottom: 0.25em;
	font-size: 20px;
	text-align: center;
}
#login_area .inner .login_box form .input_wrap input {
	width: 18em;
	padding: 0.25em 0.5em;
	text-align: center;
	border: 2px solid #666;
	border-radius: 10px;
}
#login_area .inner .login_box form .btn_area {
}
#login_area .inner .login_box form .btn_area button {
	background: none;
	border: none;
	cursor: pointer;
}
#login_area .inner .login_box form .btn_area button img {
}
#login_area .inner .login_box form .support_area {
}
#login_area .inner .login_box form .support_area a {
}


@media (max-width: 768px) {
}

