@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
*/


/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/

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

#content {
	min-height: 600px;
	padding: 63px 0 100px;
}

.home #content {
	padding: 0;
}

#main {
	overflow: hidden;
}

.fnt-cin {
	font-family: "Cinzel", serif;
}

.fnt-zen {
	font-family: "Zen Kaku Gothic New";
}

.fnt-old {
	font-family: "Zen Old Mincho"
}

#header {
	position: absolute;
	top: 0;
	right: 0;
}

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

.title-holder {
	background: url('../img/header_bg_deco.png') no-repeat top center/ 100% 85%;
	height: auto;
	display: block;
	padding: 221px 0px 0px;
}

.title-holder .title-holder__inner {
	width: 100%;
	padding: 0px;
	display: block;
}

.title-holder .container h1,
.title-holder .container h2 {
	text-align: left;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #333;
	font-weight: 500;
}

.title-holder .sub-title {
	font-size: 64px;
	font-weight: 500;
	color: #C4B5D1;
	margin-bottom: 10px;
	line-height: .9;
	letter-spacing: 0.02em;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.title-holder .header-row {
	display: flex;
	justify-content: space-between;
}

.title-holder .header-box {
	position: relative;
	width: max-content;
}

.title-holder .header-box::before {
	content: '';
	position: absolute;
	top: -116px;
	left: -160px;
	width: 223px;
	height: 231px;
	background: url('../img/header_deco.png') center/cover;
}

.title-holder .header-img {
	width: 58%;
	margin: 0px -8% 0px 6%;
	border-radius: 12px;
	overflow: hidden;
}

@media screen and (max-width: 1240px) {
	.title-holder .header-img {
		margin-right: -1%;
	}

	.title-holder .header-box {
		margin-left: 40px;
	}

	.title-holder .header-box::before {
		left: -130px;
	}
}

@media screen and (max-width: 900px) {
	.title-holder .sub-title {
		font-size: 32px;
	}

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

	.title-holder .header-box::before {
		width: 160px;
		height: 150px;
		top: -70px;
		left: -110px;
	}
}

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

	.title-holder {
		background-image: url('../img/header_bg_deco_sp.png');
		padding: 120px 0px 0px;
	}

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

	.title-holder .sub-title {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.title-holder .header-row {
		display: block;
	}

	.title-holder .header-box {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		padding: 0px 5%;
	}

	.title-holder .header-box::before {
		width: 26vw;
		height: 24vw;
		top: -11vw;
		left: -10vw;
	}

	.title-holder .header-img {
		width: 100%;
		margin: 30px 0px 0px;
	}
}


/*--------------------------------------
	bread
--------------------------------------*/

#bread {
	max-width: 1080px;
	width: 100%;
	padding: 0 30px;
	margin: 16px auto 0;
	text-align: center;
	line-height: 1.3;
}

#bread li {
	display: inline;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #77716C;
}

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

#bread li a {
	vertical-align: baseline;
	text-decoration: underline;
	color: #94C789;
}

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


/*--------------------------------------
	titles
--------------------------------------*/
.txt-center {
	text-align: center;
}

/* h2 */
.under-title__h2 {
	margin-bottom: 30px;
	font-size: 40px;

	letter-spacing: 0.05em;
	font-family: "Zen Old Mincho", serif;
}

.under-title__h2 h2 {
	position: relative;
	color: #70978A;
	margin: 0px auto;
	display: inline-block;
	padding-right: 42px;
	line-height: 1.2 !important;
	font-weight: 600;
}

.under-title__h2 h2 small {
	font-family: "Cinzel", serif;
	color: #C4B5D1;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;

}

.under-title__h2 h2 span {
	position: relative;
	display: inline-block;
}

.under-title__h2 h2 span::before {
	content: '';
	position: absolute;
	top: -20px;
	right: -42px;
	width: 42px;
	height: 60px;
	background: url('../img/h2_deco.svg') center/cover;
}

@media screen and (max-width: 767px) {
	.under-title__h2 {
		font-size: 24px;
	}

	.under-title__h2 h2 {
		padding-right: 30px;
	}

	.under-title__h2 h2 span::before {
		width: 30px;
		height: 48px;
		top: -20px;
		right: -30px
	}

	.under-title__h2 h2 small {
		font-size: 14px;
	}
}


