@charset "UTF-8";
/* CSS Document */

:root {
    --text-color: #333;
    --main-color: #85C079;
    --sub-color: #edac2f;
    --bg-color: #f6fbec;
    --border-color: #c6c6c6;
}

/*==================================================================

  基本

==================================================================*/
.blog_main {
	padding: 100px 0;
}
#contents {
  width: 1200px;
  margin: 0 auto;
}
.blog_main #contents_left {
  float: left;
  width: 70%;
}
a {
  color: var(--main-color);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
	display: block;
}
iframe {
  max-width: 100%;
  vertical-align: top;
}
.footer_info_sche img {
	display: block;
	margin: auto;
}
.blog .box1 {
	margin-bottom: 0;
}
.contents_left {
	    width: 68%;
    padding: 0px 0 158px;
}
.contents {
	position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
/* 非表示 */
header, nav, footer {
	display: none;
}
.mainvisual_headline h1 {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size: 27px;
}
@media screen and (max-width: 640px) {
	#mainvisual h1 {
		font-size: 24px;
	}
}
/*==================================================================

  .breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto 30px;
  font-size: 14px;
  z-index: 1;
  list-style: none;
}

.breadcrumbs:last-child {
  margin: 0 auto;
}

.breadcrumbs i {
  margin-right: 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li:after {
  font-family: FontAwesome;
  content: ">";
  padding-left: 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li:last-child a{
  color:#d04634 !important;
}
.breadcrumb {
	    width: 100%;
    /* margin: 0 0 50px 0; */
    padding: 30px 0 50px;
}

ol.breadcrumb {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: unset;
}

ol.breadcrumb li {
  position: relative;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0;
}

ol.breadcrumb li::before {
  content: "›";
  width: 20px;
  height: 16px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: none;
  left: unset;
}

ol.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

ol.breadcrumb li:last-child::before {
  content: normal;
}
ol.breadcrumb li a {
  display: inline-block;
  position: relative;
  width: auto;
}

ol.breadcrumb li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
}
/*==================================================================

  TinyMCEエディタ用

==================================================================*/
.cmn_editor p {
  margin-bottom: 1em;
}

.cmn_editor p:last-child {
  margin-bottom: 0;
}
.blog_single img {
	margin: 10px auto;
	display: block;
}

/*----------見出し----------*/
.cmn_editor h1 {
  font-size: 32px;
}
/* .cmn_editor h2 {
  font-size: 26px;
	position: relative;
    margin-bottom: 30px;
    padding-left: 42px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #333;
    font-family: "fot-matisse-pron", serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}
.cmn_editor h2:before {
	position: absolute;
    width: 76px;
    height: 76px;
    top: 0;
    bottom: 12px;
    left: 0;
    margin: auto;
    background-image: url(/images/h3_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
} */
/*中央寄せ*/
.cmn_editor h2 {
position: relative;
margin-bottom: 12px;
padding: 34px 10px;
letter-spacing: 0px;
line-height: 1.4;
font-size: 26px;
/*font-weight:bold;*/
text-align: center;
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
}
/* アイコンの余白 */
.cmn_editor h2 i {
margin-right: 7px;
}
/* 背景画像 */
.cmn_editor h2::before {
position: absolute;
top: -93px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(/images/logo_mark.svg);
width: 53px;
height: 34px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
content: "";
z-index: 2;
}
.cmn_editor h3 {
/*   font-size: 24px;
	position: relative;
    margin-bottom: 18px;
    padding-left: 45px;
    background-image: url(/images/h4_deco.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #6d3b2c;
    font-family: "fot-matisse-pron", serif;
    text-align: left; */
}
.cmn_editor h3 {
position: relative;
margin-bottom: 13px;
/*letter-spacing: 0.15em;*/
line-height: 1.4;
font-size: 22px;
font-weight: bold;
text-align: left;
padding-left: 1.2em;
color: #8dbf32;
font-family: fot-tsukuardgothic-std, sans-serif;
}
.cmn_editor h3::before {
position: absolute;
left: 0;
top: 0;
content: "■";
color: #8dbf32;
}
.cmn_editor h4 {
/*   font-size: 22px;
	display: inline-block;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #a40000;
    border-bottom: 2px dotted #a40000;
    font-family: "PT Serif", serif; */
}
.cmn_editor h4 {
position: relative;
margin-bottom: 12px;
letter-spacing: 0.1em;
color: #8dbf32;
font-size: 20px;
font-weight: bold;
}
.cmn_editor h5 {
/*   font-size: 20px;
	color: #a40000;
    font-weight: 800;
	margin-bottom: 10px; */
}
.cmn_editor h5 {
  font-size: 18px;
	color: #8dbf32;
    font-weight: 800;
	margin-bottom: 10px;
}
.cmn_editor h6 {
  font-size: 16px;
    font-weight: 800;
}

