@charset "UTF-8";

/*
Theme Name:Original Style - 1column Customize 02
Version:1.1
2016.11.05
*全ページ共通の指定@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*全ページ共通の指定
*投稿、画像
*見出し、リスト、
*横並びボックス
*googlemap、youtube
*
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/
#aside .menu-blog {
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin-top: 1em;
  background: #e5f5e8;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #77bf85;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}

#aside .menu-blog li {
  font-size: 11px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #77bf85;
  text-decoration: none;
}

#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77bf85;
}

/*-- ページネーション ------------*/
.pager {
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #51504e;
  border: 1px solid #51504e;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.pager a {
  background: #fff;
  color: #f49b28;
}

.pager a:hover {
  color: #fff;
  background: #f49b28;
}

.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*==========================
	画像
==========================*/
img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}
.under .columns:not(.col2).jcc,
.under .columns:not(.col3).jcc{
gap:20px;
}

/* 真ん中寄せ */
.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 auto 10px;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/
h1, h2, h3, h4, h5, h6, .title p {
  line-height: 1.4;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  font-size: 36px;
  text-align: center;
  margin: 2.5em auto 0.8em;
  display: block;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 30px;
  background: url(img/h3_img.png)no-repeat center bottom;
  line-height: 1.4;
}

.mainblock>h3:first-child,
.mainblock>div:first-child h3,
.mainblock>h3:first-of-type {
  margin-top: 0;
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3, .mce-content-body h4, .under h4 {
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  padding: 0.1em 10px 0.4em 0;
  margin: 2em auto 20px;
  box-sizing: border-box;
}

.entry-block h3:before, .mce-content-body h4:before, .under h4:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #ccc;
}

.entry-block h3:after, .mce-content-body h4:after, .under h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  border-bottom: 2px solid #77bf85;
}

.mce-content-body div.h3+h4,
div.h3+h4,
div.h3+.h4 h4 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .under .column h4:first-child {
    margin-top: 0;
  }
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 28px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #999;
}

/*-- H5 ------------*/
.entry-block h4, .mce-content-body h5, .under h5 {
  font-size: 24px;
  display: table;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin: 1.5em 0 1em;
  padding-left: 35px;
  background: url("img/h5_img.png")no-repeat center left;
}
.entry-block h4 + h5,
.under h4+h5,
.under div.h4+h5 {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .under .column h5:first-child {
    margin-top: 0;
  }
}

/*-- H6 ------------*/
.entry-block h5, .post-type-page h6, .under h6 {
  color: #77bf85;
  font-size: 22px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding-left: 24px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.entry-block h5:before, .mce-content-body h6:before, .under h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  box-sizing: border-box;
  border: #77bf85 2px solid;
}

.under h5+h6,
.under div.h5+h6 {
  margin-top: 0 !important;
}
.entry-block h6{
font-weight:bold;
  color:#77bf85;
  font-size:17px;
}
/* カウント見出し */
.number_title .step {
  color: #77bf85;
  font-size: 150%;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
}

.number_title .number {
  color: #fff;
  background: #77bf85;
  display: inline-block;
  text-align: center;
  padding: 0.1em 0.7em 0.2em;
  margin-right: 0.5em;
  font-size: 90%;
  border-radius: 100px;
}

h5.number_title .number {
  background: #77bf85;
}

@media print, screen and (max-width: 767px) {
  .number_title .number {
    padding: 0.1em 0.7em 0.2em;
  }
}

.number_title {
  position: relative;
  padding-left: 2em !important;
}

.number_title:after {
  display: none !important;
}

.number_title .number {
  position: absolute;
  left: 0;
}

.flow-block .number_title {
  padding-left: 5em !important;
}

/* 丸い場合 */
/* .number_title .number {
  padding: 0.1em 0.64em 0.2em;
  min-width: 1.8em;
    border-radius: 100px;
} */
.mce-content-body h4.number_title, .under h4.number_title,
.mce-content-body h5.number_title, .under h5.number_title {
  padding-left: 0;
  background: none;
  border: none;
}

.mce-content-body h4.number_title:before, .under h4.number_title:before,
.mce-content-body h5.number_title:before, .under h5.number_title:before {
  content: none;
}

/* title p */
.title p {
  font-size: 24px;
  color: #77bf85;
}

