#formWrap {
	width:90%;
	max-width: 780px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:10px solid #fff;
	padding:0;
}
table.formTable th{
	width:200px;
	font-weight:normal;
	text-align:left;
	font-weight: bold;
	padding: 10px 20px 10px 0;
	border-radius: 8px;
	vertical-align: top;
}
table.formTable th span { 
	color: #098941;
	display: block;
	border-bottom: #098941 solid 1px;
	padding: 5px 0;
	font-weight: 500; }
table.formTable th span strong { padding: 1px 8px 2px; display: inline-block; line-height: 1.1; font-size: 80%; border-radius: 4px; border: 1px solid #098941; color: #098941; font-weight: 400; margin-left: 10px; }
p { line-height: 1.7; font-size: 16px; }
form textarea {width:100%;}
@media screen and (max-width:768px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable td, table.formTable th { border: none; }
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	padding: 0 !important;
}
table.formTable th {
	margin-top:30px;
	border-bottom:0;
	font-weight: bold;
	margin-bottom: 5px;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
	box-sizing: border-box;
	margin-bottom: 10px;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
p { line-height: 1.7; font-size: 14px; }
table.formTable th span { 
border-bottom: none;
border-left: #098941 solid 3px;
padding-left: 10px;
margin-bottom: 8px;
}}

.done_img { margin: 0 auto; max-width: 480px; width: 90%; }