/* h3 */
.under-title__h3 {

	font-family: "Zen Kaku Gothic New";
	margin-bottom: 20px;
}

.under-title__h3 h3 {
	position: relative;
	color: #70978A;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5 !important;
	font-weight: 700;
	padding: 0px 0 0px 30px;
}

.under-title__h3 h3::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 15px;
	height: 13px;
	background: url('../img/icon_h3.png') center/cover;
}

@media screen and (max-width: 767px) {
	.under-title__h3 h3 {
		font-size: 22px;
	}

	.under-title__h3 h3::before {
		top: 11px;
	}
}

/* h4 */
.under-title__h4 {

	font-family: "Zen Kaku Gothic New";
	margin-bottom: 20px;
}

.under-title__h4 h4 {
	position: relative;
	color: #70978A;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5 !important;
	font-weight: 700;
	padding: 0px 0 0px 30px;
}

.under-title__h4 h4::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 15px;
	height: 13px;
	background: url('../img/icon_h3.png') center/cover;
}

@media screen and (max-width: 767px) {
	.under-title__h4 h4 {
		font-size: 18px;
	}

	.under-title__h4 h4::before {
		top: 8px;
	}
}

/* h5 */
.under-title__h5 {
	padding: 8px 10px;
	border-left: 3px solid #94C789;
	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: #94C789;
	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: #94C789;
}

.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: #94C789;
}

.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;
	border-radius: 10px;
	overflow: hidden;
	background: #E7EDEB;
}

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

.timetable thead th {
	padding: 10px 0px;
	background: #94C2B3;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.timetable thead th:first-child {
	width: 30%;
	text-align: left;
	font-size: 16px;
	padding-left: 4%;
}

.timetable tbody tr td {
	padding: 20px 0px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
}

.timetable tbody tr:first-child {
	border-bottom: 1px solid #ccc;
}

.timetable tbody tr th {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: left;
	padding-left: 4%;
}

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

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

	.timetable tbody th {}

}

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

	.timetable th,
	.timetable td {
		font-size: 15px;
		letter-spacing: 0;
	}

	.timetable thead th:first-child {
		width: 32%;
		padding-left: 2%;
		font-size: 15px;
	}

	.timetable tbody tr th {
		font-size: 15px;
		padding-left: 2%;
	}

}

.txt-color {
	color: #70978A !important;
}

/*--------------------------------------
	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: #94C789;
}

.qa__block dd .qa__num span {
	color: #94C789;
	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 #94C789;
	border-bottom: 3px solid #94C789;
	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: #94C789;
}

.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: #94C789;
}


/*--------------------------------------
	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: #94C789;
}


/*--------------------------------------
	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 #94C789;
}

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


/*--------------------------------------
	anchor link list
--------------------------------------*/

.anchor-links {
	padding: 25px 35px;
	background: #f2fbeb;
	list-style: none;
}

.anchor-links .elementor-icon-list-items li {
	position: relative;
	display: inline-block;
	width: auto;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	line-height: 1.6;
}

.anchor-links .elementor-icon-list-items li a {
	text-decoration: underline;
}

.anchor-links .elementor-icon-list-items 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 #94C789;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.anchor-links .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.anchor-links .elementor-icon-list-items li a:hover {
	text-decoration: none;
	color: #94C789;
}


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

	.anchor-links .elementor-icon-list-items li {
		display: block;
		width: 100%;
		margin: 5px 0;
	}

}

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

.two-columns-table th,
.two-columns-table td {
	border-bottom: 1px solid #94C789;
	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 #94C789;
}

.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 {
	min-height: 850px;
	margin-top: 40px;
	margin-bottom: 103px;
}

#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: #94C789;
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
	background: #8cc856;
}

.post .post__category a.news,
.posts__list .post__category a.news {
	background: #354fa8;
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
	background: #4560bd;
}

.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 {
	color: #FFAEA2;
}

.posts__list .post__excerpt {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #72706E;
}


@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: 26px 5px 26px 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: 30px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#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: #94C789;
}

.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: #94C789;
}

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

.post__content h2 {
	font-size: 1.5em;
}

.post__content h3 {
	font-size: 1.4em;
}

.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: #94C789;
}

