/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
}
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
------------------------------------- */
#wrapper {
	height: 100%;
	box-sizing: border-box;
}
#content {
	min-height: 600px;
	padding: 40px 0;
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.gnv_tmp_h1_bg {
	background: url(/wp-content/uploads/under_h1_bgimg.jpg) no-repeat center top;
	background-size: cover;
}
.gnv_tmp_h1_bg h1 {
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.25em;
	padding: 101px 0;
	word-break: break-all;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.gnv_tmp_h1_bg h1 {
		font-size: 32px;
		letter-spacing: 0.1em;
		padding: 70px 0;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	background: #f4f5f5;
	padding: 6px 0;
	font-size: 80%;
	text-align: right;
	color: #666;
}
#bread ul {
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
#bread li {
	font-size: 12px;
	letter-spacing: 0;
	color: #555555;
	display: inline-block;
	white-space: nowrap;
	max-width: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}
#bread li+li:before {
	content: ">";
	padding-right: 0.3em;
}
#bread li a {
	color: #2c3881;
	vertical-align: baseline;
	text-decoration: underline;
}
#bread li a:hover {
	color: #2c3881;
	text-decoration: none;
}


/*--------------------------------------
elementor
--------------------------------------*/
.elementor-section-wrap > section {
    margin-bottom: 60px;
}
.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;
}

@media screen and (max-width: 767px) {
	.elementor-section-wrap > section {
		margin-bottom: 35px;
	}
}