/*==========================
	リスト
==========================*/
.under li a {
  text-decoration: underline;
  color: #ccc;
}

.under li a:hover {
  text-decoration: underline;
  color: #ccc;
}

/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1em;
  line-height: 1.8;
}

td .ul01 li {
  margin-bottom: 0;
}

.ul01 li:last-child {
  margin-bottom: 0;
}

.ul01 li::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #77bf85;
  top: 0.5em;
  left: 0;
}

.ul01.dot li::before {
  width: 0.3em;
  height: 0.3em;
  top: 0.7em;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.7em;
  line-height: 1.8;
}

.ul02 li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #77bf85;
  border-radius: 50%;
  top: 5px;
  left: 0.18em;
}

/* ul_check */
.ul_check, .ul_arrow {
  margin-bottom: 1em;
}

.ul_check {
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.6em;
}

.ul_check li:last-child {
  margin-bottom: 0;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #77bf85;
  top: 4px;
  left: 0;
  border-radius: 2px;
}

.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/* ul_arrow */
.ul_arrow {
  margin: 0 auto 2em;
}

.ul_arrow li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.2em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 5px;
  margin: 0 0 0 0;
  border: 5px solid rgb(0 0 0 / 0%);
  border-top: 6px solid rgb(201 165 64);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.white_box li a {
  text-decoration: underline;
}

.white_box li a:hover {
  color: #77bf85;
  text-decoration: none;
}

/* ページ内リンク（目次） */
.page-list {
  border: 2px solid #ededed;
  padding: 30px 5%;
  border-radius: 5px;
}

.page-list li {
  position: relative;
  padding-left: 36px;
}

.page-list li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border: 0;
  background: #77bf85;
  border-radius: 50%;
}

.page-list li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-list li a {
  text-decoration: none;
  color: #333333;
  line-height: 1.4;
}

.page-list li a:hover {
  color: #77bf85;
  text-decoration: none;
}

.page-list2 li {
  position: relative;
}

.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #77bf85;
  border: 1px solid #77bf85;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 30px 0.5em 20px;
  box-sizing: border-box;
  position: relative;
  transition: 200ms;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #77bf85;
  transition: 200ms;
}

.page-list2 li a:hover {
  background: #77bf85;
  color: #fff;
}

.page-list2 li a:hover:after {
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

/*======== OL */
/* ol01 */
.ol01 {
  margin-bottom: 1.2em;
}

.ol01 {
  margin-bottom: 1.2em;
}

.ol01 li {
  position: relative;
  margin-bottom: 0.8em;
  list-style: none inside;
  counter-increment: ollist;
}

.ol01 li:before {
  content: "("counter(ollist) ") ";
}

/* ol_decimal */
.ol_decimal {
  margin-bottom: 1.2em;
}

.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ol_decimal>li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 2.5em;
  line-height: 1.8;
}

.ol_decimal>li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  background: #77bf85;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

/* 横並びリスト */
.float-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.float-list:not(.page-list):not(.page-list2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.float-list2.page-list,
.float-list2.page-list2 {
  gap: 15px 2%;
}

.float-list2 li {
  width: 49%;
}

.float-list3.page-list,
.float-list3.page-list2 {
  gap: 10px 2%;
}

.float-list3 li {
  width: 32%;
}

/*==========================
	テーブル
==========================*/
table ul,
table li:last-child {
  margin-bottom: 0 !important;
}

/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
}

.time-table tbody tr {
  border-bottom: 1px solid #ccc;
}

.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 18px 3px;
  letter-spacing: 0;
  vertical-align: middle;
  line-height: 1.2;
}

.time-table thead th {
  background: #77bf85;
  color: #fff;
  padding: 15px 3px;
}

.time-table.green thead th {
  background: #77bf85;
}

.time-table.green .color01 {
  color: #77bf85;
}

.time-table thead th:first-child {
  border-radius: 7px 0 0 7px;
}

.time-table thead th:last-child {
  border-radius: 0 7px 7px 0;
}

.time-table.green tbody tr:nth-child(even) {
  background: #e8f4ea;
}

.under .time-table thead th {
  padding: 1em 3px;
}

.time-table tbody th:first-child {
  padding-left: 1em;
}

