@charset "utf-8";
/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.3
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/

/*--------------------------------------
general
--------------------------------------*/
body:not(.home) {
	font-family: "Noto Sans JP", sans-serif;
	color: #443119;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
}

body:not(.home) #wrapper {
	padding-top: 103px;
}

#content {
	background: #fff;
	max-width: 1256px;
	margin: 0 auto 70px;
	border-radius: 0 0 50px 50px;
	min-height: 600px;
	padding: 0 0 100px;
}

.container {
	max-width: 1150px;
}

.home #content {
	background: transparent;
	border-radius: unset;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	body:not(.home) #wrapper {
		padding-top: 62px;
	}
}

/*--------------------------------------
title holder
--------------------------------------*/

.title-holder {
	display: table;
	width: 100%;
	height: 280px;
	background: #D6EEF3;
}

.title-holder .title-holder__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 68px;
}

.title-holder .container {
	position: relative;
	max-width: 1200px;
}

.title-holder .container::before {
	content: '';
	position: absolute;
	background: url('../img/child/h1_deco1.png') no-repeat;
	width: 186px;
	height: 164px;
	background-size: 100%;
	top: -53px;
	left: 21px;
}

.title-holder .container::after {
	content: '';
	position: absolute;
	background: url('../img/child/h1_deco2.png') no-repeat;
	width: 226px;
	height: 143.5px;
	background-size: 100%;
	top: -33px;
	right: 0;
}

.title-holder .container h1,
.title-holder .container h2 {
	font-family: "M PLUS 1", sans-serif;
	color: #443119;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: calc(48 / 36);
	letter-spacing: 0;
	z-index: 2;
	position: relative;
}

.title-holder .container .sub-title {
	font-family: "Hubballi", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #00A3DF;
	margin-top: 11px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

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

	.title-holder {
		height: 200px;
	}

	.title-holder .container h1,
	.title-holder .container h2 {
		font-size: 26px;
	}


	.title-holder .container::before {
		width: 100px;
		height: 90px;
		top: 26px;
		left: 10px;
	}

	.title-holder .container .sub-title {
		margin-top: 5px;
		font-size: 16px;
	}

	.title-holder .title-holder__inner {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 0 120px;
	}

	.title-holder .container::after {
		width: 143px;
		height: 90px;
		top: 24px;
		right: 10px;
	}
}


/*--------------------------------------
bread
--------------------------------------*/
#bread {
	font-family: "Hubballi", sans-serif;
	background: #fff;
	border-radius: 50px 50px 0 0;
	max-width: 1256px;
	padding: 27px 30px 32px;
	margin: -78px auto 0;
}

#bead ul {
	max-width: 1090px;
	margin: 0 auto;
}

#bread li {
	display: inline;
	color: #F39702;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#bread li+li::before {
	content: ">";
	color: #443119;
	padding-right: .3em;
}


#bread li a {
	vertical-align: baseline;
	text-decoration: none;
	color: #443119;
}

#bread li a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	#bread {
		margin-top: -38px;
	}
}


/*--------------------------------------
titles
--------------------------------------*/

/* h2 */
.under-title__h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.under-title__h2 h2 {
	position: relative;
	font-weight: bold;
	color: #473019;
}

.under-title__h2 h2::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	margin-right: 10px;
	border-radius: 7.5px;
	background-color: #F39702;
}

/* h3 */
.under-title__h3 {
	padding: 10px 0 0px 0;
	border-top: 3px solid #F39702;
}

.under-title__h3 h3 {
	position: relative;
	color: #473019;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
}

/* h4 */
.under-title__h4 h4 {
	position: relative;
	padding-left: 20px !important;
	color: #473019;
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 1.6 !important;
}

.under-title__h4 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 6px;
	height: 50%;
	background: #FFAB00;
}

.under-title__h4 h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 6px;
	height: 50%;
	background: #F39702;
}

/* h5 */
.under-title__h5 {
	padding: 8px 10px;
	border-left: 3px solid #F39702;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.under-title__h5 h5 {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6 !important;
}


/*--------------------------------------
btn
--------------------------------------*/

.btn a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 15px 30px;
	margin: 0 auto;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	background: #F39702;
	max-width: 300px;
}

.btn a::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}

.btn a:hover {
	opacity: 0.7;
}

/* elementor btn */
.btn.elementor-widget-button a.elementor-button {
	display: inline-block;
	width: 100%;
	margin: initial;
}

.btn a.elementor-button.elementor-size-xs {
	max-width: 200px;
}

.btn a.elementor-button.elementor-size-sm {
	font-size: 16px;
	max-width: 250px;
}

.btn a.elementor-button.elementor-size-md {
	font-size: 18px;
	max-width: 300px;
}

.btn a.elementor-button.elementor-size-lg {
	font-size: 21px;
	max-width: 350px;
}

.btn a.elementor-button.elementor-size-xl {
	max-width: initial;
}


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

	.btn a {
		font-size: 16px;
		letter-spacing: 0.1em;
	}

	.btn a.elementor-button.elementor-size-lg {
		font-size: 20px;
		max-width: 300px;
	}

}


/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/

/*--------------------------------------
google calendar
--------------------------------------*/

.google-calendar {
	position: relative;
	height: 0;
	padding-top: 500px;
	overflow: hidden;
}

.google-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.google-calendar {
		padding-top: 400px;
	}

}


/*--------------------------------------
map
--------------------------------------*/

.map {
	position: relative;
	width: 100%;
	padding-top: 300px;
}

.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}


/*--------------------------------------
treatment 診療科目
--------------------------------------*/

.treatment-block {
	padding: 55px;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #535353;
	background: #F0F5EF;
}

.treatment-block h2 {
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	font-size: 33px;
	letter-spacing: 3.96px;
	color: #F39702;
}

.treatment-block .elementor-button {
	position: relative;
	width: 100%;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	text-align: left;
	line-height: 1;
	color: #FFFFFF;
	background: #F39702;
}

.treatment-block .elementor-button.elementor-size-sm {
	max-width: 250px;
	padding: 18px 25px;
	font-size: 18px;
	letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
	max-width: 350px;
	padding: 20px 30px;
	font-size: 20px;
	letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
	max-width: 450px;
	padding: 22px 30px;
	font-size: 22px;
	letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 4.5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
}


@media screen and (max-width: 1024px) and (min-width: 768px) {

	.treatment-block {
		padding: 30px;
	}

}


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

	.treatment-block {
		padding: 30px 15px;
	}

	.treatment-block .elementor-button-wrapper {
		text-align: center;
	}

}


/*--------------------------------------
timetable
--------------------------------------*/

table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.timetable th,
.timetable td {
	padding: 4px 0 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	line-height: 1;
}

.timetable thead th {
	padding: 0 0 10px;
	border-bottom: 1px solid #EBE9E7;
	font-weight: normal;
}

.timetable thead th:first-child {
	width: 20%;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.15em;
}

.timetable tbody tr td:first-child {
	padding-top: 17px;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.timetable tbody tr:last-child td {
	padding-bottom: 17px;
	border-bottom: 1px solid #EBE9E7;
}

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

	.timetable thead th:first-child {
		width: 28%;
	}

	.timetable tbody th {
		letter-spacing: 0.05em;
	}

}

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

	.timetable th,
	.timetable td {
		font-size: 70%;
		letter-spacing: 0;
	}

	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}

}

/*--------------------------------------
image wrap
--------------------------------------*/

.image-wrap__left img {
	float: left;
	margin: 0 15px 15px 0;
}

.image-wrap__right img {
	float: right;
	margin: 0 0 15px 15px;
}

@media (max-width: 768px) {

	.image-wrap__left img,
	.image-wrap__right img {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto;
	}

}