/* 見出し
------------------------------------- */
.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: 35% !important;
	float: right;
	margin: 0 0 15px 15px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 15px 15px 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 15px !important;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .photo {
    display: block !important;
    float: right;
    width: 35% !important;
    margin: 0 0 15px 15px !important;
    z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 15px 15px 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 15px !important;
	}
	.graphicBox .elementor-widget-image {
		text-align: center;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 {
    background: url(/wp-content/uploads/under_h2_bgimg.jpg) no-repeat top center;
    background-size: cover;
}
.elementor-section.elementor-section-boxed.underTit_h2 > .elementor-container {
    max-width: 1040px !important;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.underTit_h2 h2 {
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	font-size: 36px;
	color: #727068;
	letter-spacing: 0.2em;
	padding: 53px 0 54px;
	word-break: break-all;
}
.underTit_h3 {
	border-top: 1px solid #d1d8da;
	padding-top: 45px;
}
.elementor-section.elementor-section-boxed.underTit_h3 > .elementor-container {
    max-width: 1040px !important;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.underTit_h3 h3 {
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	font-size: 32px;
	color: #727068;
	letter-spacing: 0.15em;
	word-break: break-all;
}
.underTit_h4 h4 {
	line-height: 1.2;
	font-size: 26px;
	font-family: "Ro本明朝Pro-L", "RoHMincho-Lt";
	color: #3f2c2a;
	position: relative;
	letter-spacing: 0.15em;
	padding-left: 33px;
	word-break: break-all;
}
.underTit_h4 h4:before {
    width: 20px;
    height: 20px;
    border: 2px solid #2baadf;
    content: '';
    display: block;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 7px;
}
.underTit_h5 h5 {
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	font-size: 24px;
	color: #727068;
	letter-spacing: 0.15em;
	word-break: break-all;
	border-bottom: 2px solid #727068;
	padding-bottom: 15px;
}
.underTit_h6 h6 {
	color: #63aad4;
	font-size: 150%;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .underTit_h2 h2 {
        font-size: 30px;
        letter-spacing: 0.1em;
        padding: 40px 0;
    }
	.underTit_h3 {
		padding-top: 35px;
	}
	.underTit_h3 h3 {
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	.underTit_h4 h4 {
		letter-spacing: 0.05em;
		padding-left: 25px;
		font-size: 24px;
	}
	.underTit_h4 h4:before {
		width: 18px;
		height: 18px;
	}
	.underTit_h5 h5 {
		font-size: 22px;
		letter-spacing: 0.05em;
		padding-bottom: 12px;
	}
}


/* -------------------------------------
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; }
.mb32 { margin-bottom: 32px !important; }
.mb33 { margin-bottom: 33px !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; }
.mb8 { margin-bottom: 0.5em !important; }
.mb16 { margin-bottom: 1em !important; }
.mb32 { margin-bottom: 2em !important; }
.mt50 { margin-top: 50px !important; }

@media screen and (max-width: 767px) {
	.mb80 { margin-bottom: 50px !important; }
}


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 32px;
	line-height: 1.3;
	color: #727068;
	font-family: "A1明朝", "A1 Mincho";
	letter-spacing: 0.15em;
	word-break: break-all;
}

@media screen and (max-width: 767px) {
	.frameTit {
		font-size: 25px;
		letter-spacing: 0.05em;
	}
}


/*　frame_K
--------------------------------------*/
.frameK {
	background: #d3f1fa;
	border-radius: 5px;
	padding: 40px;
}
.frameY {
	background: #f2f2f2;
}
.frameK .elementor-inner-section:not(:last-child) {
	margin-bottom: 30px;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 40px;
	border: 2px solid #f0aa9d;
}
.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;
}

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

@media screen and (max-width: 767px) {
	.frameJ,
	.frameK,
	.frameP {
		padding: 30px 20px;
	}
}

/* ボタン
------------------------------------- */
.elementor-button {
	max-width: 300px;
	box-sizing: border-box;
	line-height: 1.4;
	color: #fff;
	font-size: 27px;
	background: #90c5a5;
	display: block;
	text-align: center;
	position: relative;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	letter-spacing: 8px;
	padding: 21px 20px 27px;
	border-radius: 0;
}
.elementor-button:before {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 7px;
	border-top: 9px solid transparent;
	border-right: 9px solid #fff;
}
.elementor-button:hover {
    text-decoration: none !important;
}
.under_btn .elementor-button {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 17px 20px 21px;
    margin: 0 auto;
	max-width: 320px;
}
.btnLarge .elementor-button {
    max-width: inherit;
}
.btn_l .elementor-button {
    margin-left: 0;
}

@media screen and (max-width: 1000px) {
	.under_btn .elementor-button {
		font-size: 17px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.elementor-button {
		margin: 0 auto;
	}
	.under_btn .elementor-button {
		max-width: inherit;
	}
}
@media screen and (max-width: 480px) {
	.elementor-button {
		letter-spacing: 2px;
		font-size: 25px;
	}
	.under_btn .elementor-button {
		font-size: 20px;
	}
}

/* QA
------------------------------------- */
.qaList .question {
	margin-bottom: 20px;
}
.qaList .num {
	width: 37px;
	height: 37px;
	font-size: 24px;
	font-family: "A1明朝", "A1 Mincho";
	letter-spacing: 0;
	color: #fff;
	padding-right: 20px;
	line-height: 28px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 9px;
}
.qaList .num:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	border-radius: 5px;
	left: 0;
	top: -1px;
	z-index: -1;
}
.qaList .question .num:after {
	background: #f0aa9e;
}
.qaList .answer .num:after {
    background: #74c293;
}
.qaList .txt {
	width: calc(100% - 37px) !important;
	padding-left: 10px;
	box-sizing: border-box;
}
.qaList .question .txt {
    font-family: "A1明朝", "A1 Mincho";
    font-size: 20px;
    line-height: 1.4;
}


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


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
	table-layout: fixed;
}
table.timetable th,
table.timetable td {
    border-bottom: 1px solid #6f594a;
    line-height: 1.4;
    color: #665c56;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 12px 0 9px;
	text-align: center;
}
table.timetable thead th {
    background: #90c5a5;
    border-bottom: none;
    color: #fff;
    line-height: 1.4;
    padding: 13px 0 8px;
}
table.timetable thead th:first-child {
    letter-spacing: 2px;
    width: 29% !important;
}
table.timetable td {
	color: #90c5a5;
	padding: 12px 10px 9px;
}
.td_black {
	color: #000000 !important;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	table.timetable th,
	table.timetable td {
		letter-spacing: 0 !important;
		font-size: 14px;
	}
	table.timetable thead th:last-child {
		width: 15%;
	}
}
@media screen and (max-width: 767px) {
	table.timetable thead th:last-child {
		width: 15%;
	}
	table.timetable th,
	table.timetable td {
		letter-spacing: 0 !important;
		font-size: 70% !important;
	padding: 10px 5px 9px;
	}
}

.txtcol_green{
	color:#74c293;
}
/*--------------------------------------
	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 16px;
	text-align: left;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #f0aa9e;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}
.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: #ff6600;
	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;
}

/* 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: "";
	display: block;
	height: 18px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
	background: url(/wp-content/uploads/icon_check.png) no-repeat;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	display: none;
	width: 5px;
	height: 11px;
	border: solid #6fba2c;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px !important;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #f4f5f5;
	padding: 31px 38px 16px;
	border-radius: 15px;
}
.arrowList .elementor-icon-list-items li {
	position: relative;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
}
.arrowList .elementor-icon-list-items li a {
	text-decoration: underline;
	display: inline-block;
	color: #454546;
}
.arrowList .elementor-icon-list-items li a:hover {
	text-decoration: none;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #90c5a5;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 0 0 0 31px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	background: #0e88b3;
	border-radius: 4px;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	height: 22px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 22px;
	letter-spacing: 0;
	font-size: 14px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
	margin-right: 0;
}
.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: block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
}

/*--------------------------------------
* 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: 1000px) and (min-width: 768px) {
	.arrowList .elementor-icon-list-items li {
		margin-right: 20px;
		letter-spacing: 0;
		padding-left: 15px;
	}
}
@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: 30px 20px;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0 0 10px;
	}
	.arrowList .elementor-icon-list-items li:last-child {
		margin-bottom: 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
------------------------------------- */
.number {
	position: absolute;
	left: 0;
	top: 3px;
	letter-spacing: 0;
	width: 33px;
	height: 33px;
	font-weight: 500;
	background: #072752;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 31px;
	font-size: 20px;
}

/* flow_A */
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 70px;
}
.flowList .elementor-inner-section:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -45px;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #eee;
    left: 50%;
    transform: translateX(-50%);
}


