/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 63px 0 100px;
	min-height: 600px;
}
.home #content {
	padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0;
		min-height: 400px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
base
--------------------------------------*/
.w590 {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}
.w612 {
    max-width: 612px;
    width: 100%;
    margin: 0 auto;
}
.imgFrame img {
    padding: 2px;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
}
.elementor-element-7e1f2f71.beforeAfter:before {
    top: calc(50% + 28px);
}
.elementor-element-35fd207 img {
    border-radius: 4px !important;
}
.w240.graphicBox .photo {
    width: 240px !important;
}
.elementor-1125 .elementor-button {
    max-width: 400px;
}

@media screen and (max-width: 767px) {
	.elementor-1125 .elementor-button {
		padding-left: 15px !important;
	}
}


/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
	background: url(/wp-content/uploads/underttl_img01-scaled.jpg) no-repeat center center / cover;
	background-size: cover;
	display: table;
	width: 100%;
	height: 200px;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.under_mainimage .container h1 {
	font-size: 36px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 140px;
	}
	.under_mainimage .container h1 {
		font-size: 26px;
		letter-spacing: 0.1em;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1120px;
	margin: 21px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#bread ul {
	font-size: 10px;
	letter-spacing: 0.2em;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #77716C;
	text-decoration: none;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: underline;
}


/*--------------------------------------
elementor
--------------------------------------*/
.elementor-section-wrap > section {
    margin-bottom: 20px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: inherit !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
}

/* 見出し
------------------------------------- */
.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: 30% !important;
	float: right;
	margin: 0 0 1em 1em !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 1em 1em 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
	text-align: center;
}
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;
}
div:not(.graphicBox) .elementor-image-box-img img {
	border-radius: 0;
}
.conOver {
	overflow: hidden;
}

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

/* 画像ボックス--フリー
------------------------------------- */
.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: 30% !important;
	margin: 0 0 1em 1em !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 1em 1em 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;
	overflow: hidden;
}

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


/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 {
	padding: 11px;
	background: linear-gradient(90deg, #84384D 0%, #B2677C 100%);
}
.underTit_h2 h2 {
	border: 1px solid #fff;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	line-height: 1.42;
	letter-spacing: 0.15em;
	padding: 25px 10px 25px 36px;
}
.underTit_h3 {
	border-bottom: 2px solid #84384D;
	padding-bottom: 9px;
}
.underTit_h3 h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.12em;
	position: relative;
	padding: 10px 0 10px 30px;
	color: #22201E;
}
.underTit_h3 h3:before,
.underTit_h3 h3:after {
	content: '';
    width: 9px;
    height: 50%;
	position: absolute;
	left: 0;
}
.underTit_h3 h3:before {
    background: #84384D;
    top: 0;
}
.underTit_h3 h3:after {
    background: #DED7C2;
    bottom: 0;
}
.underTit_h4 h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.65;
	letter-spacing: 0.12em;
	position: relative;
	padding: 0 0 0 45px;
	color: #22201E;
}
.underTit_h4 h4:before {
	content: '';
	width: 23px;
	height: 23px;
	background: #84384D;
	position: absolute;
	left: 6px;
	top: 7px;
	transform: rotate(45deg);
}
.underTit_h5 h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #84384D;
	position: relative;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 22px;
		letter-spacing: 0.05em;
		padding: 15px 10px 15px 15px;
	}
	.underTit_h3 h3 {
		font-size: 20px;
		padding: 6px 0 6px 30px;
	}
	.underTit_h3 h3:before,
	.underTit_h3 h3:after {
		width: 6px;
	}
	.underTit_h4 h4 {
		font-size: 18px;
		letter-spacing: 0.05em;
		padding-left: 38px;
	}
	.underTit_h4 h4:before {
		width: 18px;
		height: 18px;
		top: 5px;
	}
	.underTit_h5 h5 {
		font-size: 18px;
	}
}


/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt50 { margin-top: 50px !important; }


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #84384D;
	color: #22201e;
	padding: 0 0 11px 30px;
	position: relative;
}
.frameTit:before {
	content: "";
    background: #84384D;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 0;
}
.frameK .frameTit {
	border-bottom: none;
	padding-bottom: 0;
}
.frameTit p {
	line-height: 1.75;
}
.numTit {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}

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


