@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h2,
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn, .btn-style {
  text-align: left;
}

.link_btn a,
.btn-style a {
  background: #1d2a66;
  max-width: 100%;
  padding: 0.8em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.2em;
  width: 210px;
}

.btn-style-w a {
  background: none;
  border: 1px solid #fff;
}

.link_btn a span:not(.db-pc):not(.db-sp):not(.db),
.btn-style a span:not(.db-pc):not(.db-sp):not(.db){
  display: block;
  font-size: 12px;
}

.link_btn a::after,
.btn-style a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
}

.link_btn a:hover,
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  max-width: 100%;
  width: 320px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
}

.sec_news .news dt {
  float: left;
  clear: left;
  color: #433f3f;
  padding: 15px 0;
}

.sec_news .news dd {
  padding: 15px 0 15px 110px;
}

.news dd a {
  text-decoration: none;
  color: #433f3f;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h3 {
  font-size: 40px;
  color: #1f1f1f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn a {
  position: absolute;
  top: 13px;
  right: 0;
  color: #433f3f;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

.sec_news .news .btn a:after {
  content: " ＞";
  font-weight: bold;
}

.sec_news .btn-style a {
  width: 138px;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.btn2 a {
  width: 49%;
}

.btn2 a + a {
  margin-left: 2%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
 /* .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 650px;
}*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .columns > .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col3 > .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 2%;
  }

  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }

  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col4 > .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    margin-right: 2%;
  }

  .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }

  .col_align {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }

  /*==========================
  	　mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp-columns .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* -----------------------custom_CSS----------------------- */
/*==========================
見出し
==========================*/
.page-title {
  padding: 3em 0;
}
.page-title h2 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 4.5em 0;
  }
  .page-title h2 {
    font-size: 36px;
  }
}

.text-large, .page-title h2, .post-type-page h3, .under-page h3, .entry-block h3, .mce-content-body h4, .under-page h4, .entry-block h4, .mce-content-body h5, .under-page h5, .entry-block h5, .post-type-page h6, .under-page h6 {
  font-weight: 600;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}

/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  color: #333333;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding: 0;
  padding: 43px 0px 0px 0px;
  position: relative;
  margin-top: 3.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #fcc600;
}
.post-type-page h3, .under h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 37px;
	height: 33px;
	background: url("img/h3_icon.png") no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .post-type-page h3, .under h3 {
    margin-top: 60px;
    font-size: 26px;
  }
}
.post-type-page h3:after, .under h3:after {
  /*content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("img/h2.png") no-repeat center/cover;
  width: 55px;
  height: 49px;*/
}

.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 {
  padding: 0;
  color: #333333;
  display: block;
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  border: none;
  background: none;
  padding: 0 0 14px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #fcc600;
  position: relative;
  padding-left: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry-block h3:after, .mce-content-body h4:after, .under h4:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  background: url("img/h4_icon.png") no-repeat center/cover;
  width: 4px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .entry-block h3, .mce-content-body h4, .under h4 {
    font-size: 22px;
  }
  .entry-block h3:after, .mce-content-body h4:after, .under h4:after {
	height: 33px;
  }
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */
.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #88b77e;
}

.under h3 + h4, .under div.h3 + h4, .under div.h3 + div.h4 h4 {
  margin-top: 0 !important;
}

/*-- H5 ------------*/
.entry-block h4, .mce-content-body h5, .under h5 {
  border-bottom: 1px solid #88b77e;
  border: none;
  border-radius: 0px;
  color: #88b77e;
  display: block;
  padding: 0 0 0 20px;
  font-size: 24px;
  line-height: 1.5;
  background: transparent;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry-block h4:before, .mce-content-body h5:before, .under h5:before {
  display: none;
}
.entry-block h4:after, .mce-content-body h5:after, .under h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #b0b0b0;
}
@media only screen and (max-width: 767px) {
  .entry-block h4, .mce-content-body h5, .under h5 {
    font-size: 20px;
  }
  .entry-block h4:after, .mce-content-body h5:after, .under h5:after {
    top: 8px;
  }
}

