@charset "utf-8";
.contents form .reg_data_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 12px;
	align-items: center;
		
}
form .reg_data_box input {
	height: 23px;
}
form .reg_data_box h4 {
	line-height: 0px;
	color: #124677;
}
form .reg_data_box .register {
	background-color: white;
	border: medium solid #3B62B5;
	color: #3B62B5;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
form .reg_data_box .register:hover{
	cursor: pointer;
	background-color: #C4C4C4;
}
.wrapper .contents .subtitle {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	min-width: 800px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.wrapper .contents p {
	text-align: center;
}
