/* =====================================
■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;
}
.hikoukai {
	display: none;
}
.name_txt {
	color: #000000;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.4;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
body:not(.home) #main {
	/* 	padding: 0 40px; */
	position: relative;
}
/* body:not(.home) #main:before {
position: absolute;
content: "";
background: #fff;
top: -65px;
width: 95.8%;
height: 100%;
left: 50%;
transform: translate(-50%);
} */
#content {
	padding: 63px 0 100px;
	min-height: 600px;
}
/* body:not(.home) #main #content {
background: #fff;
} */
.home #content {
	padding: 0;
}
/* @media screen and (max-width: 767px) {
body:not(.home) #main:before {
top: -20px;
}
} */

/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage img {
	width: 100%;
}

/* -------------------------------------
worry_section
------------------------------------- */
.worry_section {
	background: #FEFAE5;
	padding: 44px 0 53px;
}
.worry_section .container {
	max-width: 1220px;
}
.worry_box {
	position: relative;
}
.worry_box:after {
	position: absolute;
	content: "";
	background: url(../img/icon03.png) no-repeat top center;
	background-size: cover;
	width: 229px;
	height: 223px;
	right: 0;
	bottom: -257px;
}
.worry_left {
	float: left;
	width: 50%;
}
.worry_right {
	float: right;
	width: 49.2%;
	padding-top: 8px;
}
.worry_tlt {
	font-size: 36px;
	letter-spacing: 0.25em;
	color: #333333;
	line-height: 1.67;
	display: inline-block;
	border-bottom: 1px solid #93C015;
	margin-bottom: 22px;
}
.worry_tlt_style {
	border-bottom: 1px solid #93C015;
	padding-bottom: 7px;
}
.worry_txt {
	line-height: 1.9;
}
.worry_inner {
	background: #fff;
	padding: 34px 30px 43px;
	position: relative;
	max-width: 299px;
}
.worry_inner:after {
	position: absolute;
	content: "";
	border-left: 25px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	right: -25px;
	top: 50%;
	margin-top: -12px;
}
.worry_tlt_style {
	border-bottom: 1px solid #93C015;
	padding-bottom: 5px;
}
.worry_list li {
	padding-left: 21px;
	position: relative;
	line-height: 1.63;
	color: #333333;
	margin-bottom: 11px;
}
.worry_list li:last-child {
	margin-bottom: 0;
}
.worry_list li:before {
	position: absolute;
	content: "";
	background: #B3D25D;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
	.worry_tlt {
		font-size: 31px;
		letter-spacing: 0.2em;
	}
	.worry_txt {
		font-size: 15px;
		letter-spacing: 0;
	}
	.worry_inner {
		padding: 34px 12px 43px;
		max-width: 235px;
	}
	.worry_list li {
		left: 0;
		font-size: 15px;
		padding-left: 19px;
	}
	.worry_list li:before {
		top: 7px;
	}
	.worry_box:after {
		bottom: -235px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.worry_inner {
		padding: 40px 13px;
		max-width: 210px;
	}
	.worry_list li {
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 19px;
	}
	.worry_list li:before {
		top: 5px;
	}
	.worry_tlt {
		font-size: 25px;
		letter-spacing: 0.05em;
	}
	.worry_txt {
		font-size: 14px;
		letter-spacing: 0;
	}
	.worry_box:after {
		width: 100%;
		max-width: 139px !important;
		max-height: 130px !important;
		right: -20px;
		bottom: -236px;
	}
}
@media screen and (max-width: 767px) {
	.worry_section {
		padding: 50px 0 270px;
	}
	.worry_inner {
		padding: 34px 30px 43px;
		max-width: none;
	}
	.worry_inner:after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 17px solid #fff;
		border-bottom: inherit;
		left: 50%;
		top: inherit;
		bottom: -17px;
		margin-left: -15px;
		right: inherit;
	}
	.worry_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.worry_right {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.worry_tlt {
		font-size: 30px;
		letter-spacing: 0.2em;
	}
	.worry_box:after {
		right: 50%;
		margin-right: -114.5px;
		bottom: -270px;
	}
}
@media screen and (max-width: 480px) {
	.worry_tlt {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}

/* -------------------------------------
menu_section
------------------------------------- */
/* .menu_section .wrap_box {
position: relative;
display: table;
width: 100%;
}
.menu_tlt {
font-size: 26px;
letter-spacing: 0.3em;
color: #fff;
background: #021665;
line-height: 1.2;
padding: 29px 46px 30px;
font-family: "秀英明朝 M", "Shuei Mincho M", A-OTF Shuei Mincho Pro;
margin-bottom: 0;
position: relative;
}
.menu_tlt:after {
position: absolute;
content: "";
background: #FFFFFF;
left: 25px;
top: 31px;
width: 6px;
height: 15px;
}
.menu_tlt:before {
position: absolute;
content: "";
background: #9D4220;
left: 25px;
top: 46px;
width: 6px;
height: 15px;
}
.menu_section .menu_box {
width: 40%;
background: #fff;
min-height: inherit !important;
display: table-cell;
}
.menu_section .txt_box {
position: absolute;
right: 0;
top: 0;
width: 60%;
padding: 0px;
box-sizing: border-box;
overflow: hidden;
background: url(../img/topbg01.jpg) no-repeat top center;
background-size: cover;
display: table-cell;
height: auto !important;
position: relative !important;
}
.menu_section .txt_box li {
padding: 10px;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
-moz-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
-webkit-transition-duration: 0.7s;
transition-duration: 0.7s;
background: url(../img/topbg01.jpg) no-repeat top center;
background-size: cover;
}
.menu_section .txt_box li:nth-child(2) {
background: url(../img/topbg02.jpg) no-repeat top center;
background-size: cover;
}
.menu_section .txt_box li:nth-child(3) {
background: url(../img/topbg03.jpg) no-repeat top center;
background-size: cover;
}
.menu_section .txt_box li:nth-child(4) {
background: url(../img/topbg04.jpg) no-repeat top center;
background-size: cover;
}
.menu_section .txt_box li:nth-child(5) {
background: url(../img/topbg05.jpg) no-repeat top center;
background-size: cover;
}
.menu_section .txt_box li:first-child {
opacity: 1 !important;
}
.menu_box li {
border-bottom: 1px solid #D9D4D0;
}
.cell_erea {
width: 100%;
height: 100%;
margin: 0 auto;
}
.menu_box li a {
display: block;
text-decoration: none;
padding: 25px 10px 24px 84px;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
-webkit-transition-duration: 1s;
transition-duration: 1s;
background: #fff;
color: #333333;
letter-spacing: 0.3em;
line-height: 1.4;
font-size: 22px;
position: relative;
}
.menu_box li a:before {
position: absolute;
content: "";
background: url(../img/icon01.png) no-repeat top center;
background-size: cover;
width: 100%;
height: 100%;
max-width: 37px;
max-height: 39px;
left: 24px;
top: 50%;
margin-top: -18px;
}
.menu_box li a:hover {
background: #E9F5B0;
}
.menu_box li a:hover:before {
background: url(../img/icon02.png) no-repeat top center;
background-size: cover;
max-width: 34px;
max-height: 40px;
}
.menu_box li a:hover .menu_link_txt {
border-bottom: 2px solid #93C015;
padding-bottom: 4px;
}
.menu_section .txt_box .inner {
display: table;
margin: 0 auto;
max-width: 692px;
vertical-align: middle;
height: 100%;
}
.menu_section .txt_box .inner .cell_box {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.txt_box h2 {
font-size: 40px;
color: #fff;
line-height: 1.2;
letter-spacing: 0.25em;
text-align: center;
padding-bottom: 36px;
position: relative;
}
.txt_box h2:after {
position: absolute;
content: "";
background: #fff;
width: 100px;
height: 2px;
left: 50%;
margin-left: -50px;
bottom: 0;
}
.menu_section .txt {
font-size: 16px;
color: #fff;
line-height: 2.5;
letter-spacing: 0.05em;
margin-top: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
.txt_box h2 {
font-size: 25px;
letter-spacing: 0.1em;
}
.menu_section .txt {
margin-top: 20px;
}
.menu_tlt {
font-size: 32px;
letter-spacing: 0.05em;
}
.menu_box li a {
letter-spacing: 0.02em !important;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.menu_box li a {
letter-spacing: 0.02em !important;
font-size: 18px;
padding: 32px 5px 32px 80px;
}
.menu_box li .menu_link_english {
letter-spacing: 0.03em;
padding-left: 6px;
font-size: 10px;
}
.txt_box h2 {
letter-spacing: 0.05em;
font-size: 32px;
}
.menu_section .txt {
margin-top: 15px;
letter-spacing: 0;
}
.menu_section .txt_box .inner .cell_box {
padding: 0 20px;
box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
.menu_section .txt_box {
display: none !important;
}
.menu_section .menu_box {
width: 100%;
min-height: auto !important;
height: auto !important;
}
.menu_section .wrap_box, .menu_section .menu_box {
display: block;
}
.menu_box li a {
letter-spacing: 0.1em;
padding: 25px 5px 25px 85px;
font-size: 28px;
}
.menu_box li .menu_link_english {
letter-spacing: 0.1em;
}
}
@media screen and (max-width: 480px) {
.menu_box li a {
letter-spacing: 0.05em;
padding: 25px 5px 25px 80px;
font-size: 21px;
}
.menu_box li .menu_link_english {
letter-spacing: 0.05em;
font-size: 10px;
padding-left: 8px;
}
} */

/*--------------------------------------
doctor_section
--------------------------------------*/
.doctor_section {
	padding: 81px 0 95px;
	background: url(../img/topbg07.jpg) no-repeat 96% center;
	background-size: cover;
}
.doctor_box {
	padding: 43px 0 46px;
	background: url(../img/topbg08.jpg) no-repeat top center;
	background-size: cover;
}
.doctor_tlt {
	font-size: 41px;
	color: #333333;
	letter-spacing: 0.2em;
	line-height: 1.76;
}
.doctor_tlt_style {
	color: #93C015;
	position: relative;
	padding-top: 13px;
}
.doctor_tlt_style:after {
	position: absolute;
	content: "";
	background: url(../img/icon04.png) no-repeat top center;
	background-size: cover;
	width: 209px;
	height: 9px;
	left: 50%;
	margin-left: -100px;
	top: 0;
}
.doctor_txt {
	max-width: 800px;
	margin: 0 auto 40px;
}
.doctor_box ul {
	max-width: 772px;
	margin: 0 auto;
}
.doctor_box ul li {
	float: left;
	width: 49.15%;
	margin-right: 1.7%;
}
.doctor_box ul li:last-child {
	margin-right:0;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
	.doctor_tlt {
		font-size: 38px;
		letter-spacing: 0.05em;
	}
	.doctor_tlt_style:after {
		width: 100%;
		max-width: 192px;
		height: 9px;
		margin-left: -89px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.doctor_tlt {
		font-size: 25px;
		letter-spacing: 0.05em;
	}
	.doctor_tlt_style:after {
		width: 100%;
		max-width: 120px;
		height: 4px;
		margin-left: -58px;
	}
}
@media screen and (max-width: 767px) {
	.doctor_section {
		padding: 60px 0 0;
		background: #fff;
	}
	.doctor_box {
		padding: 50px 0;
		background: url(../img/topbg08_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.doctor_box ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.doctor_box ul li:last-child {
		margin-bottom: 0;
	}
	.doctor_txt {
		margin: 0 auto 20px;
	}
	.doctor_tlt {
		letter-spacing: 0.1em;
		font-size: 29px;
		max-width: 418px;
		margin: 0 auto;
	}
	.doctor_tlt_style:after {
		width: 100%;
		max-width: 140px;
		height: 6px;
		margin-left: -67px;
	}
	.doctor_section img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.doctor_tlt {
		font-size: 21px;
		letter-spacing: 0;
		max-width: 277px;
	}
	.doctor_tlt_style:after {
		width: 100%;
		max-width: 94px;
		height: 4px;
		margin-left: -45px;
	}
}
/*--------------------------------------
office_section
--------------------------------------*/
.office_section {
	padding: 81px 0 100px;
	background: url(/wp-content/uploads/information_bg.png) no-repeat;
	background-size: cover;
}
.office_box {
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	margin-top: 55px;
	border-radius: 20px;
	box-shadow: 1px 1px 6px #ccc;
}
.office_tlt {
	text-align: center;
}
.office_info {
	color: #749EA3;
	font-size: 38px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: bold;
}
.office_info_style {
	display: block;
	font-size: 11px;
	letter-spacing: 0.2em;
	margin-top: 3px;
}
.office_info .office_info_style {
	color: #B3D25D;
	padding-top: 10px;
	letter-spacing: 0.05em;
	font-size: 20px;
}
.office_left {
	float: left;
	width: 48%;
	padding: 50px 10px 50px 50px;
}
.office_right {
	float: right;
	width: 48.5%;
}
table.table01 {
	width: 100%;
}
table.table01 tr th, table.table01 tr td {
	color: #333333;
	padding: 15px 0 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #749EA3;
	line-height: 1.44;
}
table.table01 tr:first-child th, table.table01 tr:first-child td {
	padding-top: 0;
}
table.table01 tr:last-child th, table.table01 tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
table.table01 tr th {
	font-weight: bold;
	width: 17%;
	font-family: "M PLUS 2", sans-serif;
	color: #749EA3;
	letter-spacing: 0.1em;
	font-size: 15px;
}
table.table01 tr td {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.office_section .btn {
	margin-top: 42px;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
	table.table01 tr th {
		width: 24%;
	}
	.office_left {
		padding: 20px 10px 20px 20px;
	}
}

@media screen and (max-width: 767px) {
	.office_left {
		float: none;
		width: 100%;
		padding: 20px;
	}
	.office_right {
		float: none;
		width: 100%;
	}
	.map iframe {
		border-radius: 0 0 20px 20px;
	}
	.office_info {
		font-size: 24px;
	}
	.office_info .office_info_style {
		font-size: 16px;
	}
	table.table01 tr th {
		width: 29%;
	}
	.office_section {
		padding: 50px 0;
	}
	.btn {
		width: 100% !important;
	}
}

/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
body:not(.home) #mainimage {
	position: relative;
	padding-top: 100px;
}
body:not(.home) #mainimage:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/h1_imgA.png) no-repeat;
}
body:not(.home) #mainimage:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/h1_imgA.png) no-repeat;
	background-size: auto;
	width: 405px;
	height: 279px;
	background-size: cover;
	right: 0;
	z-index: 1;
	top: 0;
}
.under_mainimage {
	background: url(/wp-content/uploads/under_mainimage-scaled.jpg) no-repeat center center/cover;
	background-size: cover;
	display: table;
	width: 100%;
	height: 250px;
}
.category .under_mainimage {
	height: auto;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 0;
}
.under_mainimage .container h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	body:not(.home) #mainimage:before {
		width: 191px;
		height: 136px;
		top: auto;
		bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 140px;
	}
	.under_mainimage .container h1 {
		font-size: 30px;
	}
	body:not(.home) #mainimage:before {
		display: none;
	}
	body:not(.home) #mainimage {
		padding-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.under_mainimage .container h1 {
		font-size: 23px;
		letter-spacing: 0;
	}
}

