@charset "UTF-8";





/*メインイメージ：グラデーション
---------------------------------------------------------*/
.m_img.m_grd {
	background: #eff5db;
}
.m_img.m_grd::before {
	background: linear-gradient(to right, rgba(174,204,75,0.4), rgba(174,204,75,0));
}
.m_img.m_grd .m_title {
	color: #43564e;
}

.m_img.m_medical {
	background: none;
}
.m_img .med_main_img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.m_img .med_main_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topi_inbox {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_dis .m_title {
	width: 80%;
	font-size: 200%;
	letter-spacing: .05em;
	white-space: normal;
}
}



/*自由入力欄
---------------------------------------------------------*/
.free_area a {
	text-decoration: underline;
}
.free_area a:hover {
	color: #839453 !important;
	text-decoration: none;
}

.free_area h2,
.free_area h3 {
	/*com_h__bgと合わせる*/
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	font-size: min(3vw,205%);
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: 1.5em;
}
.free_area h2 *,
.free_area h3 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
	color: #fff !important;
}
.free_area h2 {
	/*com_h__bgと合わせる*/
	background-color: #A9B26B;
	color: #FFF;
	padding: .8em;
}
.free_area h2 * {
	color: #FFF !important;
}
.free_area h3 {
	border-top: solid 1px #a9b26b;
	border-bottom: solid 1px #a9b26b;
	color: #000000;
	padding: .8em 3%;
}
.free_area h3 * {
	color: #000000 !important;
}

.free_area h4,
.free_area h5 {
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 135%;
    color: #000000;
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
}
.free_area h4 *,
.free_area h5 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
    color: #000000 !important;
}
.free_area h4 {
	background: #e9ecda;
	padding: .9em 3%;
	text-align: center;
	margin-bottom: 2.0em;
}
.free_area h5 {
	padding-bottom: .8em;
	border-bottom: solid 1px #a9b26b;
	margin-bottom: 1.5em;
}

.free_area ul,
.free_area ol {
	list-style: none;
}
.free_area ul > li,
.free_area ol > li {
	box-sizing: border-box;
	font-size: 115%;
	line-height: 1.6em;
	padding: 1.2em .8em;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 1.0em;
	position: relative;
}
.free_area ul > li:last-child {
	margin-bottom: 0;
}
/*.free_area ul > li::before {
	content: "";
	position: absolute;
	width: .9em;
	height: .9em;
	border-radius: 50%;
	background: #a6a8ac;
	opacity: 0.9;
	left: 0;
	top: .3em;
}*/
.free_area ol > li {
	padding-left: 3.5em;
}
/*.free_area ol > li:nth-child(n+10) {
	padding-left: 4.5em;
}*/
.free_area ol > li::before {
	content: "01";
	font-family: agenda-one, sans-serif;
	font-weight: 200;
	font-style: italic;
	color: #a9b26b;
	font-size: 150%;
	letter-spacing: .14em;
	line-height: 1.0em;
	position: absolute;
	left: .5em;
	top: .8em;
}
.free_area ol > li:nth-child(2)::before {content: "02";}
.free_area ol > li:nth-child(3)::before {content: "03";}
.free_area ol > li:nth-child(4)::before {content: "04";}
.free_area ol > li:nth-child(5)::before {content: "05";}
.free_area ol > li:nth-child(6)::before {content: "06";}
.free_area ol > li:nth-child(7)::before {content: "07";}
.free_area ol > li:nth-child(8)::before {content: "08";}
.free_area ol > li:nth-child(9)::before {content: "09";}
.free_area ol > li:nth-child(10)::before {content: "10";}
.free_area ol > li:nth-child(11)::before {content: "11";}
.free_area ol > li:nth-child(12)::before {content: "12";}
.free_area ol > li:nth-child(13)::before {content: "13";}
.free_area ol > li:nth-child(14)::before {content: "14";}
.free_area ol > li:nth-child(15)::before {content: "15";}
.free_area ol > li:nth-child(16)::before {content: "16";}
.free_area ol > li:nth-child(17)::before {content: "17";}
.free_area ol > li:nth-child(18)::before {content: "18";}
.free_area ol > li:nth-child(19)::before {content: "19";}
.free_area ol > li:nth-child(20)::before {content: "20";}

.free_area hr {
	height: 1px;
	background-color: #3d3e42;
	width: 100%;
	border: none;
	margin: 4.0rem 0 5.0rem;
}