/*--------------------------------------
border box
--------------------------------------*/

.frame-box {
	padding: 40px;
	border: 3px solid #9f9f9f;
}

.frame-box h3 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #686868;
}

.frame-box h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #2a81f3;
}


/*--------------------------------------
Q&A
--------------------------------------*/

.qa .qa__block+.qa__block {
	margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.qa__block .qa__num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.qa__block dt .qa__num span,
.qa__block dd .qa__num span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
	line-height: 40px;
	color: #fff;
	background: #F39702;
}

.qa__block dd .qa__num span {
	color: #F39702;
	background: #eff9e5;
}

.qa__block .qa__text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.qa_list dt .qa__text {
	font-size: 18px;
}


/*--------------------------------------
flow
--------------------------------------*/

.flow>li {
	position: relative;
	padding: 30px;
	margin-bottom: 70px;
	background: #F5FBF0;
}

.flow>li:last-child {
	margin-bottom: 0;
}

.flow>li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	display: block;
	width: 22px;
	height: 22px;
	border-right: 3px solid #F39702;
	border-bottom: 3px solid #F39702;
	margin-left: -11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow>li:last-child::after {
	display: none;
}

.flow .flow__title {
	position: relative;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #F39702;
}

.flow .flow__title span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
	color: #fff;
	background: #F39702;
}


/*--------------------------------------
num list
--------------------------------------*/

.num-list {
	counter-reset: li;
}

.num-list .elementor-icon-list-items li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}

.num-list .elementor-icon-list-items li:last-child {
	margin-bottom: 0;
}

.num-list .elementor-icon-list-items li::before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	color: #fff;
	background: #F39702;
}


/*--------------------------------------
check list
--------------------------------------*/

#main .check-list .elementor-icon-list-items li {
	position: relative;
	padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	height: 19px;
	width: 19px;
	border: 2px solid #F39702;
}

#main .check-list .elementor-icon-list-items li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 11px;
	display: block;
	width: 5px;
	height: 11px;
	border: solid #F39702;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------
post box
--------------------------------------*/

.post-box {
	margin: 30px auto 0 auto;
}

.post-box__header {
	position: relative;
	padding: 0 0 28px;
	border-bottom: 1px solid #EBE9E7;
}

.post-box__header h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #000000;
}

.post-box__summary-link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	text-decoration: underline;
	color: #473019;
}

.post-box__summary-link:hover {
	text-decoration: none;
}

.post-box dl {
	padding: 15px 0 20px;
	background-size: 20px 1px;
}

.post-box dl dt {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 13px;
	color: #72706E;
}

.post-box dl dt .new-label {
	display: inline-block;
	width: 37px;
	height: 13px;
	padding: 0;
	margin: -2px 0 0 10px;
	vertical-align: middle;
	line-height: 13px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 0;
	text-align: center;
	color: #fff;
	background: #B09DC8;
}

.post-box dl dd a:hover {
	text-decoration: underline;
}


/*--------------------------------------
two columns table
--------------------------------------*/

.two-columns-table th,
.two-columns-table td {
	border-bottom: 1px solid #F39702;
	vertical-align: top;
	line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
	border-top: 1px solid #F39702;
}

.two-columns-table th {
	width: 30%;
	padding: 13px 0px 10px 14px;

}

.two-columns-table td {
	padding: 13px 14px 10px;
}


/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/

/*--------------------------------------
post
--------------------------------------*/

#posts {
	float: left;
	width: 65%;
}

#blogDetail,
#blogList {
	max-width: 1256px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 50px 50px;
	padding-bottom: 70px;
	min-height: 850px;
	margin-bottom: 70px;
}

#blogList .post {
	padding-bottom: 35px;
	font-size: 16px;
	line-height: 2;
}

.posts__list li {
	position: relative;
	float: left;
	width: 45%;
	margin-left: 10%;
	margin-bottom: 75px;
}

.posts__list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.posts__list li .post__category {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	z-index: 10;
}

.post .post__category a,
.posts__list .post__category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	background: #F39702;
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
	opacity: 0.7;
}

.post .post__category a.news,
.posts__list .post__category a.news {
	background: #00A3DF;
}

.post .post__category a:before,
.posts__list .post__category a:before {
	margin-right: 7px;
	vertical-align: baseline;
	font-size: 10px;
}

.posts__list li .post__image {
	position: relative;
	overflow: hidden;
	min-height: 26px;
	margin-bottom: 20px;
}

.posts__list li .post__image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}

.posts__list li .post__image a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}

.posts__list li .post__image a:hover span {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.posts__list li .post__image span.noimage {
	overflow: hidden;
	line-height: 0;
	text-indent: 100%;
}

.posts__list h3 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
}

.posts__list h3 a:hover {
	opacity: 0.7;
}

.posts__list .post__excerpt {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #72706E;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
}


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

	.posts__list li {
		width: 48%;
		margin-left: 4%;
	}

	.posts__list li:nth-child(2n+1) {
		margin-left: 0;
	}

}


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

	#posts {
		float: none;
		width: 100%;
	}

	.posts__list li {
		margin-bottom: 50px;
	}

}


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

	.posts__list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	#blogDetail .post__header h2 {
		font-size: 22px;
		line-height: 1.4;
	}

	#blogDetail .post__content h3 {
		padding: 5px 5px 0px 20px;
		margin: 35px 0 30px;
		font-size: 20px;
		line-height: 1.4;
	}

	#blogDetail .post__content h4 {
		font-size: 19px;
	}

}


/*--------------------------------------
blog detail
--------------------------------------*/

#blogDetail .post {
	padding-bottom: 35px;
	font-size: 14px;
	line-height: 1.7;
	color: #0F0E0E;
}

#blogDetail .post__header {
	padding: 0px;
	margin-bottom: 25px;
}

#blogDetail .post__header h1 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #f39702;
}

#blogDetail .post__header .post__meta {
	margin-bottom: 45px;
}

#blogDetail .post__header .post__meta .post__date {
	margin-top: 22px;
}


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

	#blogDetail .post__header .post__category,
	#blogDetail .post__header .post__meta .post__date {
		float: none;
	}

}


/*--------------------------------------
post date
--------------------------------------*/

.post .post__date,
.posts__list .post__date {
	font-size: 10px;
	letter-spacing: 0;
	color: #000000;
}

.post .post__date span,
.posts__list .post__date span {
	margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
	margin-right: 5px;
	font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
	vertical-align: baseline;
	color: #F39702;
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
	text-decoration: underline;
}

.post__content {
	overflow: hidden;
	letter-spacing: 0;
	line-height: 2.3;
}

.post__content a {
	color: #0000ee;
	text-decoration: underline;
	white-space: normal;
	word-break: break-word;
}

.post__content a:hover {
	text-decoration: none;
}

.post__content h2 {
	font-size: 18px;
	border-bottom: 1px solid #f39702;
	position: relative;
	padding-left: 20px;
}
.post__content h2:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #f39702;
	left: 0;
	bottom: auto;
	top: 17px;
}
.post__content ol {
  color: #f39702;
}
#ql-editor strong {
  color: #f39702 !important;
}
#blogDetail .post__content ul li {
	padding-left: 29px;
	position: relative;
}
#ql-editor h1 {
  font-size: 21px;
}
#blogDetail .post__content ul li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	background: #f39805;
	left: 11px;
	top: 14px;
}
.post__content h3 {
  font-size: 16px;
  position: relative;
  padding-left: 13px;
}
.post__content h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #f59906;
  left: 0;
  top: 9px;
}
.post__content h3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #f59906;
  left: 4px;
  top: 9px;
}
.post__content h4 {
	font-size: 1.3em;
}

