/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 18px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}

/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainVisual img {
	width: 100%;
	max-width: 100%;
}
#mainVisual .main_content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
#mainVisual .main_content .visual {
	background: url(/wp-content/uploads/42694a38a1c9c381e2cf21832173c24e.jpg) no-repeat center;
	background-size: cover;
	height: 868px;
}

@media screen and (max-width: 1099px) and (min-width: 961px) {
	#mainVisual .main_content .visual {
		height: 608px;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#mainVisual .main_content .visual {
		height: 510px;
	}
}

@media screen and (max-width: 767px) {
	#mainVisual .main_content .visual {
		background: none;
		height: auto;
	}
}

/*--------------------------------------
TITLE
--------------------------------------*/
.top_title_h2 h2 {
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #4d290e;
	padding-bottom: 35px;
	text-align: center;
	position: relative;
}
.top_title_h2 h2:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #009b6f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 15px;
}

/*--------------------------------------
お電話
--------------------------------------*/
.tel_section {
	max-width: 650px;
	padding: 0 20px;
	margin: 10px auto;
}

@media screen and (max-width: 767px) {
	.tel_section {
		margin: 20px auto;
	}
}

/*--------------------------------------
医院情報
--------------------------------------*/
.info_section {
	width: 100%;
	max-width: 1600px;
	background: url(/wp-content/uploads/top_bg01.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0;
	margin: 0 auto;
}
.info_section .inner {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}
.infoArea,
.menuArea {
	float: left;
	width: 49%;
	background: rgba(255, 255, 255, 0.9);
	padding: 50px 15px 35px;
	border-radius: 10px;
	box-sizing: border-box;
	opacity: 0.9;
}
table.info {
	margin-bottom: 15px;
}
table.info th,
table.info td {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 18px;
	color: #4d290e;
	padding: 5px 10px;
	border-bottom: 1px solid #fedcb8;
	vertical-align: middle;
}
table.info th {
	width: 30%;   
}
.infoArea .timeBox {
	background: #faf8ea;
	border-radius: 10px;
	padding: 15px 0px;
}
.timetable02 {
	margin-bottom: 0.5em;
}
.timetable02 th,
.timetable02 td {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 15px;
	text-align: center;
	padding: 5px 0px;
	color: #5eb226;
}
.timetable02 thead th {
	color: #4d290e;
	padding: 3px 0;
}
.timetable02 tbody th {
	width: 35%;
	color: #4d290e;
	white-space: nowrap;
}
.remarks {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 14px;
	color: #4d290e;
	padding: 0px 15px;
}

.menuArea {
	margin-left: 2%;
}
.menuArea h3 {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 24px;
	color: #4d290e;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 20px 0;
	padding-left: 55px;
	position: relative;
}
.menuArea h3:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #009b6f;
	position: absolute;
	top: 8px;
	left: 30px;
}
.menuArea .txt {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 20px;
	color: #4d290e;
	padding: 0 30px;
	margin-bottom: 15px;
}
.menuArea .txtBox {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 16px;
	color: #4d290e;
	background: #faf8ea;
	border-radius: 10px;
	padding: 15px 30px;
}
.txtBg {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background: #cbe9b7;
	padding: 8px;
	border-radius: 5px;
}
.menuArea .txtBox .txtBg {
	color: #4d290e;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	table.info th,
	table.info td {
		font-size: 16px;
	}
	.remarks {
		padding: 0 10px;
	}
	.menuArea h3 {
		margin: 18px 0;
		padding-left: 35px;
	}
	.menuArea h3:before {
		left: 10px;
	}
	.menuArea .txt {
		font-size: 16px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.infoArea,
	.menuArea {
		float: none;
		width: 100%;
		background: rgba(255, 255, 255, 0.7);
	}
	table.info th,
	table.info td {
		font-size: 16px;
	}
	.menuArea {
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 480px) {
	table.info th,
	table.info td {
		padding: 5px;
	}
	.timetable02 th,
	.timetable02 td {
		font-size: 13px;
	}
	.menuArea .txt {
		font-size: 16px;
		padding: 0 10px;
	}
}

/*--------------------------------------
診療予約について
--------------------------------------*/
.reserve_section {
	background: url(/wp-content/uploads/top_bg02.png) no-repeat top center, url(/wp-content/uploads/top_bg03.png) no-repeat bottom center;
	background-size: 100% auto;
	padding: 94px 0 74px;
	margin-bottom: 65px;
}
.reserveArea {
	background: #f9f9e5;
	padding: 50px 40px 20px;
	border-radius: 10px;
	position: relative;	
}
.reserveArea:before {
	content: "";
	width: 120px;
	height: 57px;
	background: url(/wp-content/uploads/top_bg04.png) no-repeat left center;
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -60px;
}
.reserveArea .inner {
	max-width: 420px;
	margin: 0 auto;
}
.reserveArea h2 {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 24px;
	color: #009b6f;
	text-align: center;
	margin-bottom: 30px;
}
.reserveArea .picWrap {
	margin-bottom: 40px;
}
.reserveArea .picWrap img {
	width: 100%;
}
.reserveArea .txtWrap {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	color: #4d290e;
}
.reserveArea .txtWrap .txt01 {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}
.reserveArea .txtWrap .txt01:before {
	content: "";    
	width: 14px;
	height: 14px;
	background: #009b6f;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: -20px;
}
.reserveArea .txtWrap .txt02 {
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
}
.reserveArea .txtWrap .txt02:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #009b6f;
	position: absolute;
	top: 7px;
	left: -20px;
}
.reserveArea ul {
	background: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.reserve_section {
		padding: 84px 0 55px;
	}
	.reserveArea ul li:not(:first-child) {
		margin-top: 30px;
	}
}

/*--------------------------------------
当院について
--------------------------------------*/
.clinic_section .top_title_h2 h2 {
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 10px;    
}
.clinic_section .top_title_h2 h2:after {
	bottom: 0;
}
.top_title_h3 {
	background: #33af8c;
	border-radius: 8px;
	padding: 10px 10px 10px 20px;
}
.top_title_h3 h3 {
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
}

/* =====================================
■UNDER
===================================== */
.name {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 22px;
}
.tour .gnv_tmp_h4_bg h4 {
    font-size: 20px;
}

/*--------------------------------------
table01
--------------------------------------*/
table.table01,
table .table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th,
.table01 td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
	font-weight: bold;
}
.table01 tbody th {
	background: #FFF2EC;
	width: 35%;
	font-weight: bold;
}
.table01 th,
.table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table01 a:hover {
	color: #113462;
	text-decoration: underline;
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	table.table01,
	table .table01 {
		font-size: 85%;
	}
	.table01 th,
	.table01 td {
		padding: 0.2em;
	}
}

