@charset "utf-8";



#agree_check {
	color: var(--blue, #2987D2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 133.333% */
}

#agree_check label {
	display: flex;
	align-items: center;
}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	accent-color: #2987D2;
}


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