.post__content h5 {
	font-size: 1.2em;
}

div#blogDetail .post__content img {
	width: auto;
	height: auto;
	max-width: 100%;
}


/*--------------------------------------
bloginfo box
--------------------------------------*/

.blog-info-box {
	display: table;
	width: 100%;
	margin-top: 60px;
	background: #EBE9E7;
}

.blog-info-box .blog-info-box__name {
	display: table-cell;
	width: 50%;
	padding: 29px 30px;
	border-right: 1px solid #BFBEBD;
	vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.6;
	color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	margin-top: -8px;
	font-size: 15px;
	color: #F39702;
}

.blog-info-box .blog-info-box__share {
	display: table-cell;
	width: 50%;
	padding: 30px 10px;
	vertical-align: middle;
	text-align: center;
}

.blog-info-box .blog-info-box__share li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
	color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
	background: #4967A3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
	background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
	margin-top: 12px;
	font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
	background: #18BC01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
	background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
	font-size: 29px;
	margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
	background: #11BBEF;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
	background: #13C7FE;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
	margin-top: 14px;
	font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
	background: #E05C4F;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
	background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
	margin-top: 15px;
	font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

	.blog-info-box .blog-info-box__share li {
		margin: 0 3px;
	}

	.blog-info-box .blog-info-box__share li a {
		width: 40px;
		height: 40px;
	}

	.blog-info-box .blog-info-box__share .icon-facebook::before {
		margin-top: 9px;
		font-size: 22px;
	}

	.blog-info-box .blog-info-box__share .icon-line::before {
		margin-top: 8px;
		font-size: 25px;
	}

	.blog-info-box .blog-info-box__share .icon-twitter::before {
		margin-top: 11px;
		font-size: 20px;
	}

	.blog-info-box .blog-info-box__share .icon-google::before {
		margin-top: 12px;
		font-size: 16px;
	}

}

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

	.blog-info-box {
		display: block;
	}

	.blog-info-box .blog-info-box__name {
		display: block;
		width: 100%;
		padding: 20px;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		text-align: center;
	}

	.blog-info-box .blog-info-box__name .icon-blog {
		display: inline-block;
		text-align: left;
	}

	.blog-info-box .blog-info-box__share {
		display: block;
		width: 100%;
		padding: 20px 10px;
	}

}


/*--------------------------------------
navigation
--------------------------------------*/

.navigation {
	margin-top: 52px;
	overflow: hidden;
}

.navigation::after {
	content: "";
	display: table;
	clear: both;
}

.navigation .prev {
	float: left;
	width: 100px;
}

.navigation .next {
	float: right;
	width: 100px;
}

.navigation a {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #373431;
	background: #BFBEBD;
}

.navigation a:hover {
	background: #F39702;
}

.navigation .prev a span {
	padding-left: 8px;
}

.navigation .next a span {
	padding-right: 8px;
}

.navigation .prev a span::before {
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.navigation .next a span::before {
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.navigation ul {
	display: -webkit-flex;
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}

.navigation li {
	display: -webkit-flex;
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}


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

	.navigation {
		margin-top: 35px;
	}

	.navigation ul {
		padding-top: 20px;
		clear: both;
	}

}


/*--------------------------------------
pagination
--------------------------------------*/

.pagination {
	position: relative;
	padding-top: 52px;
	border-top: 1px solid #72706E;
	overflow: hidden;
}

.pagination ul {
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	width: 30px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	color: #373431;
	background: #BFBEBD;
}

.pagination ul li span.dots {
	background: none;
}

.pagination ul li a:hover {
	background: #F39702;
}

.pagination ul li span.current {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	color: #373431;
	background: #F39702;
}

.pagination ul li .prev {
	position: absolute;
	left: 0;
	top: 52px;
	display: block;
	width: 100px;
	padding-left: 8px;
}

.pagination ul li .next {
	position: absolute;
	right: 0;
	top: 52px;
	display: block;
	width: 100px;
	padding-right: 8px;
	font-weight: bold;
}

.pagination ul li .prev span::before {
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.pagination ul li .next span::before {
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}



/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/

/*--------------------------------------
general
--------------------------------------*/

.blogside {
	float: right;
	width: 28%;
}

.blogside h2.widgettitle {
	display: none;
}

.blogside h2 {
	padding-bottom: 9px;
	margin-bottom: 24px;
	border-bottom: 2px solid #373431;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #373431;
}

.blogside h2 span {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -6px;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0;
	color: #72706E;
}


@media screen and (max-width: 1000px) and (min-width: 768px) {

	.blogside {
		float: right;
		width: 30%;
	}

	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.blogside h2 span {
		font-size: 12px;
	}

}


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

	.blogside {
		float: none;
		width: 100%;
		padding: 46px 0 0;
		border-top: 1px solid #5D5555;
		margin-top: 35px;
	}

}


/*--------------------------------------
search box
--------------------------------------*/

.blogside .search-box {
	margin-bottom: 40px;
}

.blogside .search-box label {
	display: none;
}

.blogside .search-box #searchform {
	position: relative;
}

.blogside .search-box #s {
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	border: none;
	font-size: 13px;
	color: #72706E;
	background: #EBE9E7;
}

.blogside .search-box .icon-search::before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #F39702;
}

.blogside .search-box #searchsubmit {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	border: none;
	margin-top: -8px;
	font-size: 0;
	background: none;
	cursor: pointer;
}


/*--------------------------------------
category box
--------------------------------------*/

.blogside .category-box {
	margin-bottom: 50px;
}

.blogside .category-box ul li {
	padding-bottom: 16px;
	border-bottom: 1px solid #b8c2c1;
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #000;
}

.blogside .category-box ul li:last-child {
	margin-bottom: 0;
}

.blogside .category-box ul li a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .category-box ul li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
	color: #F39702;
}


/*--------------------------------------
recent box
--------------------------------------*/

.recent-box {
	margin-bottom: 50px;
}

.recent-box li {
	padding-bottom: 13px;
	border-bottom: 1px solid #BFBEBD;
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.3;
}

.recent-box li:last-child {
	margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
	position: relative;
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.recent-box li h3 a {
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.recent-box li h3 a:hover {
	color: #F39702;
}

.recent-box__date {
	margin-top: 5px;
	font-size: 10px;
	color: #72706E;
}

.recent-box li .recent-box__date {
	margin-top: 15px;
}


/*--------------------------------------
tag box
--------------------------------------*/

.blogside .tag-box {
	margin-bottom: 40px;
}

.blogside .tag-box h2 {
	margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #72706E;
	margin-bottom: 9px;
	border-radius: 3px;
	font-size: 14px !important;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .tag-box .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}


/*--------------------------------------
archive box
--------------------------------------*/

.archive-box {
	font-size: 14px;
	line-height: 1.4;
}

.archive-box>ul>li {
	margin-top: 20px;
}

.archive-box>ul>li:first-child {
	margin: 0;
}

.archive-box ul li p {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	margin: 0;
	cursor: pointer;
}

.archive-box ul li p:visited {
	color: #373431;
}

.archive-box ul li p:hover {
	font-weight: bold;
	color: #F39702;
}

.archive-box ul li p.acv_open {
	font-weight: bold;
	color: #F39702;
}

.archive-box ul li p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #F39702;
	border-bottom: 1px solid #F39702;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
	top: 1px;
	left: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.archive-box ul li a {
	color: #373431;
}

.archive-box ul li a:link {
	text-decoration: underline;
}

.archive-box ul li a:visited {
	color: #373431;
}

.archive-box ul li a:hover {
	color: #F39702;
	font-weight: bold;
}

.archive-box ul li a:active {
	color: #F39702;
}

.archive-box ul li ul {
	margin-left: 44px;
}

.archive-box ul li li {
	margin-top: 10px;
}

.archive-box ul li ul.hide {
	display: none;
}


/*-----------------------------------------------------------
■ 4 Special under pages
-----------------------------------------------------------*/

/*--------------------------------------
sitemap
--------------------------------------*/

.sitemap>ul {
	margin: 0 auto;
	background: none;
}

.sitemap>ul>li {
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	line-height: 1.4;
}

.sitemap>ul>li:first-child {
	border-top: 1px dashed #ccc;
}

.sitemap>ul>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 25px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F39702;
}

.sitemap>ul>li a {
	position: relative;
	display: block;
	padding: 19px 40px 15px 20px;
	background: none;
}

.sitemap>ul>li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin-top: -5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sitemap>ul>li a:hover {
	color: #F39702;
}


/*-----------------------------------------------------------
■ 5 Contact
-----------------------------------------------------------*/

.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}

