@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.2
*/
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
.shippori {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
}
.cormorant {
	font-family: "Cormorant", serif;
	font-weight: 400;
	font-style: normal;
}
.zen {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
/*--------------------------------------
general
--------------------------------------*/
#content {
	min-height: 600px;
	padding: 52px 0 0;
}
#wrapper {
	padding-top: 113px;
}
.home #content {
	padding: 0;
}
.container {
	max-width: 1226px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1185px !important;
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 74px;
	}
}
/*--------------------------------------
title holder
--------------------------------------*/
.title-holder {
	display: table;
	width: 100%;
	height: 275px;
	background: url(../img/h1_bg.jpg) no-repeat center;
	background-size: cover;
}
.title-holder .title-holder__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.title-holder .container h1, .title-holder .container h2 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 5.4px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: left;
	font-family: "Shippori Mincho B1", serif;
}
.title-holder .container h1 span,.title-holder .container h2 span {
	display: block;
	font-size: 24px;
	font-family: "Cormorant", serif;
	font-weight: 300;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.title-holder {
		height: 140px;
	}
	.title-holder .container h1, .title-holder .container h2 {
		font-size: 25px;
		letter-spacing: 0;
	}
	.title-holder .container h1 span{
		font-size: 18px;
	}

}
/*--------------------------------------
bread
--------------------------------------*/
#bread {
	max-width: 1180px;
	width: 100%;
	padding: 0 0px;
	margin: 23px auto 0;
	text-align: left;
	line-height: 1.3;
}
#bread li {
	display: inline;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #FE9412;
}
#bread li + li::before {
	content: "";
	padding-right: .3em;
	width: 8px;
	height: 1px;
	background: #414141;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#bread li a {
	vertical-align: baseline;
	color: #414141;
}
#bread li a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#bread{
		padding: 0 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	#bread {
		padding-left: 33px;
	}

}
@media only screen and (max-width: 767px) {
	#bread{
		padding: 0 20px;
	}
}
/*--------------------------------------
titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
	margin-bottom: 30px;
	font-size: 34px;
	letter-spacing: 0.05em;
	position: relative;
	color: #3A3A3A;
	font-family: "Shippori Mincho B1", serif;
	border-bottom: 1px solid #EACA3B;
	padding-bottom: 25px;
	line-height: 180%;
}
h2.elementor-heading-title::before {}
/* h3 */
h3.elementor-heading-title {
	padding: 0px 0 0px 47px;
	position: relative;
	color: #414141;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.4 !important;
	font-family: "Shippori Mincho B1", serif;
}
h3.elementor-heading-title::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 17px;
	display: block;
	width: 28px;
	height: 1px;
	background: #EACA3B;
}
/* h4 */
h4.elementor-heading-title {
	position: relative;
	color: #414141;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.6 !important;
	font-family: "Shippori Mincho B1", serif;
}
/* h5 */
h5.elementor-heading-title {
	padding: 8px 10px;
	border-left: 3px solid #EACA3B;
	margin-bottom: 10px;
	background: #f5f5f5;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6 !important;
}
@media only screen and (max-width: 767px) {
	h2.elementor-heading-title {
		font-size: 25px;
		line-height: 150%;
		letter-spacing: 0;
	}
	h3.elementor-heading-title {
		font-size: 24px;
		padding-left: 42px;
	}
	h4.elementor-heading-title {
		font-size: 22px;
	}
}
/*--------------------------------------
btn
--------------------------------------*/
.btn a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 30px 10px 34px 10px;
	margin: 0 auto;
	border-radius: 6px;
	font-family: "秀英明朝 L", "Shuei Mincho L";
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	background: #88AAD0;
}
.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;
}
@media screen and (max-width: 767px) {
	.btn a {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------------------------------
■ 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: #EACA3B;
}
.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: #EACA3B;
}
.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: 13px 0 13px;
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	border-bottom: 1px solid #B9B9B9;
	letter-spacing: 0;
}
.timetable thead th {
	padding: 10px 0 10px;
	border-bottom: 1px solid #EBE9E7;
	background: #626262;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.timetable thead th:first-child {
	width: 33%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.15em;
	padding-left: 12px;
}
.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 {
	border-bottom: 1px solid #B9B9B9;
}
.timetable tbody tr th {
	padding-left: 11px;
	text-align: left;
}
.timetable thead th:last-of-type {

}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.timetable tbody tr th {
		font-size: 15px;
	}
}
@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: 80%;
		letter-spacing: 0;
	}
	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}
	.timetable thead th:last-child {
		width: 13%;
	}
}
/*--------------------------------------
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: #EACA3B;
}
.qa__block dd .qa__num span {
	color: #EACA3B;
	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 #EACA3B;
	border-bottom: 3px solid #EACA3B;
	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: #EACA3B;
}
.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: #EACA3B;
}
/*--------------------------------------
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: #EACA3B;
}
/*--------------------------------------
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 #EACA3B;
}
#main .check-list .elementor-icon-list-items li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 11px;
	display: block;
	width: 5px;
	height: 11px;
	border: solid #EACA3B;
	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 65px;
	list-style: none;
	border: 3px solid #EACA3B;
	border-radius: 80px;
}
.anchor-links .elementor-icon-list-items li {
	position: relative;
	display: inline-block;
	width: auto;
	padding-left: 12px;
	margin: 5px 14px 5px 0;
	line-height: 1.6;
}
.anchor-links .elementor-icon-list-items li a {
	font-weight: 500;
	font-size: 15px;
	padding-left: 25px;
}
.anchor-links .elementor-icon-list-items li a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 30px;
	background: url(../img/icon_arrow.svg) no-repeat;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	height: 30px;
	background-size: 100%;
}
.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: #EACA3B;
}
@media screen and (min-width:768px) and (max-width:1100px) {
	.anchor-links .elementor-icon-list-items{
		flex-direction: column;
		display: flex;
	}
}
@media screen and (max-width:767px) {
	.anchor-links {
		border-radius: 30px;
		padding: 27px;
	}
	.anchor-links .elementor-icon-list-items li {
		display: block;
		width: 100%;
		margin: 15px 0;
	}
}
/*--------------------------------------
circle_list
--------------------------------------*/
.circle_list li {
	position: relative;
	padding: 2px 0 2px 45px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
}
.circle_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 3px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: linear-gradient(169.69deg, #FFED9D -38.29%, #D8B92F 66.97%);
}
@media screen and (max-width: 767px) {
	.circle_list li {
		font-size: 18px;
		padding-left: 36px;
	}
	.circle_list li:before {
		top: 10px;
		width: 20px;
		height: 20px;
	}
}
/*--------------------------------------
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 #EACA3B;
	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 #EACA3B;
}
.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;
}
.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: #EACA3B;
}
.post .post__category a:hover, .posts__list .post__category a:hover {
	background: #8cc856;
}
.post .post__category a.news, .posts__list .post__category a.news {

}
.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: 28px;
	font-weight: bold;
	line-height: 1.5;
	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;
	}
	#blogDetail .post__header h1 {
		font-size: 20px;
	}
}
/*--------------------------------------
post date
--------------------------------------*/
.post .post__date, .posts__list .post__date {
	font-size: 10px;
	letter-spacing: 0;
	color: #EACA3B;
}
.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: #EACA3B;
}
.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: #cc9900;
	text-decoration: underline;
}
.post__content h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	margin: 3em 0 1.3em 0;
	text-align: center;
}
.post__content h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	margin: 3em 0 1.3em 0;
}
.post__content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}
.post__content h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}
.post__content h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}
div#blogDetail .post__content img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.post__content mark {
	font-style: italic;
	font-weight: bold;
}
.post__content .wp-block-list {
	list-style: circle outside none;
	margin-left: 1.3em;
	margin-bottom: 2em;
}
.has-vivid-red-color {
	color: #cf2e2e !important;
}
.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}
.wp-block-buttons > .wp-block-button {
	display: inline-block;
	line-height: 1;
	margin: 0;
}
.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	word-break: break-word;
	text-decoration: none !important;
}
.wp-block-button__link:hover {
	text-decoration: underline !important;
}

