@charset "utf-8";

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

}


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


#agree_check label { 
	 display: block;
		margin-right: 7vw;
		text-align: right;
		margin-top: 22px;
	}

	@media(max-width: 1079px) {
		#agree_check label { 
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			margin-top: 35px;
		}
	}
#agree_check label:hover { cursor: pointer; }
#agree_check label input { display: none; }
#agree_check label .dummy {
  width: 14px;
  height: 14px;
  border: 1px solid #716C6E;
  display: inline-flex;
  vertical-align: text-top;
		margin-right: 1.4rem;
		position: relative;
		margin-top: 5px;
}
#agree_check label input:checked+.dummy:after {
  content: '';
  width: 80%;
  height: 40%;
  border-left: 2px solid #716C6E;
  border-bottom: 2px solid #716C6E;
  transform: rotate(-45deg);
		position: absolute;
		top: 2px;
		left: 2px;
}