.free_area table  {
	border-right: solid 1px #76797f;
	border-top: solid 1px #76797f;
}
.free_area table th,
.free_area table td {
	box-sizing: border-box;
	padding: 1.2em 3%;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	border-left: solid 1px #76797f;
	border-bottom: solid 1px #76797f;
}
.free_area table th {
	background: #f6f5f2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area h2,
.free_area h3 {
	/*com_h__bgと合わせる*/
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
.free_area h3 {
	padding: .7em 3%;
}
.free_area h4 {
	padding: .7em 3%;
	margin-bottom: 1.5em;
}
.free_area h5 {
	padding-bottom: .6em;
	margin-bottom: 1.2em;
}
.free_area ul > li,
.free_area ol > li {
	font-size: 110%;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	margin-bottom: .5em;
}
.free_area ol > li {
	padding-left: 3.0em;
}
.free_area ol > li::before {
	top: .7em;
}
.free_area hr {
	margin: 3.0rem 0 4.0rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area h2,
.free_area h3 {
	/*com_h__bgと合わせる*/
	font-size: 135%;
	letter-spacing: .08em;
	margin-bottom: 1.2em;
}
.free_area h2 {
	padding: .6em 1em;
}
.free_area h3 {
	padding: .5em 1em;
}
.free_area h4,
.free_area h5 {
	font-size: 125%;
	letter-spacing: .05em;
}
.free_area h4 {
	padding: .6em 3%;
	margin-bottom: 1.0em;
}
.free_area h5 {
	padding-bottom: .5em;
	margin-bottom: 1.0em;
}

.free_area ul > li,
.free_area ol > li {
	font-size: 105%;
	padding: .5em 0;
	margin-bottom: .5em;
}
.free_area ol > li {
	padding-left: 2.2em;
}
.free_area ol > li::before {
	left: 0;
	top: .4em;
}

.free_area hr {
	margin: 3.0rem 0 4.0rem;
}

.free_area table {
	width: 100% !important;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.free_area table th,
.free_area table td {
	padding: 1.0em 3%;
}
}



/*自由入力欄（カスタムスタイル）
---------------------------------------------------------*/
.free_style1 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 1.0em !important;
}
.free_style1 > * {
	font-size: 100% !important;
	font-weight: bold !important;
}

.free_style2 {
	/*ulと合わせる*/
	box-sizing: border-box;
	font-size: 115%;
	line-height: 1.6em;
	padding: 1.2em .8em;
	padding-left: 2.5em;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 1.0em !important;
	position: relative;
}
.free_style2 * {
	font-size: 100% !important;
}
.free_style2::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/check1@2x.png") no-repeat center center;
	background-size: contain;
	left: .5em;
	top: 1.4em;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	display: inline-block;
	text-decoration: none;
	text-align: left;
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000 !important;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	background: #fff;
	border: solid 1px #666666;
	align-content: center;
	border-radius: 3.0em;
	padding: 1.4em 2.0em;
	padding-right: 4.0em;
	min-width: 12em;
	max-width: 20em;
	position: relative;
	margin-right: 1.0em;
	transition: all 0.8s;
}
.free_area a.free_btn1::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 150%;
	height: 1.0em;
	position: absolute;
	margin: auto;
	right: 1.0em;
	top: 0;
	bottom: 0;
}
.free_area a.free_btn1:hover {
	transition: all 0.4s;
	border-color: #839453;
	color: #839453 !important;
}
.free_area a.free_btn1:hover::before {
	animation: anm_arrow .5s;
}

/*背景色*/
/*.free_area .free_bg1 {
	padding: 3% 5%;
	background: #ebece9;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_style1 {
	letter-spacing: .05em;
	margin-bottom: .8em !important;
}
.free_style2 {
	/*ulと合わせる*/
	font-size: 110%;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	margin-bottom: .5em !important;
}
.free_style2::before {
	top: 1.2em;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	padding: 1.4em 1.5em;
	padding-right: 3.5em;
}
.free_area a.free_btn1::before {
	right: .7em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_style1 {
	font-size: 115%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .5em !important;
}

.free_style2 {
	/*ulと合わせる*/
	font-size: 105%;
	padding: .5em 0;
	padding-left: 1.8em;
	margin-bottom: .5em !important;
}
.free_style2::before {
	width: 1.2em;
	height: 1.2em;
	left: 0;
	top: .6em;
}

/*リンクボタン*/
.free_area p:has(.free_btn1) {
	text-align: center !important;
}
.free_area a.free_btn1 {
	font-size: 100%;
	letter-spacing: .05em;
	padding: 1.0em 1.2em;
	padding-right: 3.0em;
	max-width: 100%;
	margin: .8em auto 0;
}
.free_area a.free_btn1::before {
	right: .5em;
}

/*背景色*/
/*.free_area .free_bg1 {
	padding: 5% 5%;
}*/
}



