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

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

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

.home #content {
	padding: 0;
}


/*--------------------------------------
title holder
--------------------------------------*/
/* h1, h2, h3, h4, h5 {
font-family: "Noto Serif", serif;
} */

/* .title-holder {
display: table;
width: 100%;
height: 350px;
background: url('../img/top/h1_bg.jpg') no-repeat center center/100% 100%;
background-size: cover;
} */
.title-holder {
	margin-top: 200px;
}
.title-holder .title-holder__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-holder .container h1,
.title-holder .container h2 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin: 0 auto;
	color: #333333;
	line-height: 1.7;
}
.title-holder .title-holder__inner .tit {
	width: 42%;
	padding-left: 67px;
	box-sizing: border-box;
}
.title-holder .title-holder__inner .img {
	width: 58%;
	position: relative;
}
.title-holder .title-holder__inner .img #bread {
	position: absolute;
	content: "";
	bottom: 16px;
	right: 20px;
	color: #fff;
}
.title-holder .title-holder__inner .img #bread li {
	color: #fff;
	text-decoration: none;
}
.title-holder .title-holder__inner .img #bread a {
	color: #fff;
	text-decoration: none;
}
.title-holder .title-holder__inner .tit h1 {
	font-size: 64px;
	letter-spacing: 1%;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	color: #22201E;
	text-transform: uppercase; 
}
.title-holder .title-holder__inner .tit sub {
	display: block;
	font-size: 18px;
	font-family: "Noto Serif JP", serif;
	color: #353537;
	letter-spacing: 12%;
}
.title-holder .container h1 span,
h2.title-news span {
	font-size: 63px;
	display: block;
}
@media screen and (max-width:1308px) {
	.title-holder .title-holder__inner .tit h1 {
		font-size: 55px;
	}
}
@media screen and (max-width:1128px) {
	.title-holder .title-holder__inner .tit {
		padding-left: 47px;
	}
	.title-holder .title-holder__inner .tit h1 {
		font-size: 41px;
	}
	.title-holder .title-holder__inner .tit sub {
		font-size: 17px;
	}
	.title-holder .title-holder__inner .img {
		padding-left: 34px;
		box-sizing: border-box;
	}
}


@media screen and (max-width: 767px) {
	.title-holder {
		margin-top: 100px;
	}
	.title-holder .container h1 span {
		font-size: 30px;
	}

	/* 	.title-holder {
	height: 165px;
} */

	.title-holder .container h1,
	.title-holder .container h2 {
		font-size: 15px;
		letter-spacing: 1.2px;
	}
	.title-holder .title-holder__inner .tit h1 {
		font-size: 40px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.title-holder .title-holder__inner {
		display: block;
	}
	.title-holder .title-holder__inner .tit {
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.title-holder .title-holder__inner .img {
		padding-left: 0;
		width: 100%;
	}

}


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

#bread {
	/* 	max-width: 1080px;
	width: 100%; 
	padding: 0 30px;
	margin: -30px 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: #77716C;
}

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

.archive.category #bread li:nth-child(2) {
	display: none;
}

@media screen and (max-width:767px) {
	#bread {
		margin: -25px auto 0;
	}
}

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

/* h2 */
h2.elementor-heading-title {
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 32px;
	line-height: 1.5 !important;
	letter-spacing: 0.12em;
	color: #fff;
	padding: 20px 25px 25px 35px !important;
	position: relative;
	background-color: #27486D;
	margin-bottom: 20px;
}
h3.elementor-heading-title {
	font-size: 28px;
	letter-spacing: 12%;
	color: #3B3B3B;
	font-weight: 600;
	border-bottom: 10px solid #E1DDB8;
}

h4.elementor-heading-title {
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 1.4 !important;
	letter-spacing: 0.15em;
	position: relative;
	padding: 15px 0 20px 30px !important;
	color: #333333;
}

h4.elementor-heading-title::before {
	content: '';
	background: #478BB5;
	height: 35%;
	width: 9px;
	left: 0;
	top: 10%;
	position: absolute;
}

h4.elementor-heading-title::after {
	content: '';
	background: #254168;
	height: 35%;
	width: 9px;
	left: 0;
	top: 45%;
	position: absolute;
}

h5.elementor-heading-title {
	font-style: 400;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	color: #333333;
	padding: 14px 0 20px 40px !important;
	position: relative;
}

h5.elementor-heading-title:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0px;
	width: 23px;
	height: 23px;
	z-index: 1;
	background-color: #F8F641;
	rotate: 45deg;
}
.perform p {
	font-size: 23px;
	letter-spacing: 0;
	color: #18355E;
}
@media screen and (max-width:767px) {
	h2.elementor-heading-title {
		font-size: 24px;
		padding: 20px 15px 20px 20px !important;
	}
	h3.elementor-heading-title {
		font-size: 21px;
		line-height: 1.5;
	}
	h4.elementor-heading-title {
		font-size: 23px;
		background-size: 30px;
		padding: 0px 0 10px 20px !important;
		background-size: 23px;
		background-position: 0 8px;
	}

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

	h4.elementor-heading-title::after {
		width: 5px;
		height: 40%;
	}

	h5.elementor-heading-title {
		font-size: 22px;
		padding: 15px 0 15px 33px !important;
	}

	h5.elementor-heading-title:before {
		top: 20px;
	}

}

.center-pc {
	text-align: center;
}

@media screen and (max-width:767px) {
	.justify-sp {
		text-align: justify;
	}
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList>li {
	background: #EFF3FB;
	position: relative;
	margin-bottom: 35px;
	padding: 40px;
	font-family: 'Noto Serif JP', serif;
}

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

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

.flowList>li:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 18px 0 18px;
	border-color: #283E67 transparent transparent transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.flowList>li:last-child:before {
	display: none;
}

.flowList p.photo {
	float: right;
	width: 30%;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 0 20px 20px !important;
}

.flowList .flow_title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.06em;
	position: relative;
	margin-bottom: 28px;
	color: #22201E;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.flowList .flow_title span {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #24375C;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 20px;
	margin-right: 10px;
	letter-spacing: 0;
	margin-top: 0;
}