/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1080px;
	margin: 16px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
}
#bread li {
	font-size: 10px;
	color: #77716C;
	letter-spacing: 0.1em;
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #93C015;
	text-decoration: underline;
}
#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1060px;
padding: 0 30px;
}
*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
}
.home .elementor img {
	width: 100% !important;
}
.elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
}
.elementor-image-box-title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
	background: #3dc2b7;
	padding: 10px 20px;
}
.elementor-image-box-img {
	width: 35% !important;
	float: right;
	display: block !important;
	margin: 0 0 20px 20px !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block !important;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
	/*
	.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
	*/
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.under_title_h2 {
	background: url(/wp-content/uploads/h3_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 45px 0 45px;
	font-size: 28px;
	border-bottom: 3px solid #FFEE00;
}
.under_title_h2 h2 {
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	position: relative;
}
.under_title_h2 h2:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/h2_icon.png) no-repeat;
	background-size: auto;
	width: 50px;
	height: 42px;
	left: 0;
	top: -51px;
	background-size: cover;
}
.under_title_h3 {
	border-bottom: 2px solid #D9D9D9;
	padding-bottom: 9px;
	margin-bottom: 35px;
}
.under_title_h3 h3 {
	font-size: 28px;
	letter-spacing: 0.15em;
	position: relative;
	color: #000000;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2 !important;
	padding: 12px 0 12px 26px !important;
}
.under_title_h3 h3:before {
	display: block;
	content: "";
	width: 8px;
	height: 50%;
	background: #FFEE00;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px 5px 0 0;
}
.under_title_h3 h3:after {
	display: block;
	content: "";
	width: 8px;
	height: 50%;
	background: #CFCFCF;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 5px 5px;
}
.under_title_h4 h4 {
	color: #000000;
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	letter-spacing: 3px;
	text-align: left !important;
	font-family: "Noto Serif JP", serif;
	padding-left: 36px;
	border-left: 0;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.under_title_h4 h4:before {
	position: absolute;
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background: #D9D9D9;
	top: 3px;
	left: 0;
	border-radius: 5px;
}
.under_title_h4 h4:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 11.5px;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 3px;
	border-right-color: #FFEE00;
	border-bottom-color: #FFEE00;
	border-radius: 5px;
}
.under_title_h5 h5 {
	color: #333333 !important;
	font-size: 17px;
	line-height: 1.2 !important;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	text-align: left;
	position: relative;
}
.gnv_tmp_h5_bg h5 {
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-left: 25px;
	line-height: 1.3;
	position: relative;
}
.gnv_tmp_h5_bg h5:before {
	position: absolute;
	content: "";
	background: #86C4C9;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.doctor_style {
	color: #6fa6c0 !important;
	font-size: 20px;
	line-height: 1.2 !important;
	font-weight: normal !important;
	letter-spacing: 0.1em;
	display: block;
	text-align: left;
}
.gnv_tmp_tlt {
	letter-spacing: 0.1em;
	color: #93c015 !important;
	font-size: 20px;
	border-bottom: 1px dashed #93c015;
	text-align: left;
	padding: 0 0 9px 0!important;
	line-height: 1.2;
	position: relative;
}
.gnv_tmp_tlt01 {
	color: #91b474 !important;
	font-size: 19px;
	text-align: left;
	padding: 0 0 0 32px!important;
	line-height: 1.2;
	position: relative;
	letter-spacing: 0.05em;
}
span.num_style {
	position: absolute;
	left: 0;
	top: -1px;
	background: #91b474;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.gnv_tmp_title {
	font-weight: normal !important;
	letter-spacing: 0.1em;
	color: #b3d25d !important;
	font-size: 22px;
	text-align: center;
	line-height: 1.2 !important;
}
.gnv_tmp_title01 {
	font-weight: normal !important;
	letter-spacing: 0.05em;
	font-size: 20px;
	text-align: left;
	line-height: 1.5 !important;
	color: #91b474;
	display: inline-block;
	background: #fff;
	border-radius: 8px;
	padding: 8px 20px;
}
.bg_box_tlt {
	background: #94d8f8;
	padding: 21px 35px 18px;
}
.bg_box_tlt p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	.gnv_tmp_title01 {
		letter-spacing: 0;
	}
	.doctor_style {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	.under_title_h2 {
		padding: 20px 0 20px;
	}
	.under_title_h2 h2 {
		font-size: 24px;
	}
	.under_title_h3 h3 {
		font-size: 22px;
		padding: 12px 0 12px 15px !important;
	}
	.under_title_h3 {
		padding-bottom: 0;
	}
	.under_title_h3 h3:before {
		width: 7px;
		height: 45%;
		top: 2px;
	}
	.under_title_h3 h3:after {
		width: 7px;
		height: 45%;
		bottom: 3px;
	}
	.under_title_h4 h4 {
		font-size: 20px;
	}
	.under_title_h4 h4:before {
		width: 18px;
		height: 18px;
		top: 4px;
	}
	.under_title_h4 h4:after {
		border-width: 9.5px;
		top: 5px;
	}
}

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