/*自由入力欄（画像）
---------------------------------------------------------*/
.free_area .aligncenter {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.free_area .alignright,
.free_area .alignleft {
	width: 40%;
	max-width: 400px;
	margin-bottom: 1.0rem;
}
.free_area .alignright {
	float: right;
	margin-left: 2.5em;
}
.free_area .alignleft {
	float: left;
	margin-right: 2.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area .aligncenter {
	max-width: 100%;
}
.free_area .alignright,
.free_area .alignleft {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0rem !important;
}
}



/*隙間
---------------------------------------------------------*/
.free_area p {
    margin: 0 0 1.5rem 0;
}
.free_area > div,
.free_area table,
.free_area ul,
.free_area ol {
    margin: 0 0 4.0rem 0;
}
.free_area li > p {
    margin: 0;
}
.free_area > *:last-child {
	margin-bottom: 0 !important;
}
.free_area table p {
    margin-bottom: 0 !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 4rem !important;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 6rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 5rem !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3rem !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3rem !important;
}
}



/*目次
---------------------------------------------------------*/
#toc_container {
	position: relative;
	display: block !important;
	width: 100% !important;
	max-width: 1200px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	margin-bottom: 100px;
	font-size: 100%;
}
#toc_container::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 15vw;
	max-height: 120px;
	background: #F1EEE9;
	background: linear-gradient(0deg,rgba(241, 238, 233, 0) 0%, rgba(241, 238, 233, 0.75) 100%);
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
#toc_container p,
#toc_container ul {
	margin-bottom: 0 !important;
}
#toc_container li {
	padding: 0 !important;
	margin: 0 !important;
}
#toc_container li::before {
	display: none;
}
#toc_container a {
	text-decoration: none;
}

#toc_container .toc_title {
	display: none !important;
}
#toc_container .toc_list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
#toc_container .toc_list > li {
	width: 32%;
	margin: 1.0em 2% 0 0 !important;
	border-bottom: solid 1px #b2b2b2;
	font-size: 90% !important;
	font-weight: normal;
	letter-spacing: .1em !important;
	line-height: 1.4em !important;
	position: relative;
}
#toc_container .toc_list > li:nth-child(3n),
#toc_container .toc_list > li:last-child {
	margin-right: 0 !important;
}
#toc_container .toc_list > li:nth-child(-n+3) {
	margin-top: 0 !important;
}
#toc_container .toc_list > li::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: .5em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1.7em;
	height: 1.7em;
	border-radius: 50%;
	background: #a9b26b url("../images/arrow2@2x.png") no-repeat center center;
	background-size: contain;
}
#toc_container .toc_list > li > a {
	display: block;
	padding: 2.0em 0;
	padding-left: 3.0em;	/*揃える*/
	position: relative;
	z-index: 1;
}
#toc_container .toc_list > li > a:hover {
	color: #a9b26b !important;
}

/*疾患・症状・診療案内*/
.medical #toc_container .toc_list > li > a {
	height: 1.4em;
}
.medical #toc_container .toc_list > li > a p {
	box-sizing: border-box;
	padding-left: 3.0em;	/*揃える*/
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#toc_container {
	padding-bottom: 6%;
	margin-bottom: 8%;
}
#toc_container .toc_list > li {
	letter-spacing: .05em !important;
}
#toc_container .toc_list > li::after {
	left: 0;
}
#toc_container .toc_list > li > a {
	padding: 1.5em 0;
	padding-left: 2.2em;
}
.medical #toc_container .toc_list > li > a p {
	padding-left: 2.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#toc_container {
	padding-bottom: 10%;
	margin-bottom: 12%;
}
#toc_container .toc_list {
	display: block;
}
#toc_container .toc_list > li {
	width: 100%;
	margin: 0 !important;
	font-size: 95% !important;
	letter-spacing: normal !important;
}
#toc_container .toc_list > li::after {
	left: .8em;
	width: 1.4em;
	height: 1.4em;
}
#toc_container .toc_list > li > a {
	padding: 1.0em 1.0em;
	padding-left: 3.0em;
}
.medical #toc_container .toc_list > li > a p {
	padding-left: 3.0em;
}