.time-table tbody td {
  vertical-align: middle;
  width: 12%;
}

.column .time-table tbody th:first-child {
  width: 11em;
}

.column .time-table tbody td {
  width: auto;
}

.column .time-table tbody td:last-child {
  width: 4em;
}

/* .time-table tbody td .color01{
  font-size: 30px;
} */
.time-table .t_red {
  font-size: 87.5%;
}

.time-table+p {
  line-height: 1.4;
}

/* 下線テーブル */
.table01 {
  width: 100%;
}

.table01 th, .table01 td {
  padding: 1em 3%;
  text-align: left;
  vertical-align: top;
}

/* .table01 tr:first-child th{
  border-top: 1px solid #dacfbd;
}
.table01 tr:first-child td {
  border-top: 1px solid #dacfbd;
} */
.table01 th {
  color: #77bf85;
  width: 30%;
  vertical-align: middle;
  border-bottom: 1px solid #77bf85;
}

.table01 tr:first-child th {
  border-top: 1px solid #77bf85;
}

.table01 td {
  border-bottom: 1px solid #ccc;
}

.table01 tr:first-child td {
  border-top: 1px solid #dddddd;
}

.table01.price th {
  width: 60%;
}

.table01.price td {
  text-align: right;
}

/* 基本テーブル */
.border-table {
  width: 100%;
  margin-bottom: 1em;
}

.border-table thead th {
  background: #77bf85;
  color: #fff;
  text-align: center;
}

.border-table th, .border-table td {
  text-align: left;
  padding: 1em 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}

.border-table tbody th {
  background: #faf9f4;
  vertical-align: middle;
  width: 17em;
}

.border-table.t_col3 tbody th,
.border-table.t_col3 tbody td {
  width: 33%;
}

/* 料金テーブル */
.fee-table {
  width: 100%;
  margin-bottom: 10px;
}

.fee-table th, .fee-table td {
  text-align: left;
  padding: 1em 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}

.fee-table thead th {
  background: #77bf85;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  width: 50%;
  background: #faf9f4;
}

.fee-table tbody td:last-child {
  text-align: right;
  vertical-align: middle;
}

/* 概要テーブル */
.info-table {
  width: 100%;
  margin-bottom: 30px;
}

.info-table th {
  width: 100px;
  text-align: left;
  font-weight: bold;
}

.info-table th,
.info-table td {
  line-height: 1.4;
  padding: 5px 0;
}

@media screen and (max-width: 1039px) {
  .time-table th, .time-table td {
    padding: 10px 0;
    font-size: 90%;
  }

  .time-table+p {
    font-size: 90%;
  }
}

@media screen and (max-width: 767px) {

  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 90%;
    padding: 10px 5px;
    line-height: 1.5;
  }

  .time-table th, .time-table td {
    font-size: 80%;
  }

  .time-table+p {
    font-size: 14px;
  }

  .table01 th, .table01 td {
    font-size: 90%;
  }
}

@media screen and (max-width: 480px) {
  .time-table th, .time-table td {
    padding: 10px 0;
  }
}

/*==========================
	DL
==========================*/
/* dl01 */
dl.dl01 {
  margin-bottom: 2em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #77bf85;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/* dl02 */
dl.dl02 {
  margin-bottom: 2em;
}

dl.dl02 dt {
  padding: 0.5em 0 0;
  font-weight: bold;
}

dl.dl02 dd {
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #999;
}

/* dl03 */
dl.dl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.dl03 dt,
dl.dl03 dd {
  margin-bottom: 0.5em;
}

dl.dl03 dt {
  width: 8em;
}

dl.dl03 dd {
  width: calc(100% - 8em);
}

/* dl_number */
dl.dl_number dt {
  font-size: 117%;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  color: #fff;
  background: #77bf85;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

#main>.block {
  margin-bottom: 0;
}

.block-inner {
  margin-bottom: 2em;
}

.block>.block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 40px 4%;
  border: 2px solid #b9d7ec;
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 40px 4%;
  background: #f4faf5;
  margin-bottom: 1.2em;
}

.border-block>*:first-child,
.bg-block>*:first-child {
  margin-top: 0 !important;
}

.border-block>*:last-child,
.bg-block>*:last-child {
  margin-bottom: 0 !important;
}