.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/
.entry-block h5, .post-type-page h6, .under h6 {
  color: #88b77e;
  display: table;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  border: none;
  background: none;
  padding: 0 0 0 20px;
  border-radius: 0px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry-block h5:before, .post-type-page h6:before, .under h6:before {
  display: none;
}
.entry-block h5:after, .post-type-page h6:after, .under h6:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 11px;
  bottom: auto;
  width: 10px;
  height: 2px;
  background: #88b77e;
}
@media only screen and (max-width: 767px) {
  .entry-block h5, .post-type-page h6, .under h6 {
    font-size: 18px;
  }
  .entry-block h5:after, .post-type-page h6:after, .under h6:after {
    top: 11px;
  }
}

.text-large {
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================
ボックス
==========================*/
.bg-block {
  background: #f8f6f2;
}
.bg-block .bg-block {
  background: #fff;
}
.bg-block .bg-block .bg-block {
  background: #f8f6f2;
}

.border-block {
  background: #fff;
  border: 1px solid #88b77e;
}

.border-block,
.bg-block {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0px;

  padding: 30px 15px;
}
@media screen and  ( min-width : 1250px ) {
  .border-block,
  .bg-block {
    padding: 66px;
  }
  .over_container .columns.col3 .bg-block{
		padding: 40px;
	}
}
.border-block:first-child,
.bg-block:first-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .border-block,
  .bg-block {
    padding: 24px 16px;
  }
}
.border-block ul:last-child, .border-block ol:last-child, .border-block dl:last-child, .border-block table:last-child, .border-block p:last-child,
.bg-block ul:last-child,
.bg-block ol:last-child,
.bg-block dl:last-child,
.bg-block table:last-child,
.bg-block p:last-child {
  margin-bottom: 0;
}
.over_container .bg-block{
	background: #fff;
}
.over_container h3{margin-top: 0;}
/*-- 流れ ------------*/
.flow-block {
  border: 1px solid #88b77e;
  background: #fff;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 82px;
  padding: 66px;
  position: relative;
}
.flow-block ul:last-child, .flow-block ol:last-child, .flow-block dl:last-child, .flow-block table:last-child, .flow-block p:last-child {
  margin-bottom: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
.flow-block:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -105px 0;
  border: 40px solid transparent;
  border-top: 35px solid #cfe1cb;
}
.flow-block:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 40px 30px;
  }
}

.bg-block .flow-block:after {
  border-top: 35px solid #cfe1cb;
}

.title_number {
  border: none;
  display: block;
  padding-left: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: none !important;
}

.title_number:before, .title_number:after {
  display: none !important;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.2em;
  margin-right: 0.4em;
  background: #88b77e;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}

.title_number {
  vertical-align: middle;
  padding: 0 !important;
  color: #333333 !important;
}
.title_number:before, .title_number:after {
  display: none !important;
}

/*-- Q&A ------------*/
.qa-block {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
  padding-top: 20px;
}
.qa-block:last-child {
  margin-bottom: 0;
}
.qa-block:before, .qa-block:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  margin: auto;
  width: 2px;
  height: 30px;
  border-radius: 3px;
  background: #88b77e;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width: 767px) {
	.qa-block:before, .qa-block:after {height: 15px;top: 27px;}
}
.qa-block:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-block.open:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa-block.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa-block .answer {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
}
.qa-block .answer p {
  padding: 15px 0 12px 80px;
  margin: 0;
}
.qa-block .answer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: #c9bc9c;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: 0.1em;
}