@media screen and (max-width:767px) {
	.flowList p.photo {
		float: none;
		width: 100%;
		margin: 0 0 20px 0px !important;
	}

	.flowList>li {
		padding: 30px 20px;
	}
}

/*--------------------------------------
2Ã¥Ë†â€”Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«
--------------------------------------*/

.column2_table th,
.column2_table td {
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px solid #D79D56;
}

.column2_table th {
	width: 30%;
	padding: 13px 0px 10px 14px;
	box-sizing: border-box;
}

.column2_table td {
	padding: 13px 14px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #CBCAC9;
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 30% !important;
	margin: 0 0 0 20px;
	display: block;
}

.context_area.img_l .img_box img {
	float: left;
	margin: 0 20px 20px 0;
}

.context_area .auto_img img {
	width: auto !important;
	display: block;
}

.text_box {
	overflow: hidden;
}

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

	.context_area .auto_img img {
		width: auto !important;
	}

	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}

}

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

table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #27486D;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #27486D;
}

table.timetable th {
	width: auto;
	text-align: center;
}
table.timetable thead th:first-child {
	width: 30%;
}
table.timetable thead th,
table.timetable thead td {
	padding: 3px 0 2px;
}

table.timetable td:last-child {
	width: 100px;
	padding-right: 15px;
}

table.timetable thead td:last-child {
	letter-spacing: 0.05em;
}

table.timetable thead {
	color: #fff;
	background: #27486D;
}

table.timetable tbody tr+tr {
	border-top: 1px solid #27486D;
}

table.timetable tbody th,
table.timetable tbody td {
	padding: 8px 0px;
}

@media screen and (max-width: 980px) {
	table.timetable td:last-child {
		width: 60px;
		padding-right: 6px;
	}
}

@media screen and (max-width: 767px) {
	table.timetable {
		font-size: 11px;
		width: auto;
	}

	table.timetable th {
		width: 70px;
	}

	table.timetable thead th {
		font-size: 10px;
	}

	table.timetable thead th,
	table.timetable thead td {
		padding: 0;
		line-height: 29px;
	}

	table.timetable tbody th,
	table.timetable tbody td {
		padding: 0;
		line-height: 35px;
		line-height: 1.6;
	}

	table.timetable td:last-child {
		width: auto;
		white-space: nowrap;
	}
}

