@charset "UTF-8";
/*
目次
#投稿（ブログ、新着情報）
#画像
#下層見出し
#リスト
#footerパーツ
#mediaquery
#
#
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  font-size: 16px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-weight: bold;
}

#aside .menu-blog {
  /* ブログページのカテゴリーリスト */
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  background: rgba(101, 179, 189, 0.3);
}

#aside .menu-blog h3 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
  font-family: "Shippori Mincho", serif;
}

#aside .menu-blog li {
  font-size: 12px;
}

#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: #473619;
  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: #473619;
}

.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: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*=========
	画像
===========*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  /* 真ん中寄せ */
  display: block;
  margin: 0 auto 1em;
}

.img_size img, img.img_size {
  /* 小さい画像に対応 */
  width: auto !important;
}

/*============
	下層見出し
==============*/
.entry-block h2, .entry-block h3, .entry-block h4, .entry-block h5, .entry-block h6,
.post-type-page h2,
.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page h6,
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  font-family: "Shippori Mincho", serif;
}

.entry-block h3, .post-type-page h3, .under h3 {
  /*-H3-*/
  font-size: 36px;
  margin: 0 0 1em 0;
  padding: 43px 0 0 0;
  overflow: visible;
  color: #666;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.4;
  background-size: 2.3em;
}
.entry-block h3:before, .entry-block h3:after, .post-type-page h3:before, .post-type-page h3:after, .under h3:before, .under h3:after {
  content: "";
  position: absolute;
}
.entry-block h3:before, .post-type-page h3:before, .under h3:before {
  background: url("img/h2.png") no-repeat center/contain;
  width: 199px;
  height: 43px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mainblock > h3:first-child, .mainblock > div:first-child h3, .mainblock > h3:first-of-type {
  margin-top: 0;
}

.entry-block h4 , .mce-content-body h4, .under h4 {
  /*-H4-&投稿タイトル*/
  font-size: 30px;
  color: #666;
  line-height: 1.5;
  position: relative;
  padding: 0 10px 4px 12px;
  margin: 0 auto 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #66c4d0;
}

.entry-block h4::before , .mce-content-body h4::before, .under h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: .45em;
  width: 4px;
  height: 22px;
  background: #bbd8dc;
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

.entry-block h3 a {
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #65b3bd;
}

.entry-block h5 , .mce-content-body h5, .under h5 {
  /*-H5-*/
  font-size: 24px;
  color: #333;
  display: table;
  position: relative;
  padding: 0 0 5px 25px;
  line-height: 1.5;
  margin: 0 0 1em;
  border-bottom: 1px solid #66c4d0;
}

.entry-block h5::before , .mce-content-body h5::before,
.under h5::before {
  position: absolute;
  content: "";
  top: .4em;
  height: 16px;
  width: 16px;
  background: url("img/h4.png") no-repeat center/contain;
  left: 0;
}

.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

.entry-block h6 ,.post-type-page h6, .under h6 {
  /*-H6-*/
  font-size: 20px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding: 0 0 0;
  overflow: hidden;
  color: #333;
  position: relative;
  display: inline-block;
  font-weight: normal;
  z-index: 0;
}
.entry-block h6:before ,.post-type-page h6:before, .under h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: rgba(102, 196, 208, 0.4);
  z-index: -1;
}