.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: #94C789;
}

.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: #94c789;
}

.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: #94c789;
}

.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: #94C789;
}

.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: #94C789;
}


/*--------------------------------------
	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: #94C789;
}

.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: #94C789;
}

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

.archive-box ul li p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #94C789;
	border-bottom: 1px solid #94C789;
	-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: #94C789;
	font-weight: bold;
}

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

.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: #94C789;
}

.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: #94C789;
}


/*-----------------------------------------------------------
 ■ 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: #94C789;
}

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

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

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #94C789;
	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: #354FA8 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: #94C789;
}

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

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

.failed .confirm_table .required,
.failed .confirm_table .optional {
	display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
	display: none;
}

.failed .confirm_table span.comment {
	display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}

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

.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}

.failed .confirm_table dt,
.failed .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;
	}

	.failed .confirm_table dt,
	.failed .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;
	}

}

.sec-d .d-ttl {
	font-family: "Zen Old Mincho";
	font-size: 32px;
	line-height: 1.5;
	color: #333333;
	margin: 0px 0px 30px;
}

.sec-d .d-txt {
	margin: 0px 0px 30px;
}

.sec-d h4 {
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
}

.sec-d h4 span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 11px;
}

.sec-d h4 small {
	font-size: 12px;
	font-weight: 500;
	color: #9B84B0;
}

.sec-d .d-list {
	align-self: flex-start;
	background: #F1F3F5;
	border-radius: 10px;
	overflow: hidden;
}

.sec-d .d-list li {
	display: flex;
	justify-content: space-between;
	padding: 18px 3%;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
}

.sec-d .d-list li:last-child {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.sec-d .d-ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.sec-d .d-txt {
		margin-bottom: 20px;
	}
}

.sec-e .e-img {
	width: 100%;
	height: 384px;
	overflow: hidden;
	border-radius: 12px;
}

.sec-e .e-img img {
	width: 100%;
	height: 384px;
	object-fit: cover;
}

.sec-e .e-box {
	margin: 12px 0px 0px;
	font-size: 14px;
	line-height: 1.7;
}

.sec-e .e-box h3 {
	text-align: center;

	min-height: 64px;
	font-size: 24px;
	line-height: 1.25;
	color: #333333;
	margin: 0px 0px 20px;
}

.sec-e .e-box h3 span {
	font-size: 14px;
}

.sec-e .e-box h4 {
	margin: 12px 0px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.sec-e .e-img {
		height: auto;
	}

	.sec-e .e-img img {
		height: auto;
	}

	.sec-e .e-box h3 {
		font-size: 20px;
		margin: 0px 0px 12px;
	}

	.sec-e .e-box h4 {
		font-size: 16px;
		margin: 8px 0px;
	}
}

.sec-j .j-img {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.sec-j .j-img img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}

.sec-j .j-box {
	color: #333333;
	line-height: 1.5;
}

.sec-j .j-ttl {
	margin: 10px 0px 5px;
	font-size: 24px;
	color: #70978A;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.sec-j .j-ttl {
		font-size: 20px;
	}

	.sec-j .j-img img {
		height: auto !important;
	}
}

.sec-i .i-step {
	background: #F1F3F5;
	clip-path: circle(50% at 50% 100%);
	width: 184px;
	text-align: center;
	font-size: 36px;
	color: #70978A;
	font-family: "Cinzel", serif;
	font-weight: 500;
	line-height: 28px;
	padding: 18px 0px 5px;
	margin: 0px auto -20px;
}

.sec-i .i-step span {
	font-size: 14px;
}

.sec-i .j-img {
	height: 202px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 0px !important;
}

.sec-m {
	border: 1px solid #ccc;
}

.sec-m .m-row {
	display: flex;
	font-size: 14px;
	line-height: 1.7;
}

.sec-m .m-row.m-row-h {
	background: #F1F3F5;
	font-size: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.sec-m .m-row.m-row-h .m-box {
	padding: 10px 2%;

}

.sec-m .m-row .m-box {
	padding: 16px 2%;
	border: 1px solid #CCCCCC;
	flex: 1;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
}

.sec-m .m-row .m-box.m-box2 {
	flex: 2;
}

.sec-m .m-row .m-box p {
	margin-bottom: 0;
}

.sec-m .m-box .m-list {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.sec-m .m-box .m-list dt {
	font-weight: 700;
	color: #70978A;
	width: 30%;
}

.sec-m .m-box .m-list dd {
	width: 70%;
}

.sec-m.c4 {}

@media screen and (max-width: 767px) {
	.sec-m {
		font-size: 13px;
	}

	.sec-m .m-row.m-row-h {
		font-size: 15px;
	}

	.sec-m.c4 .m-box .m-list {
		display: block;
		font-size: 14px;
	}

	.sec-m.c4 .m-box .m-list dd,
	.sec-m.c4 .m-box .m-list dt {
		width: 100%;
	}

	.sec-scroll.sec-m {
		overflow: scroll;
	}

	.sec-scroll.sec-m .m-row {
		min-width: 500px
	}
}

.list-m {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.7;
}

.list-m dt,
.list-m dd {
	width: 50%;
	padding: 12px 3%;
}

.list-m dd {
	border-left: 1px solid #ccc;
}

.list-m2>dt {
	width: 33%;
	align-self: center;
}

.list-m2>dd {
	width: 67%;
	padding: 0px;
}

.list-m2>dd dl {
	border: none;
	border-bottom: 1px solid #ccc;
}

.list-m2>dd dl:last-child {
	border-bottom: none;
}

.list-m2>dd:not(:has(dl)) {
	padding: 12px 3%;
}

.list-m3 dt {
	width: 20%;
	align-self: center;
}

.list-m3 dd {
	width: 80%;
}

.sec-access .access-map {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}

.sec-access .access-map iframe {
	width: 100%;
	height: 100%;
}

.sec-access .access-row {
	display: flex;
	justify-content: space-between;
}

.sec-access .access-box1 {
	width: 48%;
}

.sec-access .access-list {
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
	align-self: flex-start;
	background: #E7EDEB;
}

.sec-access .access-txt1 {
	margin-top: 16px;
	line-height: 1.6;
	color: #000;
}

.sec-access .access-txt1 a {
	color: #000;
}

.sec-access .access-list dl {
	display: flex;
	padding: 16px 3%;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #333;
	justify-content: space-between;
	line-height: 1.5;
}

.sec-access .access-list dl:last-child {
	border-bottom: none;
}

.sec-access .access-list dl dt {
	width: 28%;
	font-weight: 700;
}

.sec-access .access-list dl dd {
	width: 72%;
}

@media screen and (max-width: 767px) {
	.sec-access .access-map {
		margin-bottom: 36px;
		height: 300px
	}

	.sec-access .access-row {
		display: block;
	}

	.sec-access .access-box1 {
		width: 100%;
	}

	.sec-access .access-list {
		width: 100%;
		margin-top: 30px;
	}

	.sec-access .access-list dl {
		font-size: 15px;
	}

	.sec-access {}
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.sec-h .h-box {
	border-radius: 10px;
	border: 2px solid #70978A;
	padding: 30px 4% 40px;
	box-sizing: border-box;
}

.sec-h .h-box .h-ttl {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #70978A;
	line-height: 1.5;
	padding-bottom: 12px;
	margin-bottom: 36px;
	border-bottom: 1px solid #70978A;
}

.sec-h .h-box .h-row {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 2%;
}

.sec-h .h-box .h-row ul {
	width: 48%;
}

.sec-h .h-box .h-row ul li {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	line-height: 1.25;
	position: relative;
	margin: 0px 0px 16px;
	padding-left: 13px;
}

.sec-h .h-box .h-row ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #70978A;
}

.sec-h.gray .h-box {
	border-color: #CCCCCC;
}

.sec-h.gray .h-box .h-ttl {
	border-color: #cccc;
	color: #ccc;
}

.sec-h.gray .h-box .h-row ul li::before {
	background: #ccc;
}

@media screen and (max-width: 767px) {
	.sec-h .h-box .h-ttl {
		font-size: 20px;
	}

	.sec-h .h-box .h-row {
		display: block;
	}

	.sec-h .h-box .h-row ul {
		width: 100%;
	}
}

.toggle {}

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

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

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

.frame_QA dl {
	border-top: 1px dashed #CCCCCC;
}

.frame_QA dl:last-child {
	border-bottom: 1px dashed #ccc;
}

.frame_QA dl dt {
	position: relative;
	padding: 36px 5% 36px 62px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	color: #333333;
}

.frame_QA dl dt::before {
	content: '';
	position: absolute;
	top: 29px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url('../img/icon_q.png') center/cover;
}

.frame_QA dl dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1%;
	width: 18px;
	height: 9px;
	background: url('../img/icon_qa.svg') center/cover;
	transform: translateY(-50%) rotate(0);
	transition: all .3s;
}

.frame_QA dl.active dt::after {
	transform: translateY(-50%) rotate(180deg);
	transition: all .3s;
}

.frame_QA dl dd {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	padding-left: 62px;
	position: relative;
	margin-bottom: 36px;
}

.frame_QA dl dd::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url('../img/icon_a.png') center/cover;
}

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

	.frame_QA dl dt {
		padding: 24px 5% 24px 45px;
		font-size: 18px;
	}

	.frame_QA dl dt::before {
		width: 36px;
		height: 36px;
		top: 21px;
	}

	.frame_QA dl dd {
		font-size: 15px;
		padding-left: 45px;
		margin-bottom: 24px;
	}

	.frame_QA dl dd::before {
		width: 36px;
		height: 36px;
		top: 2px;
	}
}

.sec-f {
	position: relative;
	padding: 80px 0px;
	z-index: 1;
}

.sec-f::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100vw;
	height: 100%;
	background: #F1F3F5;
	transform: translateX(-50%);
	z-index: -1;
}

.sec-f .f-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 3%
}

.sec-f .f-list li {
	min-width: 30%;
	background: #fff;
	box-sizing: border-box;
	padding: 0px 4% 36px;
	border-radius: 12px;
	margin: 40px 0px;
	flex: 1
}

.sec-f .f-list li .f-num {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	width: 183px;
	background: #fff;
	clip-path: circle(50% at 50% 94%);

	color: #70978A;
	font-family: "Cinzel", serif;
	padding: 42px 0px 10px;
	margin: 0px auto -80px;
	line-height: 1.2;
	position: relative;
	top: -80px;
}

.sec-f .f-list li .f-box {

	font-size: 16px;
	line-height: 2;
}

.sec-f .f-list li .f-box h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;

	color: #333333;
	font-family: "Zen Old Mincho", serif;
	margin: 0px 0px 30px;
}

.sec-f .f-list li .f-box h3 span {
	font-size: 16px;
	color: #C4B5D1;
	font-family: "Cinzel", serif;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.sec-f {
		padding: 40px 0px;
	}

	.sec-f .f-list {
		display: block;
	}

	.sec-f .f-list li {
		margin: 70px 0px;
		width: 100%;
	}

	.sec-f .f-list li .f-box h3 {
		font-size: 24px;
	}

	.sec-f .f-list li .f-num {
		font-size: 36px;
		top: -65px;
		margin-bottom: -45px;
	}
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: unset;
	width: revert-layer !important;
}

.list-link li {
	list-style: none;
}

.list-link li a {
	text-decoration: underline;
	color: #333;

}

.list-link li a:hover {
	text-decoration: none;
}

/* =====================================
■お問い合わせ
===================================== */

