@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
textcolor
--------------------------------------*/
.txtColor {
	color: #6ca302;
}
.txtLink {
	color: #ff8c00 !important;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 10px;
	}
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* 画像ボックス
------------------------------------- */
.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-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #2374c6;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
	background-image: -webkit-linear-gradient(top,#2c7acc,#1f6cbc,#153753);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 3px;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title small {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
}
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: 38.5% !important;
	float: right;
	margin: 0 0 10px 10px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 10px 10px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
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).auto_width .elementor-image-box-img {
		text-align: center;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .elementor-widget-wrap {
	align-content: normal;
}
.graphicBox .photo {
	display: block !important;
	float: right;
	width: 38.5% !important;
	margin: 0 0 10px 10px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 10px 10px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.w300.graphicBox .photo {
	width: 47% !important;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}
.imgFrame img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

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

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-widget-button {
	line-height: 1;
}
.elementor-image-box-wrapper .btn {
	margin-top: 10px;
}
.elementor-button,
.btn a {
    display: inline-block;
    width: 100% !important;
    max-width: 200px;
    background: #6b3906;
	border-radius: 5px !important;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.15em;
    color: #fff !important;
    text-align: center;
	text-decoration: none !important;
    padding: 1px 9px 1px !important;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
}
.elementor-button > span,
.btn a span {
	display: inline-block;
	padding-right: 12px;
	position: relative;
	z-index: 2;
}
.elementor-button > span:before,
.btn a span:before {
	content: "";
	border-left: 7px solid #f7ab00;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}

/* アコーディオン
------------------------------------- */
.elementor-accordion .elementor-accordion-item {
	border: none;
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-tab-title {
	background: #E7E8E8;
	font-size: 25px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #717171;
	text-align: center;
	margin: 0;
	padding: 24px 70px 27px 20px;
	position: relative;
}
.elementor-accordion .elementor-tab-title:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -10px;
}
.elementor-accordion .elementor-tab-title:after {
	content: "";
	width: 21px;
	height: 3px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -1px;
}
.elementor-accordion .elementor-tab-title.elementor-active:before {
	opacity: 0;
}
.elementor-accordion .elementor-tab-title a {
	color: #717171 !important;
}
.elementor-accordion .elementor-tab-content {
	padding: 28px 30px 26px;
	border: 5px solid #E7E8E8;
	border-top: none;
	background: #fff;
	text-align: center;
}
.elementor-accordion .elementor-tab-content .circleList {
	display: inline-block;
	line-height: 1.6;
	color: #717171;
}
.elementor-accordion .elementor-tab-content .circleList > li:not(:first-child) {
	margin-top: 5px;
}
.elementor-accordion .elementor-tab-content .circleList > li:before {
	width: 15px;
	height: 15px;
	background: rgba(66, 159, 200, 0.67);
	top: 5px;
}

@media screen and (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
		padding: 15px 30px 18px 15px;
	}
	.elementor-accordion .elementor-tab-title:before {
		content: "";
		width: 2px;
		height: 12px;
		right: 15px;
		margin-top: -6px;
	}
	.elementor-accordion .elementor-tab-title:after {
		content: "";
		width: 12px;
		height: 2px;
		right: 10px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 20px;
	}
}

/* LightBox
--------------------------------------*/
.elementor-slideshow__footer,
.elementor-slideshow__header {
	background: none;
	border: none;
}
.elementor-slideshow__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.listTit {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2px;
}
.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: 100%;
	padding: 0 0 5px 15px;
	position: relative;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #78afaf;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.circleList.pink .elementor-icon-list-items li:before,
ul.circleList.pink > li:before {
	background: #ffd3d3;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 23px;
	line-height: 2em;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	background: url('/wp-content/uploads/icon-check.png') no-repeat left top;
	position: absolute;
	left: 0 !important;
	top: 4px;
}

/* iconList */
.iconList .elementor-icon-list-items li,
ul.iconList > li {
	padding: 0 0 0 11px;
	position: relative;
	text-align: left;
}
.iconList .elementor-icon-list-items li:not(:first-child),
ul.iconList > li:not(:first-child) {
	margin-top: 5px;
}
.iconList .elementor-icon-list-items li:before,
ul.iconList > li:before {
	content: "";
	border-left: 6px solid #2d70b5;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 4px;
	left: 0;
}

/* link_A */
.arrowListBox {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	padding: 0 0 0 12px;
	line-height: 1.7em;
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	text-decoration: underline;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 6px solid #ed6019;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: -12px;
	top: 7px;
	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: 0 0 0 25px;
	position: relative;
}
.numList .elementor-icon-list-items li:not(:first-child),
ul.numList > li:not(:first-child) {
	margin-top: 5px;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 18px;
	height: 18px;
	background: #0066cc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0066cc), color-stop(1.00, #003e7d));
	background: -webkit-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -moz-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -o-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -ms-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -linear-gradient(top, #0066cc 0%, #003e7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003e7d',GradientType=0 );
	border-radius: 2px;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0px;
}

/* dotList */
.dotList .elementor-icon-list-items li,
ul.dotList > li {
	font-size: 100%;
	padding: 0 0 0 1em;
	position: relative;
}
.dotList .elementor-icon-list-items li:before,
ul.dotList > li:before {
	content: "・";
	width: 1em;
	position: absolute;
	left: 0;
	top: 0.15em;
}


.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: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		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;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 57px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-top: 17px solid #aae6e8;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
}
/* .flowList .elementor-widget-heading .elementor-heading-title,
.flowList .elementor-image-box-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2374c6;
	background-image: -webkit-linear-gradient(top,#5094d1,#1f6cbc,#123553);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	border-bottom: 1px solid #003e7d;
	margin-bottom: 7px !important;
	position: relative;
} */
.flowTit .step {
	width: 60px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	background: #0066cc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0066cc), color-stop(0.50, #003e7d));
	background: -webkit-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -moz-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -o-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -ms-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -linear-gradient(top, #0066cc 0%, #003e7d 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003e7d',GradientType=0 );
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	padding: 0;
	margin: 0 6px 0 0;	
	text-align: center;
	-webkit-text-fill-color: #fff;
}
.flowList div:not(.graphicBox) .elementor-image-box-img,
.flowList .graphicBox .photo {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowList div:not(.graphicBox) .elementor-image-box-img,
	.flowList .graphicBox .photo {
		margin-bottom: 10px !important;
	}
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FBF0EC;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #FBF0EC;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #514E4C;
	margin-bottom: 20px;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 20px;
	}
	.flowListA .elementor-widget-heading,
	.flowListA .elementor-image-box-title {
		font-size: 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-top-column {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
.qaList:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaList .question {
	position: relative;
	margin-bottom: 10px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 40px;
	border-left: 3px solid #2cc7cd;
	font-size: 31px;
	line-height: 1;
	color: #458cd3;
	text-align: center;
	padding: 0;
}
.qaList .answer .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 40px;
	border-left: 3px solid #9D7844;
	font-size: 31px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.qaList .num img {
	margin-top: 2px;
	vertical-align: top;
}
.qaList .txt {
	width: calc(100% - 40px);
	line-height: 1.6;
	padding-left: 3px;
}
.qaList .question .txt {
	font-size: 130%;
	font-weight: bold;
	padding-top: 2px;
}
.qaList .answer .txt {
	padding-top: 6px;
}
.qaList .answer .txt .elementor-widget-heading {
	padding-bottom: 5px;
	position: relative;
}
.qaList .answer .txt .elementor-widget-heading:after {
	content: "";
	width: calc(100% + 40px);
	border-bottom: 1px dotted #999;
	position: absolute;
	left: -40px;
	bottom: 0;
}
.qaList .answer .txt .full {
	width: calc(100% + 30px);
	margin-left: -30px;
}

/* qa_G */
.qaListG .question {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.6;
}
.qaListG .answer {
	position: relative;
}
.qaListG .num {
	width: 46px;
}
.qaListG .question .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006AB8;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .answer .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #006AB8;
	background: #EFF3F9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .question .txt {
	font-size: 20px;
	width: calc(100% - 46px);
	padding-left: 40px;
}
.qaListG .answer .txt {
	width: calc(100% - 46px);
	padding-right: 40px;
}
.qaListG .question .txt .elementor-widget-heading {
	color: #FFF;
	background: #006ab8;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .question .txt .elementor-widget-heading:before {
	content: "";
	border-right: 20px solid #006ab8;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaListG .answer .txt .elementor-widget-text-editor {
	background: #EFF3F9;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .answer .txt .elementor-widget-text-editor:before {
	content: "";
	border-left: 20px solid #EFF3F9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -12px;
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
.maplink {
	display: block;
}
.maplink a {
	color: #0000FF;
	text-decoration: underline;
}
.maplink a:hover {
	text-decoration: none;
}

/* -------------------------------------
Youtube
------------------------------------- */
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
}
.timetable thead th {
	background: #2031AC;
	color: #fff;
}
.timetable thead th:first-child {
	width: 30%;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	background: #C7CBE9;
}
.timetable tbody td {
	background: #E9ECF4;
}
.note {
	font-size: 11px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
	.timetable thead th:first-child {
		width: 33%;
	}
	.timetable thead th:last-child {
		width: 17%;
	}
}

/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-spacing: 1px;
	border-collapse: separate;
}
.timetableA th,
.timetableA td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.timetableA thead th {
	background: #78AFAF;
	color: #fff;
	padding: 5px 0;
}
.timetableA thead th:first-child {
	width: 30%;
}
.timetableA tbody th {
	background: #AFE1E1;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	background: #E3FAFA;
}

@media screen and (max-width: 767px) {
	.timetableA th,
	.timetableA td {
		font-size: 80%;
		padding: 2px;
	}
	.timetableA thead th {
		padding: 2px 0;
	}
	.timetableA thead th:first-child {
		width: 35%;
	}
	.timetableA thead th:last-child {
		width: 15%;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0px;
	border-bottom: 1px dotted #D4D4D4;
}
.timetableC thead th {
	background: #FFEDAF;
	border-top: 1px dotted #D4D4D4;
	border-bottom: none;
	font-weight: bold;
	color: #FF7F00;
	padding: 8px 0;
}
.timetableC thead th:first-child {
	width: 30%;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		width: 24%;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 10px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	font-size: 100%;
	vertical-align: middle;
	word-break: break-all;
	padding: 8px 5px 5px 5px;
}
.table_A th {
	border-bottom: 1px solid #78AFAF;
	width: 25%;
}
.table_A td {
	border-bottom: 1px solid #ccc;
}
.table_A td p {
	margin-bottom: 5px;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D {
  border-spacing: 1px;
  border-collapse: separate;
}
.table_D th,
.table_D td {
	vertical-align: middle;
    padding: 5px;
	text-align: left;
    box-sizing: border-box;
}
.table_D tbody th {
	background: #AFE1E1;
}
.table_D tbody td {
	background: #E3FAFA;
}

@media screen and (max-width: 767px) {
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		width: 620px;
		margin: 0 auto;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 1.143em;
	font-weight: bold;
    color: #FF9A00;
}
.frameTit.red {
	color: #9f0f0f;
	background: -webkit-linear-gradient(top, #990000 0%, #9f0f0f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.frameTit small {
	font-size: 14px;
}
.numTit .elementor-heading-title {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #333;
	background: -webkit-linear-gradient(top, #333 0%, #525252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 32px;
	position: relative;
}
.numTit .elementor-heading-title span {
	display: block;
	width: 21px;
	height: 21px;
	background: #0061a5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #003a7a), color-stop(1.00, #0061a5));
	background: -webkit-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -moz-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -o-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -ms-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -linear-gradient(top, #003a7a 0%, #0061a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7a', endColorstr='#0061a5',GradientType=0 );
	border-radius: 2px;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-fill-color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}
.numTit .elementor-heading-title small {
	font-size: 15px;
	letter-spacing: 0.05em;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 15px 20px 15px 20px;
	background: #FAF7EA;
}
div:not(.graphicBox) .frameJ  .elementor-image-box-title {
	color: #F08D19;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 15px;
	border: 1px solid #B47351;
	background: #FAF7EA;
}

/*　画像
--------------------------------------*/
.frameJ .graphicBox .elementor-widget-image,
.frameK .graphicBox .elementor-widget-image,
.graphicBox .frameJ .elementor-widget-image,
.graphicBox .frameK .elementor-widget-image {
	width: auto !important;
	max-width: 200px;
}
div:not(.graphicBox) .frameJ .elementor-image-box-img {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .frameJ .elementor-image-box-img {
		margin-bottom: 10px !important;
	}
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 20px solid #a08271;
}
.style_title {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #a08271;
	border-bottom: 5px solid #a08271;
	padding: 25px 20px;
	text-align: center;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #75654c;
	padding: 0 0 15px;
	border-bottom: 2px solid #a08271;
	position: relative;
}

@media screen and (max-width: 767px) {
	.style_box {
		border: 10px solid #a08271;
	}
	.style_title {
		font-size: 25px;
	}
	.style_box .inner {
		padding: 20px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	width: 18px;
	height: 37px;
	background: url(/wp-content/uploads/ico_arrow03.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -7px;
}
.before_after .elementor-widget-heading {
	max-width: 212px;
	background: #cdebff;
	margin: 0 auto 5px;
	text-align: center;
}
.before_after .elementor-heading-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #5094d1;
	background-image: -webkit-linear-gradient(top,#5094d1,#1f6cbc,#123553);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.before_after img {
	border: 1px solid #E1E1E1;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: -17px;
		margin-left: -9px;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.anchorLinks .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child) {
	position: relative;
	padding: 0 14px 0 0;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child):after {
	content: "／";
	text-align: right;
	color: #1e99a8;
	pointer-events: none;
}


/* =====================================
■ブログ
===================================== */
#blogArea {
	float: left;
	width: 72.5%;
	max-width: 490px;
}
#blogArea .pagename {
	margin-bottom: 20px;
}
#article {
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#article .articleWrap {
	margin-bottom: 37px;
}
#article .articleWrap .data {
	text-align: right;
	color: #747474;
	margin-bottom: 1px;
}
#article .articleWrap .entryTitle {
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 5px 6px;
}
#article .articleWrap .entryTitle h4 {
    font-weight: normal;
    padding: 2px 0 0 14px;
    position: relative;
}
#article .articleWrap .entryTitle h4:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #ad5d38;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#article .articleWrap .entryBody {
	margin-bottom: 18px;
	line-height: 160%;
	padding: 0 20px;
}
#article .articleWrap .entryBody a {
	text-decoration: underline;
}
#article .articleWrap .entryBody img {
	vertical-align: top;
}
#article .articleWrap .buzzurl_button {
	text-align: right;
	margin-bottom: 10px;
}
#article .articleWrap .buzzurl_button a {
	text-decoration: underline;
}
#article .articleWrap .contributor {
	text-align: right;
	background-image: linear-gradient(to right, #959595 0%, #959595 50%, #ffffff 0%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	padding-bottom: 15px;
}
#article .articleWrap .contributor a {
	text-decoration: underline;
}
#article .articleWrap .contributor a:hover {
	text-decoration: none;
}
#blogMenu {
	float: right;
	width: 25%;
	max-width: 170px;
}
#blogMenu .blogMenuWrap {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border: 1px solid #d0cfcf;
}
#blogMenu .blogMenuWrap:last-child {
	margin-bottom: 0;
}
#blogMenu .blogMenuWrap h4 {
	font-weight: bold;
	color: #fff;
	background: #583e32;
	padding: 10px;
	margin: 10px;
}
#blogMenu .blogMenuWrap > ul {
	margin: 0 15px;
}
#blogMenu .blogMenuWrap li {
	padding-left: 9px;
	margin-bottom: 4px;
	line-height: 140%;
	position: relative;
}
#blogMenu .blogMenuWrap li:before {
	content: "";
	border-left: 4px solid #583e32;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 5px;
}
#blogMenu .blogMenuWrap li a {
	color: #b55156;
	text-decoration: underline;
}
#blogMenu .blogMenuWrap li a:hover {
	text-decoration: none;
}
#blogMenu .blogMenuWrap .children {
	padding-left: 5px;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	#blogArea {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#blogMenu {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 60px 0 0;
	}
	#article {
		padding: 0 10px;
	}
	#article .articleWrap .entryBody {
		padding: 0 10px;
	}
}

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

