.main-wrapper.contact {
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f5f7;
}
.hl2-wrapper h2 {
	font-size: 40px;
	color: #333;
	letter-spacing: 5px;
	padding: 33px 0 34px;
}
.hl2-wrapper h2:after {
	content: url('../images/1x/contact-icon1.png');
	margin-left: 5px;
}
.Tleft p {
	font-size: 22px;
	line-height: 1.75;
}
.mw_wp_form {
	margin-top: 36px;
}
.flex-table {
	position: relative;
}
.flex-table>div {
	display: flex;
	border-top: 2px dashed #9fa0a0;
}
.flex-table div div {
	padding: 24px 0;
	font-size: 20px;
	align-self: center;
}
.flex-table div div:nth-child(1) {
	width: 23%;
}
.flex-table div div:nth-child(2) {
	width: 77%;
}
.required {
	display: inline-block;
	float: right;
	margin: -8px 19% 0 0;
	padding: 8px 11px;
	font-size: 14px;
	letter-spacing: 4px;
	background-color: #ffe109;
	border-radius: 5px;
	box-shadow: 2px 2px 6px #333;
}
input, textarea {
	width: 74%;
	font-size: 22px;
	padding: 21px;
	box-sizing: border-box;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
	width: 22%;
}
.submit-wrapper {
	text-align: center;
	margin: 46px auto 0;
}
.submit-wrapper input {
	position: relative;
	width: 46%;
	padding: 30px;
	border: none;
	box-shadow: 2px 2px 6px #333;
	background-color: #475056;
	color: #fff;
}
.submit-wrapper input:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: calc(50% - 9px);
	right: 40px;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
.caution-box {
	width: 90%;
	padding: 40px;
	margin: 85px auto 0;
	border: 1px solid #333;
	background-color: #fff;
	box-sizing: border-box;
}
.caution-box p {
	font-size: 16px;
	line-height: 1.75;
}
.caution-box p b {
	font-size: 26px;
}
.caution-box p a {
	color: #f39800;
	text-decoration: underline;
}
@media (max-width:768px) {
	.hl2-wrapper h2 {
		font-size: 24px;
	}
	.flex-table>div {
		flex-wrap: wrap;
	}
	.flex-table div div {
		text-align: center;
	}
	.flex-table div div:nth-child(1) {
		width: 100%;
		padding-bottom: 10px;
		font-weight: bold;
	}
	.flex-table div div:nth-child(2) {
		width: 100%;
		padding-top: 10px;
	}
	.required {
		float: none;
		margin: 0 -20px 0 20px;
	}
	input, textarea {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.submit-wrapper input {
		width: 100%;
	}
}