@media (max-width: 480px) {
	table.table01,
	table .table01 {
		font-size: 70%;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	list-style: none;
	font-size: 80%;
	text-align: right;
	margin: 0 auto;
	color: #666;
	padding-bottom: 5px;
	box-sizing: border-box;
}
#bread li {
	display: inline-block;
	padding-right: .3em;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	max-width: 120px;
}
#bread li + li:before {
	padding-right: .3em;
	content: ">";
}
#bread a {
	color: #999;
}
#bread a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	#bread {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 767px) {
	#bread {
		padding: 5px 20px;
	}
}

@media screen and (max-width: 480px) {
	#bread {
		padding: 5px 10px;
	}
}

/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1080px;
padding: 0 30px;
}
*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor-image {
	display: inline-block;
}
.elementor-widget-image .elementor-image img {
	width: 100%;
}
.elementor-heading-title {
	line-height: inherit;
}
.elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
}
.elementor-image-box-title {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 20.5px;
	margin-bottom: 20px;
	line-height: 2;
	color: #26aa84;
	text-align: center;
	overflow: hidden;
}
.elementor-image-box-img {
	width: 44% !important;
	float: right;
	display: block !important;
	margin: 0 0 10px 1em !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block !important;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
.elementor-text-editor a,
.elementor-widget-image-box .elementor-image-box-content a {
	color: #333;
}
.elementor-text-editor a:hover,
.elementor-widget-image-box .elementor-image-box-content a:hover {
/* 	color: #199e39; */
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	/*
	.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
	*/
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 1em !important;
		text-align: center;
	}
}