/*--------------------------------------
ボタン
--------------------------------------*/
.btn {
	width: 300px;
}
.btn a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	padding: 19px 26px 20px 26px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	border: 0;
	border-radius: 0;
	width: auto;
	font-family: "Noto Serif JP", serif;
	box-sizing: border-box;
	background: #000;
}
.btn a:after {
	position: absolute;
	content: "";
	display: block;
	width: 7px;
	height: 100%;
	right: 20px;
	bottom: 0;
	background: url(/wp-content/uploads/btn_arrow.png)no-repeat center center/contain;
}
.btn a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.btn a {
		font-size: 16px;
		letter-spacing: 0.1em;
		max-width: none !important;
	}
}


/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 447px;
	border-radius: 20px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
	border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1060px) and (min-width: 768px){
	.map {
		padding-top: 273px;
	}
}
@media screen and (max-width: 767px) {
	.map {
		padding-top: 250px;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 4px 0 5px;
	font-size: 15px;
}
.timetable thead th {
	font-weight: normal;
	border-bottom: 1px solid #EBE9E7;
	padding: 0 0 10px;
}
.timetable thead th:first-child {
	width: 20%;
	text-align: left;
	letter-spacing: 0.15em;
	font-size: 18px;
}
.timetable thead th:last-child {
	width: 13%;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.1em;
}
.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
	padding-top: 17px;
}
.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
	border-bottom: 1px solid #EBE9E7;
	padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 28%;
	}
	.timetable thead th:last-child {
		width: 15%;
	}
	.timetable tbody th {
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 480px) {
	.timetable th,
	.timetable td {
		font-size: 70%;
		letter-spacing: 0;
	}
	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}
}