.inquiryForm_message {
	text-align: center;
}

/* step list */
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}

.step_list li {
	position: relative;
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #BFBEBD;
}

.step_list li:first-child {
	margin: 0;
}

.step_list li span {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 12px;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 58px;
	color: #fff;
	background: #BFBEBD;
}

.step_list li span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54px;
	display: block;
	width: 130px;
	height: 1px;
	background: #bfbebd;
}

.step_list li:last-child span::after {
	display: none;
}

.step_list li.current {
	color: #373431;
}

.step_list li.current span {
	background: #F39702;
}

.step_list li span.current:after {
	background: #F39702;
}

.inquiryForm_message .step_catch {
	margin-bottom: 44px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #373431;
}

.inquiryFormTable {
	padding-top: 22px;
	border-top: 1px solid #707070;
	font-size: 16px;
}

.inquiryFormTable dl {
	display: table;
	width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 20px 0 24px;
	vertical-align: top;
	text-align: left;
}

.inquiryFormTable dt {
	position: relative;
	width: 29%;
	padding-top: 31px;
	border-right: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #2C2F30;
}

.inquiryFormTable dd {
	position: relative;
	padding-right: 40px;
}

.inquiryFormTable .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0 0 13px;
}

.wpcf7-list-item-label {
	position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	display: none;
}

.wpcf7-form-control-wrap {
	display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	border-radius: 5px;
	color: #333;
	background: #EBE9E7;
}

.inquiryFormTable textarea {
	resize: vertical;
}

.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
	background-size: 12px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
	display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
	box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type="checkbox"],
.inquiryFormTable input[type="radio"] {
	-moz-opacity: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.inquiryFormTable input[type="radio"]+span::before,
.inquiryFormTable input[type="checkbox"]+span::before {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type="checkbox"]+span::before {
	content: "\ea53";
	border-radius: 2px;
}

.inquiryFormTable input[type="checkbox"]:checked+span::before {
	content: "\ea52";
	color: #354fa8;
}

.inquiryFormTable input[type="checkbox"]:focus+span::before {
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type="radio"]+span::before {
	content: "\ea56";
	border-radius: 50%;
}

.inquiryFormTable input[type="radio"]:checked+span::before {
	content: "\ea54";
	color: #354fa8;
}

.inquiryFormTable input[type="radio"]:focus+span::before {
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type="checkbox"]:not(:checked)+span,
.confirm_table input[type="radio"]:not(:checked)+span {
	display: none;
}

.inquiryFormTable .wpcf7-checkbox>span:first-child,
.inquiryFormTable .wpcf7-radio>span {
	padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item {
	width: auto;
	margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item:last-child {
	margin-right: 0;
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #F39702;
	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;
	margin-top: 0.4em;
	font-size: 13px;
	letter-spacing: 0;
	color: #63696A;
}

/* required and optional */
.inquiryFormTable .required {
	position: absolute;
	top: 36px;
	right: 28px;
	display: inline-block;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
	background: #D93636;
}

.inquiryFormTable .optional {
	position: absolute;
	top: 36px;
	right: 28px;
	display: inline-block;
	width: 46px;
	height: 22px;
	padding-left: 0;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
	background: #63696A;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type="submit"] {
	display: block;
	width: 100%;
	padding: 29px 32px 28px 30px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #00a3df url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	padding: 29px 40px 28px 40px;
	opacity: 1 !important;
	color: #BFBEBD;
	background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	pointer-events: none;
	cursor: default;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	padding: 29px 40px 28px 40px;
	background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
	float: left;
	width: 37.5% !important;
	padding: 29px 30px 28px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
	float: right;
	width: 58.5% !important;
	text-align: left;
}

.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	top: 13px;
	right: -42px;
	display: none;
	width: 25px;
	height: 25px;
}

.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 {
	vertical-align: top;
	font-size: 25px;
	color: #F39702;
}

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

.file_btn {
	position: relative;
	display: block;
	width: 123px;
	height: 30px;
	margin-top: 13px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #807B7B;
	cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	border: 0;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table input[type="date"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}

.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 12px 0 10px;
}

.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;
	}

	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		padding: 0;
	}

	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}

	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		display: inline-block;
		margin-left: 20px;
		margin-top: -2px;
		vertical-align: middle;
	}

	.inquiryFormTable .btBox {
		margin: 50px 0;
	}

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		text-align: center;
		float: none;
		width: 100% !important;
		padding: 29px 20px 28px 20px;
		font-size: 20px;
		background-position: 96% center !important;
	}

	.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;
	}

	.custom-wpcf7c-confirmed .confirm_table dt,
	.custom-wpcf7c-confirmed .confirm_table dd {
		padding: 5px 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;
	}

}

/*--------------------------------------
link_A
--------------------------------------*/

.link_A {
	font-family: "M PLUS 1", sans-serif;
	border: 3px solid #F39702;
	border-radius: 80px;
	padding: 46px 30px 46px;
	list-style: none;
}

.link_A .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 852px;
	gap: 25px 46px;
	margin: 0 auto !important;
}

