@charset "UTF-8";
/* Setting */
div {
	box-sizing: border-box;
}
body a {
	transition: .2s all linear;
}
body a:hover {
	opacity: 0.7;
}
hgroup {
	position: relative;
}
hgroup::after,
.main-menu-container::after {
	display: block;
	width: 100%;

	content: "";

	clear: both;
}
.lb {
	float: left;
}
.rb {
	float: right;
}
body .site {
	color: #333030;
	font-size: 14px;
	line-height: 1.8;
}
body #main-menu,
body #main-menu ul {
	margin: 0;
	list-style: none;
}
body #main-menu li {
	display: block;
	margin: 0;
	padding: 0 30px;

	position: relative;
	float: left;
}
body #main-menu li.menu-hide a {
	display: none;
}
body #main-menu ul {
	display: none;
	width: 100%;
	padding: 10px 5px 5px;
	box-sizing: border-box;

	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;

	background: rgba(255,255,255,0.8);

	visibility: hidden;
	opacity: 0;
}
body #main-menu li:hover ul {
	display: block;

	visibility: visible;
	opacity: 1;
}
body #main-menu ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	float: none;
}
body .main-menu-container {
	position: relative;
}
.module-fancy-heading .fancy-heading {
	margin: 0;
}
body .footer-nav {
	margin: 0;
	text-align: center;
}
body .footer-nav li {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 5px 0 10px;

	position: relative;
	float: none;

	text-align: center;
	vertical-align: top;
}
body .footer-nav li::before {
	width: 1px;
	height: 90%;

	position: absolute;
	left: 0;
	top: 0;
	background: #000;

	content: "";
}
body .footer-nav li ul.sub-menu {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;

	position: relative;
}
body .footer-nav li ul.sub-menu::before {
	content: "[";
}
body .footer-nav li ul.sub-menu::after {
	content: "]";
}
body .footer-nav li ul.sub-menu li:first-child::before,
body .footer-nav li:first-child::before {
	display: none;
}
body .footer-nav li ul.sub-menu li {
	margin-bottom: 0;
}
body .copyright-container {
	padding: 5px 3%;

	font-size: 14px;
	text-align: center;
}
body #pc-backtop {
	right: 10px;
	bottom: 50px;
}

/* Font */
body,
body .module.title--font--YuGothic .module-title {
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.font--Arial,
.module.title_news .module-title {
	font-family: Arial, sans-serif;
}

/* Spacing */
.pt--60 {
	padding-top: 60px;
}
.pt--50 {
	padding-top: 50px;
}
.pb--60 {
	padding-bottom: 60px;
}
.pb--50 {
	padding-bottom: 50px;
}
.pb--20 {
	padding-bottom: 20px;
}
/* Animation */
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* page css */
.module-text .module-title {
	line-height: 1.8;
}
.module-text p:last-of-type {
	margin-bottom: 0;
}
#header .header-brand-container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
hgroup {
	padding: 30px 0 10px;
}
.head_box {
	display: inline-block;
	vertical-align: middle;
}
.header_tel {
	margin-bottom: 5px;

	color: #333030;

	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
}
.header_tel img,
.header_tel span {
	display: inline-block;
	vertical-align: middle;
}
.header_tel span {
	margin-left: -7px;
}
.header_address {
	text-align: right;
	line-height: 1.6;
}
.header_mail {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
	border: #333030 solid 1px;
	position: relative;
}
.header_mail a {
	display: block;
	padding: 18px;
	border: 2px solid #fff;

	background: rgb(239,239,239);
	background: -moz-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
}
.header_mail a,
.header_mail a:visited,
.header_mail a:active,
.header_mail a:focus,
.header_mail a:hover {
	color: #333030;
}
.header_mail a:hover {
	text-decoration: none;
}
.header_mail-icon,
.header_mail-text {
	display: inline-block;
	vertical-align: middle;
}
.header_mail-icon img {
	vertical-align: middle;
}
.header_mail-text {
	padding-left: 8px;

	color: #333030;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.head_box.box02 {
	margin-left: 12px;
}
#main-menu-container {
	text-align: center;
}
#main-menu {
	display: inline-block;
	max-width: 1100px;
	width: 100%;

	vertical-align: middle;
}
body #main-menu li {
	max-width: calc( 1100px / 6 );
	width: 100%;
	padding: 16px 0;

	position: relative;

	box-sizing: border-box;
}
body #main-menu li::before,
body #main-menu li:last-child::after {
	width: 1px;
	height: 20px;

	position: absolute;
	top: calc( 50% - 10px );

	background: #4f4f4f;
	content: "";
}
body #main-menu .sub-menu li::before,
body #main-menu .sub-menu li:last-child::after{
	display: none;
}
body #main-menu li::before {
	left: 0;
}
body #main-menu li:last-child::after {
	right: 0;
}
body #main-menu li a {
	position: relative;

	color: #333030;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
body #main-menu li a,
body #main-menu li a:visited,
body #main-menu li a:active,
body #main-menu li a:focus,
body #main-menu li a:hover {
	color: #333030;
}
body #main-menu li a:hover {
	color: #e60012;
	text-decoration: none;
}
body #main-menu li a::after {
	display: block;
    font-family: Araial Bold;
	color: #a2c33e;
	font-size: 12px;
	font-weight: bold;
	content: attr(title);
	transition: .2s all linear;
}
body #main-menu li a:hover::after {
	color: #e60012;
}
.module.home_image_main {
	padding: 158px 0;
}
body .module_row > .row_inner {
	max-width: 1100px;
}
.module.text_greeting {
	margin-bottom: 15px;
	padding-left: 110px;
	padding-bottom: 20px;

	position: relative;

	background: url('../img/greeting-icon.png') no-repeat left top;

	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}
.module.text_greeting::after {
	display: block;
	width: 100%;
	height: 5px;

	position: absolute;
	bottom: 0;
	left: 0;

	background: url('../img/greeting-line.png');
	content: "";
}