/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
	background: #9ed28a;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 5px;
	letter-spacing: 0;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th, .column2_table td {
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px solid #CBCAC9;
}
.column2_table th {
	width: 30%;
	padding: 13px 0px 10px 14px;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: 1px solid #FE0;
}
.column2_table td {
	padding: 13px 14px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.column2_table th, .column2_table td {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.column2_table th, .column2_table td {
		font-size: 12px;
		letter-spacing:0;
	}
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	line-height: 1.8;
	padding: 6px 10px 4px;
	border: 1px solid #D9D9D9;
	word-break: break-all;
	text-align: center;
}
.style_table thead th {
	background: #FFEE00;
	color: #000000;
	text-align: center;
	box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}
.style_table tbody th {
	background: #F5F5F5;
	width: 30%;
}
.style_table tbody td {
	text-align: left;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 480px) {
	.style_table th,
	.style_table td {
		font-size: 12px;
		letter-spacing: 0;
	}
}

/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
	position: relative;
	padding: 2px 0 2px 25px;
}
.circle_list li:before {
	content: "";
	position: absolute;
	background: #FE0;
	top: 12px;
	left: 0;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
.bg_box .circle_list li:before {
	background: #B3D25D;
}

.check_list li {
	position: relative;
	padding: 2px 0 2px 30px;
}
.check_list li:before {
	content: "";
	display: block;
	border: 2px solid #E8C9C4;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
}
.check_list li:after {
	content: "";
	display: block;
	width: 5px;
	height: 11px;
	border: solid #E8C9C4;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

.column2_list li {
	display: inline-block;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column3_list li {
	display: inline-block;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column_list li {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding-right: 30px;
	vertical-align: top;
}
.img_list3 li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	margin-top: 30px;
}
.img_list3 li:nth-child(3n) {
	margin-right:0;
}
.img_list3 li:nth-child(-n+3) {
	margin-top: 0;
}
.img_list2 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
	margin-top: 30px;
}
.img_list2 li:nth-child(2n) {
	margin-right:0;
}
.img_list2 li:nth-child(-n+2) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.column2_list li,
	.column3_list li,
	.column_list li {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.img_list3 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.img_list3 li:first-child {
		margin-top: 0;
	}
	.img_list3 li:nth-child(-n+3) {
		margin-top: 30px;
	}
	.img_list2 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.img_list2 li:first-child {
		margin-top: 0;
	}
	.img_list2 li:nth-child(-n+2) {
		margin-top: 30px;
	}
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 30% !important;
	margin: 0 0 0 20px;
	display: block;
}
.context_area.img_l .img_box img {
	float: left;
	margin: 0 20px 20px 0;
}
.context_area .auto_img img {
	width: auto !important;
	display: block;
}
.text_box {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.context_area .img_box img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
	.context_area .auto_img img {
		width: auto !important;
	}
	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #F6800D;
}
.txt_link {
	color: #FFAEA2 !important;
	text-decoration: underline !important;
	font-weight: bold;
	vertical-align: top;
}
.txt_link:hover {
	text-decoration: none !important;
}
.txt_bold {
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.catch_title {
	font-size: 22px;
	color: #FFAEA2;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}


/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList > li {
	/* 	background: #F4F7EB; */
	position: relative;
	margin-bottom: 70px;
	padding: 30px 20px;
}
.flowList > li:last-child {
	margin-bottom: 0;
}
.flowList > li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -11px;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-top: 36px solid #191919;
	border-right: 36px solid transparent;
	border-left: 36px solid transparent;
}
.flowList > li:last-child:after {
	display: none;
}
.flowList .flow_title {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	color: #000;
	border-bottom: 0;
	padding-bottom: 0;
	font-weight: normal;
	display: block;
}
.flowList .flow_title span {
	vertical-align: top;
	background: #FE0;
	color: #707070;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 21px;
	margin-right: 10px;
	letter-spacing: 0;
	margin-top: 0px;
	border-radius: 50%;
}

@media screen and (max-width:767px) {
	.flowList > li {
		padding: 30px 15px;
	}
	.flowList .img_box {
		position: relative;
		top: initial;
		right: initial;
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
	background: #F4F7EB;
	padding: 35px;
}
.border_box {
	border: 3px solid #ccc;
	padding: 35px;
}
.box_title {
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}

@media screen and (max-width:767px) {
	.bg_box,
	.bg_box02,
	.border_box {
		padding: 25px 20px;
	}
}


/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 10px solid #f5c645;
}
.style_box .style_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 20px 24px;
	margin: 0 !important;
	border-bottom: 4px solid #f5c645;
	color: #524b39;
}
.style_box .inner {
	padding: 30px 40px;
}
.style_box .inner .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	padding-left: 20px;
	position: relative;
}
.style_box .inner .title:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #f5c645;
	position: absolute;
	left: 0;
	top: 14px;
}

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


