@charset "utf-8";

#agree_check label {
	margin: 40px 0 0 !important;
	text-align: center;
	color: #1C4C85;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

#agree_check label a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;

}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}


form#mail_form div#agreement span.error_check {
	display: none;
	text-align: center;
	color: #ff0000;
	margin-top: 3px;
}