/*　frame_K
--------------------------------------*/
.frameK {
	background: #F0EDE2;
	padding: 40px;
}
.frameK .elementor-inner-section:not(:last-child) {
	margin-bottom: 30px;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	border: 2px solid #84384D;
	padding: 38px 52px;
}
.frameJ .elementor-inner-section:not(:last-child) {
	margin-bottom: 30px;
}

/*　画像
--------------------------------------*/
.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) {
	.frameJ,
	.frameK {
		padding: 30px 10px;
	}
}

/*　frame_P
--------------------------------------*/
.frameP {
    background: #DFE6EF;
    padding: 40px;
}

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

/* ボタン
------------------------------------- */
.elementor-button {
	display: block !important;
	width: 100% !important;
	max-width: 200px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4 !important;
	color: #FFFFFF !important;
	text-align: left !important;
	padding: 9px 45px 9px 40px !important;
	box-sizing: border-box;
	position: relative;
	background: #BFA670 !important;
	border: 1px solid #BFA670;
	font-size: 14px !important;
	border-radius: 0 !important;
	margin: 0 auto;
}
.elementor-button:before {
	position: absolute;
	content: '';
	width: 29px;
	height: 6px;
	background: url(/wp-content/uploads/icon_btn_white.png) no-repeat;
	background-size: cover;
	right: 13px;
	top: 50%;
	margin-top: -4.5px;
}
.elementor-button:hover {
	opacity: 0.8;
	text-decoration: none;
}
.btnTal .elementor-button {
    margin-left: 0;
}
.btnLarge .elementor-button {
    max-width: inherit;
}

@media screen and (max-width: 767px) {
	.btnTal .elementor-button {
		margin-left: auto;
	}
}

/* QA
------------------------------------- */
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 10px;
	/* cursor: pointer;
    padding-right: 60px; */
}
.qaList .question:after {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #FC8613;
    border-bottom: 4px solid #FC8613;
    top: 8px;
    right: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.qaList .question.qaListOn:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 16px;
}
.qaList .answer {
	position: relative;
	/* display: none; */
}
body.elementor-editor-active .qaList .answer {
    display: block;
}
.qaList .qaListOn + .answer {
    display: block;
}
.qaList .question .num {
	width: 55px;
	font-size: 31px;
	line-height: 40px;
	letter-spacing: 0;
	color: #84384D;
	text-align: center;
	padding-bottom: 6px;
}
.qaList .question .num:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-left: 4px solid #84384D;
	width: 100%;
	height: 42px;
}
.qaList .answer .num {
    width: 55px;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0;
    color: #DED7C2;
    text-align: center;
}
.qaList .answer .num:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-left: 4px solid #DED7C2;
	width: 100%;
	height: 42px;
}
.qaList .txt {
	width: calc(100% - 55px) !important;
	padding-left: 10px;
}
.qaList .question .txt {
	font-size: 23px;
	letter-spacing: 0.15em;
	color: #84384D;
	line-height: 1.4;
}
.qaList .question .txt p {
	line-height: 1.4;
}
/* .qaLine {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 30px;
} */
.qaBox {
    background: #F8F8F2;
    padding: 35px;
}
.qaBox > ul > li {
    margin-bottom: 30px;
}
.qaBox > ul > li:last-child {
    margin-bottom: 0;
}
.qaTtl {
    border-bottom: 1px solid #B5B5A4;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #877560;
    font-family: "黎ミン M", "Reimin Medium";
}