/*--------------------------------------
before after
--------------------------------------*/
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
}
.before_after li:first-child:after {
	display: block;
	content: "";
	border-left: 15px solid #ea9041;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	bottom: 50%;
	right: -11%;
	margin-bottom: -20px;
}
.before_after li:last-child {
	float: right;
}

@media screen and (max-width:767px) {
	.before_after li {
		float: none;
		width: 100%;
	}
	.before_after li:first-child:after {
		border-left: 20px solid transparent;
		border-top: 15px solid #ea9041;
		border-right: 20px solid transparent;
		border-bottom: none;
		bottom: -34px;
		right: 50%;
		margin-bottom: 0;
		margin-right: -20px;
	}
	.before_after li:last-child {
		float: none;
		margin-top: 50px;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	background: #f9f9f8;
	padding: 25px 35px;
	list-style: none;
}
.anchorlinks li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}
.anchorlinks li a {
	text-decoration: underline;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #92c3ac;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	color: #92c3ac;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.anchorlinks li {
		width: 100%;
		display: block;
		margin: 5px 0;
	}
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	border-left: 4px solid #FFEE00;
	padding-left: 10px;
}
.qa_list dd .num {
	border-left: 4px solid #000;
}
.qa_list dt .num span {
	font-size: 31px;
	font-weight: bold;
	color: #FFEE00;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
	font-family: "Lato";
	line-height: 1;
}
.qa_list dd .num span {
	font-size: 31px;
	font-weight: bold;
	color: #000;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
	font-family: "Lato";
	line-height: 1;
}
.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.qa_list dt .txt {
	color: #000;
	font-size: 22px;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	padding-top: 4px;
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 68% !important;
}
.category #posts {
	width: 100% !important;
}
#blogDetail,
#blogList {
	margin-top: 0;
	margin-bottom: 103px;
	min-height: 850px;
}
.single #blogDetail {
	margin-top: 50px;
}

