/*--------------------------------------
	under
--------------------------------------*/


/* 見出し
------------------------------------- */
.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-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: 36% !important;
	float: right;
	margin: 0 0 5px 10px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 5px 5px 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;
}
div:not(.graphicBox).border .elementor-image-box-img img {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	margin: 0px 0px 0 8px;
}
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 5px !important;
	}
	div:not(.graphicBox).auto_width .elementor-image-box-img {
		text-align: center;
	}
	div:not(.graphicBox).border .elementor-image-box-img img {
		margin: 0;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.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: 36% !important;
	margin: 0 0 5px 20px !important;
	padding: 3px;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 20px 5px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}
.fix_img .elementor-image {
    height: 162px;
    border: 1px solid #ccc;
}

.fix_img .elementor-image img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

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

.full_width .elementor-image a {
    width: 100%;
}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 180px;
	background: #eff5eb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a5da7e), color-stop(0.00, #8ac931));
	background: -webkit-linear-gradient(top, #a5da7e 0%, #8ac931 100%);
	background: -moz-linear-gradient(top, #a5da7e 0%, #8ac931 100%);
	background: -o-linear-gradient(top, #a5da7e 0%, #8ac931 100%);
	background: -ms-linear-gradient(top, #a5da7e 0%, #8ac931 100%);
	background: -linear-gradient(top, #a5da7e 0%, #8ac931 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5da7e', endColorstr='#8ac931',GradientType=0 );
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff !important;
	text-align: center;
	padding: 2px !important;
	border-radius: 2px !important;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button.elementor-size-xs {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.elementor-button-content-wrapper,
.btn a span {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.elementor-button.elementor-size-xs .elementor-button-content-wrapper {
	padding-right: 14px;
}
.elementor-button-content-wrapper:after,
.btn a span:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(/wp-content/uploads/ico_arrow02.png) no-repeat center;
	background-size: 11px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transition: 0.15s ease-out;
	z-index: 1;
}
.elementor-button.elementor-size-xs .elementor-button-content-wrapper:after {
	background-size: 8px;
}
.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__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	padding: 2px 0 2px 18px;
	position: relative;
	text-align: left;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #a8cc51;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 3px;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	font-size: 110%;
	padding: 5px 0 5px 22px;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	background: #1f99a8;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 0;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	display: block;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	position: absolute;
	left: 3px !important;
	top: 7px;
	transform: rotate(-40deg);
	box-sizing: content-box;
}

.arrowList .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.arrowList .elementor-icon-list-items li {
    width: calc(100% / 3);
    padding: 2px 0 2px 18px;
    position: relative;
}
.arrowList.full .elementor-icon-list-items li {
	width: 100%;
}
.arrowList .elementor-icon-list-items li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: url(/wp-content/uploads/ico_arrow04.jpg) no-repeat left top;
	position: absolute;
	left: 5px;
	top: 8px;
	transition: all 0.5s;
}

/* icoList */
.icoList .elementor-icon-list-items li,
ul.icoList > li {
	font-size: 100%;
	padding: 0 0 0 25px;
	position: relative;
	text-align: left;
	color: #006600;
	line-height: 1.8;
}
.icoList .elementor-icon-list-items li:before,
ul.icoList > li:before {
	content: "";
	width: 17px;
	height: 15px;
	background: url(/wp-content/uploads/ico_leaf.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 3px;
}
.icoList .elementor-icon-list-items li a,
ul.icoList > li a {
	color: #006600;
}
.icoList .elementor-icon-list-items li a:hover,
ul.icoList > li a:hover {
	text-decoration: underline;
}


/* 番号リスト */
.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: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		width: calc(100% / 2);
	}
	.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: 85px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #94C789;
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -18px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .elementor-widget-heading {
	background: #CDEBF5;
	padding: 25px 30px;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

/* @media screen and (max-width: 767px) {
.flowList .elementor-inner-section {
padding: 20px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
font-size: 20px;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .elementor-widget-image {
margin-bottom: 25px !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 solid #CCCCCC;
	padding-bottom: 10px;
}
.qaList:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 15px;
}
.qaList .answer {
	position: relative;
	border-left: 3px solid #FFCC00;
}
.qaList .question .num {
	width: 32px;
	border-left: 3px solid #060;
	font-size: 31px;
	line-height: 1;
	letter-spacing: 0;
	color: #99bd49;
	text-align: center;
}
.qaList .question .num img {
	vertical-align: top;
}
.qaList .txt {
	padding-left: 7px;
}
.qaList .question .txt {
	width: calc(100% - 32px);
	font-size: 1.2em;
    color: #006600;
    font-weight: bold;
}

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

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
}
.timetableA thead th {
	padding: 0 0 15px;
	border-bottom: 1px solid #99BD49;
	vertical-align: bottom;
}
.timetableA thead th:first-child {
	width: 33%;
	text-align: left;
	font-weight: 700;
}
.timetableA tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	color: #99BD49;
}
.timetableA tbody td.holiday {
	color: #000000;
}
.timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
	padding-top: 19px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 24px;
	border-bottom: 1px solid #99BD49;
}
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
	width: 15%;
}

@media screen and (max-width: 767px) {
	.timetableA thead th:first-child {
		width: 31%;
	}
}

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-top: 12px;
	}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
		padding-bottom: 12px;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #FBF0EC;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 8px;
}
.timetableC thead th {
	background: #E39B83;
	color: #FFFFFF;
	padding: 16px 0 14px;
}
.timetableC thead th:first-child {
	width: 20%;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetableC tbody td {
	color: #E39B83;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}
.timetableC tbody tr:first-child th,
.timetableC tbody tr:first-child td {
	padding-top: 29px;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
	padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 14px;
		padding: 4px 0 5px;
	}
	.timetableC thead th {
		padding: 13px 0 11px;
	}
	.timetableC thead th:first-child {
		width: 34%;
		font-size: 14px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		width: 10%;
		padding-right: 10px;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 19px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	font-size: 100%;
	vertical-align: middle;
	word-break: break-all;
	padding: 10px 2px;
}
.table_A th {
	border-bottom: 1px solid #1e99a8;
	letter-spacing: 0.1em;
	width: 25%;
}
.table_A td {
	padding: 10px 2px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.table_A th,
	.table_A td {
		font-size: 13px;
	}
	.table_A th {
		width: 32%;
	}
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	font-size: 100%;
    vertical-align: middle;
    border: 1px solid #A5D1A5;
    padding: 10px;
    box-sizing: border-box;
}
.table_D th {
    background: #bcdebd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bcdebd), color-stop(0.00, #eaf4eb));
    background: -webkit-linear-gradient(top, #bcdebd 0%, #eaf4eb 100%);
    background: -moz-linear-gradient(top, #bcdebd 0%, #eaf4eb 100%);
    background: -o-linear-gradient(top, #bcdebd 0%, #eaf4eb 100%);
    background: -ms-linear-gradient(top, #bcdebd 0%, #eaf4eb 100%);
    background: -linear-gradient(top, #bcdebd 0%, #eaf4eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcdebd', endColorstr='#eaf4eb',GradientType=0 );
    width: 30%;
    color: #326D4B;
    font-weight: bold;
}

.scroll_area {
	width: 100%;
	overflow-x: auto;
}
.scroll_area table {
	width: 1080px;
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 21px;
	line-height: 1.48;
	letter-spacing: 0.12em;
	color: #000;
	padding: 0 0 0 30px;
	position: relative;
}
.frameTit:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #99bd49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.numTit {
	font-size: 21px;
	line-height: 1.48;
	letter-spacing: 0.12em;
	color: #414953;
	padding: 0;
	position: relative;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px 50px;
	background: #f0f2eb;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #000;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 15px;
	border: 1px solid #CCCCCC;
	line-height: 1.8;
}

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

@media screen and (max-width: 767px) {
	/* 	.frameTit {
	font-size: 20px;
} */
}

/*--------------------------------------
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: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

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


/*--------------------------------------
* 追加
--------------------------------------*/
.contentsBoxBody .under_wrap {
	font-size: 1.2em;
	line-height: 1.5em;
}

#main .contentsBox .contentsBoxTitle {
	background-image: linear-gradient(to right, #398800 0%, #398800 50%, transparent 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main .contentsBox .contentsBoxTitle h4 {
	position: relative;
}
#main .contentsBox .contentsBoxTitle h4:before {
	content: "";
	width: 4px;
	height: 100%;
	background: #599b29;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dfecd6), color-stop(0.00, #599b29));
	background: -webkit-linear-gradient(top, #dfecd6 0%, #599b29 100%);
	background: -moz-linear-gradient(top, #dfecd6 0%, #599b29 100%);
	background: -o-linear-gradient(top, #dfecd6 0%, #599b29 100%);
	background: -ms-linear-gradient(top, #dfecd6 0%, #599b29 100%);
	background: -linear-gradient(top, #dfecd6 0%, #599b29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfecd6', endColorstr='#599b29',GradientType=0 );
	position: absolute;
	left: 2px;
	top: 0;
}
.underTit_h5 {
	border: 1px solid #e7e7e7;
	background: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fcfcfc), color-stop(0.00, #ececec));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
	margin: 7px 0px 12px;
	position: relative;
}
.underTit_h5:before,
.underTit_h5:after {
	content: "";
	position: absolute;
	top: -3px;
}
.underTit_h5:before {
	width: 23px;
	height: 27px;
	background: url(/wp-content/uploads/icon_h5_left.png);
	left: 0;	
}
.underTit_h5:after {
	width: 123px;
	height: 23px;
	background: url(/wp-content/uploads/icon_h5_right.png);
	right: 0;	
}
.underTit_h5 h5 {
    font-size: 1.2em;
    padding: 10px 10px 10px 20px;
    position: relative;
    z-index: 2;
    line-height: 1.4em;
    font-weight: normal;
}
.underTit_h502 h5 {
font-size: 1.2em;
    padding: 10px 10px 10px 20px;
    position: relative;
    z-index: 2;
    line-height: 1.4em;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.underTit_h6 {
	margin-bottom: 5px;
}
.underTit_h6 h6 {
	color: #795100;
	line-height: 1.4em;
	font-size: 18px;
}
.underTit_tle {
    color: #115E37;
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 3px;
}
table.info th,
table.info td {
	padding: 5px;
	border: 1px solid #fff;
}
table.info th {
	background: #ebe2d4;
	width: 85px;
	    font-weight: bold;
}
table.info td {
	background: #f7f4ef;
}

table.about th,
table.about td {
	padding: 5px;
}
table.about th {
	width: 85px;
	color: #115E37;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.infoWrap .map {
		padding-top: 0;
	}
}