.qaSec .elementor-toggle .elementor-tab-title {
    border-bottom: 1px solid #cbcac9;
    margin-bottom: 51px;
    line-height: 1.5;
    padding: 0 50px 13px 100px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
}
.qaSec .elementor-toggle .elementor-tab-title:before {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 25px;
    color: #072752;
    margin-top: -41px;
}
.qaSec .elementor-toggle .elementor-tab-title.elementor-active {
    margin-bottom: 0;
}
.qaSec .elementor-toggle .elementor-tab-title.elementor-active:before {
	content: "—";
}
.qaSec .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: none;
}
.qaSec .elementor-toggle .elementor-tab-title .elementor-toggle-title {
    margin-bottom: 29px;
    display: block;
}
.qaSec .elementor-toggle .elementor-tab-title sub {
    width: 56px;
    height: 56px;
    border: 1px solid #072752;
    color: #072752;
    border-radius: 50%;
    display: block;
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    top: -12px;
    left: 22px;
    text-align: center;
    letter-spacing: 0;
    line-height: 49px;
}
.qaSec .elementor-toggle .elementor-tab-content {
	border-bottom: 1px solid #cbcac9;
	padding: 0 0 13px;
	margin-bottom: 51px;
}
.qaText {
	padding-left: 100px;
	position: relative;
}
.qaText sub {
    width: 56px;
    height: 56px;
    border: 1px solid #22201e;
    color: #072752;
    border-radius: 50%;
    display: block;
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    top: -2px;
    left: 22px;
    text-align: center;
    letter-spacing: 0;
    line-height: 49px;
}