/*-- 数字付きの見出し ------------*/
/*.number {
	display: inline-block;
	vertical-align: baseline;
	font-size: 76%;
	padding: 0.2em 0.6em 0.1em;
	margin-right: 0.4em;
	background: #473619;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 0.2em;
	line-height: 1.4;
}*/
.number {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

.number:after {
  content: ".";
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #473619;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h3.number_title .number::after {
  content: ".";
}

h4.number_title .number {
  font-style: italic;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h4.number_title .number::after {
  content: ".";
}

.title p {
  /*- title -*/
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00468f;
}

/*=========
	リスト
===========*/
/* ul01 */
@media (min-width: 768px) {
  ul.list_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  ul.list_col2 li {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul.list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  ul.list_col3 li {
    width: calc(94% / 3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ul01:not(:last-child) {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}
.ul01 li:not(:last-child) {
  margin-bottom: 0.3em;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #65b3bd;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

/* ul02 */
.ul02:not(:last-child) {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  padding-left: 1.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ul02 li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #473619;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

.ul_check, .ul_arrow {
  /* ul_check チェックのリスト */
}
.ul_check:not(:last-child), .ul_arrow:not(:last-child) {
  margin-bottom: 1em;
}

.ul_check {
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  padding-left: 1.8em;
}
.ul_check li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  top: 4px;
  left: 0;
}

ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow {
  /* ul_arrow 右向き三角のリスト */
}

.ul_arrow li {
  position: relative;
  padding-left: 1em;
}
.ul_arrow li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 0;
  margin: 0 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #4e6b2f;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #65b3bd;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

ol.ol01 {
  /*-- OL ------------*/
}
ol.ol01:not(:last-child) {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
}
ol.ol01 li:not(:last-child) {
  margin-bottom: 0.4em;
}

ol.ollist:not(:last-child) {
  margin-bottom: 1.2em;
}

ol.ollist li {
  list-style: none inside;
  counter-increment: ollist;
}
ol.ollist li:not(:last-child) {
  margin-bottom: 0.5em;
}

ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}

ol.ol_decimal {
  /* 数字のOLリスト */
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal > li {
  position: relative;
  padding-left: 2.5em;
}
ol.ol_decimal > li:not(:last-child) {
  margin-bottom: 0.5em;
}

ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: -3px;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #65b3bd;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

.float-list {
  /* 横並びリスト-*/
  overflow: hidden;
}

.float-list li {
  display: inline;
}
.float-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*============
	テーブル
=============*/
table th.w1, table td.w1 {
  width: 1%;
}
@media (max-width: 767px) {
  table th.sp-w1, table td.sp-w1 {
    width: 1%;
  }
}
@media (min-width: 768px) {
  table th.pc-w1, table td.pc-w1 {
    width: 1%;
  }
}
table th.w2, table td.w2 {
  width: 2%;
}
@media (max-width: 767px) {
  table th.sp-w2, table td.sp-w2 {
    width: 2%;
  }
}
@media (min-width: 768px) {
  table th.pc-w2, table td.pc-w2 {
    width: 2%;
  }
}
table th.w3, table td.w3 {
  width: 3%;
}
@media (max-width: 767px) {
  table th.sp-w3, table td.sp-w3 {
    width: 3%;
  }
}
@media (min-width: 768px) {
  table th.pc-w3, table td.pc-w3 {
    width: 3%;
  }
}
table th.w4, table td.w4 {
  width: 4%;
}
@media (max-width: 767px) {
  table th.sp-w4, table td.sp-w4 {
    width: 4%;
  }
}
@media (min-width: 768px) {
  table th.pc-w4, table td.pc-w4 {
    width: 4%;
  }
}
table th.w5, table td.w5 {
  width: 5%;
}
@media (max-width: 767px) {
  table th.sp-w5, table td.sp-w5 {
    width: 5%;
  }
}
@media (min-width: 768px) {
  table th.pc-w5, table td.pc-w5 {
    width: 5%;
  }
}
table th.w6, table td.w6 {
  width: 6%;
}
@media (max-width: 767px) {
  table th.sp-w6, table td.sp-w6 {
    width: 6%;
  }
}
@media (min-width: 768px) {
  table th.pc-w6, table td.pc-w6 {
    width: 6%;
  }
}
table th.w7, table td.w7 {
  width: 7%;
}
@media (max-width: 767px) {
  table th.sp-w7, table td.sp-w7 {
    width: 7%;
  }
}
@media (min-width: 768px) {
  table th.pc-w7, table td.pc-w7 {
    width: 7%;
  }
}
table th.w8, table td.w8 {
  width: 8%;
}
@media (max-width: 767px) {
  table th.sp-w8, table td.sp-w8 {
    width: 8%;
  }
}
@media (min-width: 768px) {
  table th.pc-w8, table td.pc-w8 {
    width: 8%;
  }
}
table th.w9, table td.w9 {
  width: 9%;
}
@media (max-width: 767px) {
  table th.sp-w9, table td.sp-w9 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  table th.pc-w9, table td.pc-w9 {
    width: 9%;
  }
}
table th.w10, table td.w10 {
  width: 10%;
}
@media (max-width: 767px) {
  table th.sp-w10, table td.sp-w10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  table th.pc-w10, table td.pc-w10 {
    width: 10%;
  }
}
table th.w11, table td.w11 {
  width: 11%;
}
@media (max-width: 767px) {
  table th.sp-w11, table td.sp-w11 {
    width: 11%;
  }
}
@media (min-width: 768px) {
  table th.pc-w11, table td.pc-w11 {
    width: 11%;
  }
}
table th.w12, table td.w12 {
  width: 12%;
}
@media (max-width: 767px) {
  table th.sp-w12, table td.sp-w12 {
    width: 12%;
  }
}
@media (min-width: 768px) {
  table th.pc-w12, table td.pc-w12 {
    width: 12%;
  }
}
table th.w13, table td.w13 {
  width: 13%;
}
@media (max-width: 767px) {
  table th.sp-w13, table td.sp-w13 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  table th.pc-w13, table td.pc-w13 {
    width: 13%;
  }
}
table th.w14, table td.w14 {
  width: 14%;
}
@media (max-width: 767px) {
  table th.sp-w14, table td.sp-w14 {
    width: 14%;
  }
}
@media (min-width: 768px) {
  table th.pc-w14, table td.pc-w14 {
    width: 14%;
  }
}
table th.w15, table td.w15 {
  width: 15%;
}
@media (max-width: 767px) {
  table th.sp-w15, table td.sp-w15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  table th.pc-w15, table td.pc-w15 {
    width: 15%;
  }
}
table th.w16, table td.w16 {
  width: 16%;
}
@media (max-width: 767px) {
  table th.sp-w16, table td.sp-w16 {
    width: 16%;
  }
}
@media (min-width: 768px) {
  table th.pc-w16, table td.pc-w16 {
    width: 16%;
  }
}
table th.w17, table td.w17 {
  width: 17%;
}
@media (max-width: 767px) {
  table th.sp-w17, table td.sp-w17 {
    width: 17%;
  }
}
@media (min-width: 768px) {
  table th.pc-w17, table td.pc-w17 {
    width: 17%;
  }
}
table th.w18, table td.w18 {
  width: 18%;
}
@media (max-width: 767px) {
  table th.sp-w18, table td.sp-w18 {
    width: 18%;
  }
}
@media (min-width: 768px) {
  table th.pc-w18, table td.pc-w18 {
    width: 18%;
  }
}
table th.w19, table td.w19 {
  width: 19%;
}
@media (max-width: 767px) {
  table th.sp-w19, table td.sp-w19 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  table th.pc-w19, table td.pc-w19 {
    width: 19%;
  }
}
table th.w20, table td.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  table th.sp-w20, table td.sp-w20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  table th.pc-w20, table td.pc-w20 {
    width: 20%;
  }
}
table th.w21, table td.w21 {
  width: 21%;
}
@media (max-width: 767px) {
  table th.sp-w21, table td.sp-w21 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  table th.pc-w21, table td.pc-w21 {
    width: 21%;
  }
}
table th.w22, table td.w22 {
  width: 22%;
}
@media (max-width: 767px) {
  table th.sp-w22, table td.sp-w22 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  table th.pc-w22, table td.pc-w22 {
    width: 22%;
  }
}
table th.w23, table td.w23 {
  width: 23%;
}
@media (max-width: 767px) {
  table th.sp-w23, table td.sp-w23 {
    width: 23%;
  }
}
@media (min-width: 768px) {
  table th.pc-w23, table td.pc-w23 {
    width: 23%;
  }
}
table th.w24, table td.w24 {
  width: 24%;
}
@media (max-width: 767px) {
  table th.sp-w24, table td.sp-w24 {
    width: 24%;
  }
}
@media (min-width: 768px) {
  table th.pc-w24, table td.pc-w24 {
    width: 24%;
  }
}
table th.w25, table td.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  table th.sp-w25, table td.sp-w25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  table th.pc-w25, table td.pc-w25 {
    width: 25%;
  }
}
table th.w26, table td.w26 {
  width: 26%;
}
@media (max-width: 767px) {
  table th.sp-w26, table td.sp-w26 {
    width: 26%;
  }
}
@media (min-width: 768px) {
  table th.pc-w26, table td.pc-w26 {
    width: 26%;
  }
}
table th.w27, table td.w27 {
  width: 27%;
}
@media (max-width: 767px) {
  table th.sp-w27, table td.sp-w27 {
    width: 27%;
  }
}
@media (min-width: 768px) {
  table th.pc-w27, table td.pc-w27 {
    width: 27%;
  }
}
table th.w28, table td.w28 {
  width: 28%;
}
@media (max-width: 767px) {
  table th.sp-w28, table td.sp-w28 {
    width: 28%;
  }
}
@media (min-width: 768px) {
  table th.pc-w28, table td.pc-w28 {
    width: 28%;
  }
}
table th.w29, table td.w29 {
  width: 29%;
}
@media (max-width: 767px) {
  table th.sp-w29, table td.sp-w29 {
    width: 29%;
  }
}
@media (min-width: 768px) {
  table th.pc-w29, table td.pc-w29 {
    width: 29%;
  }
}
table th.w30, table td.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  table th.sp-w30, table td.sp-w30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  table th.pc-w30, table td.pc-w30 {
    width: 30%;
  }
}
table th.w31, table td.w31 {
  width: 31%;
}
@media (max-width: 767px) {
  table th.sp-w31, table td.sp-w31 {
    width: 31%;
  }
}
@media (min-width: 768px) {
  table th.pc-w31, table td.pc-w31 {
    width: 31%;
  }
}
table th.w32, table td.w32 {
  width: 32%;
}
@media (max-width: 767px) {
  table th.sp-w32, table td.sp-w32 {
    width: 32%;
  }
}
@media (min-width: 768px) {
  table th.pc-w32, table td.pc-w32 {
    width: 32%;
  }
}
table th.w33, table td.w33 {
  width: 33%;
}
@media (max-width: 767px) {
  table th.sp-w33, table td.sp-w33 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  table th.pc-w33, table td.pc-w33 {
    width: 33%;
  }
}
table th.w34, table td.w34 {
  width: 34%;
}
@media (max-width: 767px) {
  table th.sp-w34, table td.sp-w34 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  table th.pc-w34, table td.pc-w34 {
    width: 34%;
  }
}
table th.w35, table td.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  table th.sp-w35, table td.sp-w35 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  table th.pc-w35, table td.pc-w35 {
    width: 35%;
  }
}
table th.w36, table td.w36 {
  width: 36%;
}
@media (max-width: 767px) {
  table th.sp-w36, table td.sp-w36 {
    width: 36%;
  }
}
@media (min-width: 768px) {
  table th.pc-w36, table td.pc-w36 {
    width: 36%;
  }
}
table th.w37, table td.w37 {
  width: 37%;
}
@media (max-width: 767px) {
  table th.sp-w37, table td.sp-w37 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  table th.pc-w37, table td.pc-w37 {
    width: 37%;
  }
}
table th.w38, table td.w38 {
  width: 38%;
}
@media (max-width: 767px) {
  table th.sp-w38, table td.sp-w38 {
    width: 38%;
  }
}
@media (min-width: 768px) {
  table th.pc-w38, table td.pc-w38 {
    width: 38%;
  }
}
table th.w39, table td.w39 {
  width: 39%;
}
@media (max-width: 767px) {
  table th.sp-w39, table td.sp-w39 {
    width: 39%;
  }
}
@media (min-width: 768px) {
  table th.pc-w39, table td.pc-w39 {
    width: 39%;
  }
}
table th.w40, table td.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  table th.sp-w40, table td.sp-w40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  table th.pc-w40, table td.pc-w40 {
    width: 40%;
  }
}
table th.w41, table td.w41 {
  width: 41%;
}
@media (max-width: 767px) {
  table th.sp-w41, table td.sp-w41 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  table th.pc-w41, table td.pc-w41 {
    width: 41%;
  }
}
table th.w42, table td.w42 {
  width: 42%;
}
@media (max-width: 767px) {
  table th.sp-w42, table td.sp-w42 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  table th.pc-w42, table td.pc-w42 {
    width: 42%;
  }
}
table th.w43, table td.w43 {
  width: 43%;
}
@media (max-width: 767px) {
  table th.sp-w43, table td.sp-w43 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  table th.pc-w43, table td.pc-w43 {
    width: 43%;
  }
}
table th.w44, table td.w44 {
  width: 44%;
}
@media (max-width: 767px) {
  table th.sp-w44, table td.sp-w44 {
    width: 44%;
  }
}
@media (min-width: 768px) {
  table th.pc-w44, table td.pc-w44 {
    width: 44%;
  }
}
table th.w45, table td.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  table th.sp-w45, table td.sp-w45 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  table th.pc-w45, table td.pc-w45 {
    width: 45%;
  }
}
table th.w46, table td.w46 {
  width: 46%;
}
@media (max-width: 767px) {
  table th.sp-w46, table td.sp-w46 {
    width: 46%;
  }
}
@media (min-width: 768px) {
  table th.pc-w46, table td.pc-w46 {
    width: 46%;
  }
}
table th.w47, table td.w47 {
  width: 47%;
}
@media (max-width: 767px) {
  table th.sp-w47, table td.sp-w47 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  table th.pc-w47, table td.pc-w47 {
    width: 47%;
  }
}
table th.w48, table td.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  table th.sp-w48, table td.sp-w48 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  table th.pc-w48, table td.pc-w48 {
    width: 48%;
  }
}
table th.w49, table td.w49 {
  width: 49%;
}
@media (max-width: 767px) {
  table th.sp-w49, table td.sp-w49 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  table th.pc-w49, table td.pc-w49 {
    width: 49%;
  }
}
table th.w50, table td.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  table th.sp-w50, table td.sp-w50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  table th.pc-w50, table td.pc-w50 {
    width: 50%;
  }
}
table th.w51, table td.w51 {
  width: 51%;
}
@media (max-width: 767px) {
  table th.sp-w51, table td.sp-w51 {
    width: 51%;
  }
}
@media (min-width: 768px) {
  table th.pc-w51, table td.pc-w51 {
    width: 51%;
  }
}
table th.w52, table td.w52 {
  width: 52%;
}
@media (max-width: 767px) {
  table th.sp-w52, table td.sp-w52 {
    width: 52%;
  }
}
@media (min-width: 768px) {
  table th.pc-w52, table td.pc-w52 {
    width: 52%;
  }
}
table th.w53, table td.w53 {
  width: 53%;
}
@media (max-width: 767px) {
  table th.sp-w53, table td.sp-w53 {
    width: 53%;
  }
}
@media (min-width: 768px) {
  table th.pc-w53, table td.pc-w53 {
    width: 53%;
  }
}
table th.w54, table td.w54 {
  width: 54%;
}
@media (max-width: 767px) {
  table th.sp-w54, table td.sp-w54 {
    width: 54%;
  }
}
@media (min-width: 768px) {
  table th.pc-w54, table td.pc-w54 {
    width: 54%;
  }
}
table th.w55, table td.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  table th.sp-w55, table td.sp-w55 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  table th.pc-w55, table td.pc-w55 {
    width: 55%;
  }
}
table th.w56, table td.w56 {
  width: 56%;
}
@media (max-width: 767px) {
  table th.sp-w56, table td.sp-w56 {
    width: 56%;
  }
}
@media (min-width: 768px) {
  table th.pc-w56, table td.pc-w56 {
    width: 56%;
  }
}
table th.w57, table td.w57 {
  width: 57%;
}
@media (max-width: 767px) {
  table th.sp-w57, table td.sp-w57 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  table th.pc-w57, table td.pc-w57 {
    width: 57%;
  }
}
table th.w58, table td.w58 {
  width: 58%;
}
@media (max-width: 767px) {
  table th.sp-w58, table td.sp-w58 {
    width: 58%;
  }
}
@media (min-width: 768px) {
  table th.pc-w58, table td.pc-w58 {
    width: 58%;
  }
}
table th.w59, table td.w59 {
  width: 59%;
}
@media (max-width: 767px) {
  table th.sp-w59, table td.sp-w59 {
    width: 59%;
  }
}
@media (min-width: 768px) {
  table th.pc-w59, table td.pc-w59 {
    width: 59%;
  }
}
table th.w60, table td.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  table th.sp-w60, table td.sp-w60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  table th.pc-w60, table td.pc-w60 {
    width: 60%;
  }
}
table th.w61, table td.w61 {
  width: 61%;
}
@media (max-width: 767px) {
  table th.sp-w61, table td.sp-w61 {
    width: 61%;
  }
}
@media (min-width: 768px) {
  table th.pc-w61, table td.pc-w61 {
    width: 61%;
  }
}
table th.w62, table td.w62 {
  width: 62%;
}
@media (max-width: 767px) {
  table th.sp-w62, table td.sp-w62 {
    width: 62%;
  }
}
@media (min-width: 768px) {
  table th.pc-w62, table td.pc-w62 {
    width: 62%;
  }
}
table th.w63, table td.w63 {
  width: 63%;
}
@media (max-width: 767px) {
  table th.sp-w63, table td.sp-w63 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  table th.pc-w63, table td.pc-w63 {
    width: 63%;
  }
}
table th.w64, table td.w64 {
  width: 64%;
}
@media (max-width: 767px) {
  table th.sp-w64, table td.sp-w64 {
    width: 64%;
  }
}
@media (min-width: 768px) {
  table th.pc-w64, table td.pc-w64 {
    width: 64%;
  }
}
table th.w65, table td.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  table th.sp-w65, table td.sp-w65 {
    width: 65%;
  }
}
@media (min-width: 768px) {
  table th.pc-w65, table td.pc-w65 {
    width: 65%;
  }
}
table th.w66, table td.w66 {
  width: 66%;
}
@media (max-width: 767px) {
  table th.sp-w66, table td.sp-w66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  table th.pc-w66, table td.pc-w66 {
    width: 66%;
  }
}
table th.w67, table td.w67 {
  width: 67%;
}
@media (max-width: 767px) {
  table th.sp-w67, table td.sp-w67 {
    width: 67%;
  }
}
@media (min-width: 768px) {
  table th.pc-w67, table td.pc-w67 {
    width: 67%;
  }
}
table th.w68, table td.w68 {
  width: 68%;
}
@media (max-width: 767px) {
  table th.sp-w68, table td.sp-w68 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  table th.pc-w68, table td.pc-w68 {
    width: 68%;
  }
}
table th.w69, table td.w69 {
  width: 69%;
}
@media (max-width: 767px) {
  table th.sp-w69, table td.sp-w69 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  table th.pc-w69, table td.pc-w69 {
    width: 69%;
  }
}
table th.w70, table td.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  table th.sp-w70, table td.sp-w70 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  table th.pc-w70, table td.pc-w70 {
    width: 70%;
  }
}