/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
	font-weight: normal;
}
.column2_table tr:first-child th,
.column2_table tr:first-child td {
	padding-top: 0;
}
.column2_table th {
	width: 30%;
	padding: 7px 10px;
    border-bottom: 1px solid #ffb058;
}
.column2_table td {
	padding: 5px 10px;
	border-bottom: 1px solid #999;
}

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


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	border: 1px solid #ccc;
	text-align: left;
	padding: 7px 10px;
}
.style_table th {
	background: #90c5a5;
	color: #fff;
	font-weight: normal;
	width: 35%;
}

@media screen and (max-width: 767px) {
	.scroll_table {
		overflow-x: scroll;
		margin-bottom: 15px;
	}
	.scroll_table table {
		width: 1000px;
		margin-bottom: 0 !important;
	}
	.style_table th,
	.style_table td {
		padding: 5px;
		letter-spacing: 0;
	}
}


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


/* =====================================
■ブログ
===================================== */
#blogList {
	width: 80%;
	float: left;
}
#blogList .entry {
	margin-bottom: 20px;
}
#contentBase .date {
	color: #999;
	font-size: 90%;
	margin-bottom: .5em;
	text-align: right;
}
#blogList h3 {
	background: #f7d6d0;
	font-size: 24px;
	line-height: 1.2;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	padding: 15px 15px 20px;
	border-radius: 4px;
	margin-bottom: 0.1em;
}
#blogList h3 a {
	word-break: break-all;
}
#blogList .entry a {
	word-break: break-all;
}
#blogList .contributor {
	color: #999999;
	font-size: 85%;
	margin: 1em 0 0.5em;
	text-align: right;
	font-weight: bold;
}
.blogArea img {
    vertical-align: middle;
}
#blogside {
	width: 17%;
	float: right;
}
#blogside .archiveBox {
	margin-bottom: 3em;
}
#blogside h3 {
	background: #f0aa9e;
	width: auto;
	padding: 5px 5px 3px;
	box-sizing: border-box;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.8em;
	letter-spacing: 1px;
	text-align: center;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
    content: "";
    position: absolute;
    background: #f0aa9d;
    top: 13px;
    left: 0;
    height: 5px;
    width: 5px;
	border-radius: 50%;
}
#blogside #archiveMonth li:first-child {
    display: none;
}

