@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
textcolor
--------------------------------------*/
.txtColor {
	color: #99BD49;
}
.txtLink {
	color: #99BD49 !important;
	font-weight: 500;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.catch_title {
	font-size: 20px;
	line-height: 1.5;
	color: #429FC8;
	word-break: break-all;
}
.catch_title strong {
	font-weight: 700;
	color: #F192BE;
}
.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-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

/* 見出し
------------------------------------- */
.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;
}
.elementor-image-box-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	position: relative;
}
.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;
}
.elementor-image-box-img {
	display: block !important;
	width: 42.6% !important;
	float: right;
	margin: 0 0 10px 40px !important;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 40px 10px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image a img {
	width: 100%;
}
.elementor-widget-image .elementor-image > a:hover img,
.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;
}
.img_border .elementor-widget-image .elementor-image img {
	border: 1px solid #c9c9c9;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !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: 40% !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 .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-widget-image img {
	border: 1px solid #c9c9c9;
}
.graphicBox .elementor-clearfix:after {
	display: none !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;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-widget-button {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 348px;
	background: linear-gradient(top, #fafafa, #e5e5e5);
	background: -moz-linear-gradient(top, #fafafa, #e5e5e5);
	background: -ms-linear-gradient(top, #fafafa, #e5e5e5);
	background: -o-linear-gradient(top, #fafafa, #e5e5e5);
	background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#e5e5e5));
	background: -webkit-linear-gradient(top, #fafafa, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fafafa', endColorstr = '#e5e5e5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fafafa', endColorstr = '#e5e5e5')";
	font-size: 18px;
	line-height: 1.4;
	color: #434343 !important;
	text-align: center;
	padding: 7px 0 6px;
	border-radius: 5px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button:hover,
.btn a:hover {
	background: linear-gradient(top, #e5e5e5, #fafafa);
	background: -moz-linear-gradient(top, #e5e5e5, #fafafa);
	background: -ms-linear-gradient(top, #e5e5e5, #fafafa);
	background: -o-linear-gradient(top, #e5e5e5, #fafafa);
	background: -webkit-gradient(linear, center top, center bottom, from(#e5e5e5), to(#fafafa));
	background: -webkit-linear-gradient(top, #e5e5e5, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5e5e5', endColorstr = '#fafafa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5e5e5', endColorstr = '#fafafa')";
	opacity: 1;
	text-decoration: none;
}
.elementor-button-content-wrapper {
	display: inline-block;
	line-height: 1;
}
.elementor-button-text,
.btn a span {
	display: inline-block;
	line-height: 1;
	position: relative;
	padding: 0 18px;
}
.elementor-button-text:before,
.btn a span:before {
	display: block;
	content: "";
	border-left: 8px solid #ffa4a4;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

/* アコーディオン
------------------------------------- */
.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;
}

/* list_A */
.circleListA .elementor-icon-list-items li,
ul.circleListA > li {
	position: relative;
    padding: 5px 0 5px 20px;
    text-align: left;
}
.circleListA .elementor-icon-list-items li:before,
ul.circleListA > li:before {
	content: "";
    width: 7px;
    height: 7px;
    background: #a874bc;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 4px;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 2px 0 2px 35px;
	position: relative;
	margin-bottom: 5px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	width: 25px;
	height: 20px;
	background: url(/wp-content/uploads/ico_check.png) no-repeat left top;
	background-size: 25px 20px;
	position: absolute;
	top: 7px;
	left: 0;
}

/* link_A */
.arrowListBox {
	background: #f0f2eb;
	padding: 35px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #99BD49;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 8px solid #99BD49;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 4px;
	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: 5px 0 5px 35px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 24px;
	height: 24px;
	background: #a874bc;
	border-radius: 50%;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
}

.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: 70px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 20px solid #edd6f6;
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -35px;
}
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .flowTit {
	font-size: 120%;
    line-height: 1.4;
    color: #434343;
}

/* @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-column.elementor-col-100 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 45px;
}
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	width: 52px;
	border-left: 4px solid #99bd49;
	font-size: 31px;
	line-height: 35px;
	letter-spacing: 0;
	color: #99bd49;
	text-align: center;
	padding-bottom: 7px;
}
.qaList .answer .num {
	width: 52px;
	border-left: 4px solid #cbcac9;
	font-size: 31px;
	line-height: 48px;
	letter-spacing: 0;
	color: #cbcac9;
	text-align: center;
}
.qaList .txt {
	width: calc(100% - 52px);
	padding-left: 10px;
}
.qaList .question .txt {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #99bd49;
}

@media screen and (max-width: 767px) {
	.qaList .question .txt {
		font-size: 22px;
	}
}

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

/* -------------------------------------
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;
	margin-bottom: 0.5em;
}
.timetableA th,
.timetableA td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.timetableA thead th {
	background: #FFECEC;
    border-top: 1px solid #FFA4A4;
    border-bottom: 1px solid #FFA4A4;
    font-weight: bold;
}
.timetableA tbody th {
	font-weight: bold;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}
.timetableA tbody td {
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.timetableA th,
	.timetableA td {
		font-size: 80%;
		padding: 0;
	}
}

/* 診療時間表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 {
	vertical-align: middle;
    word-break: break-all;
    padding: 6px 5px 4px;
}
.table_A th {
	border-bottom: 1px solid #A874BC;
	font-weight: bold;
	width: 25%;
}
.table_A td {
	border-bottom: 1px solid #C9C9C9;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #22201E;
	vertical-align: middle;
	border: 1px solid #CBCAC9;
	padding: 13px 14px 10px;
	box-sizing: border-box;
}
.table_D th {
	background: #CDEBF5;
}

@media screen and (max-width: 374px) {
	.table_D th,
	.table_D td {
		padding: 10px 5px 7px;
	}
}

.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 {
	background: #fff;
	border: solid 3px #C9C9C9;
	border-radius: 5px;
	padding: 15px 15px 15px 18px;
}

/*　画像
--------------------------------------*/
.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;
} */
	.frameJ {
		padding: 15px 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: #F5F5F5;
	padding: 30px 6%;
}
.anchorLinks ul li {
	display: inline-block !important;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	vertical-align: top !important;
	box-sizing: border-box;
	width: 24.5%;
}
.anchorLinks ul li a {
	display: block !important;
	background: #fff;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.4;
	color: #22201E;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-decoration: none !important;
}
.anchorLinks ul li a:hover {
	background: #006AB8;
	color: #fff;
}
.anchorLinks ul li a:after {	
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #22201E;
	border-right: 1px solid #22201E;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
}
.anchorLinks ul li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.anchorLinks ul li {
		width: 49.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.anchorLinks {
		padding: 25px;
	}
	.anchorLinks li {
		width: 49% !important;
	}
}

@media screen and (max-width: 480px) {
	.anchorLinks li {
		width: 100% !important;
		display: block !important;
		margin: 5px 0;
	}
}

/* =====================================
■ブログ
===================================== */
#blogList {
	width: 72% !important;
	float: left;
}
#blogList .entry {
	margin-bottom: 40px;
}
#blogList .entry h3.entry-title {
	font-size: 120%;
    line-height: 1.4;
    color: #434343;
    background: #edd6f6;
    border-left: 5px solid #a874bc;
    padding: 10px 15px 7px 10px;
    position: relative;
    margin-bottom: 1em;
}
#blogList .entry h3.entry-title a {
	color: #434343;
}
#blogList .contentArea a {
	word-break: break-all;
}
#blogList .contentArea a:hover {
	text-decoration: underline;
}
#blogList .date {
	color: #999;
	font-size: 90%;
	margin-bottom: .5em;
	text-align: right;
}
#blogList .blogArea {
	margin-bottom: 1em;
}
#blogList .blogArea p {
	margin-bottom: 0;
}
#blogList .contributor {
	font-weight: bold;
	color: #999;
	text-align: right;
	font-size: 90%;
	margin-bottom: .5em;
}
#blogList img.icon_imgs {
	vertical-align: middle;
}
#blogside {
	width: 170px;
	float: right;
}
#blogside .archiveBox {
	margin-bottom: 3em;
}
#blogside h3 {
	width: 100%;
    color: #000;
    background: #edd6f6;
    border-bottom: 1px solid #a874bc;
    margin-bottom: .8em;
    padding: 5px 5px 4px;
    box-sizing: border-box;
    text-align: center;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	height: 5px;
	width: 5px;
	background: #a874bc;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	#blogList {
		width: 100% !important;
		float: none;
	}
	#blogside {
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