.inquiryForm_message {
	text-align: center;
}

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

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

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

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #1F5AA5;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable [data-name*="your-email_confirm"] {
	display: none;
}

.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin-top: 0.4em;
	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: 36px;
	right: 28px;
}

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


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

.inquiryFormTable textarea {
	resize: vertical;
}

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

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

.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 textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	border: none;
	background: none;
	padding: 0;
	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 .radio_style input[disabled="disabled"]+.wpcf7-list-item-label {
	display: none !important;
}

.custom-wpcf7c-confirmed .confirm_table .radio_style .wpcf7-list-item-label {
	display: block !important;
}

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

.custom-wpcf7c-confirmed .confirm_table .radio_style .wpcf7-list-item-label label.icon-check:before {
	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;
	white-space: pre-wrap;
}

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

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

.custom-wpcf7c-confirmed .confirm_table.inquiryFormTable .btBox {
	/*margin-top: 0;*/
}

.custom-wpcf7c-confirmed .inquiryFormTable textarea,
.custom-wpcf7c-confirmed .inquiryFormTable select {
	display: none;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.inquiryForm_message .btn_link {
	margin: auto;
}

.sent .loader_container {
	display: none;
}

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

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

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

	.confirm_table dt,
	.confirm_table dd {
		padding: 5px 0;
	}

	/*.heightLine-1{
    height: auto !important;
  }*/
}

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

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}

