/*
 * Template Name: Free Consult
 */
#header_wrap {
	background-color: #fff;
	padding: 25px 0;
}
	.header_details {
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
		.header_phone {
			margin-right: 30px;
		}
			.header_phone a {
				color: #434e61;
				font-size: 14px;
				font-weight: 700;
			}
				.header_phone a:hover {
					color: var(--secondary-color);
				}
		#header_wrap.fixedhead .header_phone a {
			color: #fff;
		}
			#header_wrap.fixedhead .header_phone a:hover {
				color: var(--secondary-color);
			}
		.header_button.site_custom_button {
			width: unset;
			margin-right: 30px;
		}
			.header_button.site_custom_button a {
				background: #44a1e7;
				font-size: 16px;
				font-weight: 700;
				text-transform: none;
				width: 190px;
				height: 50px;
			}
				.header_button.site_custom_button a:hover {
					background-color: var(--button-bg-color);
				}
					#header_wrap.fixedhead .header_button.site_custom_button a {
						border: 1px solid var(--button-bg-color);
					}
					#header_wrap.fixedhead .header_button.site_custom_button a:hover {
						border: 1px solid #fff;
					}
				.header_button.site_custom_button a span {
					padding-right: 0;
					background-image: none;
					line-height: 50px;
				}
#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
#breadcrumbs{
	display: none;
}
.site_custom_button a span {
	cursor: pointer;
}

#fc-wrap{}
.fc-inner{
	padding: 8vw 0;
}
.fc-inner .fc-title{}
.fc-inner .fc-title h1{
	color: var(--primary-color);
	font-size: 65px;
	font-weight: 600;
	font-family: var(--EBGaramond);
	line-height: 1;
	margin: 0 0;
	text-align: center;
}
.fc-inner .fc-content{
	padding: 0 15px;
	margin: 30px 0 0;
	text-align: center;
	font-size: 20px;
}

