@charset "UTF-8";
/* CSS Document */
/* ---------------------
  項目をコピーしてページ内検索することで目的のセクションに移動できます。
  - *エディタ用
  - *共通要素
  - *タイトル
  - *リスト
  - *画像　右に設置
  - *アコーディオン
  - *パンくず
  - *サイドバー
  - *ページャー
  - *ページ一覧
  - *料金表
--------------------- */

:root {
  --text-color: #333;
  /*メイン色*/
  --main-color: #90c31f;
  /*サブ色*/
  --sub-color: #00a161;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #f7f7f7;
  /*境界線色*/
  --border-color: #f0f0f0;
}

.wrapper *,
.wrapper *::before,
.wrapper *::after {
  box-sizing: border-box;
}

.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wrapper iframe {
  max-width: 100%;
  vertical-align: top;
}

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

  *エディタ用

==================================================================================================================================*/
.alignleft {
  display: inline;
  float: left;
}

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

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

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

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

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

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

br.sp_inline + br,
br.pc_inline + br,
br.sp + br,
br.pc + br {
  display: none;
}

.cmn_editor:not(.clearfix)::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------タイトルの上に余白を付ける--------------------*/
.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;
}

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

.cmn_editor p:last-child {
  margin-bottom: 0;
}

/*--------------------タイトル--------------------*/
/* reset */
.title_style01,
.title_style02,
.title_style03 {
  display: block;
  border: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  text-shadow: none;
  box-shadow: none;
}
.title_style01:before,
.title_style01:after,
.title_style02:before,
.title_style02:after,
.title_style03:before,
.title_style03:after {
  display: none!important;
}

/* 太字 */
.title_style01 {
  color: var(--main-color);
  font-weight: bold;
}

/* 下線 */
.title_style02 {
  display: table;
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
}

/* 背景色付き・白抜き */
.title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

/*--------------------枠--------------------*/
.box_style01:not(:last-child),
.box_style02:not(:last-child),
.box_style03:not(:last-child) {
  margin-bottom: 1em;
}

.box_style01 {
  background: var(--bg-color);
  padding: 20px;
}

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

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

/*--------------------テーブル--------------------*/
.cmn_editor table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3 {
  width: 100%;
  background-color: var(--bg-color);
}

.cmn_editor th,
.cmn_editor td,
.table_style2_30 th,
.table_style2_30 td,
.table_style2_50 th,
.table_style2_50 td,
.table_style2_70 th,
.table_style2_70 td,
.table_style3 th,
.table_style3 td {
  padding: 10px;
}

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

.cmn_editor td,
.table_style2_30 td,
.table_style2_50 td,
.table_style2_70 td,
.table_style3 td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

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

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

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

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

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

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

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

/*----------番号付きリスト----------*/
.cmn_editor ol:not(:last-child) {
  margin-bottom: 1em;
}

.cmn_editor ol {
  counter-reset: number;
}

.cmn_editor ol li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

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

.cmn_editor ol li:before {
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}

/* 四角 */
.cmn_editor ol.square li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.square li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.square li:before {
  width: 2em;
  text-align: center;
  background: var(--sub-color);
  color: #fff;
  content: counter(number);
}

/* 丸 */
.cmn_editor ol.circle li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.circle li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.circle li:before {
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
}

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

  *共通要素

==================================================================================================================================*/
.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 {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: var(--bg-color);
  top: 0;
  width: calc((100% - 1200px) / 2);
  right: 0;
} */

.wrapper {
  position: relative;
  width: 1200px;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  margin-inline: auto;
  /* background: #fff; */
  z-index: 2;
}

.wrapper main {
  width: 100%;
  padding: 30px 0 100px;
}

/* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
  width: 68%;
} */

@media screen and (max-width: 640px) {
  /* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .contents_bg:before {
    display: none;
  } */

  .wrapper {
    width: 100%;
    display: block;
    padding: 60px 0 0;
  }

  .wrapper main {
    padding: 0 20px 0;
    margin-bottom: 50px;
  }

  /* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
    width: 100%;
  } */
}

/*--------------------section--------------------*/
.section {
  padding-top: /*110px*/20px;
  margin-top: /*-110px*/-20px;
}
.section:not(:last-child) {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .section {
    padding-top: 0;
    margin-top: 0;
  }
}

/*--------------------リンク無効（主にFAX番号に）--------------------*/
.disable_link,
.disable_link * {
  color: inherit!important;
  text-decoration: none!important;
  pointer-events: none!important;
  cursor: default!important;
  border: none!important;
}

/*--------------------引用--------------------*/
blockquote {
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}
blockquote:not(:last-child) {
  margin-bottom: 1em;
}

/*--------------------フリーエリア--------------------*/
.freearea_img {
  max-width: 408px;
  text-align: center;
  margin: 0 auto 15px;
}

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

  *タイトル

==================================================================================================================================*/
h3 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  padding-left: /*80px*/55px;
  color: #614225;
  font-family: FOT-マティス Pro M;
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
h3::before {
  position: absolute;
  bottom: 0;
  left: /*0*/-20px;
  display: block;
  width: 80px;
  height: 60px;
  content: "";
  background-color: #c8da97;
  background: url(images/tit01_bg.png) left top/100% auto no-repeat;
}
h3::after {
  position: absolute;
  bottom: 0;
  left: /*35px*/15px;
  display: block;
  width: calc(100% - /*35px*/20px);
  height: 2px;
  content: "";
  background-color: #c8da97;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 21px;
	  padding-left: /*50px*/40px;
    padding-bottom: 8px;
  }
  h3::before {
    width: 48px;
    height: 36px;
	left: -12px;
  }
  h3::after {
    left: /*20px*/10px;
    width: calc(100% - /*20px*/13px);
  }
}