.link_A .elementor-icon-list-items li {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.link_A .elementor-icon-list-items li a {
	padding-left: 20px;
	color: #443119;
	letter-spacing: 0.05em;
	transition: 0.3s linear;
}

.link_A .elementor-icon-list-items li a:before {
	content: '';
	position: absolute;
	background: url('../img/child/link_A_icon.svg') no-repeat;
	width: 13px;
	height: 18px;
	background-size: 100%;
	top: 7px;
	left: 0;
	transition: 0.3s linear;
}

.link_A .elementor-icon-list-items li a:hover:before {
	transform: rotate(90deg);
}

.link_A .elementor-icon-list-items li a:hover {
	color: #00A3DF;
}

@media screen and (max-width:767px) {
	.link_A {
		border-radius: 30px;
		padding: 25px;
	}

	.link_A .elementor-icon-list-items {
		flex-direction: column;
		gap: 20px;
	}

	.link_A .elementor-icon-list-items li {
		font-size: 16px;
	}

	.link_A .elementor-icon-list-items li a:before {
		width: 10px;
		height: 14px;
	}
}

/*--------------------------------------
titles
--------------------------------------*/
h2.elementor-heading-title {
	font-family: "M PLUS 1", sans-serif;
	position: relative;
	background: #F39702;
	color: #fff;
	border-radius: 10px;
	padding: 23px 23px 22px 124px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

h2.elementor-heading-title::before {
	content: '';
	position: absolute;
	background: url('../img/child/h2_deco.svg') no-repeat;
	width: 77px;
	height: 70px;
	background-size: 100%;
	top: 10px;
	left: 19px;
}

h3.elementor-heading-title {
	font-family: "M PLUS 1", sans-serif;
	position: relative;
	width: fit-content;
	color: #443119;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

h3.elementor-heading-title::before {
	content: '';
	position: absolute;
	background: url('../img/child/h3_deco.svg') repeat-x;
	background-size: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
}

h4.elementor-heading-title {
	position: relative;
	font-family: "M PLUS 1", sans-serif;
	color: #443119;
	padding-left: 74px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

h4.elementor-heading-title::before {
	content: '';
	position: absolute;
	background: url('../img/child/h4_deco.svg') no-repeat;
	width: 54px;
	height: 48px;
	background-size: 100%;
	top: -4px;
	left: 0;
}

h5.elementor-heading-title {
	color: #00A3DF;
	font-family: "M PLUS 1", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	h2.elementor-heading-title {
		padding: 20px 20px 20px 60px;
		margin-bottom: 30px;
		font-size: 22px;
	}

	h2.elementor-heading-title::before {
		width: 55px;
		height: 50px;
		top: 5px;
		left: 5px;
	}

	h3.elementor-heading-title {
		font-size: 22px;
	}

	h4.elementor-heading-title {
		padding-left: 50px;
		font-size: 20px;
	}

	h4.elementor-heading-title::before {
		width: 40px;
		height: 37px;
		top: -3px;
	}

	h5.elementor-heading-title {
		font-size: 20px;
	}

}

/*--------------------------------------
features-child
--------------------------------------*/
#features-child .set {
	position: relative;
	display: flex;
	align-items: center
}

#features-child .set .group-txt {
	position: relative;
	z-index: 2;
	background: #f3f4eb;
	padding: 28px 61px 40px 51px;
	border-radius: 12px;
	width: calc(50% + 117px)
}

#features-child .set .group-txt h3 span {
	display: block
}

#features-child .set .group-txt h3 span.number {
	position: absolute;
	text-align: center;
	top: -32px;
	left: -49px;
	width: 183px;
	height: 122px;
	z-index: 1;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 2px #00a3df;
	font-size: 140px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0
}

#features-child .set .group-txt h3 span.text {
	background: url("../img/child/feature_deco.svg") repeat-x left bottom;
	color: #443119;
	margin-left: 69px;
	padding-bottom: 13px;
	font-size: 26px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: .05em
}

#features-child .set .group-txt .txt {
	margin-top: 22px
}

#features-child .set .photo {
	flex: 1;
	height: 432px
}

#features-child .set .photo img {
	border-radius: 12px;
	width: 100% !important;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

#features-child .set+.set {
	margin-top: 51px
}

@media screen and (min-width: 768px) {
	#features-child .set:nth-child(even) .photo {
		order: 1;
		margin-right: -223px
	}

	#features-child .set:nth-child(even) .group-txt {
		margin-right: 50px;
		order: 2
	}

	#features-child .set:nth-child(odd) .photo {
		order: 2;
		margin-left: -223px
	}

	#features-child .set:nth-child(odd) .group-txt {
		order: 1;
		margin-left: 50px
	}

	#features-child .set:nth-child(4) .group-txt h3 span.text {
		position: relative;
		top: -15px
	}

	#features-child .set:nth-child(4) .group-txt .txt {
		margin-top: 7px
	}
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
	#features-child .set {
		display: block
	}

	#features-child .set .photo {
		width: auto;
		margin: 0 50px 0 0 !important
	}

	#features-child .set .group-txt {
		width: auto;
		margin: -50px 0 0 50px !important
	}
}

@media screen and (max-width: 767px) {
	#features-child .set {
		display: block
	}

	#features-child .set .group-txt {
		padding: 20px 20px 30px;
		margin: -40px 20px 0;
		width: auto
	}

	#features-child .set .group-txt h3 span.number {
		top: -6px;
		left: -67px;
		width: 160px;
		height: 120px;
		z-index: 1;
		font-size: 90px
	}

	#features-child .set .group-txt h3 span.text {
		margin-left: 45px;
		padding-bottom: 10px;
		font-size: 20px;
		line-height: 1.5
	}

	#features-child .set .group-txt .txt {
		margin-top: 20px
	}

	#features-child .set .photo {
		height: -moz-fit-content;
		height: fit-content
	}

	#features-child .set+.set {
		margin-top: 30px
	}
}

/*--------------------------------------
list_c
--------------------------------------*/
.list_c .elementor-row {
	justify-content: space-between
}

.list_c .col {
	width: calc(50% - 21.5px) !important
}

.list_c .col-l {
	width: 90px !important;
	background: #e9ebd8;
	color: #443119;
	padding: 28px 0;
	border-radius: 12px 0 0 12px;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: .4em;
}

