<style type="text/css">
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap h3{
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color:rgba(26,62,91);
	margin-bottom: 10px;
}
#formWrap p{
	text-align: center;
	line-height: 1.2rem;
	margin-bottom: 10px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	/*border:1px solid #ccc;*/
	border-bottom:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	/*background:#efefef;*/
	text-align:left;
}

.Required{
	color: red;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	#formWrap {
	width:60%;
	margin:0 auto;
}
.br_accent{ display:none; } 
}

.contact_column{
	display:flex;
	justify-content: center;
	margin:0 auto;
	margin: 60px 0px;
	padding:20px;
	border-top: solid 1px rgba(0,0,0, 0.2);
	border-bottom: solid 1px rgba(0,0,0, 0.2);
}

.contact_column p{
	font-weight: 700;
	font-size: 16px;
}
.contact_column h1{
	margin: 40px 0px;
	font-size: 24px;
}

.contact_column div{
	margin-right: 50px;
}
.submit_btn{
	margin: 30px 0px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:90%;
	margin:0 auto;
	margin-bottom: 30px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.contact_column{
	display:block;
}
.contact_column div{
	margin-right: 0px;
}
.contact_column h1{
	margin: 20px 0px;
}
table.formTable td,table.formTable th{
	border-bottom:none;
}
.br_accent{ display:block; } 
</style>