/*--------------------------------------
TITLE
--------------------------------------*/
.gnv_tmp_h2_bg {
	/* background: #cbe9b7;
	border-top: 2px dashed #33af8c;
	border-bottom: 2px dashed #33af8c; */
	background: #EE7602;
	border-top: 2px dashed #FFD14B;
	border-bottom: 2px dashed #FFD14B;
	padding: 15px;
	margin-bottom: 25px;
}
.gnv_tmp_h2_bg h2,.gnv_tmp_h2_bg h1 {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 28px;
	line-height: 1.2;
	/* color: #6b4d33; */
	color: #fff;
	text-align: center;
	position: relative;
}
.gnv_tmp_h3_bg h3 {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #4b3508;
	text-align: center;
	padding: 10px 0;
	/* border-bottom: #009b6f solid 2px; */
	border-bottom: #EE7602 solid 2px;
	position: relative;
}
.gnv_tmp_h4_bg {
	padding: 0 0 8px;
	/* border-bottom: 1px dotted #33af8c; */
	border-bottom: 1px dotted #EE7602;
}
.gnv_tmp_h4_bg h4 {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	/* color: #33af8c; */
	color: #EE7602;
	padding-left: 38px;
	position: relative;
}
.gnv_tmp_h4_bg h4:before {
	content: "";
	display: block;
	width: 26px;
	/* height: 24px; */
	height: 26px;
	/* background: url(/wp-content/uploads/ico_tit01.png) no-repeat left top; */
	background: url(/wp-content/uploads/h4ttl_ico.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.gnv_tmp_h5_bg {
	border-bottom: 3px dashed #287df1;
	padding-bottom: 8px;
}
.gnv_tmp_h5_bg h5 {
	color: #287df1;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 480px) {
	.gnv_tmp_h2_bg h2,.gnv_tmp_h2_bg h1 {
		font-size: 24px;
	}
	.gnv_tmp_h3_bg h3 {
		font-size: 24px;
		letter-spacing: 0;
	}
	.gnv_tmp_h4_bg h4 {
		font-size: 20px;
	}
}

/* -------------------------------------
margin_base
------------------------------------- */
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }


/*--------------------------------------
ボタン
--------------------------------------*/
.elementor-button {
	width: 100% !important;
	max-width: 230px;
	font-size: 16px;
	line-height: 1.3;
	/* color: #999fd1 !important;
	fill: #999fd1; */
	color: #FDA966 !important;
	fill: #FDA966;
	background: none;
	padding: 8px 10px 6px;
	border-radius: 0;
	text-align: center;
	position: relative;
	/* border: 1px solid #999fd1; */
	border: 1px solid #FDA966;
}
.elementor-button:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	/* border-bottom: 12px solid #999fd1; */
	border-bottom: 12px solid #FDA966;
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.elementor-button:hover {
	background: rgba(153,159,209, 0.05);
}
.btn {
	display: block;
	text-align: center;
}
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 230px;
	font-size: 16px;
	line-height: 1.3;
	color: #999fd1 !important;
	fill: #999fd1;
	background: none;
	padding: 8px 10px 6px;
	border-radius: 0;
	text-align: center;
	position: relative;
	border: 1px solid #999fd1;
}
.btn a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #999fd1;
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.btn a:hover {
	background: rgba(153,159,209, 0.05);
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 315px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 40%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
診療時間表
------------------------------------- */
.timetable {
	margin-bottom: 0.5em;
}
.timetable th,
.timetable td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	background: #fff;
	/* border-bottom: 1px solid #33af8c; */
	border-bottom: 1px solid #A68C66;
}
.timetable thead th {
	/* background: #33af8c; */
	background: #FDA966;
	color: #fff;
	border-bottom: none;
}
.timetable thead th:first-child {
	width: 35%;
}
.timetable tbody th {
	white-space: nowrap;
}
.timetable tbody td {
	/* color: #33af8c; */
	color: #FDA966;
}

