@charset "utf-8";
/* CSS Document */
.navtop_nav a:nth-of-type(2){
	background-color:turquoise;
}
.content {
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}



.content_form {
	width: 70%;
	height: 45rem;
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.content_form_sup{
	width: 80%;
	height: 6rem;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_form_sup>span{
	font-size: 2rem;
	color: dimgray;
	width: 12rem;
}
.content_form_input_1{
	border: 0;
	background-color:rgba(157,157,157,0.46);
	border-radius:1rem;
	width: 40%;
	height: 4rem;
	color: white;
	padding:0.5rem;
}
.content_form_input_2{
	border: 0;
	background-color:rgba(157,157,157,0.46);
	border-radius:1rem;
	width: 20%;
	height: 4rem;
	color: white;
	padding:0.5rem;
}
.content_form_sup:nth-of-type(2)>img{
	width: 20%;
	height: 90%;
}
.content_form_sub{
	margin-top: 5rem;
	width: 36%;
	background-color: dodgerblue;
	height: 4rem;
	border-radius:1rem;
	color: white;
	font-size:1.8rem;
	cursor: pointer;
}
.content_form_sub:hover{
	background-color:blue;
}
.content_form_sub:active{
	background-color:dodgerblue;
}

.content_form_2{
	width: 70%;
	height: 45rem;
	margin-top: 3rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.content_form_3{
	width: 70%;
	height: 45rem;
	margin-top: 3rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.content_form_4{
	width: 70%;
	height: 45rem;
	margin-top: 3rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.content_form_4>span{
	font-size: 3rem;
	color: seagreen;
}