.contact_detail{
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
textarea,.wpcf7-text{
	margin: 4px 0;
	padding: 10px 6px;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	font-size: 16px;
}
textarea:focus,.wpcf7-text:focus{
	border: 1px solid #888;
	outline: none;
}
.label_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 16px 0 0;
	font-size: 17px;
}
.terms_box{
	overflow-y: scroll;
	margin: 4px 0 8px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	height: 200px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0 !important;
}
h3{
	margin: 20px 0 8px;
}
h4{
	margin: 20px 0 8px;
	font-size: 22px;
	font-weight: normal;
}
.center{
	margin: 0 0 20px;
	text-align: center;
}
.wpcf7-checkbox,.wpcf7-radio{
	display: block;
	margin: 8px 0 0 !important;
}
.wpcf7-list-item-label{
	font-size: 16px;
}
input[type="checkbox"],input[type="radio"]{
	transform: scale(1.2);
}
.note{
	margin: 10px 0;
	color: #aaa;
}
.wpcf7-submit{
	padding: 10px 0;
	width: 100%;
	cursor: pointer;
}
.req{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 4px;
	padding: 1px 3px;
	border-radius: 4px;
	background: #DC5539;
	font-size: 12px;
	color: #fff;
}