.frame_D {
	border: 2px solid #191919;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.frame_D h4 {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #191919;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

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

.table_A dl {
	display: flex;
	width: 100%;
}

.table_A dl dt {
	width: 35%;
	border-bottom: 1px solid #AD9589;
	padding: 5px 0 5px 10px;
}

.table_A dl dd {
	width: 65%;
	padding: 5px 20px;
	border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width:767px) {
	.table_A dl dt {
		width: 50%;
	}

	.table_A dl dd {
		width: 50%;
	}
}

.list_B li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.list_B li::before {
	content: '';
	width: 16px;
	height: 16px;
	background: #60C689;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.flow_A {
	background: #F3F3F3;
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
}

.flow_A::after {
	content: '';
	background: #52514F;
	height: 18px;
	width: 36px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
}

.flow_A.flow_A_noafter::after {
	display: none;
}

.flow_A .elementor-image-box-title {
	color: #22201E;
	font-size: 20px;
	background: transparent;
	margin-bottom: 0;
	padding: 10px 0;
}

.flow_A .elementor-image-box-title span {
	background: #AF9A96;
	width: 27px;
	height: 27px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	margin-right: 5px;
	padding: 0 0px 0 1px;
}

.flow_A_h2 .elementor-image-box-title {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 24px;
	line-height: 1.5 !important;
	letter-spacing: 0.15em;
	color: #707070;
	padding: 10px 25px 10px 25px !important;
	position: relative;
	background-color: #FCF6F1;
	margin-bottom: 20px;
	border-bottom: 5px solid #96D4C7;
}

@media screen and (max-width:767px) {
	.flow_A {
		padding: 15px 10px;
	}

	.flow_A .elementor-image-box-title {
		display: flex;
	}

	.flow_A .elementor-image-box-title span {
		padding: 0 10px 0 8px;
	}
}

/* table C */
.table-C tr td, .table-C tr th {
	border: 1px solid #CBCAC9;
	padding: 5px 10px;
}

.table-C tr td:first-child {
	font-weight: 600;
}

.table-C tr th {
	background: #F9F6F0;
	font-weight: 600;
	text-align: center;
}

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

.blk-child .aboutL {
	font-size: 16px;
	line-height: 25px;
	width: 100%;
}


.blk-child table thead {
	font-weight: 500;
	color: #554128;
	border-bottom: 1px solid #918473;
}

.blk-child table thead th {
	font-size: 18px;
	width: 130px;
}

.blk-child table thead th,
.blk-child table thead td {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 18px;
	text-align: center;
	color: #554128;
}

.blk-child table tbody tr {
	border-bottom: 1px solid #af9a87;
	/* border-right: 1px solid #af9a87; */
	text-align: center;
}

.blk-child table tbody tr td,
.blk-child table tbody tr th {
	font-weight: 500;
	padding: 17px 0 22px;
	text-align: center;
}

.blk-child table tbody tr th {
	color: #554128;
}



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

	.blk-child .aboutL {
		width: 100%;
	}

	.blk-child .aboutR {
		width: 100%;
		height: 289px;
		margin-top: 15px;
	}

	.blk-child table thead th {
		font-size: 14px;
		width: 115px;
	}

	.blk-child table thead td {
		font-size: 14px;
	}

	.blk-child table tbody tr td,
	.blk-child table tbody tr th {
		padding: 12px 0;
		font-size: 14px;
	}
}

/*  */
/* code for more content */
.qa_G {
	/* font-family: "Shippori Mincho", serif; */
}

.qa_G dl {
	margin-bottom: 15px;
}

