@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%;
	}
}

/* Privacy Policy Box */
.privacy-policy {
	margin: 80px auto 40px auto;
	width: 100%;
	max-width: 800px;
	/* Adjust based on form width */
}

/* Privacy Policy Title */
.pageWrap h2.privacy-policy-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #3d3d3d;
	font-weight: normal;
	padding-bottom: 0;
}

.privacy-text-box {
	border: 1px solid #dadada;
	padding: 20px;
	height: 200px;
	overflow-y: scroll;
	background: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.privacy-text-box h3 {
	font-size: 18px;
	margin-bottom: 1em;
	color: #3d3d3d;
	font-weight: bold;
}

.privacy-text-box h4 {
	font-size: 15px;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

.privacy-consent {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
}

.privacy-consent input {
	margin-right: 10px;
}

/* Disabled Submit Button Style */
input.moreBtn[disabled] {
	opacity: 0.5;
	background-color: #e9e9e9;
	color: #999;
	border-color: #dadada;
	cursor: not-allowed;
}

input.moreBtn[disabled]:hover {
	background-color: #e9e9e9;
	color: #999;
}

@media screen and (max-width: 375px) {

	/* Privacy Policy Mobile Styles */
	.privacy-policy {
		margin: 40px auto 30px auto;
	}

	.pageWrap h2.privacy-policy-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.privacy-text-box {
		height: 150px;
		padding: 15px;
		font-size: 12px;
	}

	.privacy-consent {
		font-size: 14px;
		margin-bottom: 30px;
	}
}