.qa-block .answer:after {
  content: "A";
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  border: none;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.mce-content-body .qa-block h4, .qa-block h4 {
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 30px 0 80px !important;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 600;
}
.mce-content-body .qa-block h4:before, .qa-block h4:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0px;
  background: #88b77e;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.mce-content-body .qa-block h4:after, .qa-block h4:after {
  background: none;
  content: "Q";
  position: absolute;
  top: -7px;
  left: 17px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none;
}
@media screen and (max-width: 767px) {
	.qa-block{
		margin-bottom: 0;
	}
	.qa-block h4{
		padding-left:50px!important;
		font-size:18px;
		margin-bottom:10px!important;
	}
.mce-content-body .qa-block h4:before, .qa-block h4:before{
	  height: 40px;
	  width: 40px;
	  top: 0px;
}
	.mce-content-body .qa-block h4:after, .qa-block h4:after {
		font-size:26px;
		left: 9px;
		top: -2px;
	}
	.qa-block .answer p{
		padding:10px 0 12px 50px;
	}
	.qa-block .answer:before{
			  height: 40px;
	  width: 40px;
	  top: 0px;
	}
	.qa-block .answer:after{
				font-size:26px;
				left: 10px;
				top: 0px;
	}
}
/*==========================
リスト
==========================*/
/*-- UL ------------*/
.ul01, .ul02, .ul_check, .ul_arrow, .ol01, .ol_decimal, .ollist {
  margin-top: 0;
  margin-bottom: 24px;
}
.ul01 li, .ul02 li, .ul_check li, .ul_arrow li, .ol01 li, .ol_decimal li, .ollist li {
  margin: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul01 li:last-child, .ul02 li:last-child, .ul_check li:last-child, .ul_arrow li:last-child, .ol01 li:last-child, .ol_decimal li:last-child, .ollist li:last-child {
  margin-bottom: 0;
}
.ul01 li::before, .ul01 li::after, .ul02 li::before, .ul02 li::after, .ul_check li::before, .ul_check li::after, .ul_arrow li::before, .ul_arrow li::after, .ol01 li::before, .ol01 li::after, .ol_decimal li::before, .ol_decimal li::after, .ollist li::before, .ollist li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
}
.ul01 + p, .ul02 + p, .ul_check + p, .ul_arrow + p, .ol01 + p, .ol_decimal + p, .ollist + p {
  margin-bottom: 24px;
}

/* ul01 */
.ul01 li::before {
  border-radius: 50%;
  background: #88b77e;
  height: 8px;
  left: 0;
  top: 10px;
  width: 8px;
}

/* ul_check チェックのリスト */
.ul_check li, .ul_arrow li {
  padding-left: 2em;
}
.ul_check li::before, .ul_arrow li::before {
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after, .ul_arrow li:after {
  content: '';
  position: absolute;
  display: block;
  background: url("img/check_icon.png") no-repeat center/cover;
  width: 21px;
  height: 21px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
}

.ul_check li:before {
  display: none;
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li:after {
  display: none;
}
.ul_arrow li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.45em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #88b77e;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 数字のOLリスト */
.ol_decimal {
  counter-reset: ol_circle;
}
.ol_decimal li {
  padding-left: 28px;
  position: relative;
}
.ol_decimal li::before, .ol_decimal li:after {
  content: "";
  position: absolute;
}
.ol_decimal li::before {
  background-color: #88b77e;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

.page-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: none;
  padding: 0;
  margin-top: 0 !important;
  border: 1px solid #88b77e !important;
  border-radius: 0px !important;
  padding: 30px 30px !important;
}
@media screen and (max-width: 767px) {
  .page-list {
    padding: 30px 20px !important;
  }
}
.page-list li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .page-list li {
    margin-bottom: 0 !important;
  }
  .page-list li:nth-child(n+3) {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:not(:nth-of-type(2n)) {
    margin-right: 0 !important;
  }
}
.page-list li a:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border: 0;
  background: #88b77e;
  border-radius: 50%;
}
.page-list li a:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-list li a {
  text-decoration: none;
  padding-left: 40px;
}
.page-list li a:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.page-list li a {
  text-decoration: none;
  color: #88b77e;
}
.page-list li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-list li {
    margin-right: 5%;
  }
}

.page-list2 li {
  position: relative;
  margin: 0.5em 0;
}
.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #59c3e2;
  border: 1px solid #59c3e2;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #59c3e2;
  border-right: 1px solid #59c3e2;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.page-list2 li a:hover {
  background: #59c3e2;
  color: #fff;
}
.page-list2 li a:hover:after {
  border-color: #fff;
  right: 10px;
}

/*==========================
テーブル
==========================*/
table {
  margin-bottom: 2em;
  margin-top: 0 !important;
}

.color01 {
  color: #c9bc9c;
  font-size: 16px;
}

.color02 {
  color: #88b77e;
  font-size: 16px;
}