/*上に余白を付ける*/
.cmn_editor h2:nth-child(n+2) {
  margin-top: 2em;
}
.cmn_editor h3:nth-child(n+2),
.cmn_editor h4:nth-child(n+2),
.cmn_editor h5:nth-child(n+2),
.cmn_editor h6:nth-child(n+2) {
  margin-top: 1.5em;
}

/*太字*/
.cmn_editor .title_style01 {
  color: var(--main-color);
  font-weight: bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
  border-radius: 0;
}

/*下線*/
.cmn_editor .title_style02 {
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
  border-radius: 0;
}

/*背景色付き・白抜き*/
.cmn_editor .title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 0;
}

.cmn_editor h2.title_style01:before,
.cmn_editor h2.title_style01:after,
.cmn_editor h3.title_style01:before,
.cmn_editor h3.title_style01:after,
.cmn_editor h4.title_style01:before,
.cmn_editor h4.title_style01:after,
.cmn_editor h5.title_style01:before,
.cmn_editor h5.title_style01:after,
.cmn_editor h2.title_style02:before,
.cmn_editor h2.title_style02:after,
.cmn_editor h3.title_style02:before,
.cmn_editor h3.title_style02:after,
.cmn_editor h4.title_style02:before,
.cmn_editor h4.title_style02:after,
.cmn_editor h5.title_style02:before,
.cmn_editor h5.title_style02:after,
.cmn_editor h2.title_style03:before,
.cmn_editor h2.title_style03:after,
.cmn_editor h3.title_style03:before,
.cmn_editor h3.title_style03:after,
.cmn_editor h4.title_style03:before,
.cmn_editor h4.title_style03:after,
.cmn_editor h5.title_style03:before,
.cmn_editor h5.title_style03:after {
  display: none;
}

/*----------リスト----------*/
/* チェック */
.cmn_editor ul:not(#toc_container .toc_list):not(#toc_container .toc_list ul) {
	margin-bottom: 30px;
    padding: 35px 10px 20px 45px;
    background-color: #f7f7f7;
}
.cmn_editor ul:not(#toc_container .toc_list):not(#toc_container .toc_list ul) li {
	position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 28px;
    border-bottom: 1px dotted #cdcdcd;
}
.cmn_editor ul:not(#toc_container .toc_list):not(#toc_container .toc_list ul) li:before {
	display: block;
    position: absolute;
    top: 3px;
    left: -28px;
    width: 20px;
    height: 20px;
    background-image: url(/images/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
	background-color: unset;
    border: none;
}
.cmn_editor ul:not(#toc_container .toc_list):not(#toc_container .toc_list ul):after {
	content: "";
	clear: both;
	display: block;
}
/*番号*/
.cmn_editor ol {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

.cmn_editor ol li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}

.cmn_editor ol li:last-of-type {
  margin: 0 0 0 30px;
}

.cmn_editor ol li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  left: -30px;
  position: absolute;
}