h4 {
  margin-bottom: 24px;
  padding-bottom: 2px;
  padding-left: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #8CBB24;
  font-family: フォーク M;
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #8CBB24;
  background: url(images/top_medical_tit_bg01.png) no-repeat left 6px;
  background-size: 18px 18px;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  margin-bottom: 15px;
  letter-spacing: normal;
  line-height: 1.5;
  color: #2CA6E0;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  color: var(--sub-color);
  font-weight: bold;
  margin-bottom: 15px;
}

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

  *リスト

==================================================================================================================================*/
.list01:not(:last-child),
.list02:not(:last-child),
.list03:not(:last-child),
.list04:not(:last-child),
.list05:not(:last-child),
.list06:not(:last-child),
.list07:not(:last-child),
.list08:not(:last-child),
.list09:not(:last-child),
.list10:not(:last-child),
.list11:not(:last-child) {
  margin-bottom: 1em;
}

/* 点線 & 横並び */
.list09 {
  padding: 30px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.list09 li {
  border-bottom: 1px dotted var(--border-color);
}

.cmn_editor ul:not([class]) li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.cmn_editor ul:not([class]) li:last-child {
  margin-bottom: 20px;
}
.cmn_editor ul:not([class]) li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #E0D0BF;
  border: 1px solid #E0D0BF;
  border-radius: 100%;
  content: '';
}
.cmn_editor ul:not([class]) li i {
  margin-right: 8px;
}
.cmn_editor a {
	word-break: break-all;
	color: #017044;
	transition: opacity 0.3s;
}

.cmn_editor a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .list09 {
    padding: 20px;
  }
}

/* 線で囲む & 横並び */
.list10 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.list10 li {
  padding: 3px 8px;
  border: 1px solid var(--border-color);
}

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

  *画像　右に設置

==================================================================================================================================*/
.img_fr img {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  .img_fr img {
    max-width: 100%;
    max-height: none;
  }
}

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

  *アコーディオン

==================================================================================================================================*/
.accordion_tit {
  background-color: var(--bg-color);
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  transition: background-color 0.3s, color 0.2s;
}
.accordion_tit::before,
.accordion_tit::after {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.3s, opacity 0.3s;
}
.accordion_tit::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .accordion_tit {
    transition: background-color 0.3s;
  }
  .accordion_tit:hover {
    background-color: #e5e5e5;
  }
}
.accordion_tit.open {
  color: #fff;
  background: var(--main-color);
}
.accordion_tit.open::before {
  opacity: 0;
  transform: rotate(180deg);
}
.accordion_tit.open::after {
  background: #fff;
}
.accordion_text {
  display: none;
  padding: 0 20px 30px;
}

/* Q&A */
.accordion.accordion-qa .accordion_tit,
.accordion.accordion-qa .accordion_text {
  padding-left: 55px;
  position: relative;
}
.accordion.accordion-qa .accordion_tit > *:before,
.accordion.accordion-qa .accordion_text:before {
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 175%;
  line-height: 1;
  position: absolute;
  left: 20px;
}
.accordion.accordion-qa .accordion_tit > *:before {
  color: var(--main-color);
  content: "Q.";
  top: 15px;
  transition: color 0.2s;
}
.accordion.accordion-qa .accordion_tit.open > *:before {
  color: #fff;
}
.accordion.accordion-qa .accordion_text:before {
  color: var(--sub-color);
  content: "A.";
  top: 0;
}

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

  *パンくず

==================================================================================================================================*/
.breadcrumb {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  line-height: 1.5;
}
.breadcrumb li:after {
  letter-spacing: 0;
  content: ">";
  padding-left: 10px;
}
.breadcrumb li:last-child:after {
  display: none;
}

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

  *サイドバー

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

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

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

@media screen and (max-width: 640px) {
  .side_area {
    width: 100%;
    padding: 30px 20px;
  }
} */
.right_medical.internal_nav h3,
.right_medical.dermatology_nav h3 {
	margin-bottom: 0;
}
.right_medical.internal_nav h3::before,
.right_medical.dermatology_nav h3::before {
	content: none;
}

.right_medical.internal_nav h3::after,
.right_medical.dermatology_nav h3::after {
	content: none;
}

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

  *ページャー

==================================================================================================================================*/
.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: 0 0 3px rgb(0 0 0 / 0.4);
}

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

  *ページ一覧

==================================================================================================================================*/
.medical_list > li:not(:last-child) {
  margin-bottom: 80px;
}
.medical_list .btn02 {
  text-align: right;
  margin-top: 15px;
}
.medical_list .btn02 a {
  margin: 0;
}

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

  *料金表

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

.medical_price table {
  width: 100%;
}

.medical_price table:not(:last-child) {
  margin-bottom: 15px;
}

.medical_price table th {
  text-align: center;
  background-color: var(--bg-color);
}

.medical_price table tr td:nth-child(1) {
  width: 75%;
}

.medical_price table tr td:nth-child(2) {
  text-align: center;
  width: 25%;
}

.medical_price table th,
.medical_price table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .medical_price table tr td {
    display: block;
  }

  .medical_price table tr:first-child {
    display: none;
  }

  .medical_price table tr td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    border-top: none;
    background: var(--bg-color);
    width: 100%;
  }

  .medical_price table tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid var(--border-color);
  }

  .medical_price table tr td:nth-child(2) {
    border-top: none;
    text-align: center;
    width: 100%;
  }
}