/*疾患・症状・診療案内*/
.medical #toc_container .toc_list > li > a {
	height: auto;
}
.medical #toc_container .toc_list > li > a p {
	padding-left: 0;
	position: static;
	transform: none;
}
}






/*子カテゴリー（共通）
---------------------------------------------------------*/
.cat_select {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.0em;
	text-align: center;
}
.cat_select a {
	display: block;
	border: solid 1px #b2ad49;
	color: #b2ad49;
	padding: .8em 2.0em;
	min-width: 7.0em;
}
.cat_select .active a,
.cat_select a:hover {
	background: #b2ad49;
	color: #fff;
}
.cat_select > li {
	margin: 10px 0.5% 0;
}

.topics .post_cat {
	color: #76797f;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-top: .7em;
	margin-left: -.5em;
}
.topics .post_cat a {
	text-decoration: underline;
}
.topics .post_cat a:hover {
	color: #879531;
}
.topics .post_cat > li {
	margin-left: .5em;
	margin-right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_select {
	font-size: 90%;
	letter-spacing: .05em;
}
.cat_select a {
	padding: .6em 1.5em;
}
.cat_select > li {
	margin: 10px 1% 0;
}

.topics .post_cat {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
	font-size: 90%;
	letter-spacing: .05em;
}
.cat_select a {
	padding: .8em 1.8em;
	min-width: 0;
}
.cat_select > li {
	margin: 10px 1% 0;
}

.topics .post_cat {
	font-size: 85%;
	letter-spacing: .05em;
	margin-top: 1.0em;
}
}



/*一覧ページ
---------------------------------------------------------*/
/* アーカイブタイトル */
.archive-title {
	text-align: center;
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.0em;
	padding-bottom: 1.0em;
	position: relative;
	margin-bottom: 60px;
}

.entry_list {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-wrap: wrap;
}
.entry_list article {
	width: 30.3%;
	margin-right: 4.55%;
	margin-top: 80px;
}
.entry_list article:nth-child(3n) {
	margin-right: 0;
}
.entry_list article:nth-child(-n+3) {
	margin-top: 0;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: 1.4em;
	aspect-ratio: 370 / 220;
}
.entry_list .blocklink:hover .img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
/*サムネイル無し*/
.entry_list .no_img {
	border-top: solid 1px #a9b26b;
	padding-top: 2.0em;
}
/*共通*/
.entry_list .entry-date {
	color: #839453;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.entry_list .entry-title {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.entry_list .blocklink:hover .entry-title a {
	color: #839453;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.archive-title {
	margin-bottom: 4%;
}

.entry_list article {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 6%;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: 1.0em;
}
/*サムネイル無し*/
/*共通*/
.entry_list .entry-title {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	letter-spacing: .1em;
	margin-bottom: 6%;
}

.entry_list {
    justify-content: space-between;
}
.entry_list article {
	width: 47.5%;
	margin-right: 0;
	margin-top: 8% !important;
}
.entry_list article:nth-child(-n+2) {
	margin-top: 0 !important;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: .8em;
}
/*サムネイル無し*/
/*共通*/
.entry_list .entry-date {
	font-size: 100%;
	margin-bottom: .5em;
}
.entry_list .entry-title {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.4em;
}
}