/*番号（四角の背景色付き）*/
.cmn_editor ol.square {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

.cmn_editor ol.square li {
  margin-bottom: 12px;
  list-style-type: none;
}

.cmn_editor ol.square li:before {
  padding: 2px 8px;
  background: var(--sub-color);
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/*番号（円の背景色付き）*/
.cmn_editor ol.circle {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

.cmn_editor ol.circle li {
  margin-bottom: 12px;
  list-style-type: none;
}

.cmn_editor ol.circle li:before {
  margin: 0 0 8px;
  line-height: 1.6;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/*----------枠----------*/
.cmn_editor .box_style01 {
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}

.cmn_editor .box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.cmn_editor .box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

/*----------テーブル----------*/
.cmn_editor table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}

.cmn_editor th,
.cmn_editor td {
  padding: 10px;
}

.cmn_editor th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.cmn_editor td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.cmn_editor .table_style2_30 span,
.cmn_editor .table_style2_50 span,
.cmn_editor .table_style2_70 span,
.cmn_editor .table_style3 span {
  font-size: 80%;
}

.cmn_editor .table_style2_30 tr:first-of-type th,
.cmn_editor .table_style2_30 tr:first-of-type td {
  width: 30%;
}

.cmn_editor .table_style2_30 tr:first-of-type td:nth-child(2) {
  width: 70%;
}

.cmn_editor .table_style2_50 tr:first-of-type th,
.cmn_editor .table_style2_50 tr:first-of-type td {
  width: 50%;
}

.cmn_editor .table_style2_70 tr:first-of-type th,
.cmn_editor .table_style2_70 tr:first-of-type td {
  width: 70%;
}

.cmn_editor .table_style3 th,
.cmn_editor .table_style3 td {
  width: 33.3% !important;
}

/*----------ラインマーカー----------*/
.cmn_editor .marker {
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

.cmn_editor .alignleft {
  display: inline;
  float: left;
}

.cmn_editor .alignright {
  display: inline;
  float: right;
}

.cmn_editor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cmn_editor blockquote.alignleft,
.cmn_editor .wp-caption.alignleft,
.cmn_editor img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

.cmn_editor blockquote.alignright,
.cmn_editor .wp-caption.alignright,
.cmn_editor img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

.cmn_editor blockquote.aligncenter,
.cmn_editor .wp-caption.aligncenter,
.cmn_editor img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.cmn_editor .wp-caption.alignleft,
.cmn_editor .wp-caption.alignright,
.cmn_editor .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*整形済みテキスト*/
.cmn_editor pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}

/*引用*/
.cmn_editor blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}

.cmn_editor blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}

.cmn_editor blockquote *:first-child {
  margin-top: 0;
}

/*ライン*/
.cmn_editor hr {
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

/*==================================================================

  コンテンツ内　共通パーツ

==================================================================*/
/* 日付・カテゴリ */
.blog_category i {
  display: inline-block;
/*   font-family: "Font Awesome 5 Free"; */
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}

.blog_category li a {
  color: var(--text-color);
}

@media (hover: hover) {
  .blog_category li a:hover {
    color: var(--main-color);
  }
}

/* ページャー */
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10px;
  margin-top: 40px;
}
.page-numbers {
  min-width: 2.5em;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-numbers.current,
a.page-numbers:hover {
  background: var(--main-color);
  color: #fff;
}
a.page-numbers {
  text-decoration: none;
  transition: all 0.2s linear;
  background: var(--bg-color);
  color: var(--main-color);
}

.pager a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}

/*==================================================================

  記事一覧

==================================================================*/
@media print, screen and (min-width: 641px) {
  .blog_list {
    display: flex;
    flex-flow: wrap;
    gap: 30px 18px;
  }
}

.blog_list_item {
  border-top: 4px solid var(--main-color);/*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 25px;
  background-color: #fff;
	box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .blog_list_item {
    display: flex;
    flex-flow: column;
    width: calc((100% - 36px) / 3);
  }
}

/* サムネイル */
.blog_list_item_thum {
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 641px) {
  .blog_list_item_thum {
    max-height: 150px;
    aspect-ratio: 240 / 150;
  }
}
@media print, screen and (min-width: 641px) {
  .blog_list_item_thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* タイトル */
.blog_list_item_tit {
  /* reset css */
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  line-height: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.blog_list_item_tit::before,
.blog_list_item_tit::after {
  display: none;
}

.blog_list_item .blog_category {
  font-size: 87%;
  line-height: 1.5;
  margin-bottom: 40px;
}

.blog_list_item .blog_category li:not(:last-child) {
  margin-bottom: 5px;
}

.blog_list_item_text {
  margin-bottom: 15px;
}

.blog_list_item > .btn01 {
  margin-top: auto;
  text-align: center;
}

.blog_list_item > .btn01 a {
  margin: 0;
	background: var(--main-color);
	border: 2px solid var(--main-color);
	color: #fff;
	
}
.blog_list_item > .btn01 a:hover {
	background: #fff;
	color: var(--main-color);
}

/*==================================================================

  個別ページ

==================================================================*/
/* サムネイル */
.blog_single_thum {
  margin: 0 auto 30px;
  text-align: center;
}
.blog_single_thum img {
  width: auto;
  max-height: 700px;
}

/* 目次 */
#toc_container {
  margin-bottom: 50px;
  padding: 25px 30px;
  background: var(--bg-color);
}
.toc_title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 15px;
}
.toc_list {
  font-size: 93%;
}
.toc_list a {
  color: var(--text-color);
}
@media (hover: hover) {
  .toc_list a:hover {
    color: var(--sub-color);
  }
}
.toc_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.toc_list > li ul {
  padding-left: 10px;
}
.toc_list > li ul li a::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

/*==================================================================

  サイドバー

==================================================================*/
.side_area {
  float: right;
  width: 25%;
    padding: 50px 2% 158px;
    background: var(--bg-color);
}

.side_box:not(:last-child) {
  margin-bottom: 40px;
}

.side_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--main-color);
  text-align: left;
  line-height: 1.6;
}