.qa_G dl dt {
	font-size: 32px;
	background: linear-gradient(to right, #60C689, #F9F6F0);
	border-radius: 50vw;
	padding: 15px 10px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.qa_G dl dt::after {
	content: "";
	background: #333333;
	width: 15px;
	height: 1px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.qa_G dl dt::before {
	content: "";
	background: #333333;
	width: 1px;
	height: 15px;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.qa_G dl dt:hover {
	opacity: 0.7;
	cursor: pointer;
}

.qa_G dl dt.active::before {
	display: none;
}

.qa_G dl dd {
	display: none;
	padding: 0 30px;
}

.qa_G dl dd .btn-t1 {
	display: inline-block;
}

.qa_G dl dd .btn-t1 a {
	display: inline-block;
}

@media screen and (max-width:1100px) {
	.qa_G dl dt {
		padding: 15px 35px;
		line-height: 44px;
		font-size: 26px;
	}
}

@media screen and (max-width:767px) {
	.qa_G dl dt {
		font-size: 20px;
		line-height: 32px;
		padding: 15px 40px;
	}

	.qa_G dl dt::before {
		right: 25px;
	}

	.qa_G dl dt::after {
		right: 18px;
	}

	iframe {
		height: 220px !important;
	}

}

.frame_G {
	display: flex;
	justify-content: space-between;
	/* font-family: "Shippori Mincho", serif; */
}

.frame_G .col-left {
	border: 3px solid #5c5c5c;
	width: 49%;
	padding: 20px;
}

.frame_G .col-left h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5c5c5c;
	text-align: center;
	font-size: 20px;
}

.frame_G .col-left .txt {
	padding: 0 20px;
}

.frame_G .col-right {
	background: #ad9589;
	width: 49%;
	padding: 20px;
}

.frame_G .col-right h4 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5c5c5c;
	text-align: center;
}

.frame_G .col-right .txt {
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.frame_G {
		display: block;
	}

	.frame_G .col-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.frame_G .col-right {
		width: 100%;
	}
}

.list_A li {
	padding-left: 30px;
	background: url(../img/top/list_A_before.png) no-repeat left top 10px/20px;
}

.table_B {
	/* font-family: "Shippori Mincho", serif; */
}

.table_B dl {
	display: flex;
	border-bottom: 1px solid #cbcac9;
}

.table_B dl dt {
	width: 50%;
	padding: 10px 15px;
	background: #F9F6F0;
	border-left: 1px solid #cbcac9;
	border-right: 1px solid #cbcac9;
	font-weight: 600;
}

.table_B dl dd {
	width: 50%;
	padding: 10px 15px;
	border-right: 1px solid #cbcac9;
}

.table_B dl:first-child {
	border-top: 1px solid #cbcac9;
}

.clinic_slide {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.clinic_slide .slick-slide .slide-img {
	margin-bottom: 20px;
}

.clinic_slide .slick-slide .content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.clinic_slide .slick-slide .content .txt {
	font-size: 18px;
}

.clinic_slide .slick-dots {
	display: flex;
	justify-content: center;
}

.clinic_slide .slick-dots li button {
	font-size: 0;
	padding: 4px;
	border-radius: 50px;
	border: none;
	margin: 0 4px;
}

.clinic_slide .slick-dots li.slick-active button {
	background: #000;
	padding: 6px;
}

.clinic_slide .slick-next {
	font-size: 0;
	padding: 20px;
	border: 0;
	position: absolute;
	right: -20%;
	top: 50%;
	background: url(../img/top/next_btn.png) no-repeat right center/50%;
	cursor: pointer;
}

.clinic_slide .slick-prev {
	font-size: 0;
	padding: 20px;
	border: 0;
	position: absolute;
	left: -20%;
	top: 50%;
	background: url(../img/top/prev_btn.png) no-repeat left center/50%;
	cursor: pointer;
}

@media screen and (max-width:900px) {
	.clinic_slide .slick-next {
		right: -30px;
	}

	.clinic_slide .slick-prev {
		left: -30px;
	}
}

.photo-A {
	padding: 20px 30px;
	border: 2px solid #948B82;
}

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

.photo-B {
	display: flex;
	flex-wrap: wrap;
}

.photo-B .col {
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
	padding: 20px;
	border: 1px solid #69594A;
}

.photo-B .col:nth-child(3n) {
	margin-right: 0;
}

.photo-B4 .col {
	width: 23.5%;

}

.photo-B4 .col:nth-child(3n) {
	margin-right: 2%;
}

.photo-B4 .col:nth-child(4n) {
	margin-right: 0;
}

.photo-B2 .col {
	width: 49%;
}

.photo-B2 .col:nth-child(2n) {
	margin-right: 0;
}

.photo-B2 .col .col-img {
	max-height: 300px;
}

.photo-B2 .col .col-img img {
	max-height: 300px;
	object-fit: cover;
}

.photo-B .col .group-top {
	position: relative;
}

.photo-B .col .group-top .col-img {
	margin-bottom: 30px;
	text-align: center;
}


.photo-B .col h3 {
	font-size: 24px;
	color: #5C5C5C;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.photo-B {
		display: block;
	}

	.photo-B .col {
		width: 100%;
		margin-bottom: 30px;
	}
}

.info-person .elementor-image-box-img {
	width: 100% !important;
	text-align: center;
}

.info-person .elementor-image-box-title {
	text-align: center;
	background: transparent;
	color: #000;
	padding: 5px;
}

@media screen and (max-width:767px) {
	.info_staff .elementor-row .elementor-column:first-child {
		order: 2;
	}

	.info_staff .elementor-row .elementor-column:last-child {
		order: 1;
		margin-bottom: 20px;
	}
}

/* link-list */
.link_List .row-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link_List .row-list .btn span {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	margin: auto;
	background: #96d4c7;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.link_List .row-list .btn span::after {
	content: "";
	background: url(../img/top/btn-arrow.png) no-repeat 0 0/100%;
	width: 8px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.link_List .row-list .col-4 {
	width: 32%;
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.link_List .row-list .col-4 .btn span {
	width: 90%;
}

.link_List .row-list .col-6 {
	width: 48.5%;
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.link_List .row-list .col-6 .btn span {
	width: 80%;
}

@media screen and (max-width: 767px) {
	.link_List .row-list {
		display: block;
	}

	.link_List .row-list .col-4 {
		width: 100%;
	}

	.link_List .row-list .col-6 {
		width: 100%;
	}
}

/* end list */
.contact-Add {
	background: url(../img/top/contact_bg.png) repeat 0 0/auto;
	padding: 50px;
	border-radius: 10px;
}

.contact-Add h3 {
	margin-bottom: 30px;
}

.contact-Add ul {
	display: flex;
	background: #fff;
	box-shadow: 1px 1px 8px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 35px;
	box-sizing: border-box;
}

.contact-Add ul li:first-child {
	margin-right: 20px;
}

.contact-Add ul li:last-child {
	margin-top: 30px;
}

.contact-Add img {
	height: auto;
}

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

	.contact-Add ul {
		display: block;
		padding: 15px;
	}

	.contact-Add img {
		width: 100%;
	}
}

/* end more content */
/*--------------------------------------
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;
}

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

}
/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 30px;
	border: 1px solid #2F6BBC;
}

/*　frame_G
--------------------------------------*/
.frameG {
	padding: 30px;
	background: #F2F6FC;
	border: 1px solid #2F6BBC;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 38px 55px 40px;
	background: #F2F7F7;
	font-size: 15px;
}

/*　frame_L
--------------------------------------*/
.frameL {
	padding: 20px;
	background: #FCFCF5 !important;
	font-size: 15px;
	box-sizing: border-box;
	width: 96.5%;
	margin: 0 auto;
}
.frameL.nobt {
	border-top: none;
}
.frameL.nobb {
	border-bottom: none;
}
@media screen and (max-width:767px) {
	.frameL {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.frameJ {
		padding: 20px;
	}
	.frameG {
		padding: 20px;
	}
}
/* リスト
------------------------------------- */
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	font-size: 15px;
	line-height: 2;
	text-align: left;
	padding: 0 0 0 22px;
	position: relative;
}
.circleList .elementor-icon-list-items li:not(:first-child),
ul.circleList > li:not(:first-child) {
	margin-top: 5px;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #18355E;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 50%;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 40px;
	line-height: 1.8;
	position: relative;
	color: #226C7B;
	font-size: 20px;
	letter-spacing: 0.12em;
	font-family: "yu-mincho-pr6n", sans-serif;
}
.checkList .elementor-icon-list-items li:not(:first-child),
ul.checkList > li:not(:first-child) {
	margin-top: 5px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	display: block;
	height: 21px;
	width: 21px;
	position: absolute;
	left: 3px;
	top: 2px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	display: block;
	width: 11px;
	height: 19px;
	border: solid #226C7B;
	border-width: 0 4px 4px 0;
	position: absolute;
	left: 11px !important;
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #fff;
	border-radius: 5px;
	padding: 50px 45px;
}
.arrowTit {
	font-size: 16px;
	font-weight: 600;
	color: #FF8838;
	margin-bottom: 15px;
}
.arrowList .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.arrowList .elementor-icon-list-items li {
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 5px 0 5px 15px;
	margin: 0 25px;
	text-align: left;
	color: #7F6A53;
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #7F6A53;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #88D6A8;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 9px solid #88D6A8;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: -15px;
	top: 11px;
	transition: all 0.5s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 7px 0 7px 40px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 33px;
	height: 33px;
	background: #1C6043;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.column3List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.columnList .elementor-icon-list-items li {
	display: inline-block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 20px !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.arrowListBox {
		padding: 35px 30px;
	}
}

@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 20px 25px;
	}
	.arrowList .elementor-icon-list-items li {
		width: 100%;
		margin: 0;
	}
	.column2List .elementor-icon-list-items li,
	.column3List .elementor-icon-list-items li,
	.columnList .elementor-icon-list-items li {
		display: block !important;
		width: 100%;
		padding-right: 0 !important;
		margin: 0 !important;
	}
}

/*--------------------------------------
post box
--------------------------------------*/
body>.post-box {
	display: none;
}

.post-box {
	position: relative;
	z-index: 2;
}

.post-box dl {
	padding: 15px 0;
	width: 100%;
	display: table;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
	border-bottom: 1px solid #AF9A87;
}

.post-box dl dt {
	width: 125px;
	display: table-cell;
	position: relative;
	font-size: 15px;
	color: #AF9A87;
	font-weight: 700;
}

.post-box dl dt:before {
	content: '';
	width: 1px;
	background: #666;
	position: absolute;
	right: 94px;
	top: 2px;
	bottom: 0;
	display: none;
}

.post-box dl dt .new-label {
	display: inline-block;
	width: 72px;
	height: 24px;
	margin: -2px 0 0 56px;
	vertical-align: middle;
	font-size: 14px;
	text-indent: 0;
	text-align: center;
	color: #fff;
	background: #9C724A;
	display: none;
}

.post-box dl dd {
	padding-left: 24px;
	font-size: 15px;
	font-weight: 400;
}

.post-box dl dd a {
	vertical-align: text-bottom;
}

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

.elementor-element-90a25f9 {
	height: 0;
}

@media screen and (max-width: 980px) {
	.post-box dl dt {
		padding-left: 5px;
	}

	.post-box dl dt:before {
		right: 81px;
	}

	.post-box dl dt .new-label {
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.elementor-element-90a25f9 {
		height: auto;
	}

	#news_box {
		position: relative;
		z-index: 0;
	}

	#news_box:before {
		content: '';
		background: #866648;
		position: absolute;
		top: 16px;
		bottom: -16px;
		right: 0px;
		left: 16px;
		z-index: -1;
	}

	.post-box {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0 16px 0 0;
		top: 0;
	}

	.post-box dl {
		display: block;
		padding: 0 0 15px;
		margin-bottom: 15px;
	}

	.post-box dl dt {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	.post-box dl dt:before {
		display: none;
	}

	.post-box dl dt .new-label {
		width: 48px;
		position: absolute;
		left: 0;
		top: 40px;
		margin: 0;
	}

	.post-box dl dd {
		display: block;
		padding-left: 8px;
	}
}

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

.two-columns-table th,
.two-columns-table td {
	border-bottom: 1px solid #CBCAC9;
	vertical-align: top;
	line-height: 1.6;
}
.two-columns-table th {
	width: 32%;
	padding: 13px 0px 10px 14px;
	border-bottom: 1px solid #27486D;

}

.two-columns-table td {
	padding: 13px 14px 10px;
}
/*--------------------------------------
two columns table2
--------------------------------------*/
.two-columns-table2 {
	border: 1px solid #CBCAC9;
}
.two-columns-table2 th,
.two-columns-table2 td {
	border-bottom: 1px solid #CBCAC9;
	vertical-align: top;
	line-height: 1.6;
}
.two-columns-table2 th {
	width: 30%;
	padding: 13px 0px 10px 14px;
	border-bottom: 1px solid #CBCAC9;
	background: #F7F7F5;
	border-right: 1px solid #CBCAC9;

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

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
.post .post__category a,
.posts__list .post__category a,
.posts__list h3,
#blogDetail .post__header h1,
.blogside h2,
.blogside .category-box ul li a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-weight: bold;
}

.posts__list h3 a:hover,
.post .post__date,
.posts__list .post__date,
.post .post__date span a,
.posts__list .post__date span a,
.blog-info-box .blog-info-box__name .icon-blog::before,
.blogside .search-box .icon-search::before,
.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span,
.recent-box li h3 a:hover,
.archive-box ul li p:hover,
.archive-box ul li p.acv_open,
.archive-box ul li a:hover,
.archive-box ul li a:active,
#sitemap_list li a:hover, .sitemap_list li a:hover,
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon::before {
	color: #1A4368;
}

.post .post__category a,
.posts__list .post__category a,
.post .post__category a.news,
.posts__list .post__category a.news,
.navigation a:hover,
#sitemap_list li:before, .sitemap_list li:before,
.step_list li.current span,
.step_list li span.current:after,
.inquiryFormTable .btBox input[type="submit"] {
	background-color: #1A4368;
}

.archive-box ul li p::before,
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border-color: #96D4C7;
}

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

/*--------------------------------------
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;
	width: 100%;
	margin-bottom: 50px;
}


.posts__list li .post__category {
	margin: 0 0 5px;
	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-size: 12px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
}

.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%;
	display:none;
}

.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;
	line-height: 1.4;
}


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

@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}

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

@media screen and (max-width: 480px) {
	#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;
	line-height: 1.8;
}

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

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

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

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

}

/*-----------------------------------------------------------
■ 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;
	line-height: 1;
	color: #373431;
}

.blogside h2 span {
	display: inline-block;
	margin-left: 10px;
	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;
}

.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
--------------------------------------*/
.page-numbers{
	display:flex;
	justify-content:center;
}
.page-numbers li{
	margin:0 10px;
}
.page-numbers .icon-arrow01{
	position:relative;
	padding-right:20px;
}
.page-numbers .icon-arrow01:before{
	position:absolute;
	right:0;
	top:8px;
}
.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;
	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;
}