.inquiryFormTable dd.time-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
}

.inquiryFormTable dd.time-group p:last-child {
	width: calc(100% - 90px);
	margin-left: auto;
}

.custom-wpcf7c-confirmed .confirm_table .time-name {
	margin-top: 0;
}

.custom-wpcf7c-confirmed .confirm_table .time-info {
	width: auto;
	flex-wrap: nowrap;
}

.custom-wpcf7c-confirmed .confirm_table dd.time-group p:last-child {
	width: auto;
	margin-left: 20px;
}

.custom-wpcf7c-confirmed .confirm_table .time-info p {
	width: auto;
}


/* List A */
.list_a .elementor-icon-list-item {
	color: #22201E;
	padding-left: 26px !important;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
}

.list_a .elementor-icon-list-item::before {
	content: '';
	position: absolute;
	background: url('../img/icons/list_a_icon.png') no-repeat;
	width: 21px;
	height: 19.5px;
	background-size: 100%;
	top: 8px;
	left: 0;
}

.list_a .elementor-icon-list-item span {
	letter-spacing: 0.1em;
}

.list_a .elementor-icon-list-item + .elementor-icon-list-item {
	margin-top: 5px;
}


/* List B */
.list_b .elementor-icon-list-item {
	color: #22201E;
	padding-left: 26px !important;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
}

