@charset "UTF-8";

body {
	background: var(--bg1quarter);
}

main {
	background: white;
	width: calc(100% - 60px);
	max-width: 500px;
	border-radius: 10px;
	margin: 40px auto;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 72px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.area_login {
	width: calc(100% - 80px);
	margin: auto;
	padding: 10px;
	text-align: center;
}
.logo {
	text-align: center;
}
.logo img {
	width: 50%;
	max-width: 300px;
	height: auto;
}