.side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}

.side_area li a {
  color: var(--text-color);
}
.side_area ul.children li.cat-item a{
  padding-left: 1em;
}
.side_area ul.children li.cat-item a::before{
  content: "－";
}
.side_area li a:hover {
  color: var(--main-color) !important;
}

.side_blog_item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.side_blog_item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.side_blog_item_thum {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.side_blog_item_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (hover: hover) {
  .side_blog_item_thum img {
    transition: transform .2s;
  }
  .side_blog_item a:hover .side_blog_item_thum img {
    transform: scale(1.1);
  }
}

.side_blog_item_title {
  flex: 1;
  line-height: 1.8;
}
@media print, screen and (min-width: 641px) {
  .side_blog_item_title {
    font-size: 93%;
  }
}
.contents_bg {
	position: relative;
}
:is(.blog, .single-post, .archive, .category):not(.tax-cate_menu, .tax-cate_disease, .tax-cate_symptom, .tax-cate_case) .contents_bg:before, .blog.contents_bg:before {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	background: var(--bg-color);
	top: 0;
	width: calc((100% - 1200px) / 2);
	right: 0;
}
/*==================================================================================================================================

  *スマホ

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  /*==================================================================

    基本（スマホ）

  ==================================================================*/
	.sp_navi {
		display: none!important;
	}
	#mainvisual {
		margin-top: 0px;
		height: 175px;
	}
	#mainvisual h2 {
		font-size: 24px;
	}
	.blog_main {
		padding-top: 0;
	}
  .blog_main #contents {
    padding: 50px 0;
    margin: 0 5%;
    width: auto;
    box-sizing: border-box;
  }
  .blog_main #contents_left {
    float: none;
    width: 100%;
  }
	.cmn_editor ul:not(#toc_container .toc_list):not(#toc_container .toc_list ul) {
		padding: 6%;
	}
	.blog .box1 {
		margin: 0;
	}
	.contents_left {
		width: 100%;
		padding: 0px 6% 20px;
	}
  /*==================================================================

    .breadcrumb（ぱんくず）（スマホ）

  ==================================================================*/
  .breadcrumbs {
    width: 100%;
  }

  /*==================================================================

    記事一覧（スマホ）

  ==================================================================*/
  .blog_list_item:not(:last-child) {
    margin-bottom: 30px;
  }

  /*==================================================================

    個別ページ（スマホ）

  ==================================================================*/
  .blog_single_thum img {
    max-height: 320px;
  }
  /* 目次 */
  #toc_container {
    padding: 20px;
  }
	.cmn_editor h2::before {
		top: -123px;
	}

  /*==================================================================

    サイドバー（スマホ）

  ==================================================================*/
  .side_area {
    float: none;
    width: 100%;
    margin-top: 80px;
	  padding: 50px 8% 68px;
  }
	.home_page {
		width: 90px;
		bottom: 10px;
	}
}