.border-block>h4,
.bg-block>h4 {
  margin: 1.5em 0 1em;
  background:
    none;
}

.border-block>h4:first-child,
.bg-block>h4:first-child {
  margin: 0 0 1em;
}

/*-- before after ------------*/
.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .after {
  float: right;
  width: 47%;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 767px) {
  .ba-block:not(.no_stack) {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block:not(.no_stack) .before, .ba-block:not(.no_stack) .after {
    float: none;
    width: 100%;
  }

  .ba-block:not(.no_stack) .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
}

/*-- 流れ ------------*/
.flow-block {
  position: relative;
  margin-bottom: 4em;
  box-sizing: border-box;
  padding: 40px 4%;
  border: 2px solid #b9d7ec;
}

.flow-block:last-child::after {
  display: none;
}

.flow-block:last-child {
  margin-bottom: 0;
}

.flow-block h4 {
  margin-top: 0;
  border: none;
  background: none;
  padding: 0;
}

.flow-block h4:before {
  display: none;
}

.flow-block>*:first-child {
  margin-top: 0;
}

.flow-block>*:last-child {
  margin-bottom: 0;
}

.flow-block:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: calc(100% + 1.2em);
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  border: 2.5em solid transparent;
  border-top: 2em solid #b9d7ec;
}

/*流れ2列*/
.flow-block .number_title {
  padding-left: 2.2em !important;
  min-height: 1.2em;
}

.flow-block .number_title:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow-block.columns .column {
    padding: 20px 4% !important;
  }

  .flow-block.columns .number_title {
    padding-left: 0 !important;
    margin-top: 0 !important;
  }

  .flow-block.columns .number_title .number {
    position: relative;
    display: table;
  }
}

/* 流れ（横） */
.side-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-flow>* {
  position: relative;
}

.side-flow>*:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #77bf85;
}

@media screen and (min-width: 768px) and (max-width:1239px) {
  .side-flow>*:after {
    left: calc(100% + 1vw);
  }
}