@media screen and (max-width: 800px) {
	.post__content h1 {
		font-size:22px;
		margin: 100px 0 1em 0;
	}
	.post__content h2 {
		font-size:20px;
		margin: 2.5em 0 1em 0;
	}
	.post__content h3 {
		font-size:18px;
		margin: 2.3em 0 1em 0;
	}
	.post__content h4 {
		font-size:16px;
		margin: 2.2em 0 1em 0;
	}
	.post__content h5 {
		font-size:16px;
		margin: 2.2em 0 1em 0;
	}
	.post__content h6 {
		font-size:14px;
		margin: 2.2em 0 1em 0;
	}
}

@media screen and (max-width: 600px) {
	.post__content h1 {
		margin: 80px 0 1em 0;
	}
	.post__content h2 {
		margin: 2.3em 0 1em 0;
	}
	.post__content h3 {
		margin: 2em 0 1em 0;
	}
	.post__content h4 {
		margin: 2em 0 1em 0;
	}
	.post__content h5 {
		margin: 2em 0 1em 0;
	}
	.post__content h6 {
		margin: 2em 0 1em 0;
	}
}

/*--------------------------------------
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: #EACA3B;
}
.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: #EACA3B;
}
.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: #EACA3B;
}
.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: #EACA3B;
}
.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: #EACA3B;
}
.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: #EACA3B;
}
/*--------------------------------------
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: #EACA3B;
}
.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: #EACA3B;
}
.archive-box ul li p.acv_open {
	font-weight: bold;
	color: #EACA3B;
}
.archive-box ul li p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #EACA3B;
	border-bottom: 1px solid #EACA3B;
	-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: #EACA3B;
	font-weight: bold;
}
.archive-box ul li a:active {
	color: #EACA3B;
}
.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
--------------------------------------*/
#menu-sitemap {
	margin: 0 auto;
	background: none;
}
#menu-sitemap > li {
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	line-height: 1.4;
}
#menu-sitemap > li:first-child {
	border-top: 1px dashed #ccc;
}
#menu-sitemap > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 27px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FE9412;
}
#menu-sitemap > li a {
	position: relative;
	display: block;
	padding: 19px 40px 15px 20px;
	background: none;
}
#menu-sitemap > 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);
}
#menu-sitemap > li a:hover {
	color: #FE9412;
}
/*-----------------------------------------------------------
■ 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: #EACA3B;
}
.step_list li span.current:after {
	background: #EACA3B;
}
.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: 0;
	background: #fff;
	box-shadow: none;
}
.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: #fe9412 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: #EACA3B;
}
.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 dl{
	display: flex;
	align-items: center;
}
.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;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 35px;
	display: inline-block;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/* display: inline-block; */
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}