/* 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: #edd6f6;
	color: #434343;
	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: #a874bc;
	color: #fff;
}
.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 {
	overflow: hidden;
	position: relative;
	padding-top: 52px;
	border-top: 1px solid #ddd;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	font-weight: bold;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #edd6f6;
	color: #434343;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #a874bc;
	color: #fff;
	text-decoration: none !important;
}
.pagination ul li span.current {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #a874bc;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}


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


/* =====================================
■新着情報
===================================== */
h2.titleBg {
	font-size: 120%;
	line-height: 1.4;
	color: #434343;
	background: #edd6f6;
	border-left: 5px solid #a874bc;
	padding: 10px 15px 7px 10px;
	position: relative;
	margin-bottom: 1em;
}
#news h2.titleBg .newsBt {
	font-size: 84%;
	line-height: 2;
	color: #434343;
	position: absolute;
	top: 7px;
	right: 10px;   
}
#news h2.titleBg .newsBt:hover {
	text-decoration: underline;
}
#news {
	position: relative;
}
#news dl {
	margin-bottom: 0.6em;
}
#news dt {
	font-weight: bold;
	color: #333;
	margin-bottom: 0.1em;
	position: relative;
}
#news dt .newsNew {
	display: inline-block;
	background: #ffa4a4;
	width: 39px;
	height: 19px;
	font-size: 80%;
	line-height: 20px;
	color: #fff;
	margin: 3px 0 0 7px;
	text-align: center;
	vertical-align: top;
}
#news dd a {
	text-decoration: underline;
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
.newsDetailBody p {
	margin-bottom: 0;
}

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic > li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
ul.sitemap_ic > li a {
	position: relative;
	display: block;
	padding: 10px 40px 10px 15px;
	text-decoration: none;
}
ul.sitemap_ic > li a:hover {
	color: #a874bc;
}
ul.sitemap_ic > li a:after {
	border-top: 2px solid #a874bc;
	border-right: 2px solid #a874bc;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
	background: none;
}