.list_c .elementor-widget.elementor-list-item-link-full_width a {
	display: inline !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.list_c .elementor-widget.elementor-list-item-link-full_width a:hover {
	text-decoration: none;
}

.list_c .col-l .elementor-heading-title {
	margin: 0 auto;
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}

.list_c .col-r {
	background: #f3f4eb;
	width: calc(100% - 90px) !important;
	border-radius: 0 12px 12px 0;
	padding: 31px 31px 45px 31px;
}

.list_c .col-r ul li {
	padding-left: 13px;
	line-height: 32px;
}

.list_c .col-r ul li::before {
	content: "";
	position: absolute;
	background: #00a3df;
	top: 13px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.list_c .col {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.list_c .col-r {
		padding: 25px;
	}
}

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

	.list_c .col {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.list_c .col-l {
		width: 70px !important;
	}

	.list_c .col-r {
		width: calc(100% - 70px) !important;
		padding: 25px;
	}
}


/*--------------------------------------
list_2
--------------------------------------*/
.list_c2 {
	background: #fff;
	border: 5px solid #F39702;
	border-radius: 10px;
	padding: 35px 20px 49px;
}

.list_c2 h3.elementor-heading-title {
	width: fit-content;
	margin: 0 auto 22px;
	text-align: center;
}

.list_c2 .elementor-text-editor {
	text-align: center;
}

.list_c2 .elementor-row {
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 752px;
	gap: 30px;
	margin: 0 auto;
}

.list_c2 .elementor-icon-list-items li {
	padding-left: 24px;
}

.list_c2 .elementor-icon-list-items li::before {
	content: '';
	position: absolute;
	background: #00A3DF;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

.list_c2 .elementor-icon-list-items li+li {
	margin-top: -6px;
}

.list_c2 .elementor-text-editor {
	margin-bottom: 22px;
}

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

	.list_c2 .elementor-text-editor {
		text-align: left;
	}

	.list_c2 .elementor-row {
		flex-wrap: wrap;
		max-width: 100%;
		gap: 0;
	}

	.list_c2 .elementor-icon-list-items li+li {
		margin-top: 0;
	}
}


/*--------------------------------------
table_b
--------------------------------------*/
.table_b {
	font-family: "M PLUS 1", sans-serif;
	border: 1px solid #20ada7
}

.table_b dl {
	display: flex;
	font-size: 16px;
	line-height: 30px
}

.table_b dl>* {
	padding: 8px 30px 10px 43px
}

.table_b dl dt {
	background: #20ada7;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 35.6481481481%;
	font-weight: 500;
	letter-spacing: .05em
}

.table_b dl dt p {
	display: inline-block;
}

.table_b dl dt .toggle-link {
	display: inline-block;
	position: relative;
	background: #fff;
	color: #20ada7;
	padding: 0 20px 0 5px;
}

.table_b dl dt .toggle-link::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translateY(-50%);
	border-top: solid 2px #20ada7;
	border-right: solid 2px #20ada7;
}

.table_b .active dt .toggle-link::before {
	transform: rotate(135deg);
	top: 13px;
	right: 8px
}

.table_b dl dt .toggle-link {
	display: inline-block;
}

.table_b dl dt .toggle-main {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
}

.table_b dl dd {
	color: #443119;
	border-bottom: 1px solid #20ada7;
	width: 64.3518518519%;
	letter-spacing: 0
}

.table_b dl dd a {
	display: contents;
}

.table_b dl:last-child dt {
	border-bottom: none
}

.table_b dl:last-child dd {
	border-bottom: none
}

@media screen and (max-width: 767px) {
	.table_b dl {
		line-height: 28px

	}

	.table_b dl>* {
		padding: 5px 10px 6px;
		width: 50% !important;
		font-size: 12px !important
	}

	.table_b .active dt .toggle-link::before {
		top: 11px
	}

	.table_b dl dt .toggle-main {
		font-size: 10px !important
	}
}

/*--------------------------------------
table_c
--------------------------------------*/
.table_c {
	margin-right: 10px
}

.table_c table {
	table-layout: fixed;
	width: 100%
}

.table_c tbody th,
.table_c tbody td {
	border: 1px solid #f39702
}

.table_c tbody th {
	font-family: "M PLUS 1", sans-serif;
	background: #f39702;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 22.5%;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em
}

.table_c tbody td {
	background: #fff2dd;
	padding: 10px 20px
}

.table_c tbody td .ttl {
	font-family: "M PLUS 1", sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .05em
}

.table_c tbody td .photo {
	max-width: 217px;
	margin: 7px auto 0
}

.table_c tbody tr:first-child td {
	padding: 6px 10px 11px
}

.table_c tbody tr:last-child th {
	border-bottom: 1px solid #f39702
}

@media screen and (max-width: 767px) {
	.table_c {
		overflow: overlay
	}

	.table_c table {
		width: 767px
	}
}

/*--------------------------------------
time_c
--------------------------------------*/
.time_c table {
	table-layout: fixed;
	width: 100%
}

.time_c table th {
	width: 18.5%;
	padding-left: 26px
}

.time_c table td {
	text-align: center
}

.time_c table thead {
	font-family: "M PLUS 1", sans-serif;
	background: #f39702;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 58px;
	letter-spacing: .05em
}

.time_c table tbody {
	font-family: "Noto Sans JP", sans-serif;
	background: #f3f4eb;
	color: #443119;
	line-height: 30px
}

.time_c table tbody tr th {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0
}

.time_c table tbody tr td {
	font-size: 20px;
	line-height: 30px
}

.time_c table tbody tr:nth-child(1) * {
	padding-top: 23px;
	padding-bottom: 10px
}

.time_c table tbody tr:nth-child(2) * {
	padding-bottom: 27px
}

@media screen and (max-width: 768px) {
	.time_c table th {
		width: 90px;
		padding-left: 10px
	}

	.time_c table thead {
		font-size: 12px;
		line-height: 40px
	}

	.time_c table tbody {
		line-height: 30px
	}

	.time_c table tbody tr th {
		font-size: 12px
	}

	.time_c table tbody tr td {
		font-size: 12px
	}

	.time_c table tbody tr:nth-child(1) * {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.time_c table tbody tr:nth-child(2) * {
		padding-bottom: 10px
	}
}

/*--------------------------------------
Slider custom
--------------------------------------*/
.slider-custom {
	position: relative
}

.slider-custom .main-js {
	margin-right: 42.5%
}

.slider-custom .thumb-js {
	position: absolute;
	top: 0;
	right: 0;
	width: 38.2407407407%
}

.slider-custom .thumb-js .slick-track {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	transform: none !important;
	-moz-column-gap: 1.9370460048%;
	column-gap: 1.9370460048%
}

.slider-custom .thumb-js .slick-slide {
	cursor: pointer;
	width: 48%;
}

.slider-custom .thumb-js .slick-slide:nth-child(1) {
	margin-left: -1.9370460048%
}

.slider-custom .thumb-js .slick-current .thumb {
	opacity: .7
}

.slick-slide img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.slider-custom {
		position: relative
	}

	.slider-custom .main-js {
		margin-right: 0
	}

	.slider-custom .thumb-js {
		position: unset;
		width: 100%;
		margin-top: 10px
	}

	.slider-custom .thumb-js .slick-track {
		justify-content: center;
		flex-wrap: nowrap
	}

	.slider-custom .thumb-js .slick-slide {
		width: 16.6666666667%;
		margin-bottom: 0
	}

	.slider-custom .thumb-js .slick-slide:nth-child(1) {
		margin-left: 0
	}
}


/*--------------------------------------
photo 2
--------------------------------------*/
.photo2 .elementor-row {
	justify-content: space-between
}

.photo2 .elementor-col-50 {
	width: calc(50% - 22.5px) !important
}

.photo2 .elementor-image img {
	border-radius: 30px;
	width: 100%
}

.photo2 .elementor-heading-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 287px;
	background: #00a3df;
	color: #fff;
	text-align: center;
	border-radius: 12px 12px 0 0;
	padding: 20px;
	font-size: 22px;
	line-height: 32px
}

.photo2 .elementor-text-editor {
	margin-top: 27px
}

@media screen and (max-width: 767px) {
	.photo2 .elementor-row {
		gap: 30px;
	}

	.photo2 .elementor-col-50 {
		width: 100% !important
	}

	.photo2 .elementor-image img {
		border-radius: 20px;
	}

	.photo2 .elementor-heading-title {
		left: 20px;
		right: 20px;
		transform: none;
		width: auto;
		padding: 15px;
		font-size: 18px;
		line-height: 1.5;
	}

	.photo2 .elementor-text-editor {
		margin-top: 20px
	}
}

/*--------------------------------------
linkA
--------------------------------------*/
.linkA {
	display: flex;
	justify-content: space-between;
}

.linkA li {
	width: calc(50% - 8px);
}

.linkA li a {
	display: block;
}

@media screen and (max-width: 768px) {
	.linkA {
		flex-direction: column;
		gap: 10px;
	}

	.linkA li {
		width: 100%;
	}
}

/*--------------------------------------
flow1
--------------------------------------*/
.flow1 {
	position: relative
}

.flow1 .point {
	position: relative;
	display: flex;
	padding-bottom: 15px;
}

.flow1 .point:before {
	content: "";
	position: absolute;
	background: #f39702;
	width: 2px;
	top: 0;
	bottom: 0;
	left: 24px
}

.flow1 .point dt {
	position: relative;
	z-index: 1;
	font-family: "Hubballi", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f39702;
	background: #fff;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0
}

.flow1 .point dd {
	font-family: "M PLUS 1", sans-serif;
	flex: 1;
	margin: 8px 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .04em
}

.flow1 .point:last-child {
	padding-bottom: 0
}

.flow1 .point:last-child:before {
	display: none
}

/*--------------------------------------
menu
--------------------------------------*/
.menu-link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 45px;
	margin-right: 10px
}

.menu-link li {
	width: 31.2037037037%;
	background: #f3f4eb;
	border-radius: 10px;
}

.menu-link li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 23px 15px 30px
}

.menu-link li a::before {
	content: "";
	position: absolute;
	background: url("../img/child/menu_icon_arrow.png") no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	bottom: 10px;
	right: 10px;
	z-index: 1
}

.menu-link li a:hover {
	opacity: 0.7;
}

.menu-link li .icon {
	width: 119px;
	margin: 0 auto
}

.menu-link li .ttl {
	text-align: center;
	margin-top: 11px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0
}

.menu-link li .txt {
	max-width: 261px;
	margin: 18px auto 0
}

.case-style .elementor-row {
	justify-content: space-between;
}