.inquiryFormTable input[type="checkbox"] + span::before{
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inquiryFormTable input[type="checkbox"]:checked + span label.icon-check:before {
	content: "\e903";
	color: #3AB34B;
}
.inquiryFormTable input[type="checkbox"] + input.wpcf7c-conf-hidden + span:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 1px;
	content: "\e903";
	color: #3AB34B;
}
@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;
	}
	.custom-wpcf7c-confirmed .confirm_table dl{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required, .invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required{
		padding-left: 0;
	}
	.inquiryFormTable dt, .inquiryFormTable dd {
		display: block;
		width: 100%;
		padding: 0;
	}
	.inquiryFormTable dd {
		padding: 10px 0px 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: 15px;
	}
	.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;
	}
}
/*--------------------------------------
style_table
--------------------------------------*/
.style_table {
	width: 1018px;
	margin: 0 auto;
	max-width: 100%;
}
.style_table th, .style_table td {
	line-height: 1.8;
	padding: 15px 20px 10px 34px;
	word-break: break-all;
	border: 1px solid #CACACA;
}
.style_table th {
	font-family: "Shippori Mincho B1", serif;
	background: #FFFFE2;
	font-size: 20px;
	text-align: center;
	width: 34%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.style_table th {
		font-size: 18px;
	}
	.style_table td {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.table-scroll{
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
	}
	.table-scroll .style_table{
		width: 488px;
		max-width: none;
	}
	.style_table th, .style_table td {
		padding: 10px;
	}
	.style_table th {
		font-size: 16px;
	}
	.style_table td {
		font-size: 14px;
	}
}
.frame {
	position: relative;
	z-index: 0;
}
.frame .inner {
	background: #FFFFE2;
	padding: 47px;
}
.frame::after {
	content: "";
	background: #FFED9D;
	background: linear-gradient(129deg, rgba(255, 237, 157, 1) 0%, rgba(216, 185, 47, 1) 100%);
	position: absolute;
	top: 13px;
	left: 13px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}
.frame .ttl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 160%;
	letter-spacing: 3px;
}
.frame p {
	line-height: 200%;
	letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
	.frame .inner {
		padding: 40px 20px;
	}
}
.feature .elementor-widget-image-box .elementor-image-box-wrapper {
	display: flex !important;
	flex-direction: row-reverse;
}
.feature.feature_left .elementor-widget-image-box .elementor-image-box-wrapper {
	flex-direction: row;
}
.feature .elementor-image-box-img {
	width: 63% !important;
	border-radius: 10px;
	overflow: hidden;
}
.feature .elementor-widget-image-box .elementor-image-box-content {
	width: 70% !important;
	background: rgba(255, 255, 226, 0.95);
	border-radius: 10px;
	padding: 35px;
	margin-right: -130px;
	z-index: 10;
	margin-top: 30px;
	box-sizing: border-box;
}
.feature.feature_left .elementor-widget-image-box .elementor-image-box-content {
	margin-left: -130px;
	margin-right: 0;
}
.feature .elementor-widget-image-box .elementor-image-box-title {
	font-family: "Shippori Mincho B1", serif;
	background: none;
	color: #414141;
	font-size: 22px;
	padding: 0;
	line-height: 130%;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.feature .elementor-widget-image-box p {
	line-height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.feature .elementor-widget-image-box .elementor-image-box-content {
		width: 60% !important;
	}
	.feature .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.feature .elementor-widget-image-box .elementor-image-box-wrapper {
		flex-direction: column;
	}
	.feature.feature_left .elementor-widget-image-box .elementor-image-box-wrapper {
		flex-direction: column;
	}
	.feature .elementor-widget-image-box .elementor-image-box-img {
		width: 98% !important;
		margin-bottom: 0px !important;
	}
	.feature .elementor-widget-image-box .elementor-image-box-content {
		width: 100% !important;
		margin-left: -10px;
		padding: 30px 20px;
	}
	.feature.feature_left .elementor-widget-image-box .elementor-image-box-content {
		margin-left: 0;
	}
	.feature .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px;
	}
}
.doctor {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 140px;
}
.doctor .col {
	padding: 20px 20px 10px;
	width: 49%;
	background: rgba(255, 255, 226, 0.95);
}
.doctor .col .row {
	display: flex;
	margin-bottom: 20px;
}
.doctor .col .row .img {
	width: 291px;
	margin-top: -160px;
	margin-right: 7px;
}
.doctor .col .row .fullname {
	font-family: "Shippori Mincho B1", serif;
	font-size: 16px;
	line-height: 172%;
}
.doctor .col .row .fullname span {
	font-size: 24px;
	margin-top: 8px;
	display: inline-block;
}
.doctor .col .row .fullname small {
	font-family: "Cormorant", serif;
	font-weight: 300;
	font-size: 14px;
}
.doctor .col ul.list {
	width: 420px;
	margin: 0 auto 30px;
	max-width: 100%;
}
.doctor .col ul.list li {
	border-bottom: 1px solid #EACA3B;
	padding: 10px 10px;
	letter-spacing: 0.5px;
	font-size: 16px;
}
.doctor .col p {
	width: 410px;
	margin: 0 auto 30px;
	max-width: 100%;
}
.data {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0 auto 0;
}
.data .map {
	width: 48%;
}
.data .info {
	width: 38%;
	margin-right: 70px;
}
.data .info dl {
	display: flex;
	border-bottom: 1px solid #B9B9B9;
	padding: 14px 7px;
	line-height: 24px;
	align-items: center;
	letter-spacing: 0;
}
.data .info dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #878787;
	width: 100px;
}
.data .info dl dd {
	width: calc(100% - 77px);
	font-size: 17px;
}
.data .timetable {
	margin-bottom: 18px;
	max-width: 422px;
}
.data .note {
	color: #626262;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.doctor .col .row .img {
		width: 150px;
		margin-top: -42px;
	}
	.doctor .col ul.list li {
		font-size: 14px;
	}
	.data .info {
		margin-right: 0;
		width: 50%;
	}
	.data .info dl dt {
		font-size: 13px;
	}
	.data .info dl dd {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.doctor {
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.doctor .col {
		width: 100%;
		margin-bottom: 40px;
	}
	.doctor .col .row .img {
		width: 49%;
		margin-top: -32px;
		margin-left: -5%;
	}
	.doctor .col ul.list li {
		font-size: 15px;
	}
	.data {
		flex-direction: column;
	}
	.data .map {
		width: 100%;
	}
	.data .info {
		width: 100%;
		margin-right: 0;
	}
}
.txt_color {
	color: #626262
}
.frame2 {
	border: 1px solid #3A3A3A;
	padding: 57px;
}
.frame2 .ttl {
	color: #3A3A3A;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #EACA3B;
	padding-bottom: 17px;
	margin-bottom: 30px;
}
.frame2 .row {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 0 51px;
}
.frame2 .row .circle_list {
	width: auto;
	max-width: 100%;
}
.frame2 .row .circle_list li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 34px;
	padding: 7px 43px;
	letter-spacing: 1.5px;
}
.frame2 .row .circle_list li::before {
	width: 24px;
	height: 24px;
	top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.frame2 {
		padding: 29px;
	}
	.frame2 .ttl {
		font-size: 22px;
	}
	.frame2 .row {
		padding: 0;
		flex-direction: column;
		gap: 0;
	}
	.frame2 .row .circle_list li {
		padding: 7px 13px 7px 33px;
	}
}
@media only screen and (max-width: 767px) {
	.frame2 {
		padding: 20px;
	}
	.frame2 .ttl {
		font-size: 21px;
		line-height: 150%;
	}
	.frame2 .row {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}
	.frame2 .row .circle_list li {
		font-size: 15px;
		width: 100%;
		padding: 0 0 0 38px;
	}
	.frame2 .row .circle_list li::before {
		top: 5px;
	}
}
.frame3 {
	border: 1px solid #3A3A3A;
	padding: 20px;
}
.frame3 .row {
	display: flex;
	justify-content: space-between;
}
.frame3 .row .col {
	border-right: 1px solid #EACA3B;
	padding: 14px 17px;
	width: 33%;
	box-sizing: border-box;
}
.frame3 .row .col p{
	font-size: 14px;
	line-height: 160%;
}
.frame3 .row .col:last-of-type {
	border-right: 0
}
.frame3 .row .col .ttl {
	font-size: 20px;
	text-align: center;
}
.frame3 .row .col ul li {
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 160%;
}
.frame3 .row .col ul li:before {
	content: "";
	top: 13px;
	left: 0;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background: #EACA3B;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.frame3 .row .col .ttl {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.frame3 .row {
		flex-direction: column;
	}
	.frame3 .row .col {
		width: 100%;
		border-bottom: 1px solid #EACA3B;
		border-right: 0;
		padding: 19px 0;
	}
	.frame3 .row .col:last-of-type{
		border-bottom: 0;
	}
}
.about-slider {
	display: flex;
	justify-content: space-between;
}
.about-slider .main {
	width: 57.5%;
}
.about-slider .main .slick-list, .about-slider .main .slick-track {
	height: 100%;
}
.about-slider .main .slick-slide {
	width: calc(50% - 5px);
	height: inherit;
}
.about-slider .main .slick-slide img {
	width: 100% !important;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
}
.about-slider .nav {
	width: 38.5%;
}
.about-slider .nav figure {
	height: 11vw;
	max-height: 142px;
}
.about-slider .nav figure:hover{
	opacity: 0.8;
	cursor: pointer;
}
.about-slider .nav .slick-track {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100% !important;
	transform: translate3d(0, 0, 0) !important;
}
.about-slider .nav .slick-track:before, .about-slider .nav .slick-track:after {
	display: none;
}
.about-slider .nav .slick-slide {
	width: calc(50% - 5px);
	height: inherit;
}
.about-slider .nav .slick-slide img {
	width: 100% !important;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.about-slider {
		flex-direction: column;
		gap: 10px;
	}
	.about-slider .main, .about-slider .nav {
		width: 100%;
	}
	.about-slider .main .slick-slide {
		height: 60vw;
	}
	.about-slider .nav .slick-slide {
		width: calc(33.33% - 7px);
		height: 20vw;
	}
	.about-slider .nav figure{
		height: 21vw;
	}
}
/*=============================================
* text vertical
*=============================================*/
.txt-vertical {
	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;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	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: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .05em;
}
.menu-bnr {
	position: relative;
	margin: 200px auto 0;
}
.menu-bnr h2 {
	font-size: 20px;
	position: absolute;
	right: -14px;
	top: -98px;
	line-height: 331%;
	letter-spacing: 7px;
}
.menu-bnr h2 span {
	font-size: 70px;
}
.menu-bnr .group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 980px;
	justify-content: space-between;
}
.menu-bnr .group .bnr {
	width: 43%;
	background: #FFFFE2;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.menu-bnr .group .bnr a
{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 68px;
	box-sizing: border-box;
	z-index: 5;
	position: relative;
}

.menu-bnr .group .bnr::before {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 34px;
	background: url(../img/icon_arrow2.svg) no-repeat;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	height: 34px;
	background-size: 100%;
}
.menu-bnr .group .bnr h3 {
	position: absolute;
	top: -42px;
	left: 11px;
	font-weight: 500;
	font-size: 17px;
	line-height: 241%;
	letter-spacing: 2px;
	width: 122px;
	height: 300px;
	white-space: nowrap;
	cursor: pointer;
	z-index: 10;
}
.menu-bnr .group .bnr.bnr1 h3 {
	left: 30px;
}
.menu-bnr .group .bnr.bnr3 h3 {
	left: auto;
	right: 0;
}
.menu-bnr .group .bnr .img {
	width: 278px;
	margin-left: auto;
	margin-right: -38px;
	margin-top: -54px;
	margin-bottom: 27px;
	height: 265px;
}
.menu-bnr .group .bnr .img img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.menu-bnr .group .bnr.bnr3 .img {
	margin-left: -3px;
}
.menu-bnr .group .bnr.bnr1 .img {
	width: 114%;
	margin-left: 0;
}
.menu-bnr .group .bnr .inner h4 {
	font-size: 26px;
	margin-left: -3px;
	letter-spacing: 0px;
	margin-bottom: 16px;
	white-space: nowrap;
}
.menu-bnr .group .bnr .inner h4 small {
	font-size: 18px;
}
.menu-bnr .group .bnr .inner .list_check {
	margin-left: 18px;
}
.menu-bnr .group .bnr .inner .list_check li {
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.5px;
	position: relative;
	margin-bottom: 4px;
	padding-left: 31px;
}
.menu-bnr .group .bnr .inner .list_check li::before {
	content: "";
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 18px;
	background: url(../img/icon_check.svg) no-repeat;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	height: 18px;
	background-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
	.menu-bnr h2 {
		font-size: 16px;
		line-height: 250%;
	}
	.menu-bnr h2 span.txt-latin {
		font-size: 56px;
	}
	.menu-bnr .group {
		width: calc(100% - 106px);
	}
	.menu-bnr .group .bnr {
		width: 48%;
	}
	.menu-bnr .group .bnr .img {
		max-width: 67%;
		height: 250px;
	}
	.menu-bnr .group .bnr.bnr3 .img {
		max-width: 58%;
	}
	.menu-bnr .group .bnr.bnr1 .img {
		max-width: 100%;
	}

	.menu-bnr .group .bnr .inner h4 {
		font-size: 19px;
		white-space: normal
	}
	.menu-bnr .group .bnr .inner h4 small {
		font-size: 13px;
	}
	.menu-bnr .group .bnr .inner .list_check li {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.menu-bnr .group .bnr .inner h4 {
		font-size: 16px;
	}
	.menu-bnr .group .bnr .inner h4 small {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.menu-bnr{
		margin-top: 0;
	}
	.menu-bnr h2 {
		position: static;
		margin-bottom: 60px;
		font-size: 18px;
		line-height: 54px;
		writing-mode: inherit;
		-o-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-moz-writing-mode: inherit;
	}
	.menu-bnr h2 span.txt-latin {
		font-size: 54px;
		writing-mode: inherit;
		-o-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-moz-writing-mode: inherit;
	}
	.menu-bnr .group {
		flex-direction: column;
	}
	.menu-bnr .group .bnr {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 70px;
	}
	.menu-bnr .group .bnr h3 {
		font-size: 15px;
		left: 0;
		line-height: 190%;
	}
	.menu-bnr .group .bnr.bnr1 h3{
		left: 0px;
	}
	.menu-bnr .group .bnr .img {
		width: 71%;
		height: 50vw;
	}
	.menu-bnr .group .bnr .inner h4 {
		font-size: 18px;
		white-space: normal;
	}
	.menu-bnr .group .bnr .inner h4 small {
		font-size: 13px;
	}
	.menu-bnr .group .bnr .inner .list_check {
		margin-left: 0;
	}
	.menu-bnr .group .bnr .inner .list_check li {
		font-size: 14px;
	}
}