/* =====================================
■NOTFOUND
===================================== */
.contentArea {
	padding-bottom: 40px;
}
#notfoundBody main p {
	padding-bottom: 10px;
	text-align: center;
}
#notfoundBody main p strong {
	font-weight: 700;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
.searchInput {
	max-width: 100%;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	padding: 5px;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	-webkit-appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #6fba2c;
}
.step_list li span.current:after {
	background: #6fba2c;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	width: 29%;
	padding: 11px 80px 0 0;
	color: #2C2F30;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-weight: bold;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #91de4d;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #6fba2c;
	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;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 24px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #354FA8 url(/wp-content/uploads/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(/wp-content/uploads/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(/wp-content/uploads/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #6fba2c;
	font-size: 25px;
	vertical-align: top;
}
.failed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

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

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"] {
	display: none;
}
.failed .confirm_table .required,
.failed .confirm_table .optional,
.failed .confirm_table span.comment,
.failed .confirm_table .wpcf7-list-item-label,
.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.failed .confirm_table dl {
	margin-bottom: 10px;
}
.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

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

@media screen and (max-width: 767px) {
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.failed .confirm_table dt {
		margin-bottom: 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;
	}
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
* mainVisual
--------------------------------------*/
#mainVisual {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#mainVisual img {
	width: 100%;
	max-width: 100%;
}

/*--------------------------------------
* TITLE
--------------------------------------*/
.top_title_h2 h2 {
	font-size: 120%;
	line-height: 1.4;
	color: #434343;
	background: #edd6f6;
	border-left: 5px solid #a874bc;
	padding: 10px 15px 7px 10px;
	position: relative;
}

/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	list-style: none;
	font-size: 80%;
	text-align: right;
	margin: 0 auto;
	color: #666;
	padding-bottom: 5px;
	box-sizing: border-box;
}
#bread li {
	display: inline-block;
	padding-right: .3em;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	max-width: 120px;
}
#bread li + li:before {
	padding-right: .3em;
	content: ">";
}
#bread a {
	color: #999;
}
#bread a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	#bread {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 767px) {
	#bread {
		padding: 5px 20px;
	}
}

@media screen and (max-width: 480px) {
	#bread {
		padding: 5px 10px;
	}
}

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 {
	background: #fff;
    border-top: 1px solid #edd6f6;
    border-bottom: 1px solid #edd6f6;
    margin-bottom: 1em;
	position: relative;
}
.underTit_h2 h2 {
	font-size: 35px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	padding: 30px 0 28px;
	position: relative;
	z-index: 2;
}
.underTit_h3 h3 {
	font-size: 120%;
	line-height: 1.4;
	color: #434343;
	background: #edd6f6;
	border-left: 5px solid #a874bc;
	padding: 10px 15px 7px 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.underTit_h4 h4 {
	font-size: 18px;
    line-height: 1.4;
    padding: 0 5px 5px 20px;
	border-bottom: 1px dotted #ffb7b7;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.underTit_h4 h4:before {
	content: "";
	height: 9px;
	width: 9px;
	background: #ffb7b7;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.underTit_h5 h5 {
	font-size: 120%;
	font-weight: bold;
	color: #ffa4a4;
	padding: 0 0 0 16px;
	position: relative;
	overflow: hidden;
}
.underTit_h5 h5:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #ffa4a4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.underTit_h6 h6 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #99BD49;
	position: relative;
	overflow: hidden;
}
.number {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #a874bc;
    border-radius: 50%;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: -3px 10px 0 0;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 20px;
		padding: 20px 0 18px;
	}
}

/*--------------------------------------
 * 汎用
--------------------------------------*/
.dortorName .elementor-heading-title {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
	color: #a874bc;
}
.romaName {
	display: inline-block;
	font-size: 85%;
}