.table01 {
  /*-- 基本のテーブル --*/
  width: 100%;
  margin-bottom: 0.5em;
}

.table01 th, .table01 td {
  padding: 7px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}

.table01 th {
  width: 15%;
  text-align: center;
}
@media (max-width: 767px) {
  .table01 th {
    width: 30%;
  }
}

.table01.price th {
  width: 60%;
}

.table01.price td {
  text-align: right;
}

.border-table {
  /*-- ボーダーのついたテーブル --*/
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #85ac5a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #ccc;
  line-height: 1.3;
}

.border-table tbody th {
  background: #e8f4f9;
  vertical-align: middle;
}

.info_table td {
  text-align: center !important;
}

.border-table.price tbody th {
  width: 60%;
}

.border-table.price.option tbody th {
  width: 20%;
}

.border-table.price.colonoscopy tbody th {
  width: 50%;
}

.border-table.price td {
  text-align: right;
}

td.op {
  width: 14%;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.fee-table th, .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #65b3bd;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: rgba(101, 179, 189, 0.3);
}

.fee-table tbody td {
  text-align: right;
}

/*==========================
	DL
==========================*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #352e24;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
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;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner:not(:last-child) {
  margin-bottom: clamp(30px, 5vw, 50px);
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 5px;
  border: 1px solid #65b3bd;
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6%;
  background: #fcf7ee;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.border-block h5:first-child, .bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- 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;
}

/*-- 流れ ------------*/
.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -30px 0;
  border: 30px solid transparent;
  border-top: 15px solid #ccc;
}