/*--------------------------------------
* pagination
--------------------------------------*/
.pagination {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	background: #d68851;
	color: #fdfdfd !important;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
	color: #454545 !important;
	font-weight: bold;
}
.pagination ul li a:hover {
	background: #efd4c0;
	color: #fdfdfd !important;
}
.pagination ul li span.current {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	background: #efd4c0;
	color: #fdfdfd;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
	background: none !important;
	color: #454545;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
	opacity: 0.8;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
	color: #454545;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
	color: #454545;
}

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

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic {
	line-height: 180%;
}
ul.sitemap_ic > li:not(:first-child) {
	margin-top: 15px;
}
ul.sitemap_ic > li > a {
	display: block;
	background: #f1f1f1;
	border: 1px solid #cfd0d0;
    padding: 8px 15px 7px 15px;
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}
ul.sitemap_ic > li > a:hover {
	text-decoration: none;
}
ul.sitemap_ic .sub-menu {
	margin: 15px 15px 0 15px;
}
ul.sitemap_ic .sub-menu > li {
	padding-left: 14px;
	position: relative;
}
ul.sitemap_ic .sub-menu > li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: linear-gradient(180deg, #A7D491 0%, #4CC213 100%);
	position: absolute;
	left: 0;
	top: 6px;
}
ul.sitemap_ic .sub-menu > li:not(:first-child) {
	margin-top: 2px;
}
ul.sitemap_ic .sub-menu > li a {
	color: #44C008;
	text-decoration: underline;
}
ul.sitemap_ic .sub-menu > li a:hover {
	text-decoration: none;
}