.list_b .elementor-icon-list-item::before {
	content: '';
	position: absolute;
	background: #C6BBD9;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-size: 100%;
	top: 9px;
	left: 0;
}

.list_b .elementor-icon-list-item span {
	letter-spacing: 0.1em;
}

.list_b .elementor-icon-list-item + .elementor-icon-list-item {
	margin-top: 5px;
}

/* Frame A */
.frame_a {
	background: #F0F1F3;
	color: #22201E;
	padding: 46px 54px 44px;
}

.frame_a div.elementor-heading-title{
	position: relative;
	border-bottom: 1px solid #C9BDDB;
	padding: 0 0 5px 29px;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.06em;
}

.frame_a div.elementor-heading-title::before {
	content: '';
	position: absolute;
	background: #C6BBD9;
	width: 15px;
	height: 15px;
	top: 13px;
	left: 0;
}

.frame_a .elementor-text-editor {
	margin-top: 2.5px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
}

.frame_a .elementor-text-editor span {
	letter-spacing: 0.1em;
}

/* Frame B */
.frame_b {
	border: 2px solid #7A9387;
	background: #fff;
	color: #22201E;
	padding: 46px 54px 44px;
}

.frame_b div.elementor-heading-title{
	position: relative;
	border-bottom: 1px solid #7A9387;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.06em;
}

.frame_b .elementor-text-editor {
	margin-top: 2.5px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
}

.frame_b .elementor-text-editor span {
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.frame_a, .frame_b {
		padding: 20px;
	}
}

.link_A ul{
   box-sizing: border-box;
   background: #fff;
   display: flex;
   justify-content: flex-start;
   gap: 5%;
   flex-wrap: wrap;
   padding: 46px 7%;
   background: #fff;
   filter: drop-shadow(0 3px 3px rgba(0,0,0,.16));
}
.link_A li{
   width: fit-content;
   margin: 0px 0px 19px;
   list-style:none;
}
.link_A li a{
   display: inline-block;
   font-size: 17px;
   line-height: 32px;
   color: #22201E;
   position: relative;
   font-weight: 500;
   text-decoration: underline;
   text-underline-offset: 3px;
}
.link_A li a::before{
   content: '';
   position: relative;
   display: inline-block;
   width: 10px;
   height: 15px;
   background: url('../img/link_arrow.png') center/cover;
   margin-right: 8px;
   top: 2px;
}
.link_A li a:hover{
   text-decoration: none;
}
@media screen and (max-width: 767px) {
   .link_A ul{
      padding: 30px 5%;
   }
}