/*-- 診療時間表 ------------*/
.time-table {
  table-layout: fixed;
}
.time-table th, .time-table td {
  background: none;
  padding: 1rem .2rem;
  text-align: center;
  border: none;
  font-weight: 400;
vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .time-table th, .time-table td {
    padding: 0.7rem .2rem;
  }
}
.time-table thead {
  border-bottom: 1px solid #999999;
}
.time-table thead th {
  font-weight: 400;
  background: none;
  color: #333333;
}
.time-table thead th:first-child {
  width: 25%;
  font-weight: 400;
}
.time-table tbody {
  border-bottom: 1px solid #999999;
}
.time-table tbody tr {
  border-color: #999999;
}
.time-table tbody th, .time-table tbody td {
  padding: 2.0rem .2rem;
}
@media screen and (max-width: 767px) {
  .time-table tbody th, .time-table tbody td {
    padding: 1.0rem .2rem;
  }
}
.time-table tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .time-table {
    font-size: 16px;
  }
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  background: #fff;
}
.table01 tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
.table01 tbody tr th:first-child {
  border-top: 1px solid #88b77e;
  color: #88b77e;
  width: 25%;
  font-weight: 500;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .table01 tbody tr th:first-child {
    width: 35%;
  }
}
.table01 tbody tr:last-child th:first-child {
  border-bottom: 1px solid #88b77e;
}
.table01 tbody tr th, .table01 tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
}
.table01 tbody tr th:first-child, .table01 tbody tr td:first-child {
  color: #88b77e;
  border-bottom: 1px solid #88b77e;
  border-top: 1px solid #88b77e;
}
.table01 th, .table01 td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
}
.table01 th {
  padding-right: 1em;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  table-layout: fixed;
}
.border-table th, .border-table td {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.border-table thead th, .border-table thead td {
  background: #cfe1cb;
  color: #333333;
  text-align: center;
  font-weight: 600;
}
.border-table tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
.border-table tbody td {
  text-align: left;
  /* padding-right: 1em; */
}
.border-table tbody td:last-child {
  text-align: left;
}
.border-table2 tbody td {
  text-align: center;
}
.border-table2 tbody td:last-child {
  text-align: center;
}
.border-table.td-center tbody td {
  text-align: center;
  vertical-align: middle;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  table-layout: fixed;
}
.fee-table th, .fee-table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.fee-table thead th, .fee-table thead td {
  background: #cfe1cb;
  color: #333333;
  text-align: center;
}
.fee-table tbody th {
  background: #f2f7f1;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
.fee-table tbody th:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .fee-table tbody th:first-child {
    width: 35%;
  }
}
.fee-table tbody td {
  text-align: left;
  padding-right: 1em;
vertical-align: middle;
}
.fee-table tbody td:last-child {
  text-align: right;
}

@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }

  /* googlemap --------------------*/
}
.googlemap {
  padding-top: 50%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .googlemap {
    padding-top: 60%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 80%;
    padding: 10px 5px;
    line-height: 1.5;
  }

  .table01 th, .table01 td {
    font-size: 80%;
  }
}
.mainblock p, .mce-content-body p, .mainblock ul, .mce-content-body ul {
  margin: 0 0 24px;
}
.mainblock p:last-child, .mce-content-body p:last-child, .mainblock ul:last-child, .mce-content-body ul:last-child {
  margin-bottom: 0;
}

.bread {
  padding: 0.8em 0 0.8em;
  margin-bottom: 0;
  text-align: left;
}

.btn-style {
  text-align: center;
}

.link_btn a, .btn-style a {
  max-width: 320px;
  min-width: auto;
  width: 100%;
  background: #88b77e;
  color: #fff;
  border-radius: 0px;
  font-weight: 300;
  min-width: auto;
  padding: 1em 1.5em;
}
.link_btn a:after, .btn-style a:after {
  right: 4%;
}
.link_btn a:after, .btn-style a:after {
  top: auto;
  left: auto;
  bottom: 8px;
  margin: auto;
  border: none;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 8px;
}

.mainblock p, .mce-content-body p, .mainblock ul, .mce-content-body ul {
  display: block;
  margin: 0 0 24px;
}
.mainblock p:last-child, .mce-content-body p:last-child, .mainblock ul:last-child, .mce-content-body ul:last-child {
  margin-bottom: 0;
}