.case-style .elementor-row .bf {
	font-size: 20px;
	font-weight: 500;
	background: #FFF;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	padding: 8px 12px;
}

.case-style .elementor-row .elementor-col-50 {
	width: 48.5% !important;
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
	.menu-link li .ttl {
		font-size: 18px
	}
}

@media screen and (max-width: 767px) {
	.case-style .elementor-row {
		flex-wrap: wrap;}

	.case-style .elementor-row .bf {
		font-size: 18px;
	}

	.case-style .elementor-row .elementor-col-50 {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.menu-link {
		gap: 30px
	}

	.menu-link li {
		width: 100%
	}

	.menu-link li a {
		padding: 25px 20px
	}

	.menu-link li .txt {
		max-width: 100%
	}
}

/*--------------------------------------
frame_J
--------------------------------------*/
.frame_J {
	background: #EAF6FA;
	border: 2px solid #00A3DF;
	border-radius: 10px;
	padding: 41px 20px 34px;
}

.frame_J div.elementor-heading-title {
	font-family: "M PLUS 1", sans-serif;
	background: url('../img/child/frame_J_deco.png') repeat-x left bottom/auto 4.5px;
	width: fit-content;
	margin: 0 auto;
	padding: 0 6px 17px 7px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.frame_J .elementor-text-editor {
	max-width: 983px;
	margin: 12px auto 0;
}

/*--------------------------------------
list_m
--------------------------------------*/
.list_m .elementor-row {
	justify-content: space-between
}

.list_m .elementor-col-50 {
	width: calc(50% - 18px) !important;
	border-radius: 12px;
	padding: 27px 20px 39px;
}

.list_m .elementor-col-50:nth-child(1) {
	border: 2px solid #ee86a8;
	background: #fff7fa
}

.list_m .elementor-col-50:nth-child(1) div.elementor-heading-title {
	background: #ee86a8
}

.list_m .elementor-col-50:nth-child(1) .elementor-icon-list-items li::before {
	background: #ee86a8
}

.list_m .elementor-col-50:nth-child(2) {
	border: 2px solid #bb9266;
	background: #fef2e4
}

.list_m .elementor-col-50:nth-child(2) div.elementor-heading-title {
	background: #bb9266
}

.list_m .elementor-col-50:nth-child(2) .elementor-icon-list-items li::before {
	background: #bb9266
}

.list_m div.elementor-heading-title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	border-radius: 10px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
	padding: 0 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: .04em
}

.list_m .elementor-icon-list-items {
	max-width: 430px;
	margin: 36px auto 0 !important;
}

.list_m .elementor-icon-list-items li {
	padding-left: 25px;
}

.list_m .elementor-icon-list-items li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}

.list_m .elementor-icon-list-items li+li {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.list_m .elementor-row {
		gap: 30px;
	}

	.list_m .elementor-col-50 {
		width: 100% !important;
		padding: 25px 20px;
	}

	.list_m .elementor-icon-list-items {
		max-width: 100%;
		margin-top: 20px;
	}
}


/*--------------------------------------
table_F
--------------------------------------*/
.table_F dl {
	display: flex
}

.table_F dl>* {
	min-height: 123px
}

.table_F dl dt {
	font-family: "M PLUS Rounded 1c", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-radius: 12px 0 0 12px;
	padding: 20px;
	width: 41.6666666667%;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: .04em
}

.table_F dl dd {
	display: flex;
	align-items: center;
	border-radius: 0 12px 12px 0;
	border-top: 1px solid #cbcac9;
	border-right: 1px solid #cbcac9;
	width: 58.3333333333%;
	padding: 20px 30px 20px 60px;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0
}

.table_F dl:nth-child(odd) dt {
	background: #20ada7
}

.table_F dl:nth-child(even) dt {
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
	background: #5ac7c3
}

.table_F dl:last-child dd {
	border-bottom: 1px solid #cbcac9
}

@media screen and (max-width: 767px) {
	.table_F dl dt {
		padding: 10px;
		font-size: 18px;
		line-height: 1.5
	}

	.table_F dl dd {
		padding: 10px 10px 10px 20px;
		font-size: 15px;
		line-height: 1.5
	}
}

/*--------------------------------------
LINK
--------------------------------------*/
.btn-link {
	width: fit-content;
}

.btn-link a {
	position: relative;
	display: block;
	font-family: "M PLUS 1", sans-serif;
	background: #F39702;
	color: #fff;
	padding: 15px 44px 16px 22px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
}

.btn-link a::before {
	content: '';
	position: absolute;
	background: url('../img/child/link_icon.png') no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.btn-link a:hover {
	opacity: 0.7;
}


/*--------------------------------------
Flow 2
--------------------------------------*/
.flow_2 .box {
	background: #f3f4eb;
	border-radius: 10px;
	padding: 41px 30px
}

.flow_2 .box .inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1016px;
	margin: 0 auto
}

.flow_2 .box .group-txt {
	max-width: 779px;
	flex: 1
}

.flow_2 .box .group-txt h3 {
	border-bottom: 1px solid #f39702;
	max-width: 542px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: .05em
}

.flow_2 .box .group-txt .desc {
	margin-top: 24px
}

.flow_2 .box .group-txt .desc dl {
	display: flex;
	align-items: flex-start;
	gap: 12px
}

.flow_2 .box .group-txt .desc dl dt {
	text-align: center;
	background: #00a3df;
	color: #fff;
	width: 107px;
	font-size: 16px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: .05em
}

.flow_2 .box .group-txt .desc dl dd {
	flex: 1;
	font-size: 16px;
	letter-spacing: .1em
}

.flow_2 .box .group-txt .desc dl+dl {
	margin-top: 25px
}

.flow_2 .box .photo {
	width: 204px;
	margin-top: 15px
}

.flow_2 .box+.box {
	position: relative;
	margin-top: 31px
}

.flow_2 .box+.box::before {
	content: "";
	position: absolute;
	background: #00a3df;
	height: 31px;
	width: 74px;
	top: -31px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0)
}

@media screen and (max-width: 767px) {
	.flow_2 .box {
		padding: 25px 20px
	}

	.flow_2 .box .inner {
		flex-direction: column;
		gap: 30px
	}

	.flow_2 .box .group-txt {
		max-width: 100%
	}

	.flow_2 .box .group-txt h3 {
		max-width: 100%;
		font-size: 18px
	}

	.flow_2 .box .group-txt .desc dl {
		display: flex;
		align-items: flex-start
	}

	.flow_2 .box .group-txt .desc dl dt {
		width: 100px;
		font-size: 15px
	}

	.flow_2 .box .group-txt .desc dl dd {
		font-size: 15px
	}

	.flow_2 .box .group-txt .desc dl+dl {
		margin-top: 15px
	}

	.flow_2 .box .photo {
		width: 100%;
		margin-top: 0
	}

	.flow_2 .box .photo img {
		width: 100%
	}
}

/*--------------------------------------
list_a
--------------------------------------*/
.list_a .elementor-icon-list-items li {
	padding-left: 24px;
}

.list_a .elementor-icon-list-items li+li {
	margin-top: 8px;
}

.list_a .elementor-icon-list-items li::before {
	content: '';
	position: absolute;
	background: #00A3DF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 0;
}

/*--------------------------------------
step
--------------------------------------*/
.step-style .row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-left: 152px
}

.step-style .row::before {
	content: "";
	position: absolute;
	background: #fff2dd;
	inset: 0 0 0 60px;
	z-index: -1;
	border-radius: 10px
}

.step-style .row .step {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "M PLUS Rounded 1c", sans-serif;
	background: #f39702;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center
}

.step-style .row .step span {
	display: block;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0
}

.step-style .row .step span.en {
	font-size: 24px
}