.module.text_greeting .module-title {
	margin-bottom: 0;
	color: #333030;

	font-size: 16px;
	font-weight: bold;
}
.module.title_news {
	padding: 12px 14px;
	position: relative;
	border: #333030 solid 1px;
}
.module.title_news::before {
	display: block;
	width: calc( 100% - 4px );
	height: calc( 100% - 4px );

	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;

	background: rgb(239,239,239);
	background: -moz-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
	content: "";
}
.module.title_news .module-title {
	display: inline-block;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 0;

	position: relative;
	z-index: 2;

	background: url('../img/title-news-bg.png') no-repeat left center;
	color: #333030;

	vertical-align: middle;
	font-size: 20px;
	line-height: 1.4;
}
.module.title_news .tb_text_wrap {
	display: inline-block;
	padding-top: 2px;
	padding-left: 10px;
	margin-left: 5px;

	position: relative;
	z-index: 2;

	vertical-align: middle;
	border-left: #333030 solid 1px;
	font-weight: bold;
	line-height: 1.4;
}
.module.post_news {
	border: #333030 solid 1px;

	background: url('../img/news-bg.png') repeat left top;
}
.module.post_news .list-post {
	height: 240px;
	overflow: auto;
}
.module.post_news .post {
	margin-bottom: 0;
	padding: 25px 25px;

	border-bottom: #333030 dotted 1px;
}
.module.post_news .post .entry-content p:last-of-type {
	margin-bottom: 0;
}
.post_news .post-date {
	margin: 0 0 5px;

	color: #a2c33e;
	font-size: 14px;
}
.post_news .post-title {
	color: #333030;
	font-size: 14px;
	font-weight: bold;
}/*
body .module_row.fullwidth > .row_inner {
	max-width: 1100px;
}*/
body.home #content,
body.page #content {
	padding-top: 0;
}
body.home .themify_builder .module_row.home_row_main,
body.page .themify_builder .module_row.subpage_row-main {
	margin-top: 0;
}
body.home .themify_builder .module_row.module_row_281-1 > .row_inner {
	width: 100%;
	max-width: 1100px;
}
body.home .themify_builder .module_row.module_row_281-1 > .row_inner > .module_column.col4-2 {
	width: 48.4%;
}
body .module_row.fullwidth.row_contact > .row_inner {
	max-width: 880px;
	padding: 30px 50px;

	background: url('../img/row_contact-bg.png') repeat left top;
}
.row_contact {
	padding: 54px 0;
}
.module.contact_title .module-title {
	margin-bottom: 20px;

	color: #333030;
	font-size: 26px;
	text-align: center;
}
.module.contact_tel img {
	margin-bottom: 0;
}
.module.contact_tel strong {
	color: #333030;

	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
	font-style: italic;
}
.module.contact_tel img,
.module.contact_tel strong {
	display: inline-block;
	vertical-align: middle;
}
.contact_subrow .col4-2.middle {
	padding-left: 20px;
	border-left: #333030 1px solid;
}
.module.contact_mail {
	padding: 2px;

	box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
	border: #333030 solid 1px; 
}

.module.contact_mail a {
	display: block;
	padding: 8px 5px; 

	background: rgb(239,239,239);
	background: -moz-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(253,253,253,1) 90%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);

	text-align: center;
}
.module.contact_mail a,
.module.contact_mail a:visited,
.module.contact_mail a:focus,
.module.contact_mail a:active {
	color: #333030;
	font-size: 16px;
	font-weight: bold;
}
.module.contact_mail a span {
	display: inline-block;
	padding-left: 45px;
	background: url('../img/contact-mail-icon.png') no-repeat left center;
}
.module.contact_subtext {
	margin-top: 25px;
}
body .themify_builder .module_row.home_row01 {
	background: url('../img/home-row01-1.jpg') no-repeat right center;
	background-size: auto 100%;
	background-color: #fff;
}
body .themify_builder .module_row.home_row02 {
	background: url('../img/home-row02.jpg') no-repeat left center;
	background-size: auto 100%;
}
body .themify_builder .module_row.home_row03 {
	background: url('../img/home-row03.jpg') no-repeat right center;
	background-size: auto 100%;
}
body .themify_builder .module_row.home_row04 {
	background: url('../img/home-row04.jpg') no-repeat left center;
	background-size: auto 100%;
}
body .themify_builder .module_row .row_effect {
	overflow: hidden;
	background-color: #fff;
}
body .module_row.fullwidth.row_effect > .row_inner {
	overflow: hidden;
	max-width: 100%;
}
.module_row .row_inner .module-layout-part .module_row.home_box_content .row_inner,
body .module_row.home_box_content > .row_inner {
	display: flex;
	max-width: calc( 100% - 120px );
	width: 100%;
	height: 450px;
	align-items: center;
}
.module_row .row_inner .module-layout-part .module_row.home_box_content.box_left .row_inner,
.home_box_content.box_left .row_inner {
	margin-left: 0;
	margin-right: auto;
}
.module_row .row_inner .module-layout-part .module_row.home_box_content.box_right .row_inner,
.home_box_content.box_right .row_inner {
	margin-left: auto;
	margin-right: 0;
}
.module_row .row_inner .module-layout-part .module_row.home_box_content .row_inner > .module_column,
.home_box_content .row_inner > .module_column {
	max-width: 343px;
	width: 100%;
}
.module_row .row_inner .module-layout-part .module_row.home_box_content.box_left .row_inner > .module_column,
.home_box_content.box_left .row_inner > .module_column {
	margin-right: auto;
	margin-left: calc( 100% - 428px );
}
.module_row .row_inner .module-layout-part .module_row.home_box_content.box_right .row_inner > .module_column,
.home_box_content.box_right .row_inner > .module_column{
	margin-right: calc( 100% - 428px );
	margin-left: auto;
}
body .themify_builder .module_row.home_box_content.box_left > .row_inner {
	background: url('../img/home-content-row01-bg.png') repeat right bottom;
}
body .themify_builder .module_row.home_box_content.box_right > .row_inner {
	background: url('../img/home-content-row02-bg.png') repeat right bottom;
}
body .themify_builder .module_row.home_box_content >.row_inner::after,
body .themify_builder .module_row.home_box_content > .row_inner::after,
.home_box_content >.row_inner::after,
.home_box_content > .row_inner::after {
	display: block;
	width: 240px;
	height: 450px;

	position: absolute;
	top: 0;
	bottom: 0;

	content: "";
	visibility: visible;
}
body .themify_builder .module_row.home_box_content.box_left .row_inner::after {
	right: -239px;
	background: url('../img/before-left-triangle.png') repeat left bottom;
}
body .themify_builder .module_row.home_box_content.box_right .row_inner::after {
	left: -239px;
	background: url('../img/before-right-triangle.png') repeat right bottom;
}
.module.title_icon .image-wrap {
	margin: 0 6px 0 0;
}
.module.title_icon .image-wrap,
.module.title_icon .image-content {
	display: inline-block;
	vertical-align: middle;
}
.module.title_icon .image-wrap {
	float: none;
}
.module.title_icon .image-title {
	display: inline-block;
	margin-bottom: 0;
	position: relative;   
    font-family: Araial Bold;
	color: #a2c33e;

	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}