.bread {
  text-align: left;
}

#aside .menu-blog h3 {
  border-bottom: 2px solid #88b77e;
}

#aside .menu-blog li a::after {
  background: #88b77e;
}

.bread li a {
  color: #88b77e;
}

.wpcf7-spinner {
  position: absolute !important;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

#totop .totop_item {
  background: url("img/top.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #totop .totop_item {
    background: url("img/sp_top.png") no-repeat center/cover;
  }
}
#totop .totop_item .material-icons {
  display: none;
}

@media screen and (max-width: 767px) {
  .inq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
  .inq .totop {
    top: 0;
    width: 15.6%;
    position: relative;
    margin: 0;
  }
  .inq .totop .totop_item {
    width: 100%;
    height: 100%;
  }
  .inq .inq_item {
    width: 84.4%;
  }
  .inq .inq_item a {
    border-right: 1px solid #fff;
  }
}
/*==========================
サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  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 #ccc;
  border-right: solid 2px #ccc;
  -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: #333333;
}

#menu-sitemap li a:hover {
  color: #88b77e;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

@media screen and (min-width: 1200px) {
  .wpcf7 dl {
    width: 65%;
  }
}
.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: 88%;
  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;
}

.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;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.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);
}

div.wpcf7 .ajax-loader {
  position: absolute !important;
}

/*==========================
お問い合わせ
==========================*/
.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;
}

.wpcf7 dl dt {
  width: 100%;
}
.wpcf7 dl dd {
  width: 100%;
}
.wpcf7 dl dd .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7 dl dd .wpcf7-list-item label {
  float: left;
}
.wpcf7 dl dd .wpcf7-list-item input, .wpcf7 dl dd .wpcf7-list-item span {
  vertical-align: unset;
}
.wpcf7 dl dd .wpcf7-list-item input {
  width: auto;
  margin: 0;
  -webkit-appearance: auto;
}
.wpcf7 dl dd .wpcf7-list-item span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpcf7 dl dt, .wpcf7 dl dd {
    margin: 0;
  }
  .wpcf7 dl dt {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .wpcf7 dl dd {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7 dl dt, .wpcf7 dl dd {
    margin: 0;
    vertical-align: top;
    width: auto;
  }
  .wpcf7 dl dt {
    float: left;
  }
  .wpcf7 dl dd {
    padding: 15px 0;
    padding-left: 175px;
    border-bottom: 1px dashed #ccc;
  }
}

a[href^="tel:"] {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #nav ul li .nav_sub {
    display: none;
  }
  #nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav ul li a:before {
    display: none;
  }

  #nav ul li a, #nav ul li span {
    padding: 20px 6px 20px 15px !important;
    font-size: 16px;
  }

  #nav ul li .sub-menu {
    background: #f8f6f2;
  }

  #nav ul li .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul li a:hover {
    background: #88b77e;
    color: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #f8f6f2;
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
  }

  #sp_nav {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  #nav {
    background: #f8f6f2;
  }
  #nav li > a::before {
    border-left: 1px solid #dcd5c3;
    height: 100%;
  }
  #nav li:last-child > a::after {
    border-left: 1px solid #dcd5c3;
    height: 100%;
  }
  #nav #menu-header-nav > li {
    padding: 15px 0;
  }
  #nav #menu-header-nav > li > a {
    padding: 18px 4px;
  }
  #nav #nav #menu-header-nav > li > ul.sub-menu > li {
    border: none;
  }
  #nav #menu-header-nav > li > ul.sub-menu {
    margin-top: -30px;
  }
  #nav #menu-header-nav > li > ul.sub-menu > li a {
    color: #fff;
    background: rgba(136, 183, 126, 0.95);
  }
  #nav #menu-header-nav > li > ul.sub-menu > li a:hover {
    color: #88b77e;
    background: #fff;
  }
  #nav #menu-header-nav > li:hover > ul.sub-menu {
    background: rgba(136, 183, 126, 0.95);
  }
  #nav #menu-header-nav > li:hover > ul.sub-menu li {
    border-top: 1px solid #fff;
  }
  #nav li > a {
    font-size: 14px;
    letter-spacing: 0;
    font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
  }
  #nav li > a .nav_sub {
    display: block;
    font-size: 10px;
    color: #88b77e;
  }
  #nav li.has_children > a .nav_sub {
    position: relative;
  }
  #nav li.has_children > a .nav_sub:after {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #83b667;
    border-right: 2px solid #83b667;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media screen and (min-width: 1250px) {
  #nav #menu-header-nav > li {
    padding: 19px 0;
  }
  #nav #menu-header-nav > li > a {
    padding: 14px 4px;
  }
  #nav li > a {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #nav li > a .nav_sub {
    font-size: 14px;
  }
}