/*--------------------------------------
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);
	display:none;
}

.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__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::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	-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 ul {
	margin-left: 44px;
}

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

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


/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
div:not(.graphicBox) .elementor-image-box-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #99bd49;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
div:not(.graphicBox) .elementor-image-box-img {
	display: block !important;
	width: 40% !important;
	float: right;
	margin: 0 0 10px 20px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
div:not(.graphicBox).w20 .elementor-image-box-img {
	width: 20% !important;
}
/* div:not(.graphicBox) .elementor-image-box-img img {
border-radius: 5px;
} */
div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image > a:hover img,
div:not(.graphicBox) .elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .elementor-image-box-img,
	div:not(.graphicBox).img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
	div:not(.graphicBox).w20 .elementor-image-box-img {
		float: left;
		width: 70px !important;
		margin: 0 10px 0 0 !important;
	}
}

@media screen and (max-width: 374px) {
	div:not(.graphicBox).w20 .elementor-image-box-img {
		width: 50px !important;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .photo {
	display: block !important;
	float: right;
	width: 35% !important;
	margin: 0 0 10px 20px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.graphicBox .photo img {
	border-radius: 5px;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}

@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
	.graphicBox .elementor-widget-image {
		text-align: center;
	}
}

/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
	margin: 0 auto !important;
	background: none !important;
}

#sitemap_list li, .sitemap_list li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}

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

#sitemap_list li:before, .sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 25px;
}