/*詳細ページ
---------------------------------------------------------*/
.single_page .single_content {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

.single_page .single_content .entry-inf {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.single_page .single_content .entry-date {
	color: #839453;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
.single_page .single_content .entry-title {
	font-size: min(195%,3.2vw);
	letter-spacing: .15em;
	line-height: 1.4em;
}
.single_page .single_content .post_cat {
	margin-top: 1.2em;
}

.single_page .page_link {
	border-top: solid 1px #bebfb7;
	border-bottom: solid 1px #bebfb7;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 1.8em 0;
}
.single_page .page_link ul {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_page .page_link li {
	width: 48%;
}
.single_page .page_link li.flt_l {
	text-align: left;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.single_page .page_link li a::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	background: url("../images/arrow1@2x.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
}
.single_page .page_link li.flt_l a {
	padding-left: 2.0em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.single_page .page_link li.flt_r a {
	padding-right: 2.0em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
	transform: translateY(-50%);
}
.single_page .page_link a:hover {
	color: #839453;
}
.single_page .page_link + .com_btn1 {
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .single_content .entry-inf {
	margin-bottom: 6%;
}
.single_page .single_content .entry-date {
	margin-bottom: .5em;
}
.single_page .single_content .entry-title {
	font-size: 3.5vw;
	letter-spacing: .1em;
}
.single_page .single_content .post_cat {
	margin-top: 1.2em;
}

.single_page .page_link {
	padding: 1.5em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .single_content .entry-inf {
	margin-bottom: 8%;
}
.single_page .single_content .entry-date {
	margin-bottom: .5em;
}
.single_page .single_content .entry-title {
	font-size: 150%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.single_page .single_content .post_cat {
	margin-top: 1.0em;
}

.single_page .page_link {
	letter-spacing: .05em;
	padding: 1.2em 0;
}
}



/*page number
-----------------------------------------------------*/
.pagenavi_wrap {
	border-top: solid 1px #e5e5e5;
	padding-top: 60px;
}
.wp-pagenavi {
	display: block;
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	clear: both;
	text-align: center;
	font-family: agenda-one, sans-serif;
	font-weight: 200;
	font-style: italic;
	color: #76797f;
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.0em;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 1.0em;
	line-height: 2.0em;
	box-sizing: border-box;
	margin: 0 .6em;
	letter-spacing: normal;
	position: relative;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #839453;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.4s;
}

/* 現在地、マウスオーバー * */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #839453;
}
.wp-pagenavi span.current::before,
.wp-pagenavi a:hover::before {
	opacity: 1;
}

/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
	display: none;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	background: url("../images/arrow1@2x.png") no-repeat center center;
	background-size: contain;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
	padding-left: 2.0em;
	left: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .first::after {
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	padding-right: 2.0em;
	right: 0;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .last::after {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* 最初・最後のページ */
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pagenavi_wrap {
	padding-top: 3%;
}
.wp-pagenavi {
	font-size: 120%;
}
/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagenavi_wrap {
	padding-top: 6%;
}
.wp-pagenavi {
	font-size: 130%;
	padding-bottom: 2.0em;
}
/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	letter-spacing: .05em;
	top: auto;
	transform: none;
	bottom: 0;
}
}



/*疾患・治療法：流れ
---------------------------------------------------------*/
.med_flow_list .flow_box {
	width: 100%;
	background: #f6f5f2;
	box-sizing: border-box;
	padding: 60px 4%;
	position: relative;
	margin-bottom: 40px;
}
.med_flow_list .flow_box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background: url("../images/step_arrow1@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: 100%;
}
.med_flow_list .flow_box:last-child {
	margin-bottom: 0;
}
.med_flow_list .flow_box:last-child::before {
	display: none;
}
.med_flow_list .flow_box .inbox {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.med_flow_list .flow_box .img_r {
	float: right;
	width: 27%;
	max-width: 290px;
}
.med_flow_list .flow_box .txt_l {
	float: left;
	width: 69%;
}
.med_flow_list .flow_style {
	font-size: min(145%,2.4vw);
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-left: 5.6em;
	position: relative;
}
.med_flow_list .flow_style .ft_agenda_r {
	color: #a9b26b;
	font-size: 87%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .3em;
}
.med_flow_list .flow_style .ft_agenda_r::after {
	content: "01";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 275%;
	font-weight: 200;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding-left: .1em;
}
.med_flow_list .flow_box .flow_style + .free_area {
	margin-top: 1.0em;
}
.med_flow_list > .flow_box:nth-child(2) .flow_style .ft_agenda_r::after {content: "02";}
.med_flow_list > .flow_box:nth-child(3) .flow_style .ft_agenda_r::after {content: "03";}
.med_flow_list > .flow_box:nth-child(4) .flow_style .ft_agenda_r::after {content: "04";}
.med_flow_list > .flow_box:nth-child(5) .flow_style .ft_agenda_r::after {content: "05";}
.med_flow_list > .flow_box:nth-child(6) .flow_style .ft_agenda_r::after {content: "06";}
.med_flow_list > .flow_box:nth-child(7) .flow_style .ft_agenda_r::after {content: "07";}
.med_flow_list > .flow_box:nth-child(8) .flow_style .ft_agenda_r::after {content: "08";}
.med_flow_list > .flow_box:nth-child(9) .flow_style .ft_agenda_r::after {content: "09";}
.med_flow_list > .flow_box:nth-child(10) .flow_style .ft_agenda_r::after {content: "10";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_list .flow_box {
	padding: 5% 4%;
	margin-bottom: 4%;
}
.med_flow_list .flow_box .img_r {
	width: 30%;
}
.med_flow_list .flow_box .txt_l {
	width: 67%;
}
.med_flow_list .flow_style {
	font-size: 2.5vw;
	letter-spacing: .05em;
	line-height: 1.5em;
	padding-left: 4.8em;
}
.med_flow_list .flow_style .ft_agenda_r {
	letter-spacing: .05em;
}
.med_flow_list .flow_style .ft_agenda_r::after {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_list .flow_box {
	padding: 10% 6% 8%;
	margin-bottom: 10%;
	position: relative;
}
.med_flow_list .flow_box::before {
	height: 4vw;
}
.med_flow_list .flow_box .img_r {
	float: none;
	width: 80%;
	margin: 0 auto 1.0em;
}
.med_flow_list .flow_box .txt_l {
	float: none;
	width: 100%;
}
.med_flow_list .flow_style {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.5em;
	position: static;
	padding-left: 0;
}
.med_flow_list .flow_style .ft_agenda_r {
	font-size: 90%;
	letter-spacing: .05em;
	left: 6%;
	top: 0;
	transform: translateY(-50%);
}
.med_flow_list .flow_style .ft_agenda_r::after {
	letter-spacing: .05em;
	padding-left: 0;
}
.med_flow_list .flow_box .flow_style + .free_area {
	margin-top: .5em;
}
}



/*よくある質問
---------------------------------------------------------*/
.med_qa {
	margin-bottom: 1.0em;
}
.med_qa:first-of-type {
	margin-top: -1.6em;
}
.med_qa:last-of-type {
	margin-bottom: 0;
}
.med_qa > dt,
.med_qa > dd {
	padding: 1.6em 4.0em 1.6em 4.0em;
	position: relative;
}
.med_qa > dt::before,
.med_qa > dd::before {
	content: "Q";
	display: block;
	font-family: agenda-one, sans-serif;
	font-weight: 200;
	font-style: italic;
	text-align: center;
	font-size: 265%;
	letter-spacing: normal;
	line-height: 1.0em;
	width: 1.2em;
	position: absolute;
	left: 0;
}
.med_qa > dt::before {
	color: #a9b26b;
	top: 50%;
	transform: translateY(-50%);
}
.med_qa > dd::before {
	content: "A";
	color: #697791;
	top: .6em;
}
.med_qa > dt {
	border-bottom: solid 1px #b2b2b2;
}
.med_qa > dt p {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.med_qa > dd {
	padding-bottom: 50px;
}
.med_qa .open_btn {
	cursor: pointer;
}
.med_qa .open_btn .icon_open {
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100%;
	background: transparent;
	margin: 0;
}
.med_qa .open_btn .icon_open::before,
.med_qa .open_btn .icon_open::after {
	width: 80%;
	height: 2px;
	background: #8c8c8c;
}
.med_qa .oepn_box {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_qa {
	margin-bottom: .5em;
}
.med_qa:first-of-type {
	margin-top: -1.6em;
}
.med_qa > dt,
.med_qa > dd {
	padding: 1.2em 3.5em 1.2em 3.5em;
}
.med_qa > dt::before,
.med_qa > dd::before {
	font-size: 250%;
}
.med_qa > dd::before {
	top: .4em;
}
.med_qa > dt p {
	font-size: 125%;
	letter-spacing: .05em;
}
.med_qa > dd {
	padding-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_qa {
	margin-bottom: .5em;
}
.med_qa:first-of-type {
	margin-top: -1.2em;
}
.med_qa > dt,
.med_qa > dd {
	padding: 1.0em 2.5em 1.0em 3.0em;
}
.med_qa > dt::before,
.med_qa > dd::before {
	font-size: 220%;
}
.med_qa > dd::before {
	top: .6em;
}
.med_qa > dt p {
	font-size: 120%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.med_qa > dd {
	padding-right: 0;
	padding-bottom: 6%;
}
.med_qa .open_btn .icon_open {
	right: 0;
}
}



/*関連リンク
---------------------------------------------------------*/
.connect_links {
	border-top: solid 2px #a9b26b;
	padding: 60px 0;
}
.connect_links dl {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.connect_links dl > dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: 1.0em;
	position: relative;
	margin-bottom: .3em;
}
.connect_links dl > dt::before {
	content: "";
	position: absolute;
	width: .7em;
	height: .7em;
	border-radius: 50%;
	box-sizing: border-box;
	border: solid 4px #a9b26b;
	left: 0;
	top: .3em;
}
.connect_links dl ul {
	display: flex;
    flex-wrap: wrap;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-left: -1.0em;
}
.connect_links dl ul li {
	margin-top: 1.0em;
	padding: 0 1.0em;
	border-right: solid 1px #000;
}
.connect_links dl ul li:last-child {
	border-right: none;
}
.connect_links dl ul li a {
	display: block;
	text-decoration: underline;
}
.connect_links dl ul li a:hover {
	color: #a9b26b;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.connect_links {
	border-width: 1px;
	padding: 5% 0;
}
.connect_links dl ul {
	font-size: 90%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.connect_links {
	border-width: 1px;
	padding: 8% 0;
}
.connect_links dl ul {
	font-size: 90%;
	letter-spacing: normal;
	margin-left: -.6em;
}
.connect_links dl ul li {
	padding: 0 .6em;
}
}

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	background: #a9b26b;
	padding: 110px 0;
	color: #fff;
}
.widget_box a {
	color: #fff;
}
.widget_box .near_box {
	width: 50%;
	max-width: 600px;
	text-align: left;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	max-width: 540px;
	float: right;
	position: relative;
}

.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.widget_box .near_list {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.widget_box .near_list > li {
	border-bottom: solid 1px #d0d5ae;
}
.widget_box .near_list a {
	display: block;
	padding: 1.0em 0;
	position: relative;
	padding-left: 1.5em;
}
.widget_box .near_list a::before {
	content: "";
	position: absolute;
	width: .4em;
	height: .4em;
	border-radius: 50%;
	background: #fff;
	left: .5em;
	top: 1.4em;
}
.widget_box .near_list a:hover {
	color: #43564e;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
}
.widget_box #wp-calendar a {
	color: #879531;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	color: #a9b26b !important;
	text-decoration: none;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .15em;
	padding-bottom: 15px;
}

.widget_box #wp-calendar thead th {
	background: #879531;
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	line-height: 1.0em;
	padding: 1.0em 0;
}

.widget_box #wp-calendar tbody td {
	color: #000;
	padding: .5em 0;
}
.widget_box #wp-calendar tbody tr:first-of-type td {
	padding-top: 1.0em;
}
.widget_box #wp-calendar tbody tr:last-of-type td {
	padding-bottom: 1.0em;
}

.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .15em;
	line-height: 1.0em;
}
.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar #prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar #next {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar tfoot a {
	color: #fff !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
}
.widget_box #wp-calendar tfoot a::before {
	font-family: 'fontello';
	font-size: 70%;
	content: '\e801';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.widget_box #wp-calendar #prev a::before {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(-180deg);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
}
.widget_box #wp-calendar tfoot a:hover,
.widget_box .wp-calendar-nav a:hover {
	color: #43564e !important;
}

.widget_box .wp-calendar-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}
.widget_box .wp-calendar-nav span {
	display: inline-block;
	position: absolute;
	top: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-prev {
	left: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-next {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.widget_box {
	padding: 6% 0;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
.widget_box .near_list a {
	padding: .8em 0;
	padding-left: 1.0em;
}
.widget_box .near_list a::before {
	left: .2em;
	top: 1.3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	padding: 10% 0;
}
.widget_box .near_box,
.widget_box .calendar_box {
	width: 100%;
	max-width: 100%;
	float: none;
}
.widget_box .near_box {
	margin-bottom: 10%;
}
.widget_box .wid_index {
	letter-spacing: .1em;
	margin-bottom: .3em;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
.widget_box .near_list a {
	padding: .8em 0;
	padding-left: 1.0em;
}
.widget_box .near_list a::before {
	left: .2em;
	top: 1.3em;
}
.widget_box #wp-calendar thead th {
	font-size: 110%;
	padding: .8em 0;
}
.widget_box #wp-calendar tbody td {
	font-size: 90%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}