.totop a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .inq {
    top: auto;
    bottom: 0;
    right: 82px;
  }
  .inq .inq_item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .inq .inq_item a {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .inq .inq_item a:not(:last-child) {
    margin-right: 2px;
  }
}

.mainblock.under {
  padding-bottom: 0;
}

.page-name-colonoscopy #footer {
  margin-top: 0;
}

#footer {
  border: none;
  padding: 50px 0 0;
  margin-top: 50px;
  background: #f8f6f2;
  font-size: 16px;
}
#footer .sec_credit {
  text-align: center;
}
#footer .sec_logo {
  text-align: center;
  margin: 0 0 30px;
}
#footer .googlemap {
  padding-top: 300px;
  margin-bottom: 30px;
}
#footer .sec_access01 {
  vertical-align: middle;
  margin-bottom: 15px;
}
#footer .sec_access01 .sec_img img{
	width:46px;
	max-width: 46px;
}
#footer .sec_access01 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0em;
}
#footer .time-table thead th {
  padding: 16px 5px 5px;
}
#footer .time-table thead th, #footer .time-table thead td {
  padding-top: 0;
}
#footer .time-table thead th:first-child {
  width: 38%;
}
#footer .sec_text {
  letter-spacing: 0.12em;
  margin: 0 0 30px;
}
#footer .sec_access {
  line-height: 24px;
  letter-spacing: 0.16em;
}
#footer .sec_box {
  margin-bottom: 30px;
}
#footer .text_box {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #c9bc9c;
  padding: 25px;
}
#footer .text_box .sec_box {
  margin-bottom: 0;
}
#footer .sec_title {
  height: 100%;
  width: 100%;
  background: #f0f6ef;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #88b77e;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
#footer .sec_list li {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 28px;
}
#footer .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 18px;
  height: 18px;
  background: url("img/footer_check.png") no-repeat center/cover;
}
#footer .sec_sitemap {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
}
#footer .sec_sitemap a {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}
#footer .sec_sitemap a:hover {
  text-decoration: underline;
}
#footer .sec_sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #footer .sec_box .colbox_4 {
    margin-top: 0 !important;
  }
  #footer .sec_title {
    max-width: 320px;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 80px 0 0;
    margin-top: 80px;
  }
  #footer .sec_sitemap {
    margin: 60px 0 0;
  }
  #footer .googlemap {
    margin-bottom: 70px;
  }
  #footer .sec_logo {
    margin: 0 0 55px;
  }
  #footer .sec_text {
    margin: 0 0 50px;
  }
  #footer .sec_title {
    font-size: 20px;
    line-height: 20px;
  }
  #footer .sec_box {
    margin-bottom: 60px;
  }
  #footer .googlemap {
    padding-top: 260px;
  }
  #footer .text_box {
    margin-bottom: 60px;
  }
  #footer .sec_list li {
    font-size: 16px;
  }
  #footer .sec_access01 span {
    font-size: 16px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1250px) {
  #footer {
    padding: 100px 0 0;
  }
  #footer .sec_access01 span {
    font-size: 18px;
    letter-spacing: 0.12em;
  }
  #footer .sec_title {
    font-size: 24px;
    line-height: 24px;
  }
  #footer .sec_list li {
    font-size: 18px;
  }
  #footer .time-table th, #footer .time-table td {
    letter-spacing: 0.16em;
  }
  #footer .time-table tbody th, #footer .time-table tbody td {
    padding: 2.3rem 0.2rem;
  }
}