.block > .flow-block:last-child::after, .block-inner > .flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}

.qa-block .answer {
  position: relative;
  padding: 2px 2px 2px 2em;
  margin-left: 30px;
  margin-top: 20px;
}

.answer p {
  padding: 10px 0 0px 0px;
}

.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: #473619;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.qa-block .answer p {
  margin: 0;
}

.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #65b3bd;
  background: none;
  padding-top: 0;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: #4a94e6;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    top: 4px;
  }
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 0;
  left: 0.55em;
  color: #fff;
  font-weight: normal;
  border: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 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: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}

.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.age input {
  width: 80px;
  margin-right: 5px;
}

.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;
  margin-bottom: 1em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 767px) {
                                      /*
/*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .block-inner {
    margin-bottom: 1em;
  }
}
/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
  margin-bottom: clamp(50px, 10vw, 120px);
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 1px dashed #65b3bd;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #65b3bd;
  border-right: solid 2px #65b3bd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #333;
}

#menu-sitemap li a:hover {
  color: #65b3bd;
  text-decoration: underline;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  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: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.t_red {
  color: #F00;
}

.t_blu {
  color: #00F;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.color01 {
  color: red;
}

.color02 {
  color: blue;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !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;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
    画像
  ==========================*/
  /* img float */
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }
  #tinymce img.alignright.imgsmall,
  #tinymce img.alignleft.imgsmall,
  .mainblock img.alignright.imgsmall,
  .mainblock img.alignleft.imgsmall {
    max-width: 25%;
  }

  #tinymce img.alignnone.imgsmall,
  .mainblock img.alignnone.imgsmall {
    max-width: 25%;
  }

  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }

  /*==========================
      リスト
    ==========================*/
  .float-list {
    overflow: hidden;
  }

  .float-list li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }

  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }

  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

  /*==========================
      ブロック
    ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    -webkit-box-sizing: border-box;
    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;
  }
}
@media (max-width: 767px) {
  .float-list li {
    display: block;
  }
}
p.name {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
}
p.name .large {
  font-size: clamp(22px, 2.4vw, 24px);
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .time-table th, .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
.page-title {
  background: url("img/under_title.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  /* スマホ */
  /*==========================
    投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }

  /*==========================
      画像
    ==========================*/
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  /*==========================
      見出し
    ==========================*/
  .page-title h2 {
    font-size: 30px;
  }

  .post-type-page h3, .mainblock h3 {
    font-size: 24px;
    padding-top: 30px;
  }
  .post-type-page h3:before, .mainblock h3:before {
    width: 140px;
    height: 30px;
  }

  .entry-block h3 {
    font-size: 20px;
  }

  .post-type-page h4, .mainblock h4 {
    font-size: 20px;
  }
  .post-type-page h4:before, .mainblock h4:before {
    top: .25em;
  }

  .post-type-page h5, .mainblock h5 {
    font-size: 18px;
  }
  .post-type-page h5:before, .mainblock h5:before {
    top: .3em;
  }

  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }

  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  /*==========================
      ブロック
    ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }

  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }

  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*==========================
      サイトマップ
    ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
      googlemap
    ==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }

  /*==========================
      汎用
    ==========================*/
  .con_l {
    margin-bottom: 1em;
  }

  .youtube {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  .border-table th, .border-table td {
    font-size: 80%;
    padding: 5px 3px;
    line-height: 1.5;
  }

  .table01 th, .table01 td {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
}
/*下層スライダー*/
.clinic-page_box {
  max-width: 1000px;
  margin: 0 auto;
}
.clinic-page_box img {
  opacity: 0.7;
}
.clinic-page_box p {
  margin: 5px;
  line-height: 0;
  cursor: pointer;
  outline: none;
}
.clinic-page_box .slick-current img, .clinic-page_box img:hover {
  opacity: 1;
}
.clinic-page_box .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.clinic-page_box .slick-track:before, .clinic-page_box .slick-track:after {
  content: none;
}

.clinic-slide_box {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.clinic-slide_box .slick-arrow {
  font-size: 0;
  text-indent: -9999px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #65b3bd;
  z-index: 10;
}
.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 {
  right: 3%;
}
.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 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.clinic-slide_box .caption p {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .clinic-slide_box {
    margin-bottom: 10px;
  }

  .clinic-page_box .slick-track {
    gap: 10px;
  }
  .clinic-page_box .slick-slide {
    float: none;
  }

  .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 {
    padding: 15px;
  }
}
.slideimg {
  outline: none;
}
.slideimg > p {
  margin: 0;
  line-height: 0;
}

@media (min-width: 768px) {
  .clinic-page_box .slick-track {
    -webkit-transform: unset !important;
            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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 768px) {
  .section .flex {
    -webkit-column-gap: 1%;
            column-gap: 1%;
  }
  .section .flex .col_2 {
    width: 49.5%;
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
  }
  .section .flex .col_3 {
    width: calc(98% / 3);
    -ms-flex-preferred-size: calc(98% / 3);
        flex-basis: calc(98% / 3);
  }
  .section .flex .col_4 {
    width: calc(97% / 4);
    -ms-flex-preferred-size: calc(97% / 4);
        flex-basis: calc(97% / 4);
  }
}

.mainblock .txt-large:not(:last-child),
.mce-content-body .txt-large:not(:last-child) {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
}
.mainblock .txt-large:not(:last-child):not(:last-child),
.mce-content-body .txt-large:not(:last-child):not(:last-child) {
  margin-bottom: .5em;
}