.fc-banner {
	background-color: #efefef;
	margin-top: 95px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}
	.fc-banner-inner {
		padding: 95px 0 55px;
		background-color: #1e3e6f;
		position: relative;
		z-index: 0;
		color: #fff;
	}
		.fc-banner-inner::before {
			width: 100%;
			height: 100%;
			content: '';
			position: absolute;
			z-index: 0;
			top: 0;
			left: 0;
			background-image: url(/wp-content/themes/tdplabs.com/images/free-consult/wave-pattern.png);
			background-size: unset;
			background-position: top center;
			background-repeat: repeat;
		}
	.fc-banner h1 {
		margin: 40px 0 0 0;
		font-size: 62px;
		font-weight: 600;
		font-family: var(--EBGaramond);
		line-height: 67px;
		color: #fff;
	}
		.fc-banner h1 span {
			display: block;
		}
	.fc-banner p {
		color: #44a1e7;
		font-size: 32px;
		letter-spacing: 0;
		font-weight: 600;
		padding-top: 15px;
	}
	.fc-banner-images img:nth-child(2) {
		position: absolute;
		top: -47px;
		left: 235px;
	}
	.fc-banner-form {
		position: absolute;
		width: 470px;
		border: 1px solid #ebebeb;
		margin-top: 50px;
		background: #fff;
		padding: 20px 20px 25px;
	}
		.fc-banner-form h2 {
			font-family: var(--EBGaramond);
			color: #1e3e6f;
			font-size: 24px;
			font-weight: 600;
			line-height: 26px;
			margin-bottom: 15px;
			text-align: center;
		}
		.fc-banner-form form,
		.fc-banner-form .fsForm.fsMaxCol2 {
			width: 100%;
		}
		.fc-banner-form .fsLabelVertical .fsLabel {
			display: none;
		}
		.fc-banner-form .fsForm select,
		.fc-banner-form .fsForm textarea,
		.fc-banner-form .fsRowBody input[type=email],
		.fc-banner-form .fsRowBody input[type=number],
		.fc-banner-form .fsRowBody input[type=tel],
		.fc-banner-form .fsRowBody input[type=text],
		.fc-banner-form .fsForm select.fsRequired,
		.fc-banner-form .fsForm textarea.fsRequired,
		.fc-banner-form .fsRowBody input[type=email].fsRequired,
		.fc-banner-form .fsRowBody input[type=number].fsRequired,
		.fc-banner-form .fsRowBody input[type=tel].fsRequired,
		.fc-banner-form .fsRowBody input[type=text].fsRequired {
			margin-bottom: 15px;
			background: #efefef;
			border: none;
			padding-left: 15px;
			padding-right: 15px;
		}
		#fsSection126329818,
		#fsSection126329820 {
			width: calc(48%);
			float: left;
		}
			#fsSection126329818 {
				margin-left: 0;
				margin-right: 2%;
			}
			#fsSection126329820 {
				margin-left: 2%;
				margin-right: 0;
			}
		.fc-banner-form .fsForm textarea,
		.fc-banner-form .fsForm textarea.fsRequired {
			height: 45px;
			/*line-height: 45px;*/
			padding-top: 15px;
			padding-bottom: 0;
			float: left;
		}
		.fc-banner-form .fsForm .fsSubmit {
			margin-top: 0;
			padding: 0;
		}
			.fc-banner-form .fsSubmitButton {
				background-image: none;
				background-color: #44a1e7 !important;
				width: 100% !important;
				text-align: center;
				text-transform: none;
				height: 60px;
				line-height: 60px;
				font-size: 16px !important;
				font-weight: 700;
				padding: 0;
				letter-spacing: 0.07em;
			}
				.fc-banner-form .fsSubmitButton:hover {
					background-color: var(--button-bg-color)!important;
				}
		.fc-banner-form .fsValidationError {
			background-color: transparent;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		.fc-banner-form .fsValidationError .fsSignature,
		.fc-banner-form .fsValidationError input[type=email],
		.fc-banner-form .fsValidationError input[type=number],
		.fc-banner-form .fsValidationError input[type=tel],
		.fc-banner-form .fsValidationError input[type=text],
		.fc-banner-form .fsValidationError select,
		.fc-banner-form .fsValidationError textarea {
			border: none!important;
			border-bottom: 2px solid #900!important;
			background: #efefef !important;
		}
		.fc-banner-form div.fsError {
			font-size: 12px;
		}
	.fc_banner_button.site_custom_button {
		margin-top: 15px;
		position: absolute;
		bottom: -205px;
	}
		.fc_banner_button.site_custom_button a {
			width: 425px;
			height: 60px;
			color: #fff;
			font-size: 16px;
			text-transform: none;
			background-color: #44a1e7;
			font-weight: bold;
		}
			.fc_banner_button.site_custom_button a:hover {
				background-color: var(--button-bg-color);
			}
			.fc_banner_button.site_custom_button a span {
				line-height: 60px;
				padding-right: 0;
				background-image: none;
			}

.fc-section-1 {
	position: relative;
	padding: 120px 0 130px;
}
	.fc-section-1 .site_accent {
		width: 258px;
		height: 258px;
		top: 15%;
		right: 0;
		background-image: url(/wp-content/themes/tdplabs.com/images/site-accent-big-flip.png);
	}
	.fc-section-1 .section1_photo {
		width: 100%;
		max-width: 495px;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		padding: 0;
		position: relative;
		z-index: 1;
	}
		.fc-section-1 .section1_photo:before {
			width: 75%;
			height: 100%;
			content: '';
			position: absolute;
			z-index: 1;
			bottom: -18%;
			left: 10%;
			background-color: #efefef;
		}
		.fc-section-1 .section1_photo canvas {
			width: auto;
			height: auto;
			display: block;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			position: relative;
			z-index: 2;
		}
		.fc-section-1 .section1_photo canvas:nth-child(2) {
			position: absolute;
			right: 0;
			bottom: -80px;
		}
	.section1_text_wrap {
		max-width: 405px;
		margin-top: 40px;
	}
		.section1_text_wrap h2 {
			font-size: 55px;
			font-weight: 600;
			font-family: var(--EBGaramond);
			line-height: 55px;
			color: #1e3e6f;
		}
			.section1_text_wrap h2 span {
				display: block;
			}
		.section1_text_wrap p {
			color: #434e61;
			line-height: 28px;
			padding-top: 15px;
		}
	.section1_button.site_custom_button {
		margin-top: 30px;
	}
		.section1_button.site_custom_button a {
			width: 250px;
			height: 60px;
			color: #fff;
			font-size: 16px;
			text-transform: none;
			background-color: #44a1e7;
			font-weight: bold;
		}
			.section1_button.site_custom_button a:hover {
				background-color: var(--button-bg-color);
			}
			.section1_button.site_custom_button a span {
				line-height: 60px;
				padding-right: 0;
				background-image: none;
			}

.fc-section-2 {
	position: relative;
	padding: 50px 0 90px;
}
	.fc-section-2 h2 {
		color: #44a1e7;
		font-size: 36px;
		letter-spacing: 0;
		font-weight: 700;
		text-align: center;
		padding-bottom: 60px;
	}
	.fc-section-2 .row:nth-child(2) {
		padding-bottom: 60px;
	}
	.fc-section-2 .row:nth-child(2) .col-md-4:nth-child(2) {
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
	}
	.section2_text_wrap {
		position: relative;
		max-width: 320px;
		margin: 0 auto;
	}
		.section2_text_wrap h3 {
			font-size: 45px;
			font-weight: 600;
			font-family: var(--EBGaramond);
			line-height: 45px;
			color: #1e3e6f;
			text-align: center;
			padding-bottom: 15px;
		}
		.section2_text_wrap p {
			color: #434e61;
			font-size: 16px;
			line-height: 26px;
			text-align: center;
		}
			.section2_text_wrap p span {
				display: block;
			}
	.section2_img_wrap {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		position: relative;
	}

.fc-section-3 {
	background: #efefef;
	position: relative;
	padding: 70px 0;
	text-align: center;
	min-height: 850px;
}
	.site_lines_wrap {
		z-index: 0;
		top: 0;
	}
		.site_line {
			height: 850px;
			background-color: #dfdfdf;
			width: 3px;
		}
	.fc-section-3 .site_accent:nth-child(2) {
		bottom: 100px;
	}
	.fc-section-3 .site_accent:nth-child(3) {
		top: 25px;
		right: 80px;
		background-image: url(/wp-content/themes/tdplabs.com/images/site-accent-flip.png);
	}
	.fc-section-3 h2 {
		font-size: 55px;
		font-weight: 600;
		font-family: var(--EBGaramond);
		line-height: 55px;
		color: #1e3e6f;
		text-align: center;
	}
	.fc-section-3 p {
		color: #434e61;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.section3_text_wrap {
		max-width: 640px;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 0;
	}
	.section3_button.site_custom_button {
		margin-top: 15px;
	}
		.section3_button.site_custom_button a {
			width: 250px;
			height: 60px;
			color: #fff;
			font-size: 16px;
			text-transform: none;
			background-color: #44a1e7;
			font-weight: bold;
		}
			.section3_button.site_custom_button a:hover {
				background-color: var(--button-bg-color);
			}
			.section3_button.site_custom_button a span {
				line-height: 60px;
				padding-right: 0;
				background-image: none;
			}

.fc-section-4 {
	position: relative;
	padding: 100px 0 50px;
}
	.fc-section-4 .site_accent {
		width: 258px;
		height: 258px;
		top: 15%;
		right: 15%;
		background-image: url(/wp-content/themes/tdplabs.com/images/site-accent-big-flip.png);
	}
	.fc-section-4 h2 {
		font-size: 55px;
		font-weight: 600;
		font-family: var(--EBGaramond);
		line-height: 55px;
		color: #1e3e6f;
		padding-top: 90px;
	}
		.fc-section-4 h2 span {
			display: block;
		}
	.fc-section-4 p {
		color: #434e61;
		line-height: 25px;
		padding-top: 15px;
	}

.fc-section-5 {
	position: relative;
	padding: 15px 0 80px;
	text-align: center;
}
	.fc-section-5 h3 {
		color: #44a1e7;
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0;
		font-weight: 700;
		text-align: center;
		padding-bottom: 50px;
	}
		.fc-section-5 h3 span {
			display: block;
		}
	.section5_icons_wrap {
		display: flex;
		align-items: center;
		min-height: 200px;
	}
		.section5_icons_wrap img {
			max-height: 87px;
		}
		.section5_icons_wrap h4 {
			color: #1e3e6f;
			font-weight: 700;
			line-height: 25px;
			padding-top: 15px;
		}

.fc-section-6 {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	position: relative;
	padding: 70px 0;
	text-align: center;
	min-height: 850px;
}
	.site_lines_wrap {
		z-index: 0;
		top: 0;
	}
		.site_line {
			height: 850px;
			background-color: #e9e9e9;
			width: 3px;
		}
	.fc-section-6 .site_accent:nth-child(2) {
		bottom: 100px;
	}
	.fc-section-6 .site_accent:nth-child(3) {
		top: 25px;
		right: 80px;
		background-image: url(/wp-content/themes/tdplabs.com/images/site-accent-flip.png);
	}
	.fc-section-6 h2 {
		font-size: 55px;
		font-weight: 600;
		font-family: var(--EBGaramond);
		line-height: 55px;
		color: #1e3e6f;
		text-align: center;
	}
	.fc-section-6 p {
		color: #434e61;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.section6_lightbox_wrap_slider {
		background: #fff;
		box-shadow: 0px 5px 30px rgb(0 0 0 / 25%);
		padding: 50px;
		position: relative;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 920px;
	}
	.section6_lightbox_wrap {
		position: relative;
	}
		.section6_lightbox_wrap img {
			margin: 0 auto;
		}
		.section6_text_wrap {
			max-width: 640px;
			margin: 0 auto;
			padding-top: 0;
			padding-left: 30px;
			padding-bottom: 0;
			text-align: left;
		}
			.section6_hero_text h3 {
				font-size: 60px;
				font-weight: 700;
				font-family: var(--EBGaramond);
				line-height: 60px;
				color: #1e3e6f;
				text-align: left;
				display: inline-block;
				padding-right: 20px;
			}
			.section6_hero_text {
				text-align: left;
				padding-bottom: 5px;
			}
				.section6_hero_text p {
					color: #1e3e6f;
					display: inline-block;
					text-align: left;
				}
					.section6_hero_text p span {
						display: block;
					}
			.section6_client_info {}
				.section6_client_info h5 {
					color: #44a1e7;
					font-size: 18px;
					line-height: 20px;
					font-weight: 600;
				}
				.section6_client_info h4 {
					font-size: 30px;
					font-weight: 600;
					font-family: var(--EBGaramond);
					line-height: 30px;
					color: #1e3e6f;
				}
				.section6_client_info p {
					color: #000;
					text-align: left;
					padding-top: 25px;
					padding-bottom: 15px;
				}
			.section6_text_wrap ul {
				padding-top: 5px;
				padding-left: 20px;
			}
				.section6_text_wrap ul li {
					color: #434e61;
					padding-left: 20px;
					padding-bottom: 20px;
					position: relative;
				}
					.section6_text_wrap ul li:before {
						/*content: '•';*/
						content: ' ';
						background: #1e3e6f;
						color: #1e3e6f;
						font-size: 2rem;
						line-height: 20px;
						vertical-align: middle;
						position: absolute;
						top: 4px;
						left: -15px;
						width: 10px;
						height: 10px;
						display: inline-block;
						border-radius: 5px;
					}
		.section6_button.site_custom_button {
			margin-top: 15px;
		}
			.section6_button.site_custom_button a {
				width: 180px;
				height: 50px;
				color: #fff;
				font-size: 16px;
				text-transform: none;
				background-color: #44a1e7;
				font-weight: bold;
			}
				.section6_button.site_custom_button a:hover {
					background-color: var(--button-bg-color);
				}
				.section6_button.site_custom_button a span {
					line-height: 50px;
					padding-right: 0;
					background-image: none;
				}
	.section6_lightbox_dots li {
		display: inline;
		position: relative;
	}
		.section6_lightbox_dots li button {
			font-size: 0;
			border: 0;
			background: #efefef;
			width: 15px;
			height: 15px;
			border-radius: 8px;
			margin: 35px 10px 0;
		}
		.section6_lightbox_dots li.slick-active button {
			background: #44a1e7;
		}

#hp_sendmsg_wrap {
	background: url(/wp-content/themes/tdplabs.com/images/free-consult/bottom-form-image.jpg);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 610px;
}
	#hp_sendmsg_wrap .site_lines_wrap {
		z-index: 0;
		top: 0;
	}
		#hp_sendmsg_wrap .site_line {
			height: 610px;
			background-color: #dfdfdf;
			width: 2px;
		}
	#hp_sendmsg_wrap .site_accent {
		top: -25px;
		right: 80px;
		background-image: url(/wp-content/themes/tdplabs.com/images/site-accent-flip.png);
	}
	.sendmsg_left_wrap {
		font-size: 0;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
		.sendmsg_photo canvas {
			height: 601px;
		}
	.sendmsg_right_wrap {
		position: relative;
		padding-top: 30px;
		padding-right: 70px;
		padding-bottom: 40px;
	}
		.sendmsg_right_wrap .sendmsg_section_title {
			max-width: 395px;
		}
			.sendmsg_right_wrap .sendmsg_section_title h2,
			#content .sendmsg_right_wrap .sendmsg_section_title h2 {
				font-size: 55px;
				text-transform: none;
				letter-spacing: 0.02em;
				text-align: left;
				display: block;
			}
				.sendmsg_right_wrap .sendmsg_section_title span {
					display: block;
					margin-bottom: 0;
					color: inherit;
					font-size: inherit;
					line-height: inherit;
				}
			.sendmsg_right_wrap .sendmsg_section_title p {
				color: #434e61;
				font-size: 16px;
				line-height: 28px;
				text-align: left;
				padding-top: 20px;
			}
		.sendmsg_form {
			margin-top: 25px;
		}
		.sendmsg_form input::placeholder,
		.sendmsg_form textarea::placeholder {
			opacity: 1;
			font-size: 16px;
			letter-spacing: 0;
			text-transform: none;
		}
			.sendmsg_form textarea::placeholder {
				padding-top: 11px;
			}
		.sendmsg_form .fsForm select,
		.sendmsg_form .fsForm textarea,
		.sendmsg_form .fsRowBody input[type=email],
		.sendmsg_form .fsRowBody input[type=number],
		.sendmsg_form .fsRowBody input[type=tel],
		.sendmsg_form .fsRowBody input[type=text],
		.sendmsg_form .fsForm select.fsRequired,
		.sendmsg_form .fsForm textarea.fsRequired,
		.sendmsg_form .fsRowBody input[type=email].fsRequired,
		.sendmsg_form .fsRowBody input[type=number].fsRequired,
		.sendmsg_form .fsRowBody input[type=tel].fsRequired,
		.sendmsg_form .fsRowBody input[type=text].fsRequired {
			height: 45px;
			color: #6c7c8b;
			font-size: 16px;
			border-bottom: none;
			background-color: #efefef !important;
			margin-bottom: 15px;
		}
		.sendmsg_form .fsForm textarea,
		.sendmsg_form .fsForm textarea.fsRequired {
			padding-top: 0;
			line-height: 45px;
		}
		.sendmsg_form .fsForm .fsSubmit {
			margin-top: 0;
			padding-top: 10px;
		}
		#fsSection114291935,
		#fsSection114291952 {
			width: calc(48%);
			float: left;
		}
			#fsSection114291935 {
				margin-left: 0;
				margin-right: 2%;
			}
			#fsSection114291952 {
				margin-left: 2%;
				margin-right: 0;
			}
		.sendmsg_form .fsSubmitButton {
			background-image: none;
			background-color: #44a1e7 !important;
			width: 100% !important;
			text-align: center;
			text-transform: none;
			height: 60px;
			line-height: 60px;
			font-size: 16px !important;
			font-weight: 700;
			padding: 0;
		}
			.sendmsg_form .fsSubmitButton:hover {
				background-color: var(--button-bg-color)!important;
			}
		.sendmsg_form div.fsError {
			font-size: 12px;
		}

