@charset "UTF-8";
/* formお問い合わせフォーム */

.contactform {
	padding-bottom: 60px;
	max-width: 840px;
	margin: 10px auto 0;
}
@media (max-width: 768px) {
	.contactform {
	padding-right: 15px;
	padding-left: 15px;
	}	
}

.contactform p.lead {
	text-align: center;
	margin-bottom: 30px;
}

table.formTable{
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: collapse;
	table-layout: fixed;/*IE対策*/
}
table.formTable td,table.formTable th {
	border: 1px solid #ccc;
	padding: 10px 16px;
}
table.formTable th {
	width: 30%;
	background: #EFEFEF;
	text-align: left;
}

table.formTable span.req {
	color: #fff;
  	background: #E60012;
  	border-radius: 4px;
  	padding: 0px 8px;
  	font-size: 12px;
  	margin-left: 8px;
  	margin-right: 8px;
  	display: inline-block;
}

table.formTable textarea {
    -webkit-appearance:none;
    padding: 2px 8px;
    border-radius: 4px;
    border:1px solid #ccc;
    background: #fff;
    width: 94%;
    height: 180px;
}

input[type="text"] {
    border-radius: 4px;
    border:1px solid #ccc;
    padding: 1px 6px;
}

input[type="submit"] {
  	padding: 8px 30px;
  	border-radius: 4px;
 	background: #003366;
 	color: #fff;
 	font-size: 16px;
  	margin: 0 8px 35px;
	border: none;
}
input[type="submit"]:hover {
 	background: #26B7BC;
}
input[type="reset"] {
  	padding: 8px 30px;
 	border-radius: 4px;
 	background: #999;
 	color: #fff;
  	font-size: 16px;
  	margin: 0 8px 35px;
	border: none;
}

@media screen and (max-width:572px) {/*スマホのとき表組み変える*/
.contactform {
	padding-top: 10px;
	width:90%;
	margin:10px auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:10px;
	border-bottom:0;
	}
}


p.smtx {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
}
p.smtx_btno {
	font-size: 14px;
	margin-top: 5px;
}


.contactBox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 4px;
	border: solid 1px #ddd;
	text-align: center;
}

.contactBox h3 {
	margin-top: 0;
	font-size: 22px;
}

.contactBox span.fa {
	color : #666;
}

.contactBox a {
	margin-top: 0;
	font-size: 24px;
	text-decoration: none;
}

.contactBox a:hover img {
	opacity: 0.6;
}

@media (min-width: 768px) {
	.contact-wrap {
		display: flex;
	}
	.contactBox {
		flex: 1;
	}
	.contactBox:first-child {
		margin-right: 20px;
	}
}


/* thanksページ */
h4.thankspage {
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	color: 	#003366;
}

@media (max-width: 600px) {
	h4.thankspage {
		font-size: 18px;
	}
}