@media screen and (max-width: 480px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
}

/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
	background: #6fba2c;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 4px;
	letter-spacing: 0;
}

/*--------------------------------------
2列テーブル 
--------------------------------------*/
.column2_table th,
.column2_table td {
	padding: 7px 5px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e5;
}

@media screen and (max-width: 767px) {
	.column2_table th,
	.column2_table td {
		font-size: 14px;
	}
	.column2_table th {
		width: 37%;
	}
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.border_table th,
.border_table td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.border_table th {
	width: 30%;
	background: #287df1;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.border_table th,
	.border_table td {
		font-size: 13px;
		padding: 5px 3px;
	}
}

/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	padding: 6px 10px 4px 10px;
	border: 1px solid #ccc;
	word-break: break-all;
}
.style_table tbody th {
	background: #f9f9f9;
	width: 30%;
	color: #6971b8;
	font-weight: bold;
}
.style_table tbody td.price {
	text-align: right;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
	}
	.style_table tbody th,
	.style_table tbody td.price {
		width: 31%;
	}
}

/*--------------------------------------
リスト
--------------------------------------*/
.circleList li.elementor-icon-list-item {
	padding: 0 0 5px 22px !important;
	position: relative;
	display: block !important;
}
.circleList li.elementor-icon-list-item:before {
	content: "";
	height: 5px;
	width: 5px;
	/* background: #009b6f; */
	background: #FFD14B;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 11px;
}

.checkList li.elementor-icon-list-item {
	padding: 8px 5px 5px 30px !important;
	position: relative;
	display: block !important;
}
.checkList li.elementor-icon-list-item:before {
	content: "";
	width: 21px;
	height: 21px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 0;
}
.checkList li:after {
	content: "";
	width: 17px !important;
	height: 10px;
	border: transparent 4px solid;
	border-left: 2px solid #ff5f00;
	border-bottom: 2px solid #ff5f00;
	position: absolute !important;
	top: 11px;
	left: 3px !important;
	right: initial !important;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	z-index: 10;
}

.arrowList li.elementor-icon-list-item {
	padding: 0 0 5px 14px;
	position: relative;
	display: block !important;
}
.arrowList li.elementor-icon-list-item:before {
	content: "";
	border-left: 5px solid #F4B151;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 3px;
	top: 8px;
}

li.elementor-icon-list-item a {
	display: inline-block !important;
	width: auto !important;
	color: #333;
}
li.elementor-icon-list-item a:hover {
	color: #199e39;
	text-decoration: underline;
}