@media screen and (min-width: 768px) {
  .side-flow.block2>* {
    width: 47.5%;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .side-flow.block2>*:nth-child(2n-1) {
    margin-left: 0;
  }

  .side-flow.block2>*:nth-child(2n):after {
    content: none;
  }

  .side-flow.block3>* {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .side-flow.block3>*:nth-child(3n+1) {
    margin-left: 0;
  }

  .side-flow.block3>*:nth-child(3n):after {
    content: none;
  }

  .side-flow.block4>* {
    width: 21.25%;
    margin-left: 5%;
  }

  .side-flow.block4>*:nth-child(4n+1) {
    margin-left: 0;
  }

  .side-flow.block4>*:nth-child(4n):after {
    content: none;
  }

  .side-flow>*:last-child:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .side-flow>* {
    width: 100%;
  }

  .side-flow>*:not(:last-child) {
    margin-bottom: 3em;
  }

  .side-flow>*:after {
    top: calc(100% + 1em);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #77bf85;
  }

  .side-flow>*:last-child:after {
    content: none;
  }

  .side-flow.sp_block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-flow.sp_block2>* {
    width: 47%;
    margin-left: 6%;
  }

  .side-flow.sp_block2>*:nth-child(2n+1) {
    margin-left: 0;
  }

  .side-flow.sp_block2>*:after {
    top: 0;
    left: calc(100% + 5px);
    bottom: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ccc;
  }

  .side-flow.sp_block2>*:nth-child(2n):after {
    content: none;
  }
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 2.5em !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before, .qa-block::after {
  position: absolute;
  content: '';
  top: 1em;
  right: 0;
  background: #77bf85;
  border-radius: 1px;
  width: 20px;
  height: 3px;
}

.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}

.qa-block.open::after {
  transform: rotate(0);
}

/* ＋が○で囲まれているやつ <p class="qa_btn_box"></p>これをh4の前に配置*/
/* .qa-block .qa_btn_box{
	position:relative;
}
.qa-block .qa_btn_box{
	    content: "";
	    display: block;
	    position: absolute;
	    top:0;
	    right:0;
	    margin:0 auto;
	    width: 1.8rem;
	    height: 1.8rem;
	    border-radius: 1.8rem;
	    border:1px solid #c5d8d4;
} */
.mce-content-body .qa-block h4, .qa-block h4 {
  color: #262626;
  padding-left: 56px !important;
  padding-right: 30px !important;
  padding-top: 10px;
  border: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  background: none;
  border-left: none;
  font-size: 20px !important;
  margin-top: 0;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 3px;
  bottom: auto !important;
  left: 0;
  background: #77bf85;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-top: -0.15em;
  transform: none;
  border: navajowhite;
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-weight: bold;
  font-size: 26px;
  top: 2px;
  bottom: auto !important;
  left: 11px;
  color: #fff;
  border: none;
  background: none;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

.qa-block .answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 56px !important;
  position: relative;
  margin-top: 20px;
}

.qa-block .answer::before {
  position: absolute;
  content: "";
  top: 15px;
  bottom: auto !important;
  left: 0;
  background: #77bf85;
  height: 42px;
  width: 42px;
  font-size: 26px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.qa-block .answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  font-weight: bold;
  top: 10px;
  bottom: auto !important;
  left: 12px;
  color: #fff;
  border: none;
  background: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.qa-block .answer p {
  margin: 0;
}

@media (max-width : 767px) {
  .mce-content-body .qa-block h4, .qa-block h4 {
    padding-top: 5px;
    font-size: 18px !important;
    margin-top: 1em !important;
  }

  .qa-block .answer {
    padding-top: 20px;
  }
}

/* プルダウン */
.drop-down .drop-ttl {
  padding-right: 25px;
  position: relative;
  transition: 200ms;
  cursor: pointer;
}

.drop-down .drop-ttl:hover {
  opacity: 0.7;
}

.drop-down .drop-ttl:after {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}

.drop-down .drop-ttl.open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.drop-down .drop-content {
  display: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
  box-sizing: border-box;
}

.wpcf7 dl dt {
  font-weight: bold;
  width: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 dl dd {
  width: calc(100% - 14em);
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #e64040;
}

.screen-reader-response,
.wpcf7-response-output {
  color: #e64040;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #e64040;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}

.wpcf7 dl dd .wpcf7-radio input,
.wpcf7 dl dd .wpcf7-checkbox input {
  width: 20px !important;
}

.wpcf7 dl dd .wpcf7-radio,
.wpcf7 dl dd .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7 dl dd .wpcf7-radio>span,
.wpcf7 dl dd .wpcf7-checkbox>span {
  width: 49%;
  margin: 0;
}

.wpcf7 dl dd .wpcf7-date {
  width: 250px;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 dl dd.radio input, .wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center !important;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {

  /*
/*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
    border: none;
    width: 100%;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
  max-width: 100%;
  width: 800px;
  margin: auto;
}

#menu-sitemap li a {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #ccc;
  vertical-align: top;
}

#menu-sitemap li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li a {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a:hover {
  background: #e5f5e8;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #262626;
  width: 100%;
  display: block;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 66%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.color01 {
  color: #77bf85;
}

.color02 {
  color: #e49c00;
  font-weight: bold;
}

.attention {
  color: #d90000;
}

.t_red {
  color: #d90000;
}

.t_blu {
  color: #00F;
}

.bgcolor_red {
  background-color: #ffcac2;
  font-weight: bold;
}

.bgcolor_blue {
  background-color: #d0e0ff;
  font-weight: bold;
}

.bgcolor_yellow {
  background-color: #feeea0;
  font-weight: bold;
}

.bgcolor_green {
  background-color: #c0efba;
  font-weight: bold;
}

.font-big {
  font-size: 140%;
  font-weight: bold;
}

.font-small {
  font-size: 82%;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.bold {
  font-weight: bold;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  /*==========================
    画像
  ==========================*/
  /* img float */
  #tinymce img.alignright, #tinymce img.alignleft, .mainblock img.alignright, .mainblock img.alignleft {
    max-width: 34%;
  }

  .mainblock .alignright {
    float: right;
    margin: 0 0 20px 2% !important;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 20px 0 !important;
  }

  /*==========================
    ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }

  /*==========================
    汎用
  ==========================*/
  br.pc {
    display: inline;
  }

  br.sp2 {
    display: none;
  }

  .con_l {
    float: left;
  }

  .con_c {
    float: left;
  }

  .con_r {
    float: right;
  }

  .w25 {
    width: 25%;
  }

  .w35 {
    width: 35%;
  }

  .w40 {
    width: 40%;
  }

  .w48 {
    width: 48%;
  }

  .w56 {
    width: 56%;
  }

  .w60 {
    width: 60%;
  }

  .w62 {
    width: 62%;
  }

  .mw500p {
    max-width: 500px !important;
  }
}

p.name {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 1039px) {}

@media screen and (min-width: 768px) and (max-width: 768px) {

  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  /*==========================
    投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }

  /*==========================
    画像
  ==========================*/
  .alignright, .alignleft,
  .aligncenter {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  /*===
  /*==========================
    見出し
  ==========================*/
  .page-title h2 {
    font-size: 28px;
  }

  .post-type-page h3, .mainblock h3 {
    font-size: 24px;
  }

  .post-type-page h3.small, .mainblock h3.small {
    font-size: 22px;
  }

  .entry-block h3 {
    font-size: 22px;
    margin-top: 2em;
  }

  .entry-block h3, .post-type-page h4, .mainblock h4 {
    font-size: 20px;
    margin-top: 2em;
  }

  .h3+.columns>.column>h4:first-child {
    margin-top: 0;
  }

  .entry-block h4, .post-type-page h5, .mainblock h5 {
    font-size: 18px;
  }

  .entry-block h5, .post-type-page h6, .mainblock h6 {
    font-size: 17px;
  }
.entry-block h6{
font-size:16px;
}
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }

  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .title p {
    font-size: 18px;
  }

  /*==========================
    ブロック
  ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }

  /*==========================
    お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /*==========================
    サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
    googlemap
  ==========================*/
  .googlemap {
    
    /*縦横比*/
    padding-bottom: 300px;
  }

  /*==========================
    汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }

  .flow-block,
  .border-block,
  .bg-block {
    padding: 20px 4%;
  }

  .float-list li {
    width: 100%;
    padding-right: 0;
  }

  .float-list.sp_list2 li,
  .float-list.sp_list3 li {
    width: 49%;
  }

  .qa-block {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
  }

  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    width: 37px;
    height: 37px;
  }

  .mce-content-body .qa-block h4::after, .qa-block h4::after {
    font-size: 22px;
  }

  .qa-block .answer::before {
    width: 37px;
    height: 37px;
  }

  .qa-block .answer::after {
    font-size: 22px;
  }

  .time-table tbody th:first-child {
    width: 11em;
  }

  .time-table tbody td {
    width: auto;
  }

  .time-table tbody td:last-child {
    width: 4em;
  }

  .border-table tbody th {
    width: 36%;
  }

  .mb70 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 480px) {

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 300px;
  }
}

/* --------------------------メリットデメリット */
.ul02.merit li::before {
  border-color: #df9595;
}

.ul01.demerit li {
  padding-left: 1.6em;
}

.ul01.demerit li::before {
  content: "\e14c";
  font-size: 150%;
  font-weight: bold;
  top: -9px;
  background: none;
  color: #8897cd;
  font-family: 'Material Icons';
}

.bg-block.merit,
.bg-block.demerit {
  padding: 0;
}

.bg-block.merit ul,
.bg-block.demerit ul {
  padding: 20px;
}

.bg-block.merit h6,
.bg-block.demerit h6 {
  display: block;
  color: #fff;
  background: #77bf85;
  padding: 10px 0;
  text-align: center;
  border: none;
}

.bg-block.merit h6:before,
.bg-block.demerit h6:before {
  display: none;
}

.bg-block.demerit h6 {
  background: #aaa;
}

/*==========================
  スクロール表示
==========================*/
@media screen and (max-width: 767px) {
  .under .scroll {
    overflow: auto;
    /* white-space: nowrap; */
    width: 100%;
    margin-bottom: 1em;
  }

  .under .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .under .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .under .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .under .scroll table {
    width: 767px;
    margin-bottom: 10px;
  }
}

/* ul_arrow 右向き三角のリスト2 */
.ul_arrow02 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}

.ul_arrow02 li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-left: 10px solid #00a0e9;
}

.ul_arrow02 li a {
  color: #0f0f0f;
  padding: 0 !important;
}

.ul_arrow02 li a:hover {
  color: #00a0e9;
}

/*==========================
改行用
==========================*/
@media (min-width : 768px) {
  .pc_br {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width: 1039px) {
  .tb_br {
    display: block;
    width: 100%;
  }
}

@media (max-width : 767px) {
  .sp_br {
    display: block;
    width: 100%;
  }
}

/* ------------------名前など */
.name {
  font-weight: bold;
  font-size: 120%;
}

/* ------------------ボタン2つ並び */
.columns.btn_box {
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
}

.columns.btn_box p {
  margin-bottom: 0;
}

@media (min-width : 767px) {
  .columns.btn_box.col2 {
    max-width: 690px;
    gap: 20px;
  }

  .columns.btn_box.col2 .btn-style {
    width: calc((100% - 20px)/2);
  }

  .columns.btn_box.col3 {
    max-width: 690px;
    gap: 0 20px;
  }

  .columns.btn_box.col3 .btn-style {
    width: calc((100% - 40px)/3);
  }

  .columns.btn_box .btn-style a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media (max-width : 767px) {
  .columns.btn_box {
    margin-top: 1.5em;
  }

  .columns.btn_box .btn-style {
    text-align: center;
  }

  .columns.btn_box .btn-style+.btn-style {
    margin-top: 10px;
  }
}

/* -----------画像右寄せ */
@media (min-width : 768px) {
  .img_right>*:first-child {
    width: 34%;
    margin: 0 0 30px;
  }

  .img_right>*:last-child {
    width: 64%;
  }
}

/*下層スライダー*/
.clinic-page_box p {
  line-height: 0;
  cursor: pointer;
  outline: none;
}

.clinic-slide_box .slick-arrow {
  font-size: 0;
  text-indent: -9999px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #77bf85;
}

.clinic-slide_box .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.clinic-slide_box .slick-next:after {
  left: auto;
  right: 40%;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.clinic-slide_box .slick-prev {
  left: 3%;
}

.clinic-slide_box .slick-next {
  right: 3%;
}

@media screen and (max-width: 767px) {
  .clinic-page_box .slick-track {
    width: 100% !important;
    transform: none !important;
  }

  .clinic-page_box p {
    width: 18% !important;
    margin: 0 1% 5px;
  }

  .clinic-slide_box .slick-prev {
    left: 5%;
    margin-left: 0;
  }

  .clinic-slide_box .slick-next {
    right: 5%;
    margin-right: 0;
  }

  .clinic-slide_box .slick-next, .clinic-slide_box .slick-prev {
    width: 30px;
    height: 30px;
  }

  .clinic-slide_box .caption p {
    font-size: 14px;
  }

  .clinic-slide_box .caption {
    padding: 10px;
  }

  .clinic-page_box .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clinic-page_box .slick-slide {
    float: none;
  }
}

.clinic-slide_box {
  background: #e5f5e8;
  margin: 0 0 20px;
}

.clinic-slide_box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}

.slideimg {
  outline: none;
}

@media screen and (min-width:768px) {
  .slideimg {
    height: 533px;
  }

  .slideimg>p img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

@media screen and (max-width:1039px) and (min-width:768px) {
  .slideimg {
    height: 63vw;
  }
}

.slideimg>p {
  margin: 0;
  line-height: 0;
}

.clinic-slide_box .caption p {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.clinic-page_box img {
  opacity: 0.7;
}

.clinic-page_box .slick-current img, .clinic-page_box img:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .clinic-page_box .slick-track {
    transform: unset !important;
  }
}

.slick-slide .slick-active {
  opacity: 0.6;
}

.clinic-page_box .slick-active {
  opacity: 1;
}

.slick-slide .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  line-height: 1.5;
  color: #fff;
}
.clinic-page .slick-list .slick-track{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%!important;
}
.clinic-page_box p {
  width: 11%!important;
  margin: 0.75%;
  float: none;
}
@media only screen and (max-width: 767px) {
  .clinic-page_box p {
  width: 23%!important;
    margin:1%;
  float: none;
}
}

/* 下層スクロール */
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}
.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}
.scroll-hint-icon{
	height:95px!important;
}
@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: 150%;
  }
}

.js-scrollable_pc table {
  width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.scroll-hint-text{
	letter-spacing:0!important;
}
/* -------------------------------------下層 */
.under .clearfix>*:last-child {
  margin-bottom: 0;
}

.under .clearfix+table {
  margin-top: 30px;
}

table.col2 th,
table.col2 td {
  width: 33.3333%;
}

table.col3 th,
table.col3 td {
  width: 33.3333%;
}

ul.menu-btn {
  gap: 24px !important;
}

ul.menu-btn li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0px 40px 0px 20px;
  min-width: 0 !important;
}

ul.menu-btn li a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  ul.menu-btn {
    gap: 15px !important;
  }

  ul.menu-btn>* {
    width: calc((100% - 30px)/3) !important;
  }
}

@media screen and (max-width: 980px) {
  ul.menu-btn {
    gap: 10px !important;
  }

  ul.menu-btn>* {
    width: calc((100% - 10px)/2) !important;
  }

  ul.menu-btn>*.wide {
    width: 100% !important;
  }
}

@media (max-width : 767px) {
  .page-name-result #main table {
    font-size: 80%;
  }
}