/*　blogList　*/
#blogList .post {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
.posts_list li {
	float: left;
	width: 45%;
	margin-left: 0;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #CFCFCF;
}
.posts_list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.posts_list li .category {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	z-index: 10;
}
.post .category a,
.posts_list .category a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 23px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.post .category a.blog,
.posts_list .category a.blog {
	background: #B3D25D;
}
.post .category a.blog:hover,
.posts_list .category a.blog:hover {
	background: #a8c84f;
}
.post .category a.news,
.posts_list .category a.news {
	background: #B3D25D;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	background: #a8c84f;
}
.posts_list li .post-image {
	position: relative;
	overflow: hidden;
	padding-top: 57%;
	margin-bottom: 20px;
	display: none;
}
.posts_list li .post-image .images {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.posts_list li .post-image a {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.posts_list li .post-image a:hover {
	opacity: 0.8;
}
.posts_list li .post-image a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.posts_list li .post-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
#blogList .post ul li {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 23px 0 19px;
}
#blogList .post ul li .date {
	width: 20%;
	text-align: right;
}
.posts_list h3 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: 0;
	width: 75%;
	margin-left: 5%;
}
.posts_list p {
	margin-bottom: 0 !important;
}
.posts_list h3 a {
	color: #4E4944;
}
/* .posts_list h3 a:hover {
color: #b3d25d;
} */
.posts_list h3 a:hover {
	text-decoration: underline;
}
.posts_list .excerpt {
	color: #72706E;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
	color: #0F0E0E;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	letter-spacing: 0.01em;
	background: #FFEE00;
	background-size: 11px 11px;
	padding: 20px 20px 20px 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	line-height: 1.2;
	position: relative;
	border-radius: 0;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 45px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 22px;
}
.post .date,
.posts_list .date {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	color: #999;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: right;
}
.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;
}
.post .date span a,
.posts_list .date span a {
	color: #B3D25D;
	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: 100%;
	height: auto;
	max-width: 100%;
	padding: 0px 0 30px;
	box-sizing: border-box;
}
#blogDetail .post-content h3 {
	font-size: 22px;
	letter-spacing: 0;
	background: #e8e8e8;
	padding: 30px 10px 30px 28px;
	line-height: 1.5;
	border-top: 5px solid #f5c6b6;
	margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: 5px solid #f5c6b6;
	padding: 10px 0 12px 0;
	line-height: 1.5;
	margin: 30px 0 25px 0;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 50%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 30px;
	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: #B3D25D;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 50%;
	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 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #FE0;
}
.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-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #BFBEBD;
	color: #373431;
	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: #FE0;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #FE0 !important;
	color: #373431;
	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;
}
@media screen and (max-width: 1200px) {
	.posts_list h3 {
		font-size: 12px;
	}
}
@media screen and (max-width: 1000px) {
	.posts_list li {
		width: 48%;
	}
	.posts_list li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@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;
	}
	.posts_list h3 {
		font-size: 10px;
	}
	.recentBox li {
		font-size: 11px;
		letter-spacing: 0;
	}
	#blogDetail .post-header h2 {
		font-size: 18px;
		letter-spacing: 0.01em;
	}
	.bloginfo_box .blog_name .icon-blog {
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 22px;
	}
}

@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100% !important;
	}
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	#blogList .post ul li {
		display: block;
	}
	#blogList .post ul li .date {
		width: 100%;
		text-align: left;
	}
	.posts_list h3 {
		margin-left: 0;
	}
	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 20px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}
	div#blogDetail .post-content img {
		padding: 25px 0;
	}

	.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%;
	}
	.posts_list h3 {
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	#blogDetail .post-header h2 {
		font-size: 13px;
		line-height: 1.4;
	}
	div#blogDetail .post-content img {
		padding: 15px 0;
	}
	#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;
	}
	.posts_list h3 {
		font-size: 10px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #373431;
	border-bottom: 2px solid #373431;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -6px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	border: none;
	height: 44px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
	border: 1px solid #707070;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #fe0;
}
.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 #b8c2c1;
	padding-bottom: 16px;
	margin-bottom: 18px;
	color: #000;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #373431;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	opacity: 0.6;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #BFBEBD;
	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: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.recentBox li .recent_thumbnail a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.recentBox li .recent_thumbnail img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.recentBox li .recent_thumbnail img:hover {
	opacity: 1;
}
.recentBox li .recent_thumbnail a:after,
.recentBox li .recent_thumbnail a:before,
.recentBox li .recent_thumbnail a span:after,
.recentBox li .recent_thumbnail a span:before {
	background: #b3d25d;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.recentBox li .recent_thumbnail a:after {
	width: 0px;
	height: 1px;
	left: 0;
	top: 0;
}
.recentBox li .recent_thumbnail a:before {
	width: 0px;
	height: 1px;
	bottom: 0;
	right: 0;
}
.recentBox li .recent_thumbnail a span:after {
	width: 1px;
	height: 0px;
	bottom: 0;
	left: 0;
}
.recentBox li .recent_thumbnail a span:before {
	width: 1px;
	height: 0px;
	right: 0;
	top: 0;
}
.recentBox li .recent_thumbnail a:hover:after,
.recentBox li .recent_thumbnail a:hover:before {
	width: 100%;
	width: calc(100% + 1px);
}
.recentBox li .recent_thumbnail a:hover span:after,
.recentBox li .recent_thumbnail a:hover span:before {
	height: 100%;
	height: calc(100% + 1px);
}

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

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	color: #373431;
	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: #373431;
}
.archiveBox ul li p:hover {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	opacity: 0.6;
}
.archiveBox ul li p.acv_open {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	color: #000;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	height: 5px;
	width: 5px;
	background: #ffee00;
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
}
.archiveBox ul li a {
	color: #373431;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: underline;
}
.archiveBox ul li a:visited {
	color: #373431;
}
.archiveBox ul li a:hover {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	opacity: 0.6;
}
.archiveBox ul li a:active {
	color: #B3D25D;
}
.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;
	}
	.recentBox li {
		font-size: 13px !important;
	}
}