@media screen and (max-width: 767px) {
	.qaList .question .txt {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	.qaBox {
		padding: 25px 20px;
	}
	.qaTtl {
		letter-spacing: 0.05em;
	}

	.qaSec .elementor-toggle .elementor-tab-title {
		padding: 0 20px 13px 50px;
		font-size: 18px;
		margin-bottom: 35px;
	}
	.qaText {
		padding-left: 50px;
	}
	.qaSec .elementor-toggle .elementor-tab-title sub,
	.qaText sub {
		width: 40px;
		height: 40px;
		font-size: 20px;
		top: -6px;
		left: 0;
		line-height: 36px;
	}
	.qaText sub {
		top: -2px;
	}
	.qaSec .elementor-toggle .elementor-tab-title .elementor-toggle-title {
		margin-bottom: 0;
	}
	.qaSec .elementor-toggle .elementor-tab-content {
		margin-bottom: 35px;
	}
	.qaSec .elementor-toggle .elementor-tab-title:before {
		font-size: 20px;
		right: 0;
		margin-top: -25px;
	}
}


/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 320px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media screen and (max-width: 767px) {
	.map {
		padding-top: 260px;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */
.timetableC {
	border: 1px solid #707070;
}
.timetableC th,
.timetableC td {
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 10px 0;
}
.timetableC thead th {
	background: #072752;
	color: #fff;
	padding: 13px 0;
	font-size: 18px;
	width: 10%;
}
.timetableC thead th:first-child {
	width: 30%;
	letter-spacing: 0.15em;
}
/* .dash {
    width: 16px;
    display: inline-block;
    background: #22201e;
    height: 2px;
} */

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px !important;
		padding: 10px 0;
		letter-spacing: 0 !important;
	}
	.timetableC thead th {
		width: auto;
	}
	.timetableC thead th:first-child {
		width: 45%;
	}
	.timetableC thead th:last-child {
		width: 15%;
	}
}


/*--------------------------------------
	treatment-block 診療科目
--------------------------------------*/
.treatment-block {
	padding: 55px;
	background: #F0F5EF;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #535353;
}
.treatment-block h2 {
	font-family: "黎ミン M", "Reimin Medium";
	font-size: 33px;
	letter-spacing: 3.96px;
	color: #94C789;
	margin: 0 !important;
}
.treatment-block .elementor-button {
	background: #94C789;
	font-family: "黎ミン M", "Reimin Medium";
	color: #FFFFFF;
    text-align: left;
    position: relative;
    line-height: 1;
    width: 100%;
}
.treatment-block .elementor-button.elementor-size-sm {
    padding: 18px 25px;
    max-width: 250px;
    font-size: 18px;
    letter-spacing: 2px;
}
.treatment-block .elementor-button.elementor-size-md {
    padding: 20px 30px;
    max-width: 350px;
    font-size: 20px;
    letter-spacing: 2.4px;
}
.treatment-block .elementor-button.elementor-size-lg {
    padding: 22px 30px;
    max-width: 450px;
    font-size: 22px;
    letter-spacing: 3.5px;
}
.treatment-block .elementor-button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
    right: 20px;
    top: calc(50% - 4.5px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.treatment-block {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.treatment-block {
		padding: 30px 15px;
	}
	.treatment-block .elementor-button-wrapper {
		text-align: center;
	}
}


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

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	position: relative;
	padding: 0 0 0 26px;
	text-align: left;
}
.circleList .elementor-icon-list-items li:not(:last-child),
ul.circleList > li:not(:last-child) {
	margin-bottom: 5px;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #84384D;
	position: absolute;
	top: 9px;
	left: 0;
}
.grayList .elementor-icon-list-items li:before,
ul.grayList > li:before {
	content: "";
	background: #c0c6cf;
}
.elementor-widget.elementor-list-item-link-full_width.circleList a {
    width: auto !important;
    display: inline-block;
}
.circleList .elementor-icon-list-items li a,
ul.circleList > li a {
	color: #000000;
	text-decoration: underline;
}
.circleList .elementor-icon-list-items li a:hover,
ul.circleList > li a:hover {
	text-decoration: none;
}
.elementor-icon-list-items .elementor-icon-list-icon {
    display: none;
}

.ListA .elementor-icon-list-items li,
ul.ListA > li {
	position: relative;
	padding: 0 0 0 18px;
	text-align: left;
}
.ListA .elementor-icon-list-items li:not(:first-child),
ul.ListA > li:not(:first-child) {
	margin-top: 5px;
}
.ListA .elementor-icon-list-items li:before,
ul.ListA > li:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #FFCF3C;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.fa {
	width: auto !important;
	display: none;
}
.fa:before {
	display: none !important;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 2px 0 2px 33px;
	position: relative;
	margin-bottom: 5px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	display: block;
	height: 21px;
	width: 21px;
	background: #DED7C2;
	position: absolute;
	left: 0;
	top: 8px;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	width: 10px;
	height: 18px;
	border: solid #84384D;
	border-width: 0 4px 4px 0;
	position: absolute;
	left: 8px !important;
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #EFECE6;
	padding: 45px;
	text-align: left;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.15em;
	padding: 10px 0 10px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #8E7337;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	top: 11px;
	left: 0;
	transition-duration: 0.7s;
	position: absolute;
	width: 11px;
	height: 11px;
	border-right: 3px solid #8E7337;
	border-top: 3px solid #8E7337;
	transform: rotate(45deg);
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* link_A */
.arrowList2 {
	background: #F0EDE2;
	padding: 10px 20px;
	text-align: left;
}
.arrowList2 li {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.15em;
	padding: 10px 0 10px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList2 li a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.arrowList2 li a:hover {
	color: #8E7337;
}
.arrowList2 li a:before {
	content: "";
	top: 8px;
	left: 0;
	transition-duration: 0.7s;
	position: absolute;
	width: 11px;
	height: 11px;
	border-right: 3px solid #84384D;
	border-top: 3px solid #84384D;
	transform: rotate(45deg);
}
.arrowList2 li a:hover:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* 番号リスト */
.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: #585AA5;
	border-radius: 50%;
	font-size: 20px;
	line-height: 31px;
	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;
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	padding: 58px 75px 30px;
	border: 2px solid #785848;
}
.anchorlinks li {
	display: inline-block !important;
	width: 49%;
	box-sizing: border-box;
	padding-right: 10px !important;
	margin-bottom: 10px !important;
	vertical-align: top;
}
.anchorlinks a {
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
	letter-spacing: 0.15em;
	color: #785848;
}
.anchorlinks a:before {
    width: 16px;
    height: 20px;
    content: '▶';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.anchorlinks a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.anchorlinks {
		padding: 40px 20px 18px;
	}
	.anchorlinks a {
		font-size: 13px;
	}
	.arrowListBox {
		padding: 35px 30px;
	}
}
@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 30px 20px 20px;
	}
	.anchorlinks li {
		display: block !important;
		margin: 0 0 10px !important;
		width: 100% !important;
	}
	.anchorlinks li a {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
		padding: 3px 0 3px 15px;
	}
	.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;
	}
	.arrowList .elementor-icon-list-items li a {
		letter-spacing: 0.05em;
		font-size: 16px;
	}
}