.column2_list li {
	display: inline-block;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column3_list li {
	display: inline-block;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column_list li {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding-right: 30px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.column2_list li,
	.column3_list li,
	.column_list li {
		display: block;
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 36% !important;
	margin: 0 0 1em 1em;
	display: block;
}
.context_area.img_l .img_box img {
	float: left;
	margin: 0 1em 1em 0;
}
.context_area .auto_img img {
	width: auto !important;
	display: block;
}
.text_box {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.context_area .img_box img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 1em !important;
	}
	.context_area .auto_img img {
		width: auto !important;
	}
	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #999fd1;
}
.txt_link {
	color: #85b960;
	vertical-align: top;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: underline;
}
.catch_title {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 20.5px;
	color: #26aa84;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.catch_title {
		font-size: 18px;
		line-height: 1.6;
	}
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList .elementor-inner-section {
	background: #f6f5f3;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 50px;
}
.flowList .elementor-inner-section:not(:last-child):before {
	content: "";
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted #ccc;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-top: 16px solid #ff9b5f;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -34px;
	margin-left: -32px;
	z-index: 2;
}
.flowList .flow_title {
	font-size: 18px;
	color: #fff;
	background: #c3b39c;
	padding: 6px 20px 8px 20px;
	border-radius: 5px;
}
.flowList .flow_inner {
	padding: 20px;
}

.flowList02 {
	background: url(/wp-content/uploads/ico_arrow.png) no-repeat 30px bottom;
}
.flowList02 p {
	background: #fff;
	color: #623e1a;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 1em;
	border: #33af8c 2px solid;
}
.flowList02 dl {
	overflow: hidden;
}
.flowList02 dl dt {
	background: #fff;
	width: 105px;
	color: #623e1a;
	text-align: center;
	padding: 0.3em 0;
	border: #33af8c 2px solid;
	border-radius: 3px;
	float: left;
	clear: left;
	font-size: 14px;
}
.flowList02 dl dt.none {
	border: none;
	background: none;
}
.flowList02 dl dd {
	font-size: 15px;
    line-height: 1.6;
    min-height: 50px;
    padding: 8px 0 5px 125px;
    margin-bottom: .5em;
}

/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
	background: #f6f5f3;
	border-radius: 0 0 10px 10px;
}
.bg_box .inner {
	padding: 20px;
}
.border_box {
	border: 3px solid #9f9f9f;
	padding: 40px;
}
.box_title {
	font-size: 18px;
	color: #fff;
	background: #c3b39c;
	padding: 6px 20px 8px 20px;
	border-radius: 5px;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	/* border: 10px solid #c9ecab; */
	border: 10px solid #FDA966;
}
.style_box .style_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 20px 24px;
	margin: 0 !important;
	/* border-bottom: 4px solid #c9ecab; */
	border-bottom: 4px solid #FDA966;
}
.style_box .inner {
	padding: 30px;
}
.style_box .inner .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	padding-left: 22px;
	position: relative;
}
.style_box .inner .title:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: #6fba2c;
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 50%;
}

@media screen and (max-width:767px) {
	.style_box .inner {
		padding: 25px;
	}
}


/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	background: #f2fbeb;
	padding: 25px 35px;
	list-style: none;
}
.anchorlinks li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}
.anchorlinks li a {
	text-decoration: underline;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #6fba2c;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	color: #6fba2c;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.anchorlinks li {
		width: 100%;
		display: block;
		margin: 5px 0;
	}
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_q_wrap .elementor-heading-title:before {
	content: "Q";
	left: 0.2em;
	position: absolute;
	top: -5px;
	font-size: 1.5em;
	color: #4a76bf;
}
.qa_q_wrap .elementor-heading-title {
	position: relative;
	line-height: 1.8 !important;
	padding-left: 2.5em !important;
}
.qa_a_wrap:before {
	content: "A";
	font-size: 1.8em;
	color: #baac9f;
	position: absolute;
	left: 0.2em;
	top: -5px;
}
.qa_a_wrap {
	padding-left: 2.5em !important;
}

.qaList .question {
	position: relative;
	padding: 10px 10px 10px;
	font-size: 20px;
	border-left: 3px solid #ff853c;
	margin-bottom: 10px;
}
.qaList .question .num {
	font-size: 30px;
	color: #ff853c;
	width: 45px;
}
.qaList .answer {
	position: relative;
	padding: 10px 10px 10px;
	border-left: 3px solid #999;
}
.qaList .answer .num {
	font-size: 30px;
	color: #999;
	width: 45px;
}
.qaList .txt {
	width: calc(100% - 45px);
}

/* =====================================
■ブログ
===================================== */
#blogBody #blogList {
	width: 72% !important;
	float: left;
}
#blogBody #blogList .entry {
	margin-bottom: 40px;
}
#blogBody .entry h3.entry-title {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
	background: #33af8c;
	border-radius: 8px;
	padding: 10px 10px 10px 20px;
	position: relative;
	margin-bottom: 10px;
}
#blogBody .entry h3.entry-title a {
	color: #fff;
}
#blogBody .contentArea a {
	word-break: break-all;
}
#blogBody .contentArea a:hover {
	text-decoration: underline;
}
#blogBody .date {
	color: #999;
	font-size: 90%;
	margin-bottom: .5em;
	text-align: right;
}
#blogBody .blogArea {
	margin-bottom: 1em;
}
#blogBody .contributor {
	font-weight: bold;
	color: #999;
	text-align: right;
	font-size: 90%;
	margin-bottom: .5em;
	display: none;
}
#blogBody .entry:not(.details) .contributor {
	display: none;
}
#blogside {
	width: 170px;
	float: right;
}
#blogside .archiveBox {
	margin-bottom: 3em;
}
#blogside h3 {
	width: 100%;
	color: #fff;
	background: #33af8c;
	border-bottom: 3px solid #cbe9b7;
	margin-bottom: .8em;
	padding: 3px 5px;
	box-sizing: border-box;
	text-align: center;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	height: 5px;
	width: 5px;
	background: #199e39;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