.page-name-result #main table td {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-name-main-clinic #main .time-table tbody td {
    width: 13.6%;
  }
}

.page-name-arrhythmia .t01 th {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .page-name-arrhythmia .t01 th {
    width: 33%;
  }

  .page-name-arrhythmia .t01 th.w20 {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .page-name-hcm_dcm .border-table tbody th {
    width: 40%;
  }
}

.page-name-heart .t03 th,
.page-name-heart .t03 td {
  width: 20%;
}

.page-name-heart .t03 td {
  text-align: center;
}

.page-name-employment_checkup .t01 th,
.page-name-employment_checkup .t02 th{
  width: 16em;
}

.page-name-employment_checkup .t01 td:last-child {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .page-name-employment_checkup .t01 th{
  width: 14em;
}
  .page-name-employment_checkup .t01 td:last-child {
  width: 6em;
}
  .page-name-employment_checkup .t02 th{
  width: 14em;
}
}

/**************************
スクロールテーブル
**************************/
.table-scroll {
	overflow-x: scroll;
	-ms-overflow-style: none;
 	scrollbar-width: none;
}
.table-scroll table{
	min-width: 768px;
	width: 100%;
	border-collapse: collapse;
}


.youtube_box {
  padding: 0;
  margin: 0;
}
.youtube-img {
  cursor: pointer;
  transition: .2s;
}
.youtube-img:hover {
  transition: .2s;
  opacity: .7;
}
.youtube-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 700px;
  width: 85%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .youtube-popup {
    max-width: 60vw;
  }
}
.youtube-popup iframe {
  max-width: 100%;
}
.youtube-popup.active {
  display: block;
}