@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;
}
.news_section {
	padding: 100px 0;
	background: #F5F5F5;
}
.titleBg h2 {
	font-size: 40px;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.3 !important;
	padding: 0 0 16px 0 !important;
	display: block;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 45px;
	font-family: "Noto Serif JP", serif;
}
.news_english {
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	color: #1C2E44;
	padding-left: 10px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}
.page-id-43  #newsList, 
.page-id-43 #newsDetail {
	min-height: auto;
	max-width: 1040px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	margin-top: 0;
}
#newsList, 
#newsDetail {
	min-height: 870px;
	margin-top: 45px;
	max-width: 1040px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}
.page-id-43 #newsList {
	max-width: none;
	padding: 0;
}
#newsList .pagination, #newsDetail .pagination {
	padding-top: 0;
	border-top: none;
}
.info_right .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important
}
.elementor-element.elementor-element-3939ae2f.titleBg.mb01.elementor-widget.elementor-widget-heading {
	margin-bottom: 0 !important;
	position: relative;
}
.news_more {
	position: absolute !important;
	content: "";
	top: 19px;
	right: 0;
}
.news_more a {
	text-decoration: underline !important;
	color:#72BDB5!important;
	font-size: 12px !important;
	letter-spacing: 0.2em;
}
.news_more a:hover {
	color: #e6b1b1 !important;
}
/* .news_section .container > .elementor-column-wrap {
border-radius: 20px;
} */
.news_section .container > .elementor-column-wrap .elementor-widget-wrap {
	padding: 43px 43px 43px 55px;
}
/*--------------------------------------
新着情報一覧
--------------------------------------*/
.category-news h2 {
	font-size: 30px;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-bottom: 0px !important;
	background: none;
	border-left: 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 30px;
	font-family: "Noto Serif JP", serif;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}
#newsList dl:after{
	display: none;
}
#newsList dl {
	padding: 23px 15% 19px;
	box-sizing: border-box;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
}
#newsList dl:first-child {
	border-top: 1px solid #CFCFCF;
}
#newsList dl dt {
	line-height: 1.4;
	float: left;
	width: 100%;
	letter-spacing: 0.15em;
	font-size: 14px;
	color: #000000;
	width: 20%;
}
#newsList dl dd {
	line-height: 2;
	padding-left: 0;
	width: 80%;
}
#newsList dl dd a {
	font-size: 14px;
	letter-spacing: 0.15em;
	vertical-align: top;
	color: #000000;
}
#newsList dl dd a:hover {
	text-decoration: underline;
}
#newsList dl dt .newsLabel {
	display: inline-block;
	width: 37px;
	height: 16px;
	line-height: 16px;
	background: #5DB1CB;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	box-sizing: border-box;
	margin: -4px 0 0 19px;
	vertical-align: middle;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}
.tar.news_link {
	text-align: center !important;
	margin-top: 20px;
}
/* .news_link {
position: absolute;
top: -51px;
right: 0;
} */
.news_link a {
	color: #333 !important;
	font-size: 12px !important;
	letter-spacing: 0.2em;
	text-decoration: underline !important;
	text-align: right;
	font-family: "Meiryo";
}
.news_link a:hover {
	opacity: #5db1cb !important;
}
@media screen and (max-width: 1060px) {
	.news_box {
		padding: 49px 20px;
	}
	#newsList dl {
		padding: 30px 0 24px;
	}
}
@media screen and (max-width: 767px) {
	.news_section {
		padding: 50px 0;
	}
	#newsList, #newsDetail {
		max-width: 640px;
	}
	#newsList dl {
		box-sizing: border-box;
	}
	#newsList dl {
		display: block;
	}
	#newsList dl dt {
		float: none;
		width: 100%;
	}
	#newsList dl dd {
		padding-left: 0;
	}
	.titleBg h2 {
		font-size: 26px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
	.titleBg h2 {
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	#newsList dl dt {
		font-size: 13px;
		letter-spacing: 0.05em;
	}
	#newsList dl dd a {
		font-size: 13px;
		letter-spacing: 0;
	}
	.news_link a {
		font-size: 10px !important;
		letter-spacing: 0;
	}
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-family: "秀英明朝 M", "Shuei Mincho M", A-OTF Shuei Mincho Pro;
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


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


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

.inquiryFormTable {
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	border-right: 1px solid #CCC;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 10px 0 10px;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	font-weight: normal;
	width: 29%;
	padding-top: 31px;
	color: #2C2F30;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	letter-spacing: 0.1em;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: none repeat scroll 0 0 #EEE;
	padding-left: 10px;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
	border-top: 1px solid #CCC;
	padding-left: 10px;
}
.inquiryFormTable dl select {
	width: 74px;
	border-radius: 5px;
	font-size: 14px;
}
.inquiryFormTable dl:nth-child(4) dd {
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
}
.inquiryFormTable dl:nth-child(5) {
	border-bottom: 1px solid #ccc;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	border: 1px solid #BFBEBD;
	color: #333;
}
.inquiryFormTable select {
	position: relative;
	background: #f4f4f4 url(../img/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 35px;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: -1px;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #b3d25d;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #B3D25D;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #999;
	font-size: 13px;
	margin-top: 0.4em;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	color: #C00;
	font-size: 13px;
	font-weight: 700;
	padding-left: 0;
	width: 60px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: auto;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	width: 60px;
	height: 22px;
	background: #63696A;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: auto;
}