.step-style .row .step span.number {
	margin-top: 2px;
	font-size: 50px
}

.step-style .row .group-txt {
	max-width: 490px;
	width: 100%;
	padding: 20px 0
}

.step-style .row .group-txt h3 {
	font-family: "M PLUS 1", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: .05em
}

.step-style .row .group-txt .txt {
	margin-top: 17px
}

.step-style .row .photo {
	max-width: 410px;
	width: 100%
}

.step-style .row .photo img {
	width: 100%;
	border-radius: 0 10px 0 10px
}

.step-style .row+.row {
	margin-top: 30px
}

.step-style .row+.row::after {
	content: "";
	position: absolute;
	background: #f39702;
	width: 60px;
	height: 30px;
	top: -30px;
	left: calc(50% + 30px);
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0)
}

@media screen and (max-width: 1000px) {
	.step-style .row {
		flex-direction: column;
		align-items: center;
		padding: 40px 0 40px 120px
	}

	.step-style .row .group-txt {
		order: 2;
		padding: 0
	}

	.step-style .row .photo {
		order: 1
	}
}

@media screen and (max-width: 767px) {
	.step-style .row {
		padding: 120px 20px 30px
	}

	.step-style .row::before {
		top: 50px;
		left: 0;
	}

	.step-style .row .step {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 100px
	}

	.step-style .row .step span.en {
		font-size: 20px
	}

	.step-style .row .step span.number {
		font-size: 40px
	}

	.step-style .row+.row {
		margin-top: 50px
	}

	.step-style .row+.row:after {
		top: -50px;
		left: 50%
	}
}

/*--------------------------------------
faq
--------------------------------------*/
.faq .item .icon {
	width: 56px
}

.faq .item dt {
	position: relative;
	padding-right: 80px;
	display: flex;
	gap: 23px;
}

.faq .item .flex {
	display: flex;
	gap: 23px;
}

.faq .item dt::before {
	content: "";
	position: absolute;
	background: url("../img/child/icon_plus.png") no-repeat;
	background-size: 100%;
	width: 35px;
	height: 35px;
	top: 10px;
	right: 0
}

.faq .item dt h5 {
	font-family: "M PLUS 1", sans-serif;
	flex: 1;
	margin-top: 13px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: .05em
}

.faq .item dt span {
	border: 2px solid #f39702;
	color: #f39702
}

.faq .item dd {
	position: relative;
	margin-top: 17px;
	padding-right: 50px
}

.faq .item dd span {
	border: 2px solid #00a3df;
	color: #00a3df
}

.faq .item dd .txt {
	margin-top: 3px;
	flex: 1
}

.faq .item+.item {
	margin-top: 27px
}

.faq .item.active .toggle-link:before {
	background-image: url("../img/child/icon_minus.png");
	top: 25px
}

@media screen and (max-width: 768px) {
	.faq .item .icon {
		width: 50px
	}

	.faq .item dt {
		padding-right: 50px;
		gap: 15px;
	}

	.faq .item .flex {
		gap: 15px;
	}

	.faq .item dt::before {
		width: 30px;
		height: 30px;
		top: 10px
	}

	.faq .item dt h5 {
		margin-top: 10px;
		font-size: 16px
	}

	.faq .item dd {
		margin-top: 17px
	}

	.faq .item dd .txt {
		margin-top: 10px
	}

	.faq .item+.item {
		margin-top: 20px
	}

	.faq .item.active .toggle-link:before {
		top: 23px
	}
}

/*--------------------------------------
photo
--------------------------------------*/
.photo-style {
	margin-bottom: 48px;
}

.photo-style .elementor-row {
	justify-content: space-between;
}

.photo-style .elementor-col-25 {
	width: calc((238 / 1080) * 100%) !important;
}

.photo-style .elementor-image img {
	border-radius: 20px;
}

.photo-style .elementor-heading-title {
	font-family: "M PLUS 1", sans-serif;
	background: url('../img/child/photo_deco.png') no-repeat left bottom/auto 4.5px;
	padding-bottom: 7px;
	margin: 14px 0 9px;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.05em;
}

.photo-style .elementor-heading-title small {
	font-size: 16px;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.photo-style .elementor-row {
		row-gap: 30px;
	}

	.photo-style {
		margin-bottom: 30px;
	}

	.photo-style .elementor-col-25 {
		width: calc(50% - 15px) !important;
	}
}

@media screen and (max-width: 767px) {
	.photo-style {
		margin-bottom: 30px;
	}

	.photo-style .elementor-row {
		gap: 30px;
	}

	.photo-style .elementor-col-25 {
		width: 100% !important;
	}

	.page-id-1117 .table_b dl>* {
		width: 30% !important;

	}

	.page-id-1117 .table_b dl> dd {
		width: 70% !important;

	}
}

/*--------------------------------------
card
--------------------------------------*/
.card {
	max-width: 350px;
	margin: 0 auto;
}

.card .elemento-row {
	align-items: center;
}

.card img {
	height: 43px;
}

/*=============================================
* .toggle
*=============================================*/

.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}

.toggle .toggle-link:hover {
	opacity: 0.8;
}

.toggle .toggle-main {
	display: none;
}

.toggle.active .toggle-main {
	display: block;
}




@media screen and (min-width: 767px) {
	.mt-aa {
		margin-bottom: -100px;
	}

	.mt-aa1 {
		margin-bottom: -120px;
	}

}

@media screen and (min-width: 1023px) {
	.mt-aa {
		margin-bottom: -330px;
	}

	.mt-aa1 {
		margin-bottom: -310px;
	}

	.mt-bb {
		margin-top: 150px;
	}

	.mt-bb1 {
		margin-top: 260px;
	}
}

@media screen and (max-width: 767px) {
	.mt-aa {
		margin-bottom: 30px;
	}

	.mt-aa1 {
		margin-bottom: 30px;
	}
}

.add-block {
	background: #fff;
    max-width: 1256px;
    margin: 80px auto 100px;
    border-radius: 20px;
    padding: 40px 50px;
    border: 3px solid #F39702;
}

.page-id-1313 .add-block,
.page-id-1857 .add-block, 
.page-id-32 .add-block,
.page-id-113 .add-block {
display: none;
}

.add-block .box {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.add-block .box .photo {
    width: 219px;
}

 .add-block .box .text {
 width: calc(100% - 220px);
    padding-left: 50px;
}

 .add-block .box .text p a {
color: #443119;
text-decoration: underline;
}

.add-block .box .text ul {
	margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
max-width: 680px;
}

.add-block .box .text li {
	width: 48%;
    display: flex;
    flex-direction: column;
    max-width: 315px;
}

 .add-block .box .text li, .add-block .box .text li a {
	color: #00A29A;
position: relative;
}

.add-block .box .text li a::before {
content: "";
    position: absolute;
    background: #00A29A;
    top: 13px;
    left: -13px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}


.add-block .box .text li a {
margin-left: 22px;
	text-decoration: underline;
}

.add-block .box .text a:hover {
	text-decoration: none;
opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.add-block .box .text li {
	width: 100%;
}

.add-block .box .text li + li {
	margin-top: 15px;

}
}

@media screen and (max-width: 767px) {
.add-block {
    background: #fff;
    max-width: 1256px;
    margin: 60px auto 80px;
    border-radius: 20px;
    padding: 40px 20px;
    border: 3px solid #F39702;
}
.add-block .box .photo {
    width: 219px;
	margin: 0 auto 40px;
}

 .add-block .box .text {
 width: 100%;
    padding-left: 0;
}

.add-block .box .text li {
	width: 100%;
}
.add-block .box .text li + li {
	margin-top: 15px;

}

}