#sitemap_list li a, .sitemap_list li a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
}

#sitemap_list li a:after, .sitemap_list li a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}
.menu-sitemap-container {
	display: none;
}
/*-----------------------------------------------------------
■ 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: 51px;
	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;
}

.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(../img/icons/ico_select.svg) no-repeat 96% center;
	background-size: 12px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid;
	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-image: url(../img/icons/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	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-color: #72706E;
	background-image: url(../img/icons/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	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-color: #72706E;
	background-image: url(../img/icons/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fl_jst {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl_jst li {
	width: 33%;
	margin-bottom: 20px;
}

.dialog-widget {
	display: none !important;
}

.youtube li {
	height: 300px;
	position: relative;
}

.youtube li iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	border: none;
}

.abc_list {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.abc_list dt {
	display: table-cell;
	width: 30px;
	font-size: 18px;
}

.abc_list dd {
	display: table-cell;
}

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

	.inquiryFormTable dt {
		width: 35%;
	}

}


@media screen and (max-width: 767px) {
	.elementor-element-90b7e7e .elementor-column-wrap {
		display: block !important;
	}

	.tb-scroll {
		overflow: scroll;
	}

	.youtube li {
		height: 0;
		padding-top: 56%;
	}

	.fl_jst li {
		width: 50%;
	}

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

}

.loader_bg {
	padding-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
}

/*--------------------------------------
under よくある質問
--------------------------------------*/
.fadeUpT.fadeUp dt {
	display: block;
	margin: 1.5px 0;
	padding: 20px;
	color: #27486D;
	cursor: pointer;
	transition: all 0.5s;
	background: #F2F6FC;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	letter-spacing: 0.04em;
	border-radius: 10px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	text-align: left;
	padding-left: 30px;
	position: relative;
	padding-right: 30px;
	padding-left: 49px;
}
.fadeUpT.fadeUp dt:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 1px;
	background: #27486D;
	position: absolute;
	top: 34px;
	right: 19px;
	transition: all .3s;
	box-sizing: border-box;
}
.fadeUpT.fadeUp dt:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #27486D;
	position: absolute;
	top: 27px;
	right: 27px;
	transition: all .3s;
	box-sizing: border-box;
}
.fadeUpT.fadeUp dt sub {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: #27486D;
	border-radius: 50%;
	left: 10px;
	top: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}