#footer_wrap {
	padding: 35px 0 35px;
	background-color: #1e3e6f;
	z-index: 0;
}
	#footer_wrap::before {
		z-index: 0;
		background-image: url(/wp-content/themes/tdplabs.com/images/free-consult/wave-pattern.png);
		background-size: unset;
		background-repeat: repeat;
	}
	.footer_info_wrap {
		padding-left: 15px;
		text-align: center;
	}
		.footer_info {
			margin-top: 15px;
		}
		.footinfo {
			font-size: 14px;
			font-weight: 700;
			margin-bottom: 15px;
		}
	.footer_copyright {
		margin-top: 25px;
		font-size: 14px;
		opacity: 0.5;
	}

@media only screen and (max-width: 1199px) {
	.fc-inner .fc-title h1 {
		font-size: 55px;
	}
	.fc-inner .fc-content {
		font-size: 28px;
	}
	.fc-section-3 img,
	.fc-section-4 img,
	.fc-section-6 img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#hp_sendmsg_wrap {
		background-position: -10% top;
	}
		.sendmsg_right_wrap {
			padding-right: 30px;
		}
		.sendmsg_right_wrap .sendmsg_section_title {
			max-width: 415px;
		}
}
@media only screen and (max-width: 1024px) {
	.fc-banner-images img:nth-child(2) {
		left: 185px;
	}
	#hp_sendmsg_wrap {
		background-position: -30% top;
	}
}
@media only screen and (max-width: 991px) {
	.fc-inner .fc-title h1 {
		font-size: 40px;
	}
	.fc-inner .fc-content {
		font-size: 20px;
	}
	.fc-banner {
		z-index: 1;
	}
	.fc-banner-images img:nth-child(1) {
		position: relative;
		top: 30px;
		left: 100px;
	}
	.fc-banner-images img:nth-child(2) {
		left: unset;
		right: 0;
	}
	.fc_banner_button.site_custom_button {
		bottom: -480px;
		width: 40%;
	}
	.fc_banner_button.site_custom_button a {
		width: 100%;
	}
	.fc-banner-form {
		position: relative;
	}
	.fc-banner-form .fsForm .fsSubmit {
		max-width: 100%;
		margin-bottom: 0;
	}
	.section1_text_wrap {
		margin-top: 100px;
	}
	.fc-section-1 {
		position: relative;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.section2_img_wrap {
		flex-direction: column;
	}
	.fc-section-2 .row:nth-child(2) .col-md-4:nth-child(2) {
		border-left: none;
		border-right: none;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.fc-section-3 {
		min-height: auto;
	}
	.fc-section-4 h2 {
		padding-top: 20px;
	}
	.fc-section-5 h3 span {
		display: inline;
	}
	.section5_icons_wrap {
		flex-direction: column;
	}
	.section5_icons_wrap h4 {
		padding-bottom: 30px;
	}
	.section6_lightbox_wrap_slider {
		width: 100%;
		padding: 50px 20px;
	}
	.section6_text_wrap {
		max-width: 320px;
		padding-top: 20px;
		padding-left: 0;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	#hp_sendmsg_wrap {
		background-position: -80% top;
	}
	.sendmsg_right_wrap {
		width: 60%;
		float: right;
	}
	.sendmsg_form .fsForm .fsSubmit {
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.fc-inner .fc-title h1 {
		font-size: 31px;
	}
	.fc-inner .fc-content {
		font-size: 15px;
	}
	.fc-section-1 .section1_photo {
		display: block;
		margin: 0 auto;
	}
	.section1_text_wrap {
		margin: 100px auto 0;
		text-align: center;
	}
	.fc-section-4 h2 {
		padding-top: 0;
	}
	.fc-section-4 h2,
	.fc-section-4 p {
		text-align: center;
	}
	#hp_sendmsg_wrap {
		background-position: -200px top;
	}
	.sendmsg_section_title {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 567px) {
	.fc-inner .fc-title h1 {
		font-size: 26px;
	}
	.fc-inner .fc-content {
		font-size: 13px;
	}
	.header_phone {
		display: none;
	}
	.header_button.site_custom_button a {
		font-size: 14px;
		width: 160px;
	}
	.fc-banner h1 {
		margin-top: 10px;
		text-align: center;
	}
	.fc-banner p {
		text-align: center;
	}
	.fc_banner_button.site_custom_button {
		bottom: 0;
		width: 60%;
		position: relative;
		margin: 25px auto 0;
		display: block;
	}
	.fc-banner-images img:nth-child(1) {
		left: 0;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.fc-banner-images img:nth-child(2) {
		top: 98px;
		max-width: 300px;
	}
	.fc-banner-form {
		width: 100%;
		margin-top: 35px;
	}
	.fc-banner-form .fsRow.fsFieldRow.fsLastRow {
		margin-bottom: 0;
	}
	#hp_sendmsg_wrap {
		background-position: -330px top;
		background-size: cover;
	}
	.sendmsg_right_wrap {
		width: 70%;
	}
	.sendmsg_right_wrap .sendmsg_section_title h2,
	#content .sendmsg_right_wrap .sendmsg_section_title h2 {
		font-size: 48px;
	}
	.sendmsg_right_wrap .fsRow.fsFieldRow.fsLastRow {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 428px) {
	.header_button.site_custom_button {
		margin-right: 0;
	}
	.fc-banner h1 {
		font-size: 52px;
		line-height: 57px;
	}
	.fc-banner p {
		font-size: 26px;
	}
	.fc_banner_button.site_custom_button {
		width: 90%;
	}
	.fc-banner-images img:nth-child(2) {
		top: 70px;
		right: -50px;
	}
	.fc-banner-form {
		margin-top: 25px;
	}
	.section1_text_wrap h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.fc-section-2 {
		padding-bottom: 70px;
	}
	.fc-section-2 h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.fc-section-2 img {
		margin-bottom: 15px;
	}
	.fc-section-3 h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.fc-section-4 h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.fc-section-5 h3 {
		font-size: 20px;
		line-height: 30px;
	}
	#hp_sendmsg_wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.75);
		width: 100%;
		height: 100%;
	}
	.sendmsg_right_wrap {
		width: 95%;
	}
}
@media only screen and (max-width: 414px) {
	.fc-banner-images img:nth-child(2) {
		top: 59px;
	}
}
@media only screen and (max-width: 393px) {
	.header_logo {
		width: 80%;
	}
	.header_button.site_custom_button a {
		width: 155px;
	}
	.fc-banner h1 {
		font-size: 48px;
		line-height: 53px;
	}
	.fc-banner p {
		font-size: 24px;
	}
	.fc-banner-images img:nth-child(2) {
		top: 43px;
	}
	.fc-section-1 .section1_photo canvas,
	.fc-section-1 .section1_photo canvas:nth-child(2) {
		width: 100%;
	}
	.section1_text_wrap h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.fc-section-2 h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.fc-section-3 h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.fc-section-4 h2 {
		font-size: 45px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 375px) {
	.fc-banner-images img:nth-child(2) {
		top: 69px;
		max-width: 270px;
	}
	.section1_text_wrap p {
		line-height: 25px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 320px) {}