.blog_search_input input[type="text"] {
	display: block;
	margin: 0 auto 3px !important;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 1px 2px 0;
	box-sizing: border-box;
	border-radius: 0;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
	margin: 5px auto 0;
}

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

/* 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: #e7a5a5;
	color: #fff;
	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 {
	opacity: 0.8;
}
.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;
}
.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: 32px;
	background: #e7a5a5;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
.pagination ul li span.dots {
	background: none;
	color: #666;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 32px;
	background: #e7a5a5;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
    display: block;
    background: none;
    line-height: 27px;
}

@media screen and (max-width: 767px) {
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
}


/* =====================================
■新着情報
===================================== */
.newsList dl {
	border-bottom: 1px solid #dcdcdc;
	padding: 28px 0 27px;
}
.newsList dt {
	float: left;
	color: #74c293;
	line-height: 1.4;
	letter-spacing: 3.5px;
}
.newsList .newsNew {
	display: inline-block;
	width: 44px;
	height: 17px;
	background: #90c5a5;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	text-align: center;
	letter-spacing: 0;
	border-radius: 10px;
}
.newsList dd {
	padding: 0 0 0 223px;
	line-height: 1.4;
}
.newsList dd a {
	color: #665c56;
	letter-spacing: 3px;
}
.newsList dd a:hover {
    text-decoration: underline;
}

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


/* =====================================
■サイトマップ
===================================== */
.titleBg {
	line-height: 1.2;
	font-family: "A1明朝", "A1 Mincho";
	font-size: 28px;
	color: #665c56;
	border-bottom: 1px solid #74c293;
	letter-spacing: 9px;
	padding: 0 0 22px;
}
ul.sitemap_ic li,
ul#sitemap_list li {
	position: relative;
	border-bottom: 1px dotted #ccc;
}
ul.sitemap_ic li a,
ul#sitemap_list li a {
	display: block;
	padding: 10px 40px 10px 15px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic li a:after,
ul#sitemap_list li a:after {
    background: #f0aa9e;
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 22px;
}
ul.sitemap_ic li a:before,
ul#sitemap_list li a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul#sitemap_list li a:hover {
    text-decoration: none !important;
}