/* flow
------------------------------------- */
.number {
	position: absolute;
	left: 0;
	top: 1px;
	letter-spacing: 0;
	width: 33px;
	height: 33px;
	font-weight: 500;
	background: #84384D;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 31px;
	font-size: 20px;
}

/* flow_A */
.flowListA .elementor-inner-section {
/* 	background: #EFEFEF;
	padding: 38px 20px 38px 44px; */
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 70px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #663333;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	background: #F0EDE2;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #22201E;
	font-weight: 700;
	position: relative;
	line-height: 1.6;
	padding: 20px 20px;
	/* margin-bottom: 20px !important; */
}
.flowListA .elementor-heading-title {
    line-height: 1.6;
	padding-left: 44px;
	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: 0 20px;
	} */
}


/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
	vertical-align: top;
}
.column2_table tr:first-child th,
.column2_table tr:first-child td {
	padding-top: 0;
}
.column2_table th {
	width: 30%;
	padding: 9px 0 9px 14px;
    border-bottom: 1px solid #84384D;
}
.column2_table td {
	padding: 9px 14px 9px;
	border-bottom: 1px solid #DED7C2;
}

@media screen and (max-width: 767px) {
	.column2_table th {
		padding-left: 0;
	}
	.column2_table td {
		padding-left: 5px;
	}
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.scroll_area {
   width: 100%;
   overflow-x: auto;
}

.scroll_area table {
   width: 1060px;
}

.style_table th,
.style_table td {
	padding: 10px 20px;
	word-break: break-all;
	text-align: left;
	font-weight: normal;
	border: 1px solid #DED7C2;
}
.style_table thead th {
	background: #84384D;
	color: #ffffff;
}
.style_table tbody th {
	background: #A36878;
	color: #ffffff;
	font-weight: 400;
}
.style_table tbody td {
	color: #333333;
	background: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.scroll_table {
		overflow-x: scroll;
	}
	.scroll_table table.style_table {
		width: 768px;
	}
	.style_table th,
	.style_table td {
		padding: 10px 5px;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
a.txtLink {
	text-decoration: underline !important;
}
a.txtLink:hover {
	text-decoration: none !important;
}
.webTxt {
    font-weight: 700;
    font-size: 24px;
}
.txtRed {
	color: #900;
	font-weight: bold;
}

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


/*--------------------------------------
photoGroup
--------------------------------------*/
.photoGroup .elementor-heading-title {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.photoGroup .elementor-heading-title {
		font-size: 18px;
	}
}


/*--------------------------------------
beforeAfter
--------------------------------------*/
.beforeAfter {
    position: relative;
}
.beforeAfter:before {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
    border-left: 18px solid #00783b;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -18px;
}
.beforeAfter .elementor-column.elementor-col-50:first-child {
    padding-right: 40px;
}
.beforeAfter .elementor-column.elementor-col-50:last-child {
    padding-left: 40px;
}
.beforeAfter .elementor-heading-title {
    text-align: center;
    font-size: 24px;
    color: #00783b;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.beforeAfter:before {
		display: none;
	}
	.beforeAfter .elementor-column.elementor-col-50:first-child {
		padding-right: 0;
		margin-bottom: 60px;
		position: relative;
	}
	.beforeAfter .elementor-column.elementor-col-50:first-child:before {
		position: absolute;
		content: '';
		display: block;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-top: 18px solid #00783b;
		left: 50%;
		margin-left: -11px;
		bottom: -40px;
	}
	.beforeAfter .elementor-column.elementor-col-50:last-child {
		padding-left: 0;
	}
	.beforeAfter .elementor-heading-title {
		font-size: 20px;
	}
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 65%;
}
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}

/*　blogList　*/
#blogList .post {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
.posts_list li {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CDCDCE;
	position: relative;
}
.posts_list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.post .category a,
.posts_list .category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 1px 5px 2px 10px;
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	line-height: 25px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #8E7337;
}
.post .category a:hover,
.posts_list .category a:hover {
	opacity: 0.8;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.posts_list li .post-image {
	display: none;
	position: relative;
	overflow: hidden;
	min-height: 26px;
	margin-bottom: 20px;
}
.posts_list li .post-image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}
.posts_list li .post-image a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.posts_list li .post-image a:hover span {
	transform: scale(1.1);
}
.posts_list li .post-image span.noimage {
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
}
.posts_list h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-weight: 700;
}
.posts_list h3 a {
	color: #47475A;
}
.posts_list h3 a:hover {
	color: #679ECC;
}
.posts_list .excerpt {
	color: #112034;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 16px;
	letter-spacing: 0;
}
.posts_list .excerpt img {
	height: auto;
	vertical-align: baseline;
}