/* =====================================
■NotFound
===================================== */
#notFound {
	padding: 40px;
	line-height: 140%;
	border: 1px solid #d8d8d8;
}
#notFound .supplement {
	margin-bottom: 4px;
}
#notFound h3 {
	margin-bottom: 25px;
}
#notFound .notFoundCont:not(:last-child) {
	margin-bottom: 25px;
}
#notFound .notFoundCont h4 {
	font-size: 120%;
	font-weight: bold;
	color: #5f5e5e;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 15px;
}
#notFound .notFoundCont .explanation {
	margin-bottom: 10px;
}
#notFound #searchFrame form input.searchInput {
	vertical-align: top;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#notFound {
		padding: 6%;
	}
	#notFound #searchFrame form input.searchInput {
		width: auto;
	}
}

/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message .explanation {
	margin-bottom: 15px;
	line-height: 160%;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.inquiryFormTable > dl:nth-child(1) {
	border-top: 1px solid #ccc;
}
.inquiryFormTable dd, .inquiryFormTable dt {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.inquiryFormTable dt {
	width: 27.7%;
	background: #eeeeee;
	padding: 3px 8px;
}
.required {
	color: red;
	vertical-align: baseline;
	padding-left: 5px;
}
.inquiryFormTable .wpcf7-radio span.wpcf7-list-item,
.inquiryFormTable .check_box span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.inquiryFormTable .wpcf7-radio input,
.inquiryFormTable .check_box input {
	width: auto;
}
.inquiryFormTable .zipcode01 input,
.inquiryFormTable .zipcode02 input {
	width: 100px;
	margin-bottom: 5px;
}
.inquiryFormTable .icon-checked:before,
.inquiryFormTable .icon-check:before {
	display: none;
}

.contact_text {
	color: #888;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.inquiryFormTable textarea, .inquiryFormTable input, .inquiryFormTable select {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.inquiryFormTable .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}
.inquiryFormTable .wpcf7-acceptance input {
	width: auto;
}
.btBox {
	text-align: center;
	margin: 25px auto 0;
}
.btBox input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 13px;
	cursor: pointer;
	width: auto;
	font-size: 120%;
	font-weight: 600;
	line-height: 160%;
	color: #454545;
	background: #e1e1e1;
	border: 1px solid #adadad;
	margin: 0 5px;
}
.btBox input:hover {
	opacity: 0.7;
}
.inquiryFormTable .comment {
	display: block;
	color: #8D7323;
	letter-spacing: 0;
	line-height: 1;
	margin: 8px 0;
}
.inquiryFormTable .comment:last-child {
	margin-bottom: 0;
}
.btBox br {
	display: none;
}
.inquiryFormTable .wpcf7-form-control-wrap input.year,
.inquiryFormTable select.wpcf7-form-control.wpcf7-select {
	width: 120px;
	margin-bottom: 5px;
}
.inquiryFormTable select.wpcf7-form-control.wpcf7-select {
	width: auto;
	background: #eee;
	margin: 0 3px;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="radio"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table input[type="number"],
.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,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.result_txt {
	display: inline-block;
	word-break: break-all;
	white-space: pre-wrap;
}
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode01,
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode02 {
	display: inline-block;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.inquiryFormTable textarea,
	.inquiryFormTable input,
	.inquiryFormTable select {
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dl {
		display: block;
		border: none !important;
	}
	.inquiryFormTable dd,
	.inquiryFormTable dt {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		padding: 0;
	}
	.inquiryFormTable dt {
		padding: 10px;
	}
	.inquiryFormTable dd {
		padding: 15px 0 25px;
	}
	.inquiryFormTable .btBox input {
		width: auto;
	}
	.inquiryForm_message .step_catch img {
		width: auto !important;
		max-width: 100% !important;
	}
	.contact .btBox {
		margin: 0 auto;
	}
}

/* =====================================
■新着情報
===================================== */
.newsBox h3 {
	background-image: linear-gradient(to right, #c5c6c6 0%, #c5c6c6 50%, #f3f3f3 0%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	line-height: 1;
    padding: 2px 0 11px;
    margin-bottom: 13px;
    position: relative;
}
.newsBox h3 a {
	background: url(/wp-content/uploads/icon-news.jpg) no-repeat left top;
	font-size: 90%;
	line-height: 140%;
	color: #454545;
	text-decoration: none;
	padding: 0 0 0 16px;
	position: absolute;
	right: 0;
}
.newsBox h3 a:hover {
	text-decoration: underline;
}
.newsList dl {
    border-bottom: 1px solid #bfbebe;
    margin-bottom: 20px;
    padding-bottom: 16px;
}
.newsList dl:last-child {
	margin-bottom: 0;
}
.newsList dl dt {
    font-weight: bold;
    line-height: 110%;
    color: #041b5b;
    margin-bottom: 5px;
}
.category-news #content .newsList dl dt {
	color: #835d4d;
}
.newsList dl dt .newsLabel {
	display: inline-block;
	width: 30px;
	height: 13px;
	line-height: 14px;
	background: #f7ab00;
	border-radius: 3px;
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	box-sizing: border-box;
	margin: -2px 0 0 5px;
	vertical-align: middle;
}
.newsList dl dd {
	line-height: 140%;
	color: #333333;
}
.newsList dl dd a {
    text-decoration: none;
    color: #333333;
}
.newsList dl dd a:hover {
	color: #862c02;
	text-decoration: underline;
}


/* =====================================
■TOP
===================================== */
/* -------------------------------------
mainVisual
------------------------------------- */
#mainVisual {
    position: relative;
    text-align: center;
    margin-bottom: 1px;
}
#mainVisual .inner {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}


/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	line-height: 120%;
	text-align: right;
	margin: 0 7px 32px;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: "＞";
}
#bread li a {
	color: #862c02;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
TITLE
--------------------------------------*/
.pagename {
    margin-bottom: 15px;
    position: relative;
	z-index: 2;
}
article > .pagename {
	padding: 0 20px;
}
/* .pagename:after {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #f3feed 0%, #fefefc 75%, #fffffd 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} */
.pagename h3 {
	background-image: linear-gradient(to right, #c5c6c6 0%, #c5c6c6 50%, #f3f3f3 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: normal;
	line-height: 120%;
	color: #454545;
	padding: 10px 0 7px;
	position: relative;
}
.primary-heading {
    background: #38d6dc;
    border-radius: 3px;
    padding: 2px 2px 2px 34px;
	position: relative;
}
.primary-heading:before {
	content: "";
	width: 22px;
	height: 23px;
	background: url(/wp-content/uploads/icon-tit01.jpg) no-repeat left top;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.primary-heading .elementor-heading-title {
    background: #fff;
    border-radius: 1px;
    font-size: 110%;
    line-height: 1.4;
    font-weight: bold;
	padding: 6px 8px 3px;
	position: relative;
}
.minor-heading .elementor-heading-title {
	background-image: linear-gradient(to right, #38d6dc 0%, #38d6dc 50%, transparent 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	color: #454545;
	padding: 0 0 4px 21px;
	position: relative;
}
.minor-heading .elementor-heading-title:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #38d6dc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.underTit_h6 {
	background-image: linear-gradient(to right, #dddddd 0%, #dddddd 50%, transparent 0%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	padding-bottom: 6px;
}
.underTit_h6 h6 {
	font-size: 1.143em;
	font-weight: normal;
	line-height: 1.4;
	color: #6C4633;
	padding: 1px 0 0 13px;
	position: relative;
}
.underTit_h6 h6:before {
	display: block;
	content: "";
	width: 5px;
	height: calc(100% - 3px);
	background: #6d4733;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	article > .pagename {
		padding: 0 10px;
	}
}


/*--------------------------------------
 * 症例
--------------------------------------*/
.comparedBox > .elementor-container {
	column-gap: 80px;
}
.comparedBox .pic {
	margin-bottom: 5px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.comparedBox > .elementor-container {
		flex-wrap: nowrap;
		padding: 0 34px !important;
	}
	.comparedBox .elementor-inner-column:first-child .pic:after {
		content: "";
		border-left: 17px solid #aae6e8;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		position: absolute;
		right: -47px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	.comparedBox > .elementor-container {
		row-gap: 60px;
	}
	.comparedBox .elementor-inner-column:first-child:after {
		content: "";
		border-top: 17px solid #aae6e8;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		position: absolute;
		left: 50%;
		bottom: -37px;
		transform: translateX(-50%);
	}
}

