@charset "UTF-8";

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-position: center;
	font-family: 'Noto Sans JP';
	font-style: medium;
	color: #555555;
	font: 'Noto Sans JP';
}

.form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
	font-size: 12px;
	color: #cccccc;
}
/* The container */
.container {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 10px;
}

/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 50%;
	border: solid 2px #555555;
	margin-top: 10px;
}

/* On mouse-over, add a white background color */
.container:hover input ~ .checkmark {
	background-color: #fff;
	border: solid 2px #008AFF;
}

/* When the radio button is checked, add a white background */
.container input:checked ~ .checkmark {
	background-color: white;
	border: solid 2px #008AFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 4px;
	left: 4px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #008AFF;
}

#registration {
	background: #59B64E 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 15px #3b9f2f66;
	border-radius: 35px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 24px/24px 'Noto Sans CJK JP';
	letter-spacing: 1.8px;
	color: #FFFFFF;
	opacity: 1;
	margin: auto;
	border: none;
}

#menuBar {
	position: fixed;
	top: 15px;
	right: 5%;
	opacity: 1;
	z-index: 10000;
	text-align: right;
	color: #555555;
}

#menuClose {
	position: fixed;
	top: 15px;
	right: 5%;
	width: auto;
	opacity: 1;
	z-index: 10000;
	text-align: right;
	color: #555555;
	display: none;
}

#menuList {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #81cf78e6;
	opacity: 1;
	z-index: 5000;
	text-align: center;
	color: #555555;
	font: normal normal 24px/24px 'Noto Sans JP';
	letter-spacing: 0px;
	padding-top: 10%;
	line-height: 125%;
	display: none;
}

#menuList a {
	color: #555555;
	font-size: 16px;
}