/*　blogDetail　*/
#blogDetail .post {
	color: #383838;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 35px;
	letter-spacing: 0.1em;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #112034;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 45px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 22px;
}
.post .date,
.posts_list .date {
	color: #072752;
	font-size: 10px;
	letter-spacing: 0;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
	color: #072752;
}
.post .date span a,
.posts_list .date span a {
	color: #072752;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

.post-content {
	overflow: hidden;
	line-height: 2.3;
	letter-spacing: 0;
}
div#blogDetail .post-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: baseline;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 60%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 25px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #589F00;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 40%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* 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: #CBCAC9;
	color: #22201E;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #679ECC;
	color: #FFFFFF;
}
.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 #72706E;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	width: 30px;
	font-weight: bold;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #CBCAC9;
	color: #22201E;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #679ECC;
	color: #ffffff;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #679ECC;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	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;
}
.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;
}


/* ttl */
#blogDetail .post-content h2,
#blogDetail .post-content h3,
#blogDetail .post-content h4,
#blogDetail .post-content h5,
#blogDetail .post-content h6 {
	margin: 50px 0 20px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-size: 18px;
}
#blogDetail .post-content h2 {
    font-size: 20px;
    background: #F2F7FF;
	border-top: 2px solid #679ECC;
    padding: 28px 25px;
}
#blogDetail .post-content h3 {
    border-bottom: 2px solid #679ECC;
    padding-bottom: 15px;
}
#blogDetail .post-content h4 {
	padding-left: 20px;
	position: relative;
}
#blogDetail .post-content h4:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background: #679ECC;
}
#blogDetail .post-content h5 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}
#blogDetail .post-content h6 {
    color: #679ECC;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		margin-bottom: 50px;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 24px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

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

	#blogDetail .post-content h2,
	#blogDetail .post-content h3,
	#blogDetail .post-content h4,
	#blogDetail .post-content h5,
	#blogDetail .post-content h6 {
		letter-spacing: 0.05em;
	}
	#blogDetail .post-content h2 {
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#blogDetail .post-header h2 {
		font-size: 22px;
		line-height: 1.4;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	border-bottom: 2px solid #22201E;
	color: #22201E;
    font-weight: bold;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	color: #72706E;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #EBE9E7;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #072752;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}

.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-transform: uppercase;
	font-weight: bold;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #22201E;
	font-weight: normal;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #679ECC;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	display: none;
}
.recentBox li .recent_thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}
.recentBox li .recent_thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
}
.recentBox li .recent_thumbnail a:hover {
	transform: scale(1.1);
}