.inquiryFormTable .btBox {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #fe0;
	background-size: 6px 10px;
	border: none;
	width: 72%;
	color: #000 !important;
	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: 16px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
	font-weight: bold;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #fe0;
	background-size: 6px 10px;
	color: #000 !important;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 20px;
	border-radius: 10px !important;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 20px;
	text-align: center;
	border-radius: 10px !important;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(../img/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: #B3D25D;
	font-size: 25px;
	vertical-align: top;
}

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

.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"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table span.comment {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.result_txt {
	display: block;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 12px 0 10px 10px;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.wrap_contact .btn a {
	background: #fe0 !important;
	color: #000;
}
.wrap_contact .btn a:after {
	display: none;
}
.inquiryFormTable.verified_table .btBox {
	max-width: 445px;
}
.inquiryFormTable.verified_table .btBox .wpcf7-back {
	font-size: 17px;
	font-weight: 700;
	padding: 20px;
	border-radius: 6px !important;
	background: #fe0 !important;
	color: #000;
	text-align: center;
	max-width: 300px;
	width: 220px !important;
}
.inquiryFormTable.verified_table .btBox .wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
	padding: 20px !important;
	text-align: center;
	border-radius: 6px !important;
	max-width: 220px;
}
@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;
		border-right: none;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		margin-left: 20px;
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 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,
	.custom-wpcf7c-confirmed .confirm_table dd {
		padding: 5px 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;
	}
}
/*--------------------------------------
ご予約･お問い合わせはお気軽に
--------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding-top: 307px;
	border-radius: 0;
}
.map iframe {
	border-radius: 0;
}
.mapB {
	padding-top: 407px;
	position: relative;
	width: 100%;
	border-radius: 0;
}
.mapB iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.titWpe h2 {
	text-align: center;
	font-size: 40px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 45px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}
.titWpe h2 span {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #1C2E44;
	margin-top: 10px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.titWpe h2 {
		font-size: 28px;
	}
}
.inq_box {
	background: url(/wp-content/uploads/bottom_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 48px 0 52px !important;
}
.inq_box .txt {
	text-align: center;
}
.inq_box ul {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.inq_box ul li {
	width: calc((100% - 40px) / 2);
}
.inq_box ul li a {
	display: block;
	margin-bottom: 2px;
}
.inq_box ul {
	margin-top: 40px;
}
.inq_box ul li:last-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
@media screen and (max-width: 767px) {
	.inq_box ul {
		display: block;
	}
	.inq_box ul li {
		width: 100%;
	}
	.inq_box ul li:first-child {
		margin-bottom: 20px;
	}
}
/*--------------------------------------
frameL 
--------------------------------------*/
.frameL .border_box02 {
	border: 2px solid #FFEE00;
	padding: 35px 40px;
}
.frameP .border_box02 {
	padding: 35px 40px;
	background: #F5F5F5;
}
.border_box02 .tle_box {
	padding-top: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	border-bottom: 2px solid #E1E1E1;
	line-height: 1.3;
	padding-bottom: 14px;
	margin-bottom: 25px;
	padding-left: 28px;
	position: relative;
	box-sizing: border-box;
	color: #000000;
}
.border_box02 .tle_box {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	line-height: 1.3;
	color: #000000;
}
.border_box02 .tle_box:before {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #FFEE00;
	left: 0;
	top: 5px;
}
@media screen and (max-width: 767px) {
	.frameL .border_box02 {
		padding: 25px;
	}
}
/*--------------------------------------
矯正治療の流れ
--------------------------------------*/
.stepArrow.flowList {
	background: #F5F5F5;
	padding: 25px;
}
.stepArrow {
	position: relative;
	margin-bottom: 4em !important;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -30px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #f5f5f5;
	border-right-width: 24px;
	border-left-width: 24px;
}
.stepArrow.flowList .nner {
	display: flex;
	justify-content: space-between;
}
.stepArrow.flowList .nner .left {
	width: 60%;
}
.stepArrow.flowList .nner .right {
	width: 35%;
	margin-left: 5%;
}
.under_btn .btn {
	max-width: 255px;
}
.elementor-element-ea4f4ee .stepArrow:before {
	display: none;
}
@media screen and (max-width: 767px) {
	.stepArrow.flowList .nner {
		display: block;
	}
	.stepArrow.flowList .nner .left {
		width: 100%;
	}
	.stepArrow.flowList .nner .right {
		width: 100%;
		margin-left: 0;
	}
	.flowList .flow_title {
		margin-top: 20px;
	}
	.stepArrow.flowList .nner .left a:hover {
		text-decoration: underline;
	}
}
/*--------------------------------------
width_100
--------------------------------------*/
.width_100 img {
	width: 100% !important;
}
/*--------------------------------------
sitemapTtile
--------------------------------------*/
.sitemapTtile h2 {
	padding-top: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	border-bottom: 2px solid #F5F5F5;
	line-height: 1.3;
	padding-bottom: 14px;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
	box-sizing: border-box;
	color: #000000;
	background: none;
}
.sitemapTtile h2:before {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #FFEE00;
	left: 0;
	top: 7px;
}
/*--------------------------------------
その他
--------------------------------------*/
.page-id-113 #mainimage {
	display: none;
}
.page-id-113 #main {
	margin-top: 160px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.wpcf7c-conf {
	background: none;
	border: none;
}
.category-news #mainimage {
	padding-top: 160px !important;
}
.page-id-32 #content {
	padding: 0px 0 100px;
}
.page-id-32 #mainimage {
	margin-top: 60px;
}
.under_mainimage h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#searchFrame {
	margin-bottom: 40px;
	margin-top: 30px;
	text-align: center;
}
#searchFrame .searchInput {
	padding: 6px;
}
#searchFrame .searchButton.btn {
	width: 40px;
	padding: 6px 0;
}
.contentArea p {
	text-align: center;
}
.error404 .notFound {
	text-align: center;
	font-size: 17px;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
	.category-news #mainimage {
		padding-top: 20px !important;
	}
	.page-id-113 #main {
		margin-top: 0;
	}
	.page-id-32 #mainimage {
		margin-top: 0px;
	}
	#searchFrame .searchInput {
		max-width: 265px;
		margin-bottom: 13px;
	}
}