@charset "Shift_JIS";
/* CSS Document */

#site-box {
	width: 100%;
	background-color: #0E1937;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#contents-box {
	width: 100%;
	min-height: 1030px;

}


#box {
	padding-top: 10px;
	text-align: center;
	position: relative;
	font-size:17px;
	width: 1240px;
	height: auto;
	margin: 0 auto;
}


#topic {
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}

#memo dl{
	font-size: 20px;
	line-height: 2.5;
	color: #FFFFFF;
	text-align: left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}


.form-sample {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 5%;
}


.form-label {
	width: 100%;
	max-width: 248px;
	font-weight: bold;
	font-size: 19px;
	color: #fff;
	padding-left: 30%;

}

.form-require {
	border-radius: 5px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 55px;
	display: inline-block;
	text-align: center;
	background: #E60012	;
	color: #fff;
	font-size: 15px;
}

.form-input {
	border: 1px solid gray;
	border-radius: 5px;
	margin-left: 40px;
	padding-left: 10px;
	height: 50px;
	width: 100%;
	max-width: 410px;
	font-size: 18px;
}

.form-Btn {
	border-radius: 6px;
	margin-top: 100px;
	margin-left: 42%;
	margin-bottom: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #003366;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}


#important_notice {
	text-align: left;
	margin-top: 50px;
	padding: 20px;
	background-color: #a6b7dc;
	border: double 4px red;
	margin-bottom: 80px;
}

.text_red {
	color: #b30000;
}

.text_bold {
	font-weight: bold;
}