.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	font-weight: bold;
}
.recentBox li h3 a:hover {
	color: #679ECC;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 5px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	color: #22201E;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: 9px;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 22px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #072752;
}
.archiveBox ul li p:hover {
	color: #072752;
	text-decoration: underline;
}
.archiveBox ul li p.acv_open {
	color: #072752;
	text-decoration: underline;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #072752;
	border-bottom: 1px solid #072752;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #22201E;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: underline;
}
.archiveBox ul li a:visited {
	color: #22201E;
}
.archiveBox ul li a:hover {
	color: #072752;
	text-decoration: underline;
}
.archiveBox ul li a:active {
	color: #072752;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}


/*--------------------------------------
詳細記事
--------------------------------------*/
.newsBox dl {
    margin-bottom: 5px;
}
.newsBox dl dt {
    color: #969696;
	float: left;
}
.newsBox dl dd {
	padding-left: 135px;
}
.newsBox dl dd a {
	color: #333333;
}
.newsBox dl dd a:hover {
	text-decoration: underline;
}
.newsLabel,
.post-slug {
    width: 37px;
    height: 16px;
    display: inline-block;
    background: #00205B;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    line-height: 16px;
    vertical-align: middle;
    margin: -4px 0 0 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.newsBox dl {
		padding: 10px 0;
	}
	.newsBox dl dt {
		float: none;
	}
	.newsBox dl dd {
		padding-left: 0;
	}
}


/* =====================================
■サイトマップ
===================================== */
#sitemap_ic {
	margin: 0 auto !important;
	background: none !important;
}
#sitemap_ic > li {
	border-bottom: 1px dashed #cccccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
#sitemap_ic > li:first-child {
	border-top: 1px dashed #cccccc;
}
#sitemap_ic > li:before {
	position: absolute;
	content: '';
	display: block;
	background: #8E7337;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 25px;
}
#sitemap_ic > li > a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
}
#sitemap_ic > li > a:after,
.sitemap_ic > li > a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}
#sitemap_ic > li > a:hover {
	color: #8E7337;
}

#sitemap_ic .sub-menu {
	padding-left: 40px;
	padding-bottom: 20px;
}
#sitemap_ic .sub-menu li {
	margin-top: 13px;
	position: relative;
	padding-left: 0;
	/*font-size: 15px;*/
}
#sitemap_ic .sub-menu li:first-child {
	margin-top: 0;
}
#sitemap_ic .sub-menu li:before {
	position: absolute;
	content: '';
	display: block;
	background: #8E7337;
	width: 8px;
	height: 2px;
	left: -18px;
	top: 10px;
}
#sitemap_ic .sub-menu li a:hover {
	color: #8E7337;
}

@media screen and (max-width: 767px) {
	#sitemap_ic > li > a {
		letter-spacing: 0;
	}
}


/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 72px;
}
.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: 53px;
	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: #BFA670;
}
.step_list li.current span {
	background: #BFA670;
}
.step_list li span.current:after {
	background: #BFA670;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}
.inquiryForm_message p,
.inquiryForm_message h2 {
    text-align: left;
}

.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: 31%;
	padding: 11px 80px 0 0;
	color: #333333;
	letter-spacing: 0.05em;
	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 #CBCAC9;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #EBE9E7 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"],
.inquiryFormTable input[type="radio"] {
	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,
.inquiryFormTable input[type="radio"] + 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,
.inquiryFormTable input[type="radio"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #FFBC00;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #072652;
	background: #fff;
	box-shadow: 0 0 5px rgba(134, 196, 201, 0.96);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #333333;
	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: #072652 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: #555555 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: #555555 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: #072652;
	font-size: 25px;
	vertical-align: top;
}
.custom-wpcf7c-confirmed .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;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"],
.custom-wpcf7c-confirmed .confirm_table input[type="radio"] {
	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;
}
.custom-wpcf7c-confirmed .confirm_table dl {
	margin-bottom: 10px;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

.custom-wpcf7c-confirmed .verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	display: none;
}
.btn_inner a {
    max-width: 300px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 1.2;
    margin: 0 auto;
    background: #A5BFE2;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 15px 30px 14px 20px;
	box-sizing: border-box;
}
.btn_inner a:hover {
	background: #4686DB;
}
.btn_inner a:after {
    position: absolute;
    content: "\e910";
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    right: 18px;
    top: 50%;
    margin-top: -5px;
}
.contactBtn a {
    max-width: 300px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.4;
    background: #072652;
    position: relative;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    padding: 13px 40px 13px 25px;
    box-sizing: border-box;
}
.contactBtn a:before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}
.contactBtn a:hover {
	opacity: 0.8;
}

@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;
	}
	.custom-wpcf7c-confirmed .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;
	}
}