#blogside li a {
	color: #333;
}
#blogside li a:hover {
	color: #199e39;
	text-decoration: underline;
}
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	#blogBody #blogList {
		width: 100% !important;
		float: none;
	}
	#blogside {
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #6fba2c;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
	padding-top: 52px;
	border-top: 1px solid #ddd;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	font-weight: bold;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #ededed;
	color: #373431;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #4cb99a;
	color: #fff;
	text-decoration: none !important;
}
.pagination ul li span.current {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #4cb99a;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}


@media screen and (max-width: 767px) {
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#news,
#news_list {
	position: relative;
}
h2.titleBg {
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #ffffff;
	/* background: #33af8c; */
	background: #EE7602;
	border-radius: 8px;
	padding: 10px 10px 10px 20px;
	position: relative;
	margin-bottom: 10px;
}
#news .newsBt,
#news_list .newsBt {
	color: #fff;
	position: absolute;
	top: 12px;
	right: 10px;
}
#news .newsBt:hover,
#news_list .newsBt:hover {
	text-decoration: underline;
}
#news dl,
#news_list dl {
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
#news dt,
#news_list dt {
	font-size: 13px;
	font-weight: bold;
	color: #33af8c;
	margin-bottom: 0.1em;
	position: relative;
}
#news .newsNew,
#newsDetail .newsNew {
	display: inline-block;
	background: #656EBB;
	width: 39px;
	height: 19px;
	font-size: 75%;
	line-height: 20px;
	color: #fff;
	margin: 3px 0 0 7px;
	text-align: center;
	vertical-align: top;
}
#news dd a,
#newsDetail dd a {
	color: #333;
}
#news dd a:hover,
#newsDetail dd a:hover {
/* 	color: #199e39; */
	text-decoration: underline;
}
.newsDetailBody p {
	margin-bottom: 0;
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
ul.sitemap_ic li a {
	position: relative;
	display: block;
	padding: 10px 40px 10px 15px;
	color: #333;
	text-decoration: none;
}
ul.sitemap_ic li a:hover {
	/* color: #199e39; */
	color: #EE7602;
}
ul.sitemap_ic li a:after {
	/* border-top: 2px solid #33af8c;
	border-right: 2px solid #33af8c; */
	border-top: 2px solid #EE7602;
	border-right: 2px solid #EE7602;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
	background: none;
}

/* =====================================
■NOTFOUND
===================================== */
.contentArea {
	padding-bottom: 40px;
}
#notfoundBody p {
	padding-bottom: 10px;
	text-align: center;
}
#notfoundBody p strong {
	font-weight: 700;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
.searchInput {
	max-width: 100%;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	padding: 5px;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	-webkit-appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #6fba2c;
}
.step_list li span.current:after {
	background: #6fba2c;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	width: 29%;
	padding: 11px 80px 0 0;
	color: #2C2F30;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-weight: bold;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #91de4d;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #6fba2c;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 24px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #354FA8 url(/wp-content/uploads/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(/wp-content/uploads/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(/wp-content/uploads/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #6fba2c;
	font-size: 25px;
	vertical-align: top;
}
.failed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"] {
	display: none;
}
.failed .confirm_table .required,
.failed .confirm_table .optional,
.failed .confirm_table span.comment,
.failed .confirm_table .wpcf7-list-item-label,
.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.failed .confirm_table dl {
	margin-bottom: 10px;
}
.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.failed .confirm_table dt {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}