@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
.login {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 480px;
	height: fit-content;
}
.login>div {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 32px;
	padding: 54px 80px;
	text-align: center;
}
.login>div h1 {
	font-size: 0;
	margin-bottom: 32px;
}
.login>div h2 {
	font-size: 0;
	margin-bottom: 80px;
}
.login>div p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #1D1D1D;
	margin-bottom: 16px;
}
.login>div button {
	background: white;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1D1D1D;
	border: 1px solid #646464;
	border-radius: 4px;
	padding: 12px 12px 11px;
	width: 320px;
	text-align: center;
	appearance: none;
	font-family: 'Roboto', sans-serif;
}
.login>div button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_google.svg) no-repeat center;
	margin-right: 16px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
}
.abcRioButton.abcRioButtonLightBlue {
	border: 1px solid #646464;
	color: #1D1D1D;
	border-radius: 4px;
}
.abcRioButtonContentWrapper .abcRioButtonIcon {
	float: none;
	display: inline-block;
}
.login>ul {
	list-style-type: none;
	width: 438px;
	margin-inline: auto;
	font-size: 12px;
	line-height: 21px;
	color: #646464;
}
.login>ul li {
	padding-left: 15px;
	position: relative;
}
.login>ul li::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}