.youtube-close {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
  color: #fff;
}
@media (max-width: 767px) {
  .youtube-close {
    width: 40px;
    height: 40px;
    top: -40px;
  }
}
.youtube-close:hover {
  cursor: pointer;
}
.youtube-close .material-icons {
  font-size: 50px;
}
@media (max-width: 767px) {
  .youtube-close .material-icons {
    font-size: 40px;
  }
}

.youtube-bk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 998;
}
.youtube-bk.active {
  display: block;
}

.page-name-nutritional-therapy .bnr_box{
display:none;
}
.page-name-nutritional-therapy .nutritionalbnr_box{
display:block!important;
}
.page-name-dermatology .bnr_box a:nth-child(2){
display:none;
}
@media print, screen and (max-width: 767px) {
    .page-name-dermatology .inq .bnr_box_left {
		bottom: 27vw;
	}
}

.travel_table .border-table thead th{
	width: 7%;
}
.travel_table .border-table tbody td{
	width: 7%;
}
.travel_table .border-table thead td:first-child{
	width: 15%;
}
.travel_table .border-table tbody th:first-child{
	width: 15%;
}

@media (max-width: 767px) {
	.travel_table {
		overflow: auto;
		width: 100%;
	}
	.travel_table table{
		width: 1000px;
	}
	.travel_table .border-table thead th{
		width: 7%;
	}
	.travel_table .border-table tbody td{
		width: 7%;
	}
	.travel_table .border-table thead td:first-child{
		width: 15%;
	}
	.travel_table .border-table tbody th:first-child{
		width: 15%;
	}
}