.module.title_icon .image-title::after {
	display: block;
	width: 50px;
	height: 1px;

	position: absolute;
	right: -55px;
	bottom: 2px;

	background: #a2c33e;
	content: "";
	visibility: visible;
}
.module.title_icon .image-caption {
	color: #333030;

	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.module.title_icon {
	margin-bottom: 15px;
}
.module.btn_red-arrow a {
	display: block;
	width: 100%;
	padding: 13px 75px;

	box-sizing: border-box;

	background: url('../img/btn-arrow.png') no-repeat right 20px center;
	background-color: #e60012;
	color: #fff;

	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.module.btn_red-arrow a,
.module.btn_red-arrow a:visited,
.module.btn_red-arrow a:focus,
.module.btn_red-arrow a:active,
.module.btn_red-arrow a:hover {
	color: #fff;
}
.module.btn_red-arrow a:hover {
	text-decoration: none;
}
.home_box_content.box_right {
	margin-right: -100%;
}
body .footer-nav {
	padding: 25px 0 20px;
	background: #333030;
}
body .footer-nav li a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
body .footer-nav li {
	margin-bottom: 5px;
	padding: 0 6px 0 10px;
}
body .footer-nav li::before {
	background: #fff;
}
body .copyright-container {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('../img/home-content-row02-bg.png') repeat left top;
	color: #333030;

	font-size: 14px;
}
body .copyright-container span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5px;
	position: relative;
}
body .copyright-container span img {
	vertical-align: middle;
}
body .copyright-container .ft-logo::after {
	display: inline-block;
	padding-left: 10px;
	content: "/";
}
body .copyright-container .ft-logo:last-child::after {
	display: none;
}
.subpage_row-main {
	padding: 58px 0;
}
body .themify_builder .module.sale-greeting {
	margin-bottom: 20px;
	padding-left: 95px;

	background: url('../img/sale-icon.png') no-repeat left center;
	background-size: auto;

	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
body .module_row.fullwidth.row--width--1400 > .row_inner {
	max-width: 1400px;
}
.subrow--width--520 .tb-column-inner {
	max-width: 520px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.subrow--width--520.first .tb-column-inner {
	margin-right: 4.3vw;
}
body .themify_builder .module_row.row--bg--dash {
	background: url('../img/home-content-row02-bg.png') repeat left top;
}
.module.font--size--20 {
	font-size: 20px;
}
.module.title_main .main-head {
	margin-bottom: 0;
	font-family:Araial Bold;
	color: #a2c33e;

	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.module.title_main.module-fancy-heading span.sub-head {
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.module.title_main {
	margin-bottom: 25px;
}
.module.title_line-red {
	padding: 2px;
	margin-bottom: 25px;

	border: #333030 solid 1px;
	background: #fff;
}
.module.title_line-red .module-title {
	margin-bottom: 0;
	padding: 8px 5px 8px 12px;

	background: rgb(254,254,254);
	background: -moz-linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%);
	background: linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe",endColorstr="#efefef",GradientType=1);
	color: #333030;
	font-size: 20px;
	line-height: 1.6;
}
.module.title_line-red .module-title span {
	display: block;
	padding: 0 0 0 20px;
	background: url('../img/title-red-line.png') no-repeat left center;
}
.module.table_single-line table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}
.module.table_single-line tr td {
	padding: 15px 10px;
	border: #c3c3c3 solid 1px;
	color: #333030;
}
.module.purchase-greeting {
	margin-bottom: 15px;
	padding: 5px 5px 5px 95px;

	background: url('../img/purchase-icon.png') no-repeat left center;
	color: #e60012;

	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
.module.purchase-greeting .module-title {
	margin-bottom: 0;
	color: #333030;
	font-size: 18px;
	line-height: 1.6;
}
.module.title_main-text .module-title {
	margin-bottom: 0;

	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
.module.title_main-text.title--color--red .module-title {
	color: #e60012;
}
.module.title_main-text {
	margin-bottom: 20px;
	color: #a2c33e;
	text-align: center;
}
.module.title_main-text .tb_text_wrap {
	color: #333030;
	font-size: 32px;

	font-weight: bold;
	line-height: 1.3;
}
.module.title_main-text .tb_text_wrap strong {
	font-size: 38px;
}
.module.point-text {
	width: 80px;
	height: 80px;
	padding-top: 10px;

	position: absolute;
	left: calc( 50% - 40px );
	top: -30px;

	border-radius: 100%;
	background: #fff;
}
.purchase_subrow-white {
	padding-top: 25px;
}
.purchase_subrow-white .col3-1 {
	padding: 0 30px 20px;
	background: #fff;
}
.module.purchase_number {
	margin-bottom: 20px;
	color: #333030;

	font-family: Arial;
	font-size: 22px;
	font-weight: bold;

	text-align: center;
	line-height: 1;
}
.module.purchase_content {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.module-image.image-left.purchase_content .image-wrap,
.purchase_content .image-content {
	display: inline-block;
	float: none;

	vertical-align: bottom;
}
.module-image.image-left.purchase_content .image-content {
	min-width: initial;

	color: #333030;

	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.module-image.image-left.purchase_content .image-wrap {
	margin: 0 10px 0 0;
}
.module.purchase_flow-image {
	margin-bottom: 20px;
}
.module.title_num-inline .module-title,
.module.title_num-inline .tb_text_wrap {
	display: inline-block;
	vertical-align: middle;
}
.module.title_num-inline .module-title {
	margin-bottom: 0;
	margin-right: 5px;
	padding: 3px 7px 2px;

	background: #a2c33e;
	color: #fff;

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.module.title_num-inline .tb_text_wrap {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.module.title_num-inline {
	margin-bottom: 10px;
}
.module.text--border {
	padding: 30px 30px 25px;
	border: #333030 solid 1px;
	background: url('../img/text-note-bg.png') repeat left top;
}
.module.text--border .module-title {
	margin-bottom: 10px;
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
}
.module.tel-contact-box {
	padding: 25px 30px 20px;
	background: #fff;
	text-align: center;
}
.module.tel-contact-box .module-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #333030 solid 1px;

	color: #333030;

	font-size: 20px;
	line-height: 1.5;
}
.module.tel-contact-box .tb_text_wrap {
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
}
.module.tel-contact-box .tb_text_wrap img,
.module.tel-contact-box .tb_text_wrap strong {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.module.tel-contact-box .tb_text_wrap strong {
	margin-left: -7px;
}
body .module.link--black a,
body .module.link--black a:visited,
body .module.link--black a:focus,
body .module.link--black a:active,
body .module.link--black a:hover {
	color: #333030;
}
body .module.link--black a {
	text-decoration: underline;
}
body .module.link--black a:hover {
	text-decoration: none;
}
.module.policy-text {
	height: 300px;
	padding: 20px 25px;

	overflow-y: auto;
	border: #333030 solid 1px;
	background: url('../img/text-note-bg.png') repeat left top;
	box-sizing: border-box;
}
.module.policy-text p {
	margin-bottom: 35px;
}
.module.policy-text p:last-of-type {
	margin-bottom: 0;
}
.module.icon-greeting {
	margin-bottom: 15px;
	padding: 5px 5px 5px 95px;

	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
.module.purchase-greeting {
	color: #e60012;
}
.module.purchase-greeting {
	background: url('../img/purchase-icon.png') no-repeat left center;
}
.module.icon-greeting .module-title {
	margin-bottom: 0;
	color: #333030;
	font-size: 18px;
	line-height: 1.6;
}
.module.title_main-text .module-title {
	margin-bottom: 0;
	font-family:Araial Bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
.module.title_main-text.title--color--red .module-title {
	color: #e60012;
	font-family:Araial Bold;
}
.module.title_main-text {
	margin-bottom: 20px;
	color: #a2c33e;
	text-align: center;
}
.module.title_main-text .tb_text_wrap {
	color: #333030;
	font-size: 32px;

	font-weight: bold;
	line-height: 1.3;
}
.module.title_main-text .tb_text_wrap strong {
	font-size: 38px;
}
.module.point-text {
	width: 80px;
	height: 80px;
	padding-top: 10px;

	position: absolute;
	left: calc( 50% - 40px );
	top: -30px;

	border-radius: 100%;
	background: #fff;
}
.purchase_subrow-white {
	padding-top: 25px;
}
.purchase_subrow-white .sub_column.module_column {
	padding: 0 30px 20px;
	background: #fff;
}
.module.purchase_number {
	margin-bottom: 20px;
	color: #333030;

	font-family: Arial;
	font-size: 22px;
	font-weight: bold;

	text-align: center;
	line-height: 1;
}
.module.purchase_content {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.module-image.image-left.purchase_content .image-wrap,
.purchase_content .image-content {
	display: inline-block;
	float: none;

	vertical-align: bottom;
}
.module-image.image-left.purchase_content .image-content {
	min-width: initial;

	color: #333030;

	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.module-image.image-left.purchase_content .image-wrap {
	margin: 0 10px 0 0;
}
.module.purchase_flow-image {
	margin-bottom: 20px;
}
.module.title_num-inline .module-title,
.module.title_num-inline .tb_text_wrap {
	display: inline-block;
	vertical-align: middle;
}
.module.title_num-inline .module-title {
	margin-bottom: 0;
	margin-right: 5px;
	padding: 3px 7px 2px;

	background: #a2c33e;
	color: #fff;

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.module.title_num-inline .tb_text_wrap {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.module.title_num-inline {
	margin-bottom: 10px;
}
.module.text--border {
	padding: 30px 30px 25px;
	border: #333030 solid 1px;
	background: url('../img/text-note-bg.png') repeat left top;
}
.module.text--border .module-title {
	margin-bottom: 10px;
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
}
.module.tel-contact-box {
	padding: 25px 30px 20px;
	background: #fff;
	text-align: center;
}
.module.tel-contact-box .module-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #333030 solid 1px;

	color: #333030;

	font-size: 20px;
	line-height: 1.5;
}
.module.tel-contact-box .tb_text_wrap {
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
}
.module.tel-contact-box .tb_text_wrap img,
.module.tel-contact-box .tb_text_wrap strong {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.module.tel-contact-box .tb_text_wrap strong {
	margin-left: -7px;
}
body .module.link--black a,
body .module.link--black a:visited,
body .module.link--black a:focus,
body .module.link--black a:active,
body .module.link--black a:hover {
	color: #333030;
}
body .module.link--black a {
	text-decoration: underline;
}
body .module.link--black a:hover {
	text-decoration: none;
}
.module.policy-text {
	height: 300px;
	margin-top: -1px;
	padding: 20px 25px;

	overflow-y: auto;
	border: #333030 solid 1px;
	background: url('../img/text-note-bg.png') repeat left top;
	box-sizing: border-box;
}
.module.policy-text p {
	margin-bottom: 35px;
}
.module.policy-text p:last-of-type {
	margin-bottom: 0;
}

.module.maintenance-greeting {
	background: url('../img/maintenance-icon.png') no-repeat left center;
}
.module.text--size--24 {
	font-size: 24px;
}
.module.list-payment ul {
	margin: 0 0 15px;
	padding: 0;

	text-align: center;
	list-style: none;
}
.module.list-payment ul li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
}
.module.list-payment ul li img {
	margin-bottom: 0;
}
.module.title_news.no--text-wrap .tb_text_wrap {
	border-left: 0;
}
.module.text-main-line-green {
	margin-bottom: 20px;
	padding-bottom: 5px;

	position: relative;

	color: #333030;

	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.module.text-main-line-green::after {
	display: block;
	width: 50px;
	height: 1px;

	position: absolute;
	left: calc( 50% - 25px );
	bottom: 0;

	background: #a2c33e;

	content: "";
}
.module.title--color--red .module-title {
	color: #e60012;
}
.module.title--size--18 .module-title {
	font-size: 18px;
}
.module.title--btm--0 .module-title {
	margin-bottom: 0;
}
.module.list-red-dot ul {
	margin: 0;
	list-style: none;
}
.module.list-red-dot ul li {
	margin-bottom: 5px;
	padding: 13px 5px 13px 40px;

	background: #fff url('../img/red-dot.png') no-repeat left 20px center;
	color: #333030;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
.module.insurance-greeting {
	text-align: center;
}
.module.insurance-greeting .tb_text_wrap {
	display: inline-block;
	padding-left: 95px;
	background: url('../img/insurance-icon.png') no-repeat left center;
	text-align: left;
}
.module.insurance-big-text {
	font-size: 20px;
	font-weight: bold;
}
.module.insurance-big-text strong {
	font-size: 28px;
}
.module.btn_red-arrow.btn--width--345 a {
	max-width: 345px;
}
.module.info_table table {
	width: 100%;
	border-collapse: collapse;
}
.module.info_table tr td,
.module.info_table tr th {
	padding: 16px 20px;
	border: #c3c3c3 solid 1px;
	line-height: 1.8;
}
.module.gallery-columns-3.info_gallery .gallery-item {
	margin: 0 3.2% 0 0;
}
.module.gallery-columns-3.info_gallery .gallery-item {
	width: 31.2%;
}
.gallery-columns-3.info_gallery .gallery-item:nth-of-type(3n) {
	margin-right: 0;
}
.gallery.info_gallery {
	margin-bottom: 0;
}
.module.mb--40 {
	margin-bottom: 40px;
}
.wpcf7-form table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.wpcf7-form table tr th,
.wpcf7-form table tr td {
	border: #c3c3c3 solid 1px;
}
.wpcf7-form table tr td {
	padding: 10px 10px 0;
}
.wpcf7-form table tr td .file-445,
.wpcf7-form table tr td .file-446,
.wpcf7-form table tr td .file-447 {
	padding-bottom: 5px;
	display: block;
}
.wpcf7-form table tr th {
	width: 22%;
	padding: 10px;
	background: #333030;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.wpcf7-form table tr th span {
	color: #ff0000;
	font-weight: bold;
}
body input[type="text"], 
body input[type="password"], 
body input[type="date"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="month"], 
body input[type="week"], 
body input[type="email"], 
body input[type="number"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="time"], 
body input[type="url"], 
body input[type="color"],
body textarea {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 10px; 
	padding: 5px 10px;

	border: 0px;
	border-radius: 0;

	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
}
body .wpcf7-form input[type="file"] {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding: 1px 10px;
	border: 0px;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}
.wpcf7-checkbox {
	display: block;
	margin-bottom: 10px;
}
.wpcf7-form table + p {
	display: block;
	margin-bottom: 0;

	text-align: center;
}
.wpcf7-form input[type=submit] {
	display: block;
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 20px;
	border-radius: 0;
	background: #a2c33e;
	box-sizing: border-box;
	transition: .2s all linear;
}
.wpcf7-form input[type=submit]:hover {
	opacity: 0.7;
}




.module.mb--30 {
	margin-bottom: 30px;
}
.module.mb--25,
.mb--25 {
	margin-bottom: 25px;
}
.module.mb--20,
.mb--20 {
	margin-bottom: 20px;
}
.module.mb--15 {
	margin-bottom: 15px;
}
.module.mb--10,
.mb--10 {
	margin-bottom: 10px;
}


.pt--80 {
	padding-top: 80px;
}
.pt--70 {
	padding-top: 70px;
}
.pb--80 {
	padding-bottom: 80px;
}
.pb--70 {
	padding-bottom: 70px;
}
.pb--40 {
	padding-bottom: 40px;
}

/* 20220208 追加投稿ページ */
.single #layout.pagewidth{
	width: 100%;
	max-width: 1100px;
	padding: 0 2%;
}
.single #content{ margin-top: 7.2% }
.single .post-title{ margin-bottom: 30px; text-align: center; font-size: 32px; }
.single .post-image{ text-align: center; margin-bottom: 30px; }
.single .post-image img{ max-width: 600px; width: 100%; }

.single .history-back-container{ text-align: center; margin-bottom: 7.2%; }
.single .history-back-container a,
.post .more-link{
	display: inline-block;
	text-align: center;
	color: white!important;
	text-decoration: none!important;
	font-size: 16px;
	background: rgb(230,0,18);
	background: linear-gradient(0deg, rgba(230,0,18,1) 0%, rgba(230,0,18,1) 75%, rgba(181,10,20,1) 100%);
	width: 100%;
	max-width: 340px;
	padding: 13px 10px 12px;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16);
	position: relative;
	box-sizing: border-box;
}

.single .history-back-container a::after, 
.post .more-link::after {
    content: '\f061';
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 22px;
    color: white;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900 !important; /* 矢印アイコンを表示するのに必須 */
}

.single .post{ margin-bottom: 20px; }
.single #cOverviewArea{ text-align: center; margin: 0 auto 30px; max-width: 600px; }

/* 諸元表 */
#car-spec{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }
#car-spec .cstcont{ width: calc( 96% / 3 ); margin-bottom: 30px; }
#car-spec .cst{ width: 100%; height: 100%; border-collapse: collapse; }
#car-spec .cst th,
#car-spec .cst td{ border: 1px solid #c3c3c3; padding: 15px 12px 14px; }
#car-spec .cst th{ white-space: nowrap; width: 42%; }

/* car lists */
.car_lists .post .post-image{ margin-bottom: 0; }
.car_lists .post .archive_card_border{
	border: 1px solid #c3c3c3;
	border-top: 0;
	border-bottom: 0;
	padding: 3%;
}
.car_lists .post .entry-content{
	border: 1px solid #c3c3c3;
	border-top: 0;
	padding: 3% 3% 0;
}
.car_lists .post .post-title a{
	font-size: 16px;
	font-weight: normal;
	color: #333030;
	text-decoration: underline;
	margin-bottom: 6px;
}
.car_lists .post .post-title a:hover{ text-decoration: none; }
.archive_prices{ display: flex; justify-content: space-around; align-items: center; margin-top: 16px; }
.archive_prices dt,.archive_prices dd{ width: calc( 100% / 4 ); text-align: center; }
.archive_prices dt{ border: 1px solid #404040; color: #a2c33e;}

/*===================================================================
==============================     WIDTH 1024px     =================
===================================================================*/
@media screen and (max-width: 1024px) {
	/* Copy old file */
	/* Mobile Menu Button */
	#menu-button {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		z-index: 900;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		background-color: #cee;
	}
	#menu-button .ham-lines {
		position: relative;
		margin: 0 auto;
		width: 32px;
		height: 32px;
	}
	#menu-button .ham-lines span,
	#menu-button .ham-lines::before,
	#menu-button .ham-lines::after {
		position: absolute;
		display: block;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 28px;
		height: 2px;
		background-color: #555;
		border-radius: 1px;
	}
	#menu-button .ham-lines span {
		bottom: 15px;
		transition: all .25s .25s;
		opacity: 1;
	}
	#menu-button .ham-lines::before,
	#menu-button .ham-lines::after {
		content: "";
	}
	#menu-button .ham-lines::before{
		bottom: 24px;
		animation: menu-bar01 .75s forwards;
	}
	#menu-button .ham-lines::after {
		bottom: 6px;
		animation: menu-bar03 .75s forwards;
	}
	#menu-button .ham-text {
		font-size: 12px;
		line-height: 1;
	}
	#menu-button.is-active .ham-lines span {
		opacity: 0;
	}
	#menu-button.is-active .ham-lines::before {
		animation: active-menu-bar01 .5s forwards;
	}
	#menu-button.is-active .ham-lines::after {
		animation: active-menu-bar03 .5s forwards;
	}

	/* Mobile Header Menu Container */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 64px;
		overflow-y: auto;
		background-color: #cec;
		transition: .3s;
		visibility: hidden;
		opacity: 0;
	}
	#main-menu-container.is-active {
		visibility: visible;
		opacity: 1;
	}
	/* Search Form in Header Nav */
	#headerwrap #header #searchform {
		position: static;
		width: auto;
		margin: 0 auto;
		padding: 8px 16px;
		text-align: center;
	}
	#headerwrap #header #searchform #s {
		float: none;
		width: 80%;
		height: auto;
		font-size: 16px;
		line-height: 1.6;
	}
	/* Header Main Menu */
	#main-menu-container .main-menu,
	#main-menu-container .sub-menu {
		margin: 0;
		list-style: none;
	}
	#main-menu-container .menu-item {
		margin: 0;
		padding: 8px 0 0 16px;
	}
	#main-menu-container .main-menu {
		position: static;
		width: 100%;
		max-width: 94%;
		margin: 0 auto 16px;
		padding: 0;
		border: none;
		border-radius: 0;
		background-color: transparent;
		box-shadow: none;
	}
	#main-menu-container .main-menu>li {
		margin: 0 16px;
		padding: 8px;
		border-bottom: dotted 1px #aaa;
	}
	#main-menu-container .main-menu>li:last-of-type {
		border-bottom: none;
	}
	#main-menu-container .main-menu li a {
		font-size: 16px;
		line-height: 2;
		color: #333;
	}
	/* Setting */
	/*body #menu-button {
		width: 100%;
	}*/
	body #menu-button, 
	body .sp-footer-icons-container a {
		background: #333030;
	}
	body #menu-button .ham-lines span, 
	body #menu-button .ham-lines::before, 
	body #menu-button .ham-lines::after {
		background: #fff;
	}
	body #menu-button .ham-lines {
		margin-left: auto;
		margin-right: 10px;
	}
	body #header,
	body.mobile_menu_active #header {
		padding-top: 48px;
	}
	body.default_width #layout .module_row > .row_inner,
	body .module-layout-part .module_row.fullwidth > .row_inner, 
	body .module_row.fullwidth > .row_inner {
		max-width: 94% !important;
	}
	body #main-menu-container {
		background: rgba(0,0,0,0.8);
	}
	body #main-menu-container .main-menu {
		display: none;
		max-width: 460px;
		width: 100%;
		margin: 0 auto;

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -2;

		overflow: hidden;
		opacity: 0;
		visibility: hidden;
	}
	body #main-menu-container.is-active .main-menu {
		display: block;

		z-index: 1;

		opacity: 1;
		visibility: visible;
	}
	body #main-menu-container .main-menu>li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;

		float: none;

		border-bottom: 0;
	}
	body #main-menu-container .main-menu li a {
		padding: 0;

		color: #fff;

		font-size: 14px;
		text-align: center;
	}
	body #main-menu li a::after {
		display: none;
	}
	body #main-menu li.menu-hide a {
		display: block;
	}
	body #main-menu ul {
		display: block;
		padding: 0;

		position: relative;
		left: 0;

		background: none;

		visibility: visible;
		opacity: 1;
	}
	#main-menu-container .menu-item {
		padding-left: 0;
	}
	#main-menu-container .menu-item li a {
		text-decoration: none;
		font-size: 12px;
	}
	.ham-text {
		display: none;
	}
	#header.pagewidth,
	body .module_row.fullwidth > .row_inner, 
	body .module_row.fullwidth.home-row02 > .row_inner {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	body .pagewidth {
		max-width: 100%;
	}
	body.default_width #layout .module_row.row_effect > .row_inner {
		max-width: 100%;
	}
	body #main-menu li::before, 
	body #main-menu li:last-child::after {
		display: none;    
	}
	body #main-menu li {
		max-width: 100%;
	}
	body .themify_builder .module.sale-greeting {
		padding-left: 85px;
		background-size: auto 100%;
		font-size: 24px;
	}
	body .module_row.fullwidth.row--width--1400 > .row_inner {
		max-width: 100%;
	}
	body.default_width #layout .module_row.row--width--1400 > .row_inner {
		max-width: 100%;
	}
	.subrow--width--520.first .tb-column-inner {
		max-width: calc( 100% - 6vw );
		margin-right: auto;
	}
	.subrow--width--520 .tb-column-inner {
		max-width: calc( 100% - 6vw );
	}
	.module.tel-contact-box .tb_text_wrap {
		font-size: 33px;
	}
	.module.tel-contact-box .module-title {
		font-size: 16px;
	}

	/* 追加　20220209 */
	body #main-menu-container .main-menu li .sub-menu a::before{
		content: "└";
		padding-right: .3em;
		color: #c3c3c3;
	}

}/* 1024px */
/*===================================================================
==============================     WIDTH 939px     =================
===================================================================*/
@media screen and (max-width: 939px) {
	/* Setting */  
	hgroup {
		padding: 15px 0;
	}
	.lb,
	.rb {
		width: 100%;
		padding: 0;

		float: none;

		text-align: center;
	}
	body #site-logo {
		margin-bottom: 10px;
		top: 0;
	}
	body #site-logo a {
		display: inline-block;
	}

	body .sp-footer-icons-container {
		bottom: 0;
	}
	body .sp-footer-icons-container a {
		display: block;
		width: 33.33%;

		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		border-left: solid 1px #fff;
		box-sizing: border-box;
	}
	body .sp-footer-icons-container a:first-of-type {
		border-left: 0;
	}
	body .sp-footer-icons-container a i {
		color: #fff;
	}
	body #pagewrap {
		padding-bottom: 48px;
	}
	.module_row .row_inner .module-layout-part .module_row.home_box_content.box_left .row_inner > .module_column, 
	.home_box_content.box_left .row_inner > .module_column {
		margin-left: 3vw;
	}
	.module_row .row_inner .module-layout-part .module_row.home_box_content.box_right .row_inner > .module_column, 
	.home_box_content.box_right .row_inner > .module_column {
		margin-right: 3vw;
	}
	.module.btn_red-arrow a {
		padding: 13px 50px;
	}
	.module.contact_title .module-title {
		font-size: 20px;
	}
	.module.contact_logo {
		margin-bottom: 10px;
		text-align: center;
	}
	.contact_subrow .col4-2.middle {
		border-left: 0;
		padding: 0 0 10px 0;
	}
	.module.contact_tel {
		text-align: center;
	}
	.module.contact_mail {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.module.contact_subtext {
		margin-top: 10px;
	}
	body .module_row.fullwidth.row_contact > .row_inner {
		padding: 30px 20px;
	}
	.module.post_news .post {
		padding: 15px 20px;
	}
	body .themify_builder .module.sale-greeting {
		padding-left: 70px;
		font-size: 18px;
	}
	.subpage_row-main {
		padding: 30px 0;
	}
	.module.icon-greeting {
		background-size: auto 80px;
		font-size: 25px;
	}
	.module.title_num-inline .module-title {
		vertical-align: top;
	}
	.module.title_num-inline .tb_text_wrap {
		max-width: calc( 100% - 35px );
	}
	.module.tel-contact-box .tb_text_wrap {
		font-size: 23px;
	}
	.module.tel-contact-box .tb_text_wrap img {
		height: 18px;
		width: auto;
		margin-right: 3px;
	}
	/* Spacing */
	.md_pt--50 {
		padding-top: 50px;
	}
	.md_pb--50 {
		padding-bottom: 50px;
	}

	

	/* 諸元表 */
	#car-spec .cstcont{ width: 100%; }
	#car-spec .cst th{ width: 32%; }

}/* 939px */