/* =====================================
■お問い合わせ
===================================== */
.contactBody #contentBase {
    width: 100%;
    float: none;
}
.inquiryForm_message {
    margin-bottom: 1em;
}
.inquiryFormTable dl {
    display: table;
    margin-top: -1px;
    width: 100%;
}
.inquiryFormTable dd, .inquiryFormTable dt {
    border: 1px solid #CCC;
    display: table-cell;
    font-weight: 400;
    padding: 7px 10px 5px;
    text-align: left;
    vertical-align: top;
}
.inquiryFormTable dt {
    background: #EEE;
    border-right: none;
    width: 30%;
}
.inquiryFormTable dd {
    background: #FFF;
}
.inquiryFormTable .required {
    color: #C00;
    font-size: 80%;
    font-weight: 700;
    padding-left: .5em;
}
.inquiryFormTable .comment {
    color: #999;
    display: block;
    font-size: 80%;
}
.inquiryFormTable input[type="text"],
.inquiryFormTable input[type="email"],
.inquiryFormTable input[type="tel"] {
    border: 1px solid #7a7a7a;
    width: 50%;
    border-radius: 0;
    padding: .3em;
    margin-bottom: 0;
	box-sizing: border-box;
}
.inquiryFormTable textarea {
    width: 100%;
    box-sizing: border-box;
}
.inquiryFormTable .btBox {
    margin: 30px 0;
    text-align: center;
}
.btBox input.wpcf7c-btn-confirm {
    margin-bottom: .3em;
    padding: .4em 0;
    width: 12em;
}
.btBox input.wpcf7c-btn-confirm:hover {
    opacity: 0.7;
}
.inquiryFormTable .btBox input.wpcf7-back, .inquiryFormTable .btBox input.wpcf7-submit {
    padding: 3px 5px 1px;
}
.inquiryFormTable .btBox input.wpcf7-submit {
    margin-left: 15px;
}
.confirm_table dl input, .confirm_table dl textarea, .inquiryFormTable.confirm_table .comment {
    display: none;
}
.result_txt {
    display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

@media screen and (max-width: 1000px) {
	.inquiryFormTable dt {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.contactBody {
		margin-top: 20px !important;
	}
	.inquiryFormTable dl {
		display: block;
		margin: 0;
	}
	.inquiryFormTable dd, .inquiryFormTable dt {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: none;
		padding: 15px 10px;
	}
	.inquiryFormTable input[type="text"],
	.inquiryFormTable input[type="email"],
	.inquiryFormTable input[type="tel"] {
		width: 100%;
	}
}


/* =====================================
■NOTFOUND
===================================== */
.error404 .contentArea p {
	margin: 1em 0;
	text-align: center;
}
.error404 .contentArea p strong {
	font-weight: bold;
	font-size: 130%;
}
.error404 form {
	text-align: center;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="text"] {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 5px;
}
.error404 form input {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.error404 form input.searchButton {
	padding: 0 5px;
	width: auto;
    margin: inherit;
}
.error404 form input.searchButton:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/*--------------------------------------
common
--------------------------------------*/
.shadow_box {
	box-shadow: 3px 3px 0 0 #afced8;
}
.name {
    display: block;
    text-align: right;
}
.name sub {
    display: block;
    font-family: "A1明朝", "A1 Mincho";
    font-size: 22px;
    line-height: 1.4;
}
.ttl_bg {
	color: #707070;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.4;
	background: #D8E8F0;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	padding: 11px 35px;
}
.info_border {
    border: 1px solid #ADC7D5;
}
.info_border li {
    border-bottom: 1px solid #ADC7D5;
    padding: 27px 35px !important;
}
.info_border li:last-child {
	border-bottom: none;
}
.info_border th {
    vertical-align: top;
    font-weight: bold;
    width: 220px;
}
.info_border li li {
    padding: 0 0 0 16px !important;
    border-bottom: none;
}
.txt_link {
    text-decoration: underline !important;
}
.txt_link:hover {
    text-decoration: none !important;
}
.w450 {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
table.timetable.doctor_table td,
table.timetable.doctor_table th {
    border: 1px solid #6f594a;
    word-break: break-all;
}
table.timetable.doctor_table thead th:first-child {
    width: 10% !important;
}
table.timetable.doctor_table td {
    color: #665c56;
}
.th_bg01 {
    background: #e1f2e8 !important;
}
.th_bg02 {
    background: #f4e5e2 !important;
}
.ttl_icon {
    position: relative;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    color: #707070;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 25px;
}
.ttl_icon:before {
    content: "";
    position: absolute;
    background: #ADC7D5;
    top: 14px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
table.tableBorder {
    border: 3px solid #2c2c2c;
}
table.tableBorder td {
    border: 1px solid #808080;
    text-align: center;
}
table.tableBorder.width2 {
    border: 2px solid #2c2c2c;
}
table.tableBorder.width4 {
    border: 4px solid #2c2c2c;
}
.border_list > .elementor-column-wrap > .elementor-widget-wrap {
    border: 1px solid #f5e3e0;
}
.bg_ttl {
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.4;
	text-align: center;
	font-size: 18px;
	background: #f5e3e0;
	padding: 10px 5px;
}
.border_list_link {
    position: static;
}
.border_list_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.border_list_link a:hover {
    background: rgba(255, 255, 255, 0.3);
}
.border_list_inner {
	padding: 40px;
}
.check_tel {
	font-size: 19px;
	color: #74c293;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.6;
	padding-left: 93px;
	text-indent: -93px;
}
.tel_column2 {
	max-width: 580px;
	margin: 0 auto;
	width: 100%;
	font-size: 28px;
	color: #74c293;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.6;
	text-align: center;
}
.check_tel_link {
	font-size: 28px;
}
.check_tel_link_sp {
	display: none;
}
.check_tel_txt {
	color: #736f6f;
	font-size: 17px;
}
.check_tel2 {
	font-size: 19px;
	color: #74c293;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.6;
}
.check_tel2_link {
	font-size: 28px;
}
.check_tel2_link_sp {
	display: none;
}
.check_tel2_txt {
	color: #736f6f;
	font-size: 17px;
}
.check_link2_txt {
	color: #736f6f;
}
a.btn_txt {
	color: #90c5a5;
	text-decoration: underline;
}
.table_tel {
	font-size: 18px;
}
.table_tel a {
	color: #f0aa9e;
	font-weight: bold;
}
.elementor-element-410585c a {
    color: #000 !important;
    text-decoration: none !important;
}
.flow_list > .elementor-column-wrap > .elementor-widget-wrap {
    border: 2px solid #95C6A6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow_ttl {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #707070;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 20px;
	display: flex;
    align-items: center;
}
.flow_ttl .elementor-heading-title {
    padding: 28px 25px 28px 85px;
    position: relative;
}
.flow_list ul {
    padding: 0 25px;
}
.flow_list ul li {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	color: #707070;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	padding: 25px 0 25px 60px;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #95C6A6;
}
.flow_list ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.flow_ttl:before,
.flow_list ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 39px;
	height: 37px;
	left: 25px;
	top: 50%;
	margin-top: -20.5px;
}
.flow_list ul li:before {
	left: 0;
}
.flow_bg01:before {
	background: url(/wp-content/uploads/flow_icon01.png) no-repeat;
}
.flow_bg02:before {
	background: url(/wp-content/uploads/flow_icon02.png) no-repeat;
}
.flow_bg03:before {
	background: url(/wp-content/uploads/flow_icon03.png) no-repeat;
}
.flow_bg04:before {
	background: url(/wp-content/uploads/flow_icon04.png) no-repeat;
}
.flow_bg05:before {
    background: url(/wp-content/uploads/flow_icon07.png) no-repeat;
    background-size: contain;
}
.flow_bg06:before {
    background: url(/wp-content/uploads/flow_icon05.png) no-repeat;
}
.flow_bg07:before {
	background: url(/wp-content/uploads/flow_icon06.png) no-repeat;
}
.flow_bg08:before {
	background: url(/wp-content/uploads/flow_icon03.png) no-repeat;
}
.flow_bg09:before {
    background: url(/wp-content/uploads/flow_icon04.png) no-repeat;
}
.flow_bg10:before {
	background: url(/wp-content/uploads/flow_icon02.png) no-repeat;
}
.flow_bg11:before {
    background: url(/wp-content/uploads/flow_icon05.png) no-repeat;
}
.flow_list ul li:not(:last-child):after {
    content: '';
    border-top: 19px solid #95C6A6;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
}
.underTit_h2_small h2 {
    letter-spacing: 0;
    font-size: 20px;
    padding: 35px 0 40px;
}
a.csv_btn {
	color: #fff !important;
	background: #74c293;
	letter-spacing: 0;
	font-size: 15px !important;
	padding: 2px 5px 6px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.txt_btn_list {
	display: table;
	width: 100%;
}
.txt_btn_list li {
	display: table-cell;
	text-align: center;
	width: 33.33%;
}
.txt_btn_list li a {
	background: #fdf6f5;
	color: #f0aa9e;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	position: relative;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -3px 2px #f3cec9 inset;
}
.txt_btn_list li a:hover,
.txt_btn_list li.current a {
	background: #f0aa9e;
	color: #fff;
	box-shadow: none;
}
.txt_btn_list li a:hover:after,
.txt_btn_list li.current a:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f0aa9e;
	bottom: -7px;
	content: "";
	left: 50%;
	position: absolute;
	margin-left: -8px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#fixed {
	position: fixed;
	top: 0;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #fdf6f5;
	z-index: 30;
	padding: 20px 0;
	left: 0;
}
#fixed .txt_btn_list,
.anchorlink_inner > .elementor-container > .elementor-row {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.nursing_ttl {
	border-top: 1px solid #F0AA9E;
}
.nursing_ttl h3 {
	position: relative;
	padding-left: 40px;
}
.nursing_ttl h3:before {
	content: '';
	width: 31px;
	height: 47px;
	background: url(/wp-content/uploads/img_kangobu_h3.png) no-repeat;
	background-size: auto;
	top: -4px;
	left: 0;
	position: absolute;
	display: block;
	background-size: cover;
}
.webfont_ttl {
	font-size: 32px;
	line-height: 1.3;
	color: #727068;
	font-family: "A1明朝", "A1 Mincho";
	margin-bottom: 20px;
	letter-spacing: 0.15em;
	word-break: break-all;
}
.font24 {
    font-size: 24px;
}
.anchorlink_inner {
	position: fixed;
	top: 86px;
	width: 100%;
	background: #fdf6f5;
	padding-bottom: 20px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	z-index: 20;
	left: 0;
}
#department02,
#department03,
#department04,
#department05,
#department06,
#department12,
#department07,
#department08,
#department09,
#department10,
#department11 {
	padding-top: 187px;
	margin-top: -187px;
}
.elementor-element-3fc9c0e,
.elementor-element-11627008 {
    z-index: 10;
}
.elementor-element-6923ffc0 {
    z-index: 9;
}
.table_inner2#department02 {
	padding-top: 186px;
}
.boder_box02 {
	border: 2px solid #BADCE6;
}
.border_ttl {
	line-height: 1.2;
	font-size: 22px;
	font-family: "Ro本明朝Pro-L", "RoHMincho-Lt";
	color: #3f2c2a;
	letter-spacing: 0;
	word-break: break-all;
	border-bottom: 2px solid #DFEFF3;
	padding-bottom: 20px;
}
.boder_box02 .circleList li:before {
	background: #BADCE6;
}
.webfont_txt {
	font-size: 24px;
	line-height: 1.3;
	font-family: "A1明朝", "A1 Mincho";
	word-break: break-all;
	text-align: center;
}
.w440 {
	max-width: 440px;
	margin: 0 auto;
	width: 100%;
}
.w400 {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
.check_tel2 {
	font-size: 19px;
	color: #74c293;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.6;
}
.table_tel_txt {
	color: #736f6f;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.ttl_bg {
		padding: 10px 25px;
	}
	.info_border li {
		padding: 20px 25px !important;
	}
	.info_border th,
	.info_border td {
		letter-spacing: 0;
		font-size: 12px;
	}
	.info_border th {
		width: 112px;
	}
	.tel_column2 {
		font-size: 20px;
	}
	.check_tel_link {
		display: none;
	}
	.check_tel_link_sp {
		display: block;
	}  
	.check_tel_link_sp {
		display: inline-block;
		font-size: 20px;
	}
	.check_tel_link_sp a {
		color: #74c293;
	}
	.check_tel_link_sp a:hover {
		color: #736f6f;
	}
	.check_tel {
		font-size: 15px;
		letter-spacing: 0;
		text-indent: -64px;
		padding-left: 64px;
	}
	.check_tel_txt {
		font-size: 13px;
	}
	.flow_ttl {
		font-size: 15px;
	}
	.flow_ttl .elementor-heading-title {
		padding: 21px 25px 25px 60px;
	}
	.flow_ttl:before {
		left: 16px;
	}
	.flow_list ul {
		padding: 16px;
	}
	.flow_list ul li {
		padding: 25px 0 25px 47px;
		font-size: 15px;
	}
	a.csv_btn {
		display: inline-block;
		margin: 10px 0 0;
	}
	.webfont_ttl {
		font-size: 25px;
		letter-spacing: 0.05em;
	}
	#fixed,
	.anchorlink_inner {
		position: relative;
		padding: 0;
		top: 0;
		background: #fff;
	}
	#fixed .txt_btn_list,
	.anchorlink_inner > .elementor-container > .elementor-row {
		padding: 0;
	}
	#department02,
	#department03,
	#department04,
	#department05,
	#department06,
	#department12,
	#department07,
	#department08,
	#department09,
	#department10,
	#department11 {
		padding-top: 0;
		margin-top: 0;
	}
	.table_inner2#department02 {
		padding-top: 0;
	}
}
@media screen and (max-width: 480px) {
	.txt_btn_list li a {
		letter-spacing: 0;
		font-size: 15px;
	}
}