@charset "utf-8";

.error_blank{
	display:block;
	margin-top:.5em;
	font-size:.84em;
	color:red;
	line-height:normal;
}
.ct-contact table input#e_mail2{
	width:50%;
}
#form_submit{
	display:flex;
	justify-content:center;
	gap:2em;
}
#form_submit + .error_blank{
	text-align:center;
}
.ul_list{
	margin-bottom:1em;
	padding-left:2em;
	list-style:circle;
}
.ul_list li{
	line-height:normal;
}