@media screen and (min-width: 769px) {
	#pagewrap .sp-only {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#pagewrap .pc-only {
		display: none;
	}
	.header_mail a {
		padding: 9px 18px;
	}
}

/*===================================================================
==============================     WIDTH 680px     =================
===================================================================*/
@media screen and (max-width: 680px) {
	/* Setting */
	body .footer-nav li.menu-item-has-children {
		padding-left: 0;
	}
	body .footer-nav li.menu-item-has-children::before {
		display: none;
	}
	.module.text_greeting {
		padding: 80px 0 10px;
		background-position: center top;
	}
	.module.text_greeting .module-title{
		font-size:14px;
	}
	.module.text_greeting {
		font-size: 23px;
	}
	.module.sp_mb--30 {
		margin-bottom: 30px;
	}
	body .themify_builder .module_row.home_row01,
	body .themify_builder .module_row.home_row02,
	body .themify_builder .module_row.home_row03,
	body .themify_builder .module_row.home_row04 {
		background: none;
	}
	body .themify_builder .module_row.home_box_content >.row_inner::after, 
	body .themify_builder .module_row.home_box_content > .row_inner::after, 
	.home_box_content >.row_inner::after,
	.home_box_content > .row_inner::after {
		display: none;
	}
	body.default_width #layout .module_row.home_box_content > .row_inner {
		max-width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.module_row .row_inner .module-layout-part .module_row.home_box_content.box_left .row_inner > .module_column, 
	.home_box_content.box_left .row_inner > .module_column {
		margin-left: auto;
	}
	.module_row .row_inner .module-layout-part .module_row.home_box_content.box_right .row_inner > .module_column, 
	.home_box_content.box_right .row_inner > .module_column {
		margin-right: auto;
	}
	.module_row .row_inner .module-layout-part .module_row.home_box_content .row_inner, 
	body .module_row.home_box_content > .row_inner {
		height: auto;
		padding: 50px 0 0;
	}
	.home_row04 .module_row .row_inner .module-layout-part .module_row.home_box_content .row_inner, 
	body .home_row04 .module_row.home_box_content > .row_inner {
		padding-bottom: 50px;
	}
	/*.module.title_icon .image-wrap {
		display: block;
		margin: 0 0 5px;
		text-align: center;
	}*/
	.module.contact_tel img {
		width: auto;
		height: 20px;
	}
	.module.contact_tel strong {
		font-size: 30px;
	}
	.header_address {
		margin-bottom: 10px;
		text-align: center;
	}
	body .copyright-container .copyright {
		display: block;
		padding: 0;
	}
	.module.home_image_main {
		padding: 100px 0;
	}
	body.default_width #layout .module_row.row--width--1400 > .row_inner {
		max-width: 94%;
	}
	body .themify_builder .module.sale-greeting {
		padding: 70px 0 0;
		background-position: center top;
		background-size: auto 60px;
		text-align: center;
	}
	.module.font--size--20 {
		font-size: 16px;
	}
	.module.title_main.module-fancy-heading span.sub-head {
		font-size: 25px;
	}
	.module.title_line-red .module-title {
		font-size: 18px;
	}
	.module.icon-greeting {
		padding: 70px 0 0;
		background-size: auto 60px;
		background-position: top center;
		text-align: center;
	}
	.module.title_main-text .tb_text_wrap {
		font-size: 22px;
	}
	.module.title_main-text .tb_text_wrap strong {
		font-size: 25px;
	}
	.purchase_subrow-white .sub_column.module_column {
		margin-bottom: 70px;
	}
	.purchase_subrow-white .sub_column.module_column.last {
		margin-bottom: 0px;
	}
	.module.text--border,
	.module.policy-text {
		padding: 15px;
	}
	.module.tel-contact-box {
		margin-bottom: 50px;
	}
	.wpcf7-form table tr th, 
	.wpcf7-form table tr td {
		display: block;
		width: 100%;

		border-bottom: 0;

		box-sizing: border-box;
	}
	.wpcf7-form table tr:last-child td {
		border: #c3c3c3 solid 1px;
	}
	.module.title_news .tb_text_wrap {
		display: inline-block;
		margin: 7px 0 0;
		font-size: 12px;
		padding-left: 5px;
		border-left: none;
	}
	.subrow--width--520 .tb-column-inner {
		max-width: 100%;
	}
	.module.purchase_flow-image {
		text-align: center;
	}
	.module.text--size--24 {
		font-size: 18px;
	}
	.module.text-main-line-green {
		font-size: 22px;
	}
		.module.title_news.no--text-wrap .tb_text_wrap {
			margin-top: 0;
		}
		body.home .themify_builder .module_row.module_row_281-1 > .row_inner {
			flex-direction: column;
			align-items: stretch;
		}
		body.home .themify_builder .module_row.module_row_281-1 > .row_inner > .module_column.col4-2 {
			width: 100%;
			max-width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
		body.home .themify_builder .module_row.module_row_281-1 > .row_inner > .module_column + .module_column {
			margin-top: 30px;
		}
		.purchase_subrow-white .sub_column.module_column.last.sp_mb--50 {

		margin-bottom: 50px;
	}
	.module.insurance-greeting .tb_text_wrap {
		padding: 70px 0 0;
		background-position: center top;
		background-size: auto 60px;
		text-align: center;
		font-size: 23px;
	}
	.module.icon-greeting.insurance-greeting {
		padding-top: 0;
		margin-bottom: 0;
	}
	.module.insurance-big-text strong {
		font-size: 25px;
		display: block;
	}
	.module.btn_red-arrow.btn--width--345 a {
		margin: 0 auto;
	}
	.module.info_table tr td, 
	.module.info_table tr th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.module.info_table tr td {
		border-top: 0;
		padding-top: 0;
	}
	.module.info_table tr th {
		padding-bottom: 5px;
		border-bottom: 0;
		border-top: 0;
		text-align: left;
	}
	.module.info_table tr:first-child th {
		border-top: #c3c3c3 solid 1px;
	}
	.module.gallery-columns-3.info_gallery .gallery-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wpcf7-checkbox {
		margin-bottom: 0;
	}



	.module.sp_mb--20 {
		margin-bottom: 20px;
	}
	.module.sp_mb--15 {
		margin-bottom: 15px;
	}
	.sp_pt--50 {
		padding-top: 50px;
	}
	.sp_pb--50 {
		padding-bottom: 50px;
	}

}/* 680px */


.gallery_no_finger .gallery-item .gallery-icon {
	cursor: default;
}


.single-sales .list-post {
    margin-top: 7.2% !important;
}

.single-sales #content {
    margin-top: 0 !important;
}

.post-type-archive-sales .module_row > .row_inner, 
.post-type-archive-sales .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    width: 100% !important;
    max-width: 1100px;
}