#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
    margin-top: 100px;

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

h3{
    text-align: center;
    color: #1686d8;

    font-size: 2.2rem;
    line-height: 1.23077em;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 20px;
}
h4{
    font-size: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.5;
}
.error_messe{
	margin-bottom: 10px;
}
.br-sp {
    display: none;
}
.contact-text01 {
	margin: 10px 0;
    line-height: 1.5;
	text-align: center;
}
.contact-text02 {
	margin: 10px 0;
}
.contact-text03 {
	line-height: 1.5;
    margin-bottom: 20px;
}
.contact-text04 {
	text-align: center;
	margin-bottom: 20px;
}
.sub-btm{
	margin-top: 20px;
}
.sub-btm input{
	padding: 10px;
    width: 200px;
}
.sub-btm input[type="submit"]{
	background-color: #ff4d82;
	color: #fff;
	border: none;
	border-radius: 24px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sub-btm input[type="reset"],input[type="button"]{
	background-color: #fff;
	color: #ff4d82;
	border: solid 0.5px #ff4d82;
	border-radius: 24px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sub-btm input[type="button"]{
	margin-bottom: 30px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    
#formWrap {
	width:95%;
	margin:0 auto;
    margin-top: 70px;
}
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;
	margin-bottom: 5px;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.br-sp {
    display: block;
}
.sub-btm input[type="reset"]{
	padding: 0px;
}
.sub-btm input[type="button"]{
	margin-top: 20px;
}
.contact-text01 {
	text-align: left;
}
h4{
	text-align: left;
}
}