@charset "utf-8";
.contactVisual {
	background-color: #3d3d3d!important;
}

p.contactTxt {
	font-size: 18px;
	line-height: 2.5;
	text-align: center;
}
.contactTel {
	padding-top: 90px;
	padding-bottom: 85px;
	background-image: url(../images/contact/japan.png);
	background-size: 179px 159px;
	background-position: top 50px right;
	background-repeat: no-repeat;
}
.contactTel p {
	font-size: 18px;
	text-align: center;
}
.contactTel figure {
	width: 100%;
	text-align: center;
}
.contactTel figure img {
	width: 245px;
}
.formArea > p {
	font-size: 18px;
	text-align: center;
}

.formArea dl {
	display: table;
	border-bottom: 1px dashed #dadada;
	width: 100%;
	padding: 20px 0;
}
.formArea dl.last {
	border: none;
}
.formArea dl dt {
	display: table-cell;
	width: 30%;
	padding-left: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
.formArea dl dd {
	display: table-cell;
	width: 70%;
}
.formArea dl dd input {
	padding: 10px;
	font-size: 18px;
}
.formArea dl dd select {
	width: 150px;
	padding: 15px;
}
.formArea dl dd p {
	padding-bottom: 10px;
	display: block;
	margin: 0;
}
.formArea dl dd textarea {
	width: 100%;
	height: 400px;
	padding: 10px;
	font-size: 18px;
}
input.moreBtn {
	width: 400px;
	border: 2px solid #00c1ae;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	color: #00c1ae;
	margin: 80px auto 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 27px 0;
	transition: 0.3s;
}
input.moreBtn:hover {
	background-color: #00c1ae;
	color: #fff;
}

input#wpcf7-modify {
	width: 400px;
	border: 2px solid #00c1ae;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	color: #00c1ae;
	margin: 80px auto 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 27px 0;
	transition: 0.3s;
}

form.sent .formArea{
	display: none;
}

form .thanks {
	display: none;
}
form.sent .thanks {
	display: block;
}
form.sent .thanks p {
	font-size: 16px;
	padding: 20px;
	line-height: 1.5;
	border: 2px solid #56c2ae;
}
.wpcf7-mail-sent-ok {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none!important;
}
@media screen and (max-width: 375px) {

	p.contactTxt,
	.contactTel p {
		line-height: 2.5;
		font-size: 16px;
		padding-bottom: 20px;
	}
	.contactTel figure img {
		width: 500px;
		margin-top: 60px;
	}
	.pageWrap {
		padding-top: 36px;
	}
	.formArea dl {
		padding: 20px 0;
	}
	.formArea dl dt {
		display: block;
		padding-bottom: 20px;
		width: 100%;
		padding-left: 0;
	}
	.formArea dl dd {
		display: block;
		width: 100%;
	}
	.formArea dl dd input {
		padding: 10px 2%;
		width: 96%;
	}
	 input[type="button"],input[type="submit"] {
	    -webkit-appearance: none;
	 }
	 input.moreBtn {
	 	width: 80%;
	 }
	 .formArea dl dd textarea {
	 	width: 98%;
	 	padding: 1%;
	 }
	 .contactTel figure img {
	 	width: 80%;
	 }
	 .contactTel {
	 	background-position: top 10px right 80px;
	 	padding-top: 200px;
	 }
	 input#wpcf7-modify {
	 	width: 80%;
	 }
}