.copyright {
  text-align: center;
  padding: 1.4em 0 100px;
  font-size: 16px;
  color: #333333;
  background: #fff;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin-top: 40px;
    padding: 10px 0 17%;
  }
}
@media screen and (min-width: 1850px) {
  .copyright {
    padding: 2em 0 100px;
  }
}

.sec_tab .columns_wrap {
  margin-top: 30px !important;
}
.sec_tab .item_wrap .sec_box {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0;
  padding: 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}
.sec_tab .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.sec_tab .btn_wrap .tab_btn {
  font-weight: bold;
  width: 32%;
  height: 100px;
  max-width: inherit;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #88b77e;
  font-weight: 600;
  font-style: normal;
  background: #fff;
  color: #333333;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec_tab .btn_wrap .tab_btn .sec_span {
  font-size: 2.3vw!important;
  line-height: 28px;
}
.sec_tab .btn_wrap .tab_btn .sec_sub {
  color: #88b77e;
}
.sec_tab .btn_wrap .tab_btn:after {
  display: none;
}
.sec_tab .btn_wrap .tab_btn.active:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #88b77e transparent transparent transparent;
}
.sec_tab .btn_wrap .tab_btn:hover {
  cursor: pointer;
}
.sec_tab .btn_wrap .tab_btn:not(:first-child) {
  margin-left: 2%;
}
.sec_tab .tab_item:not(.active) {
  display: none;
}
.sec_tab .btn-style a {
  background: #fff;
  color: #88b77e;
  border: 1px solid #88b77e;
  height: 120px;
  color: #88b77e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  font-weight: 400;
  border-radius: 0;
}
.sec_tab .btn-style a .sec_span {
  font-size: 18px;
  line-height: 20px;
}
.sec_tab .btn-style a:after {
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #88b77e transparent;
}
@media screen and (min-width: 768px) {
  .sec_tab .columns_wrap {
    margin-top: 60px !important;
  }
  .sec_tab .tab_btn:not(:first-child) {
    margin-left: 10px;
  }
  .sec_tab .btn-style a .sec_span {
    letter-spacing: 0.05em;
    font-size: 1.5vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_tab .btn-style a .sp {
    display: inline !important;
  }
  .sec_tab .item_wrap .sec_box {
    padding: 0 0 0;
  }
  .sec_tab .btn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
  .sec_tab .btn_wrap .tab_btn {
    width: calc(32% - 6px);
    margin: 0;
    height: 80px;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    margin: 0 !important;
    margin-right: 2% !important;
    border: 1px solid #88b77e;
  }
  .sec_tab .btn_wrap .tab_btn .sec_span {
    font-size: 16px!important;
    line-height: 22px;
  }
  .sec_tab .btn_wrap .tab_btn:nth-child(3n) {
    margin-right: 2% !important;
  }
  .sec_tab .btn_wrap .tab_btn:nth-child(n+4) {
    margin-top: 2% !important;
  }
  .sec_tab .item_wrap ul {
    padding: 30px 10px 30px;
  }
}
@media screen and (max-width: 570px) {
  .sec_tab .btn-style a .sec_span {
    font-size: 14px!important;
  }
  .sec_tab .btn_wrap .tab_btn .sec_span {
    line-height: 20px;
    font-size: 14px!important;
    letter-spacing: 0em;
  }
  .sec_tab .btn_wrap .tab_btn .sec_span .sec_sub {
    font-size: 10px!important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec_tab .tab_btn {
    padding: 11px 5px;
  }
  .sec_tab .tab_btn .sec_span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_tab .btn-style a .sec_span {
    font-size: 18px!important;
    line-height: 28px;
  }
  .sec_tab .btn_wrap .tab_btn .sec_span {
    font-size: 24px!important;
  }
  .sec_tab .btn_wrap .tab_btn .sec_span .sec_sub {
    font-size: 16px!important;
  }
}

.page-name-colonoscopy .page-title, .page-name-colonoscopy .bread_wrap {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .page-name-colonoscopy #header {
    padding: 0;
  }
  .page-name-colonoscopy .contents_inner {
    width: 1920px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .page-name-colonoscopy #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-name-colonoscopy #header > .inner {
    width: 100%;
  }
  .page-name-colonoscopy #header h1 {
    text-align: left;
    margin: clamp(20px, 2.000px + 2.344vw, 47px) clamp(20px, 2.000px + 2.344vw, 47px) 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box:first-of-type {
    margin-top: 0;
  }
  .sec_box .colbox_2:not(:first-of-type), .sec_box .colbox_3:not(:first-of-type), .sec_box .colbox_4:not(:first-of-type), .sec_box .colbox_5:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box.sp_colbox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_box.sp_colbox_2 .colbox_2, .sec_box.sp_colbox_2 .colbox_3, .sec_box.sp_colbox_2 .colbox_4, .sec_box.sp_colbox_2 .colbox_5 {
    width: 49%;
    margin-right: 2%;
  }
  .sec_box.sp_colbox_2 .colbox_2:not(:first-child), .sec_box.sp_colbox_2 .colbox_3:not(:first-child), .sec_box.sp_colbox_2 .colbox_4:not(:first-child), .sec_box.sp_colbox_2 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(2n), .sec_box.sp_colbox_2 .colbox_3:nth-child(2n), .sec_box.sp_colbox_2 .colbox_4:nth-child(2n), .sec_box.sp_colbox_2 .colbox_5:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_3:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_4:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_5:nth-child(n+3) {
    margin-top: 2%;
  }
  .sec_box.sp_colbox_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_box.sp_colbox_3 .colbox_2, .sec_box.sp_colbox_3 .colbox_3, .sec_box.sp_colbox_3 .colbox_4, .sec_box.sp_colbox_3 .colbox_5 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_box.sp_colbox_3 .colbox_2:not(:first-child), .sec_box.sp_colbox_3 .colbox_3:not(:first-child), .sec_box.sp_colbox_3 .colbox_4:not(:first-child), .sec_box.sp_colbox_3 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec_box.sp_colbox_3 .colbox_2:nth-child(3n), .sec_box.sp_colbox_3 .colbox_3:nth-child(3n), .sec_box.sp_colbox_3 .colbox_4:nth-child(3n), .sec_box.sp_colbox_3 .colbox_5:nth-child(3n) {
    margin-right: 0;
  }
  .sec_box.sp_colbox_3 .colbox_2:nth-child(n+4), .sec_box.sp_colbox_3 .colbox_3:nth-child(n+4), .sec_box.sp_colbox_3 .colbox_4:nth-child(n+4), .sec_box.sp_colbox_3 .colbox_5:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box .colbox_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .sec_box .colbox_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec_box .colbox_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .sec_box .colbox_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .sec_box .colbox_5:nth-child(5n) {
    margin-right: 0;
  }
  .sec_box .colbox_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .sec_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
}
.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_span {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_col ul {
    margin: 0 !important;
  }
}
.bold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }

  .sp-table table {
    width: 768px;
  }
}
.div_clearfix p:first-of-type {
  display: none;
}


.page-template-template-colonoscopy-lp .aside {
  display: none;
}

#contents {
  margin-bottom: 0;
}

.under-page .columns {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .under-page .columns.col2 .column:nth-child(n + 3) {
    margin-top: 4%;
  }
  .under-page .columns.col3 .column:nth-child(n + 4) {
    margin-top: 4%;
  }
  .under-page .columns.col4 .column:nth-child(n + 5) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .under-page .columns.col3 .column:not(:first-child), .under-page .columns.col2 .column:not(:first-child), .under-page .columns.col4 .column:not(:first-child) {
    margin-top: 5%;
  }
}

/* コンテナをはみ出す */

#contents {
  overflow:hidden;
}
.over_container {
  margin-left:  calc(50% - 50vw);
  margin-right:  calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  /**/
  background: #f8f6f2;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.over_container > h3:first-child,
.over_container > h4:first-child {
  margin-top: 0;
}
.over_container > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .over_container {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/**/
/* style.css に指定あり
.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;
}
.mt50 {
  margin-top: 50px !important;
}

/* style.css に指定あり
.mb0 {
  margin-bottom: 0 !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;
}
*/

.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 4px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.fee-table.fee-table2 {
  table-layout: auto;
}