.fadeUpT.fadeUp dt.active:after {
	opacity: 0;
}
.fadeUpT.fadeUp dd {
	height: auto;
	padding: 5px;
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	background: none;
	color: #111;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-bottom: 29px;
	position: relative;
	padding-left: 60px;
}
.fadeUpT.fadeUp dd sub {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: #27486D;
	border-radius: 50%;
	left: 10px;
	top: 4px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
}
.accordion-details {
	display: none;
	background: #fff;
	font-size: 15px;
	line-height: 1.8;
	padding: 32px 45px 56px;
}
.faq_txt p {
	font-size: 50px;
	font-weight: 500;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.faq_txt p {
		font-size: 30px;
	}
}
/*--------------------------------------
about
--------------------------------------*/
.about_Box5 {
	display: flex;
}
.about_Box5 .sp {
	display: none !important;
}
.about_Box5 .left {
	width: 70%;
	padding-right: 20px;
	box-sizing: border-box;
}
.about_Box5 .right {
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.about_Box5 .row {
	display: flex;
	justify-content: space-between;
}
.about_Box5 .thumb {
	width: 49% !important;
	cursor: pointer;
	transition: transform 0.2s;
}
.about_Box5 #bigImage {
	width: 100% !important;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.about_Box5 {
		display: block;
	}
	.about_Box5 .left {
		width: 100%;
		padding-right: 0;
	}
	.about_Box5 .right {
		width: 100%;
	}
	.about_Box5 .sp {
		display: block !important;
	}
	.about_Box5 .right.sp {
		margin-bottom: 20px;
	}
	.about_Box5 .row {
		column-gap: 10px;
	}
	.about_Box5 .thumb {
		width: 31% !important;
	}
	.about_Box5 .row.row2 {
		width: 100%;
		margin-top: 10px;
	}
}
/* =====================================
■greeting
===================================== */
.titWrap h2 {
	line-height: 1.5;
	font-size: 40px;
	letter-spacing: 8%;
	background: linear-gradient(180deg, #18355E, #6D87AC);
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	position: relative;
	margin-bottom: 20px;
}
.greetingBox {
	box-sizing: border-box;
	position: relative;
}

.greetingBox .left {
	width: 17%;
	margin-top: 0;
	display: flex;
	align-items: center;
}
.greetingBox .middle {
	width: 38%;
	padding: 0 30px;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.greetingBox .right {
	width: 45%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
.greetingBox .nner {
	position: relative;
	display: flex;
	z-index: 1;
	padding-right: 20px;
	box-sizing: border-box;
}
.greetingBox .nner:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/greeting_bg.jpg) no-repeat;
	background-size: cover;
	width: 98%;
	height: 100%;
	z-index: -1;
	right: 0;
	top: 0;
}
.greetingBox .titWrap h2 {
	font-size: 32px;
}
.greetingBox .titWrap h2 sub {
	font-size: 13px;
	font-family: "Aboreto", system-ui;
	padding-left: 20px;
}
.greetingBox .titWrap {
	margin-bottom: 0;
}
.greetingBox .middle img {
	max-width: 101.67px;
}
.greetingBox .left {
	width: 17%;
	margin-top: 40px;
}
.greetingBox .middle .img {
	margin-top: -20px;
	margin-bottom: 36px;
}
.greetingBox .right .txtT {
	text-align: right;
	color: #2B2B2B;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
}
.greetingBox .right .txtT {
	text-align: right;
	color: #2B2B2B;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
	z-index: 1;
	display: inline-block;
}
.greetingBox .right .txtT:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	background: #C8C6B7;
	right: 0;
	bottom: 4px;
	z-index: -1;
}
@media screen and (max-width: 1176px) and (min-width: 1025px) {
	.greetingBox .titWrap h2 {
		font-size: 27px;
	}
	.greetingBox .titWrap h2 sub {
		font-size: 12px;
	}
	.greetingBox .middle {
		padding: 0 30px;
	}
	.greetingBox .nner {
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.greetingBox .titWrap h2 sub {
		display: block;
		padding-left: 5px;
		margin-top: 10px;
	}
	.greetingBox .middle {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.greetingBox .titWrap h2 sub {
		display: block;
		padding: 0;
		margin-top: 10px;
	}
	.greetingBox .tit {
		max-width: 202px;
		margin-bottom: 25px;
	}
	.greetingBox {
		padding: 0;
		margin-top: 0px;
		z-index: 1;
		padding-bottom: 70px;
	}
	.greetingBox:after {
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/greeting_spbg.jpg) no-repeat;
		background-size: cover;
		width: 94%;
		height: 98.5%;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.greetingBox .nner_sp {
		width: 90%;
		margin: 0 auto;
	}
	.greetingBox .txt {
		padding: 20px 20px 20px 30px;
	}
	.greetingBox .imgB {
		width: 94%;
	}
}
/*-----------------------------------------------------------
■ 4 Special under pages
-----------------------------------------------------------*/
.perform {
	margin-bottom: 0 !important;
}
.periodontalBox {
	position: relative;
}
.periodontalBox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 47px;
	background: #F4F5F7;
	top: 42%;
}
.periodontalBox ul {
	display: flex;
	justify-content: flex-start;
	column-gap: 100px;
}
.periodontalBox ul li {
	width: calc((100% - 200px) / 3);
	position: relative;
}
.periodontalBox ul .tit {
	text-align: center;
	font-size: 16px;
	color: #004096;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.periodontalBox ul li:before {
	position: absolute;
	content: "";
	width: 23.5px;
	height: 36.5px;
	background: url(/wp-content/uploads/Vector-30.png) no-repeat;
	background-size: cover;
	right: -22%;
	top: 44%;
}

.periodontalBox ul li:last-child::before {
	display: none;
}
.crownBox .tit {
	color: #353537;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 4%;
	border-bottom: 1px solid #C6C6C6;
}
.merit .tit {
	color: #353537;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 4%;
	border-bottom: 1px solid #C6C6C6;
	width: 90%;
}
.crownBox .circleList {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	flex-wrap: wrap;
}
.crownBox .circleList li {
	width: calc((100% - 20px) / 2);
}
.crownBox .circleList.bg {
	color: red;
}
.recruitBtn {
	margin-top: 20px;
}
.recruitBtn a {
	background: #27486d;
	color: #fff !important;
	font-size: 18px !important;
	padding: 14px 30px;
	border-radius: 6px;
}
.recruitBtn a:hover {
	opacity: 0.8;
}
.clinic_l a {
	color: #600F18;
	font-weight: bold;
}
.clinic_l a:hover {
	cursor: pointer;
}
.clinic_l a img {
	width: 42px;
}
.undermenu ul {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	flex-wrap: wrap;
}
.undermenu ul li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 25px;
}
.undermenu .title {
	font-size: 24px;
	color: #18355E;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
.undermenu ul li a:hover {
	color: #333;
}
.undermenu ul li .tit_a {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	align-items: center;
}
.undermenu ul li .tit_a img {
	width: 40px;
	padding-top: 13px;
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
	.periodontalBox ul .tit {
		font-size: 13px;
		letter-spacing: 0;
	}
	.periodontalBox ul li:before {
		right: -34%;
	}
	.undermenu .title {
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.periodontalBox:before {
		display: none;
	}
	.periodontalBox ul {
		display: block;
	}
	.periodontalBox ul li {
		width: 100%;
		margin-bottom: 100px;
	}
	.periodontalBox ul li:before {
		position: absolute;
		content: "";
		width: 23.5px;
		height: 36.5px;
		background: url(/wp-content/uploads/Vector-30.png) no-repeat;
		background-size: cover;
		right: auto;
		top: auto;
		bottom: -70px;
		left: 50%;
		transform: translateX(-50%);
		transform: rotate(90deg);
	}
	.crownBox .circleList {
		display: block;
	}
	.crownBox .circleList li {
		width: 100%;
	}
	.implantBox {
		position: relative;
	}
	.implantBox:before {
		position: absolute;
		content: "";
		width: 23.5px;
		height: 36.5px;
		background: url(/wp-content/uploads/Vector-30.png) no-repeat;
		background-size: cover;
		right: auto;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transform: rotate(90deg);
	}
	.undermenu ul {
		display: block;
	}
	.undermenu ul li {
		width: 100%;
	}
}
/*-----------------------------------------------------------
■ 弹窗
-----------------------------------------------------------*/
/* 遮罩层 */
.modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

/* 弹窗外层容器 */
.modal-box {
	background: none;
	border-radius: 0;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
}

/* 弹窗内容 */
.modal-content {
	padding: 20px;
	max-width: 640px;
}
.modal-content ul {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	margin-top: 20px;
}

/* 关闭按钮 */
.close {
	position: absolute;
	top: 10%;
	right: 10px;
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 1;
}
.close:hover {
	color: #ccc;
}