@charset "utf-8";

/*
Theme Name: クレアクリニック公式サイトテーマ Ver1.0 new
Author: Unigraphic
Description:

last update 2025.5.8
*/

/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  /* default font-size 14px */
  line-height: 1.6;
  color: #444;
}

/****					 基本定義 				****/

/*** container 下層ページ共通ルート包含 ***/
div#common-cont {
  margin-bottom: 40px;
  padding-top: 227px;
}

  /* 調整改行 */
  .sp-br,
  .tab-br{
    display: none;
  }

/***	 タブレット等 	***/
@media screen and (min-width:768px) and ( max-width:1199px){
  /* 調整改行 */
  .tab-br{
    display: inline;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  div#common-cont {
    padding-top: 80px;
  }
  /* 調整改行 */
  .sp-br{
    display: inline;
  }
}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40>div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50>div {
  padding-right: 25px;
  padding-left: 25px;
}

/* 画像インラインブロック化 */
.img-inline {
  display: inline-block;
}

/* 字下げ */
.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* 汎用マージン */
.mb0 {
  margin-bottom: 0px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/***			 キーカラー設定 			***/
/*** メインカラー／#809580　GLナビ・サイトマップ／#648064　フッター／#647664
/*** 背景／#cbcbb8　テキスト／#444　罫線／#666　fixedご予約ボタン／#ff6800
*/

/*** アンカー ***/
/* 基本 */
/*
a,
a:link,
a:visited {
  text-decoration: none;
  color: #809580;
}

a:hover,
a:active {
  -webkit-text-decoration: under-line;
  text-decoration: under-line;
  color: #809580;
}

a:hover,
p a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}*/

/* 本文中 underline */
p a,
p a:link,
p a:visited {
  text-decoration: underline;
  color: #809580;
}

p a:hover,
p a:active {
  text-decoration: none;
  color: #809580;
}

/****					 以下 各ブロック毎定義 				****/

/* ページタイトル 左右余白を打消（BT rowと同様に補正） */
div.page-title {
  position: relative;
  margin: 0 -15px 40px -15px;
}

div.page-title img {
  width: 100%;
}

div.page-title h2 {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 25px 0;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
    background: rgba(98, 190, 201, 0.9);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.page-title h2.internal-medicine {
  color: #444;
  background: rgba(255, 255, 105, 0.9);
}

div.page-title h2.improvement,
div.page-title h2.inspection,
div.page-title h2.colonhydrotherapy {
  color: #fff;
    background: rgba(98, 190, 201, 0.9);
}

div.page-title h2.health-improvement,
div.page-title h2.inspection-plan {
  color: #fff;
  background: rgba(120, 197, 100, 0.9);
}

/* 2022.11 睡眠時無呼吸症候群（SAS）、腹部超音波検査（腹部エコー検査）、ピロリ菌検査・除菌 */
div.page-title h2.sas,
div.page-title h2.pylori,
div.page-title h2.echo {
  color: #fff;
  background: rgba(149, 129, 114, 0.9);
}

.page-title h2.checkups,
.page-title h2.vaccination-antibodytest {
  background: #6D9CBE !important;
}


/*** 背景画像なし版ページタイトル ***/
div.page-title h2.bgnone-title {
  position: static;
  top: 0;
  left: 0;
  padding: 25px 0;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: rgba(128, 149, 128, 0.9);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/****			 ヘッダー 			****/
div#hd-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
}

header a.cpbtn {
  display: inline-block;
  padding-left: 24px;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }

  header a.cpbtn {
    padding-left: 0;
  }

  header a.cpbtn img {
    max-width: 55%;
  }
}

/****			 GLメニュー 			****/
/* 包含 */
div.menu-gloval-container,
.menu-global2-container {
  position: relative;
  width: 100%;
  background-color: #648064;
}

/* 下層ページ共通 */
/*
body.page div.menu-gloval-container{
	margin-bottom:45px;
}
*/
ul#menu-gloval li a,
#menu-global2 li a {
  display: block;
}

ul#menu-gloval li a:hover,
#menu-global2 li a:hover {
  text-decoration: none;
}

/* 親メニュー／1階層 */
ul#menu-gloval,
#menu-global2 {
  margin: 0;
  padding: 5px 0;
  width: auto;
  text-align: center;
  font-size: 0;
}

ul#menu-gloval li,
#menu-global2 li {
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 34px;
  font-size: 1.4rem;
  color: #fff;
  border-left: solid 1px #fff;
}

ul#menu-gloval>li:last-child,
#menu-global2>li:last-child {
  border-right: solid 1px #fff;
}

ul#menu-gloval li#menu-item-72>a::after,
ul#menu-gloval li#menu-item-73>a::after,
ul#menu-gloval li#menu-item-333>a::after,
#menu-global2 li#menu-item-1489>a::after,
#menu-global2 li#menu-item-1493>a::after,
#menu-global2 li#menu-item-1498>a::after,
#menu-global2 li#menu-item-1501>a::after,
#menu-global2 li#menu-item-1505>a::after {
  margin-left: 5px;
  content: "▼";
  display: inline-block;
  color: #fff;
}

ul#menu-gloval li a,
#menu-global2 li a {
  display: block;
  width: auto;
  padding: 0 15px;
  height: 34px;
  color: #fff;
  opacity: 1;
}

ul#menu-gloval>li:hover,
#menu-global2>li:hover {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #396951;
}

/* 子メニュー／hide */
ul#menu-gloval>li ul.sub-menu,
#menu-global2>li ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 39px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  z-index: 10;
}

/* 表示ON */
ul#menu-gloval>li:hover ul.sub-menu,
ul#menu-global2>li:hover ul.sub-menu {
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: rgba(57, 105, 81, 0.97);
}

ul#menu-gloval>li>ul.sub-menu>li,
ul#menu-global2>li>ul.sub-menu>li {
  border: none;
}

/* 子メニューアンカーホバー */
ul#menu-gloval>li>ul.sub-menu>li a,
#menu-global2>li>ul.sub-menu>li a {
  font-size: 1.5rem;
}

ul#menu-gloval>li>ul.sub-menu>li a:hover,
#menu-global2>li>ul.sub-menu>li a:hover {
  background-color: #25423d;
}

/* 現在ページ明示 */
ul#menu-gloval>li.current-menu-item,
ul#menu-gloval>li.current-menu-parent,
#menu-global2>li.current-menu-item,
#menu-global2>li.current-menu-parent {
  background-color: #396951;
}

@media (max-width: 1199px) {
  ul#menu-gloval li a,
  #menu-global2 li a{
    padding: 0 8px;
  }
}

/*	 TAB 	*/
@media (max-width: 991px) {
  ul#menu-gloval li,
  #menu-global2 li{
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 1.1;
    font-size: 1.2rem;
    height: auto;
  }

  ul#menu-gloval li#menu-item-72>a::after,
  ul#menu-gloval li#menu-item-73>a::after,
  ul#menu-gloval li#menu-item-333>a::after,
  #menu-global2 li#menu-item-1489>a::after,
  #menu-global2 li#menu-item-1493>a::after,
  #menu-global2 li#menu-item-1498>a::after,
  #menu-global2 li#menu-item-1501>a::after,
  #menu-global2 li#menu-item-1505>a::after{
    margin-left: 3px;
  }

  ul#menu-gloval li a,
  #menu-global2 li a{
    padding: 0 4px;
    height: 16px;
  }
}

/*	 スマホ 	*/
@media (max-width: 767px) {
  body.page div.menu-gloval-container {
    margin-bottom: 0;
  }
}

/** Responsive Menuスタイルオーバーライド  **/
/* 背景透明化 */
div#responsive-menu-container {
  background: rgba(0, 0, 0, 0.8);
}

button#responsive-menu-button {
  border-radius: 4px;
}

div#responsive-menu-container ul#responsive-menu li.responsive-menu-item a:hover {
  opacity: 1;
}

/****			 ホーム画面 			****/
/* メインイメージ */
div#maintheme-wrap {
  margin: 0 0 40px 0;
  padding: 227px 0 40px 0;
  text-align: center;
  background-color: #809580;
}

img#mainteheme-image {
  margin: 0 0 40px 0;
}

/* スライド */
div#home-slide-box {
  margin: 0 0 45px 0;
}

div#home-slide-box div#metaslider_256>ol,
div#home-slide-box div#metaslider_262>ol {
  bottom: -20px;
}

/* flexslider.css override */
div#home-slide-box .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 1);
}

div#maintheme-wrap h2 {
  margin: 0 0 10px 0;
  text-align: center;
}

p.theme-copy {
  line-height: 1.6;
  font-size: 1.7rem;
  color: #fff;
}

/*** 診療時間・新着 ***/
/* 包含 */
div#infomation-section {
  margin-bottom: 40px;
}

/* 診療時間 */
div.clinic-time-wrap {
  padding: 20px 30px;
    background-color: #62bec9;
}

.clinic-time-inner-offset2 {
  /*
	height:223px;
	*/
}

table.clinic-time {
  width: 100%;
  height: auto;
}

table.clinic-time tr {
  border-bottom: solid 1px #fff;
}

table.clinic-time tr:last-child {
  border-bottom: none;
}

table.clinic-time tr td {
  padding: 3px 5px;
  line-height: 1.3;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

table.clinic-time tr td.guide-mark {
  font-size: 2rem;
  font-weight: bold;
}

table.clinic-time tr:first-child td {
  padding-bottom: 15px;
}

table.clinic-time tr td:nth-child(n + 7),
table.clinic-time tr td.notes {
  color: #ffff93;
}

table.clinic-time tr td.notes {
  text-align: left;
}

table.clinic-time tr td.notes span {
  font-size: 2rem;
  font-weight: bold;
}

table.clinic-time tr td.notes p {
  margin: 0 0 0 0;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #ffff93;
}

table.clinic-time tr td.notes p:nth-of-type(2) {
  margin: 0 0 10px 0;
}

table.clinic-time tr td.notes p:nth-of-type(3) {
  margin: 0 0 4px 0;
}

table.clinic-time tr td.notes p:nth-of-type(n + 3) {
  padding-left: 1em;
  text-indent: -1em;
}

/*** 新着 ***/
/* 飾り枠 */
div.news-frame-outer {
  width: 100%;
  padding: 3px 1px 1px 3px;
  border: solid 3px #aaa;
  -webkit-box-shadow: 3px 3px 1px #767676 inset, -1px -1px 0 #767676 inset;
  box-shadow: 3px 3px 1px #767676 inset, -1px -1px 0 #767676 inset;
}

div.news-frame-inner {
  width: 100%;
  padding: 2px 1px 1px 2px;
  border: solid 12px #aaa;
  -webkit-box-shadow: 2px 2px 1px #676767 inset, -1px -1px 0 #676767 inset;
  box-shadow: 2px 2px 1px #676767 inset, -1px -1px 0 #676767 inset;
}

/* リスト包含 */
div.news-box {
  padding: 23px;
  height: auto;
  line-height: 1.4;
  font-size: 1.2rem;
}

/* リスト */
div.news-box>div.posts {
  height: 100%;
}

div.news-box>div.posts>ul {
  width: auto;
  height: auto;
  /*
  overflow: auto;
  */
}

div.news-box>div.posts>ul>li {
  margin: 0 0 8px 0;
}

div.news-box>div.posts>ul>li>span.kiji-date {
  display: inline-block;
  padding: 2px 0;
  float: left;
  width: 15%;
}

div.news-box>div.posts>ul>li>p {
  float: left;
  width: 79%;
}

div.news-box>div.posts>ul>li>p a {
  text-decoration: none;
  color: #396951;
}

div.news-box>div.posts>ul>li>p a:hover {
  text-decoration: underline;
}

div.news-box>div.posts>ul>li>p span {
  display: inline-block;
  padding: 1px 2px;
  color: #fff;
  background-color: #c78080;
}

@media (max-width: 767px) {

  /* リスト包含 */
  div.news-box {
    padding: 10px;
  }
}

/* 部門4コンテンツ */
div#departments-wrap {
  margin-bottom: 40px;
  padding: 40px 0;
  width: 100%;
  height: auto;
  background: url("./images/home/02.jpg") center 0 no-repeat;
  background-size: cover;
}

div.department-box-wrap>div:nth-child(1),
div.department-box-wrap>div:nth-child(2) {
  margin-bottom: 30px;
}

/* 共通 */
div.department-box-wrap div.photo-box img {
  width: 100%;
}

div.intro-box {
  min-height: 196px;
}

div.intro-box>div.row {
  margin-right: 0;
  margin-left: 0;
}

div.link-box {
  margin-bottom: 15px;
}

div.intro-box h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}

div.intro-box h3 a {
  text-decoration: underline;
  color: #fff;
}

div.intro-box h3 a:hover {
  text-decoration: none;
}

div.link-box a.link-btn {
  display: block;
  padding: 5px 0;
  width: 100%;
  height: auto;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border: solid 1px #fff;
}

div.link-box a.link-btn span {
  font-size: 1.1rem;
}

p.department-intro {
  padding-right: 40px;
  padding-left: 40px;
  line-height: 1.6;
  color: #fff;
}

/* 内視鏡検査 */
div.intro-naishikyou {
  background-color: #84b3a6;
}

/* 消化器のお悩み */
div.intro-syoukaki {
  background-color: #7ea780;
}

/* 一般内科 */
div.intro-ippannaika {
  background-color: #ffff69;
}

div.intro-ippannaika h3,
div.intro-ippannaika p.department-intro {
  color: #666;
}

div.intro-ippannaika h3 a {
  text-decoration: underline;
  color: #666;
}

div.intro-ippannaika h3 a:hover {
  text-decoration: none;
}

/* コロンハイドロセラピー */
div.intro-colon {
  background-color: #6d9cbe;
}

/* 一般内科とコロンハイドロセラピー */
div.intro-ippannaika h3,
div.intro-colon h3 {
  padding: 20px 0 10px 0;
}

/***	 PC/TAB-1 	***/
@media (max-width: 1199px) {
  div#maintheme-wrap {
    padding: 200px 0 40px 0;
  }

  p.theme-copy {
    font-size: 1.5rem;
  }

  /* 診療時間 */
  div.clinic-time-wrap {
    padding: 5px 10px;
  }

  table.clinic-time tr td {
    padding: 2px 0;
    font-size: 1.3rem;
  }

  table.clinic-time tr:first-child td {
    padding-bottom: 5px;
  }

  /* 部門4 */
  div.intro-box {
    min-height: 160px;
  }

  div.intro-box h3 {
    padding: 10px 0;
    font-size: 1.7rem;
  }

  div.photo-box {
    text-align: center;
  }

  div.link-box a.link-btn {
    padding: 3px 0;
    font-size: 1.2rem;
  }

  p.department-intro {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.4;
  }

  div.news-box>div.posts>ul>li>span.kiji-date {
    width: 17%;
  }

  div.news-box>div.posts>ul>li>p {
    width: 77%;
  }
}

/* ▲▲PC/TAB-1ここまで▲▲ */

/***	 PC/TAB-2 	***/
@media (max-width: 991px) {
  div#maintheme-wrap {
    padding: 180px 0 40px 0;
  }

  div.news-box>div.posts>ul>li>span.kiji-date {
    float: none;
    width: auto;
  }

  div.news-box>div.posts>ul>li>p {
    float: none;
    width: auto;
  }

  div.department-box-wrap>div:nth-child(3) {
    margin-bottom: 30px;
  }

  div.intro-box {
    min-height: 180px;
  }

  div.intro-box h3 {
    padding: 15px 0;
    font-size: 2.2rem;
  }

  p.department-intro {
    padding-right: 40px;
    padding-left: 40px;
    line-height: 1.6;
  }
}

/* ▲▲PC/TAB-2ここまで▲▲ */

/***	 スマホ 	***/
@media (max-width: 767px) {
  div#maintheme-wrap {
    padding: 125px 0 40px 0;
  }

  div#maintheme-wrap p.theme-copy {
    text-align: left;
  }

  /* スマホ表示時左右余白なし */
  div#departments-wrap>div.container,
  div#departments-wrap>div.container>div.row>div {
    padding-right: 0;
    padding-left: 0;
  }

  div#departments-wrap>div.container>div.row {
    margin-right: 0;
    margin-left: 0;
  }

  div#maintheme-wrap h2 {
    margin: 0 0 15px 0;
  }

  p.theme-copy {
    line-height: 1.4;
    font-size: 1.8rem;
    color: #fff;
  }

  table.clinic-time tr td {
    font-size: 1.7rem;
  }

  div#infomation-section>div.row {
    margin-right: 0;
    margin-left: 0;
  }

  div#infomation-section,
  div#infomation-section>div.row>div {
    padding-right: 0px;
    padding-left: 0px;
  }

  div.intro-box {
    min-height: initial;
  }

  div.intro-ippannaika,
  div.intro-colon {
    padding-bottom: 30px;
  }

  div.intro-box h3 {
    padding: 20px 0;
    font-size: 2.4rem;
  }

  div.link-box a.link-btn {
    padding: 8px 0;
    line-height: 1.1;
    font-size: 1.6rem;
  }

  div.link-box a.link-btn span {
    font-size: 1.4rem;
  }

  p.department-intro {
    font-size: 1.6rem;
  }
}

/* ▲▲スマホここまで▲▲ */

/****			 休診日カレンダー /2021.4.8～ 			****/
.clinic-calendar-wrap {
  padding: 30px 15px;
}
/*
.xo-event-calendar .month-event,
.xo-event-calendar .month-event-space {
  display: none;
}*/

.clinic-calendar-wrap .xo-event-calendar table.xo-month {
  border: 2px solid #648064;
  padding-bottom: 6px;
}

.clinic-calendar-wrap .xo-month caption {
  padding-left: calc(50% - 120px);
  padding-right: calc(50% - 120px);
  padding-top: 6px;
  color: #fff;
  font-weight: bold;
  background: #648064;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month .month-header>span.calendar-caption {
  font-size: 2rem;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month button>span {
  color: #fff;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month th {
  position: relative;
  border: none;
  padding: 14px 0;
  color: #fff;
  background: none;
  z-index: 1;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month td {
  position: relative;
  border: none;
  padding: 8px 0 2px 0;
  color: #648064;
  font-weight: bold;
  font-size: 1.7rem;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month .month-dayname td div {
  padding: 6px 4px;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month td {
  position: relative;
  z-index: 1;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month td div {
  background: none !important;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month td div.holiday-all::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fddde6;
  border-radius: 50%;
  z-index: -1;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month th.saturday,
.clinic-calendar-wrap .xo-event-calendar table.xo-month th.sunday {
  color: #fff;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month th::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #648064;
  border-radius: 50%;
  z-index: -1;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month th.saturday::before {
  background: #337ab7;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month th.sunday::before {
  background: #dc3545;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}

.clinic-calendar-wrap .xo-event-calendar p.holiday-title span {
  padding: 0 0 0 16px;
  border-radius: 50%;
  border: none;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #648064;
}

.clinic-calendar-wrap .xo-event-calendar table.xo-month .month-dayname td div.today::after {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  position: absolute;
  border-bottom: 2px solid #648064;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .clinic-calendar-wrap {
    padding: 30px 0 0 0;
  }

  div.news-box {
    height: 579px;
    overflow: auto;
  }
}

/****			 当院の特長／ id-5 			****/
div.features-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

div.features-cont.btm {
  border-bottom: solid 1px;
}

div.features-photo {
  text-align: center;
}

div.features-cont h3 {
  margin: 16px 0;
    color: #62bec9;
}

div.features-cont h3 span {
  display: block;
  float: left;
}

div.features-cont h3 span:first-child {
  margin-right: 12px;
  font-size: 5rem;
  font-weight: bold;
}

div.features-cont h3 span.block-title {
  width: auto;
  line-height: 1.3;
  font-size: 2.2rem;
}

p.features-sent {
  clear: left;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.features-cont {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    border: none;
  }

  div.features-cont.btm {
    margin-bottom: 0;
    border: none;
  }

  div.features-cont h3 span:first-child {
    margin-right: 6px;
    font-size: 2.5rem;
  }

  div.features-cont h3 span.block-title {
    font-size: 1.8rem;
  }
}

/****			 医師／医院紹介／ id-7 			****/
/*** 院長挨拶 ***/
div.greetings-cont {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}

img#director-photo {
  margin: 0 auto 0;
}

body.introduction h3 ,
body.kousei01 h3{
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 2.2rem;
  color: #809580;
}

p.sign {
  text-align: right;
}

p.greeting-sent {
  margin: 0 0 25px 0;
}

/* 経歴・資格・所属学会等 */
div.career-box>ul:nth-of-type(n + 2) {
  margin-top: 20px;
  width: auto;
}

div.career-box>ul li:first-child {
  margin-bottom: 8px;
}

div.career-box>ul li:nth-of-type(n + 2) {
  margin-top: 6px;
  line-height: 1.3;
  font-size: 1.2rem;
}

/*** 施設・設備／スタッフ ***/
ul#facilities-photo {
  margin-right: -15px;
  width: auto;
}

ul#facilities-photo li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px 25px 0;
  width: 25%;
}

ul#facilities-photo li:nth-child(n + 5) {
  padding-bottom: 0;
}

ul#facilities-photo li>span {
  display: block;
  margin: -22px 0 0 4px;
  font-size: 1.25rem;
  color: #fff;
}

/* google indoor view */
div#innai-view-wrap {
  margin-top: 30px;
  text-align: center;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.greetings-cont {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
    border-bottom: solid 1px #666;
  }

  div.greeting-box {
    margin: 0 0 30px 0;
  }

  div.greeting-box img {
    max-width: 70%;
  }

  div.career-box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #666;
  }

  div.career-box>ul li {
    font-size: 1.7rem;
  }

  ul#facilities-photo {
    margin-right: 0;
  }

  ul#facilities-photo li {
    float: left;
    padding: 0 10px 10px 0;
    width: 50%;
  }

  ul#facilities-photo li:nth-child(odd) {
    padding-right: 10px;
    padding-left: 0;
  }

  ul#facilities-photo li:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
  }

  ul#facilities-photo li:nth-child(n + 5) {
    padding-bottom: 25px;
  }

  ul#facilities-photo li:nth-child(n + 7) {
    padding-bottom: 0;
  }

  div#innai-view-wrap>iframe {
    width: 100%;
  }
}

/****			 内視鏡検査 INDEX／ id-9 			****/
div.endoscope-index-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

div.endoscope-index-cont.btm {
  padding-top: 40px;
}

div.esidcont-md {
  position: relative;
  height: auto;
}

div.esidcont-md h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #84b3a6;
  border: solid 1px #84b3a6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.endoscope-index-cont p.btmnotes {
  padding: 10px;
  color: #84b3a6;
  border: solid 1px #84b3a6;
}

/* 下部ナビ ※子ページでも使用 */
div.endoscope-btmnavi_box {
  padding: 30px 0;
  width: 100%;
  background-color: #84b3a6;
}

div.endoscope-btm-btn a {
  text-decoration: none;
}

div.endoscope-btm-btn div.navibtn {
  padding: 15px;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #84b3a6;
  border: solid 2px #fff;
}

div.endoscope-btm-btn div.navibtn img {
  margin-right: 15px;
  vertical-align: middle;
}

div.endoscope-btm-btn div.navibtn p {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

div.endoscope-btm-btn div.navibtn p span {
  font-size: 1.6rem;
}

/***	 TAB以下 	***/
@media (max-width: 991px) {
  div.esidcont-md h3 {
    font-size: 1.6rem;
  }

  div.endoscope-btm-btn div.navibtn img {
    max-width: 25%;
  }

  div.endoscope-btm-btn div.navibtn p {
    font-size: 1.8rem;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.endoscope-index-cont {
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }

  div.esidcont-md h3 {
    position: static;
    top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  div.endoscope-index-cont.btm {
    margin-bottom: 0;
    padding-top: 0;
  }

  body.endoscope div.endoscope-btm-btn>div:first-child {
    margin-bottom: 25px;
  }
}

/****			 内視鏡検査 > 胃内視鏡検査（胃カメラ）／ id-38 			****/
/****			 内視鏡検査 > 大腸内視鏡検査（大腸カメラ）／ id-40 			****/
/* 2020.11改編 */
/*** レイアウト ***/
.endoscope-cont.intro {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #666;
}

/* メインイメージ */
div.es1cont-photo img {
  margin: 0 auto 0;
}

.endoscope-cont.daichoukensa-ryoukin {
  margin-bottom: 60px;
}

.endoscope-cont.ryoukin>div:nth-of-type(n + 2) {
  margin-top: 30px;
}

ul.es-common-intro {
  width: 100%;
}

ul.es-common-intro li {
  margin: 0;
  padding: 20px 0;
}
ul.es-common-intro li:nth-of-type(n+2) {
  border-top: solid 1px #666;
}

ul.es-common-intro li h3 {
  margin: 0 0 24px 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #84b3a6;
}

ul.es-common-intro li .md2 {
  padding: 2px 15px;
  text-align: center;
  border: solid 1px #84b3a6;
}
ul.es-common-intro li p:nth-of-type(n+2){
  margin-top: 1em;
}


/* 内視鏡検査 カメラ紹介／ 2024.3.28～ */
.endscope-info{
  margin: 15px 0 40px 0;
  width:100%;
}
.endscope-info table{
  margin: 0 0 0 0;
  width:100%;
}
.endscope-info tr th,
.endscope-info tr td{
  padding:4px 6px;
}
.endscope-info tr th{
  text-align: center;
}
@media (max-width: 767px) {
.endscope-info tr:nth-of-type(1){
  display: none;
}
.endscope-info tr{
  border-bottom: solid 1px #ccc;
}
.endscope-info tr{
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
}
.endscope-info tr,
.endscope-info tr td{
  display: block;
  width:100%;
}
.endscope-info tr td{
  padding:6px 6px;
  font-size:1.6rem;
}
.endscope-info tr td:nth-of-type(n+2){
  margin-top: 8px;
}
.endscope-info tr:nth-of-type(n+3){
  margin-top: 30px;
}
/* 大きさ項目のみ */
.endscope-info tr td:nth-of-type(1){
  text-align: center;
}
.endscope-info tr td img{
  margin: 0 auto 0;
  width:60%;
}

/* スマホ用項目 */
.endscope-info tr td::before{
  display: block;
  margin: 0 0 8px 0;
  padding: 2px 6px;
  width:100%;
  text-align: center;
  font-weight: bold;
  color:#809580e6;
  border: solid 1px #809580e6;
}
/* スマホ用項目 */
/* スマホの時はソース側のカメラの大きさ文字を非表示にする */
.endscope-info tr td span{
  display: none;
}
/* 胃内視鏡カメラの大きさ文字は疑似要素で表示 ※LDの表ではカメラの大きさ項目が空白の為 */
.endoscope-1 .endscope-info tr:nth-of-type(2) td:nth-of-type(1)::before{
  content:'通常径';
}
.endoscope-1 .endscope-info tr:nth-of-type(3) td:nth-of-type(1)::before{
  content:'細径';
}
.endoscope-1 .endscope-info tr:nth-of-type(4) td:nth-of-type(1)::before{
  content:'超細径';
}
.endoscope-1 .endscope-info tr td:nth-of-type(2)::before{
  content:'経路';
}
.endoscope-1 .endscope-info tr td:nth-of-type(3)::before{
  content:'太さ';
}
.endoscope-1 .endscope-info tr td:nth-of-type(4)::before{
  content:'画質';
}
.endoscope-1 .endscope-info tr td:nth-of-type(5)::before{
  content:'おすすめ';
}


/* 大腸内視鏡カメラの大きさ文字は疑似要素で表示 ※LDの表ではカメラの大きさ項目が空白の為 */
.endoscope-2 .endscope-info tr:nth-of-type(2) td:nth-of-type(1)::before{
  content:'通常径';
}
.endoscope-2 .endscope-info tr:nth-of-type(3) td:nth-of-type(1)::before{
  content:'細径';
}
.endoscope-2 .endscope-info tr td:nth-of-type(2)::before{
  content:'太さ';
}
.endoscope-2 .endscope-info tr td:nth-of-type(3)::before{
  content:'画質';
}
.endoscope-2 .endscope-info tr td:nth-of-type(4)::before{
  content:'おすすめ';
}
}
@media (min-width: 768px) {
.endscope-info{
  margin: 15px 0 25px 0;
}
.endscope-info table{
  border:solid 1px #ccc;
}
.endscope-info tr th,
.endscope-info tr td{
  padding:4px 6px;
  border:solid 1px #ccc;
}
.endscope-info tr th{
  text-align: center;
  color:#fff;
  background-color: #809580e6;
}
.endscope-info tr th:nth-of-type(1){
  width:15%;
}
.endscope-info tr th:nth-of-type(2),
.endscope-info tr th:nth-of-type(3){
  width:12%;
}
.endscope-info tr th:nth-of-type(4),
.endscope-info.colon tr th:nth-of-type(3){
  width:16%;
}
.endscope-info.colon tr th:last-of-type{
  width:57%;
}
.endscope-info tr td:nth-of-type(1){
  text-align: center;
}
}
@media (min-width: 1200px) {
}


/*** 料金表部 ***/
.endoscope-cont.ryoukin h3 {
  margin: 0 0 20px 0;
  padding: 2px 15px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #84b3a6;
  border: solid 1px #84b3a6;
}

/* 料金表 */
.endoscope-ryoukinhyo {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.endoscope-ryoukinhyo tr th,
.endoscope-ryoukinhyo tr td {
  font-weight: bold;
}

.endoscope-ryoukinhyo tr th {
  font-size: 2rem;
}

.endoscope-ryoukinhyo tr td {
  font-size: 1.8rem;
}

.endoscope-ryoukinhyo tr td .notes {
  font-size: 1.4rem;
}

/*** ナビボタン ***/
.endoscope-navi {
  text-align: center;
}

.endoscope-navi .common-button {
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #e9efed;
}

.endoscope-navi .common-button::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
  border-style: solid;
  border-width: 18px 17px;
  border-color: transparent transparent transparent rgba(128, 149, 128, 0.9);
}

.endoscope-navi .common-button p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 2.2rem;
  font-weight: bold;
  color: #666;
}

.endoscope-navi .common-button p>span {
  font-size: 1.4rem;
  font-weight: normal;
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  body.endoscope-1 div.page-title,
  body.endoscope-2 div.page-title {
    margin-bottom: 0;
  }

  div.es1cont-photo {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }

  /* 料金表 */
  .endoscope-ryoukinhyo,
  .endoscope-ryoukinhyo tbody,
  .endoscope-ryoukinhyo tr,
  .endoscope-ryoukinhyo tr td {
    display: block;
  }

  .endoscope-ryoukinhyo tr {
    border: solid 1px #666;
  }

  .endoscope-ryoukinhyo tr:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .endoscope-ryoukinhyo tr td {
    padding: 5px;
    text-align: center;
  }

  .endoscope-ryoukinhyo tr td:nth-child(1) {
    background-color: #e9efed;
  }

  .endoscope-ryoukinhyo tr td:nth-child(n + 2) {
    border-top: solid 1px #666;
  }

  .endoscope-ryoukinhyo tr td div,
  .endoscope-ryoukinhyo tr td span {
    display: inline-block;
  }

  .endoscope-ryoukinhyo tr td span {
    vertical-align: middle;
  }

  .endoscope-ryoukinhyo tr td span:nth-child(1) {
    margin: 0;
    padding: 1px 8px;
    color: #fff;
    display: inline-block !important;
    background: rgba(128, 149, 128, 0.9);
  }

  .endoscope-ryoukinhyo tr td span:nth-child(2) {
    width: 140px;
    text-align: right;
  }

  .endoscope-ryoukinhyo tr td .notes {
    width: auto !important;
  }
}

/***	 PC 	***/
@media (min-width: 768px) {
  /* メインイメージ */
div.es1cont-photo.polyp-illust img {
  width:60%;
}

  ul.es-common-intro li {
    padding: 60px 0;
  }

  /* 料金表部 */
  .endoscope-ryoukinhyo {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .endoscope-ryoukinhyo tr th {
    color: #fff;
    border-bottom: solid 1px #fff;
    background: rgba(128, 149, 128, 0.9);
  }

  .endoscope-ryoukinhyo tr th,
  .endoscope-ryoukinhyo tr td:nth-child(n + 2) {
    text-align: center;
  }

  .endoscope-ryoukinhyo tr:nth-of-type(even) {
    background-color: #e9efed;
  }

  .endoscope-ryoukinhyo tr th,
  .endoscope-ryoukinhyo tr td {
    padding: 5px 5px;
  }

  .endoscope-ryoukinhyo tr th:nth-of-type(n + 2),
  .endoscope-ryoukinhyo tr td:nth-of-type(n + 2) {
    border-left: solid 1px #666;
  }

  .endoscope-ryoukinhyo tr td:nth-child(1) {
    width: 40%;
  }

  .endoscope-ryoukinhyo tr td:nth-child(n + 2) {
    width: 20%;
  }

  /*** ナビボタン ***/
  .endoscope-navi .common-button {
    width: 40%;
  }

.endoscope-navi .common-button p {
  width:calc(100% - 45px);
}
.endoscope-navi .common-button p>span {
  font-size: 1.4rem;
  font-weight: normal;
}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
.endoscope-navi .common-button p {
  width:auto;
}
}


/****			 胃カメラの流れ／ id-632 ／2020.11新規 			****/
/****			 大腸カメラの流れ／ id-634 ／2020.11新規 			****/
/* レイアウト */
/*
.ikamera-flow > div:nth-of-type(n+2){
	margin-top: 15px;
}
*/
.stepbox-kensa {
  margin-bottom: 10px;
}

.stepbox-kensa.btm {
  margin-bottom: 0;
}

/* 見出し */
.ikamera-flow h3,
.ikamera-flow h4 {
  font-size: 2.2rem;
  font-weight: bold;
}

.ikamera-flow h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: rgba(128, 149, 128, 0.9);
}

.ikamera-flow .md2 {
  margin: 0 0 10px 0;
}

.ikamera-flow h4 {
  margin: 0 0 5px 0;
  color: #84b3a6;
}

.stepbox,
.stepbox-kensa {
  text-align: center;
  width: 100%;
}

.stepbox>p {
  margin: 0;
  text-align: left;
  padding: 15px 20px;
}

.stepbox>p,
.step-intro {
  background-color: #e9efed;
}

.stepbox>p,
.step-intro>p {
  line-height: 1.4;
}

.stepbox-kensa .step-intro {
  padding: 20px;
  text-align: left;
  background-color: #e9efed;
}

.stepbox-kensa .photo img {
  margin: 0 auto 0;
}

/* 三角マーク▼ */
.stepbox::after,
.ikamera-flow .stepbox-kensa.btm::after {
  display: inline-block;
  content: "";
  margin: 15px auto -10px;
  border-style: solid;
  border-width: 17px 18px;
  border-color: rgba(128, 149, 128, 0.9) transparent transparent transparent;
}

.ikamera-flow .stepbox-kensa.btm::after {
  margin: 15px auto -5px;
}

/***	 SP 	***/
@media (max-width: 767px) {}

/***	 PC 	***/
@media (min-width: 768px) {
  .stepbox>p {
    padding: 15px 12%;
  }

  .stepbox-kensa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stepbox-kensa>div {
    width: 50%;
  }

  .stepbox-kensa .step-intro {
    padding: 25px;
  }
}

/****			 消化器のお悩み INDEX／ id-11 			****/
/*** 症状例の案内部 ***/
div.syoukaki-block-1st.syoukaki-block {
  position: relative;
  background-color: #7ea780;
}

div.syoukaki-block {
  background-color: #cbcbb8;
}

ul.syoujyou {
  padding: 25px 15px;
  width: 100%;
  background: url("./images/digestive-organs/bg.png") top 10px right 20px / 55% no-repeat #7ea780;
}

ul.syoujyou li::before {
  padding-right: 2px;
  content: "●";
  font-size: 2.2rem;
  color: #fff;
}

ul.syoujyou li {
  margin: 0 0 10px 0;
  padding: 0 0 0 1.1em;
  text-indent: -1.1em;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}

ul.syoujyou li:last-child {
  margin-bottom: 0;
}

p.syoujyou-soudan {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px 0;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  color: #b63959;
  background-color: #fff;
  border-bottom: solid 22px #7ea780;
}

/*** ナビボタン部 ***/
div.syoukaki-index-cont>div {
  margin-bottom: 20px;
}

div.syoukaki-index-cont>div:nth-child(n + 4) {
  margin-bottom: 0;
}

div.syoukaki-block a {
  text-decoration: none;
}

div.block-hd {
  margin: 0 0 0 0;
  padding: 8px 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#cbcbb8), color-stop(50%, #cbcbb8), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(0deg, #cbcbb8 0%, #cbcbb8 50%, #fff 50%, #fff 100%);
}

div.block-hd img {
  width: 50%;
}

div.syoukaki-navibtn {
  padding: 25px;
}

div.syoukaki-navibtn h3 {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
}

div.syoukaki-navibtn p.intro {
  margin: 0 0 18px 0;
  color: #444;
}

div.syoukaki-navibtn table.condition-case {
  margin: 0 auto 0;
  width: 50%;
}

div.syoukaki-navibtn table.condition-case.col2 {
  width: 100%;
}

div.syoukaki-navibtn table.condition-case tr td {
  padding: 0 0 0 10px;
  width: 50%;
  line-height: 1.3;
  vertical-align: top;
  text-align: left;
  color: #7ea780;
}

div.syoukaki-navibtn table.condition-case tr td span {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 0 0 4px;
  border-left: solid 5px #7ea780;
}

div.syoukaki-navibtn table.condition-case tr td span:last-child {
  margin-bottom: 0;
}

/***	 NOTE・TAB 	***/
@media (max-width: 991px) {

  div.syoukaki-navibtn h3,
  div.syoukaki-navibtn p.intro {
    text-align: left;
  }

  ul.syoujyou {
    padding: 15px 15px;
  }

  ul.syoujyou li {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  p.syoujyou-soudan {
    padding: 15px 0;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.syoukaki-index-cont {
    margin-right: 0;
    margin-left: 0;
  }

  div.syoukaki-index-cont>div {
    padding-right: 0;
    padding-left: 0;
  }

  div.syoukaki-index-cont>div:nth-child(n + 4) {
    margin-bottom: 20px;
  }

  div.syoukaki-index-cont>div:nth-child(6) {
    margin-bottom: 0;
  }

  div.syoukaki-navibtn p.intro {
    text-align: left;
  }

  ul.syoujyou li {
    font-size: 1.8rem;
  }

  p.syoujyou-soudan {
    position: static;
    font-size: 1.6rem;
  }

  div.block-hd {
    background: -webkit-gradient(linear, left bottom, left top, from(#7eb280), color-stop(50%, #7eb280), color-stop(50%, #7eb280), to(#7eb280));
    background: linear-gradient(0deg, #7eb280 0%, #7eb280 50%, #7eb280 50%, #7eb280 100%);
  }

  div.syoukaki-navibtn table.condition-case {
    margin: 0 0 0 0;
    width: 100%;
  }

  div.syoukaki-navibtn table.condition-case tr td {
    display: block;
    margin: 0 0 6px 0;
    width: 100%;
  }
}

/***	 消化器のお悩み 子ページ共通 	***/
/** レイアウト **/
/*
body.parent-pageid-11 div.menu-gloval-container,
body.parent-pageid-11 div#common-cont{
	margin-bottom:0;
}
*/
/*** 消化器のお悩み　子ページのみ包含上部の白余白不要（メインカラム側にベージュの余白設定） ***/
body.parent-pageid-11 div#common-cont {
  margin-bottom: 0;
  padding-top: 181px;
}

body.parent-pageid-11 div#main-column,
body.parent-pageid-11 div#side-column {
  padding-top: 45px;
  padding-bottom: 40px;
}

body.parent-pageid-11 div#main-column {
  background-color: #cbcbb8;
}

/* タイトル */
div#digestiveorgans-page-title {
  margin: 0 0 30px 0;
  padding: 0 30px;
}

div#digestiveorgans-page-title>h2 {
  width: 100%;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: bold;
  color: #7ea780;
}

/** コンテンツ内容 **/
ul.condition-intro {
  padding: 15px 30px;
  width: 100%;
}

ul.condition-intro li {
  margin: 0 0 40px 0;
}

ul.condition-intro li:last-child {
  margin-bottom: 0;
}

ul.condition-intro li img.hd-icon {
  float: left;
  max-width: 20%;
}

ul.condition-intro li div.intro {
  float: right;
  width: 72%;
}

ul.condition-intro li div.intro h3 {
  margin: 0 0 15px 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #7ea780;
}

/** サイドメニュー **/
div#digestiveorgans-menu-box {
  padding: 20px 15px;
  color: #fff;
  background-color: #7ea780;
}

div#digestiveorgans-menu-box h4 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

ul#menu-digestiveorgans-menu {
  width: 100%;
}

ul#menu-digestiveorgans-menu li {
  margin: 0 0 10px 0;
  padding: 8px;
  text-align: center;
  border: solid 2px #fff;
}

/* 現在ページ */
ul#menu-digestiveorgans-menu li.current_page_item {
  background-color: #396951;
}

ul#menu-digestiveorgans-menu li a {
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

ul#menu-digestiveorgans-menu li:last-child a {
  font-size: 1.5rem;
}

/***	 NOTE・TAB 	***/
@media (max-width: 1199px) {
  ul#menu-digestiveorgans-menu li {
    text-align: left;
  }

  ul#menu-digestiveorgans-menu li a {
    font-size: 1.8rem;
  }
}

/***	 TAB 	***/
@media (max-width: 991px) {
  div#digestiveorgans-menu-box h4 {
    text-align: left;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  /* PC用GLナビ部分の余白調整 */
  body.parent-pageid-11 div#common-cont {
    padding-top: 80px;
  }

  /* スマホ表示左右マージンなし */
  body.digestive-organs div#common-cont,
  body.parent-pageid-11 div#common-cont,
  body.digestive-organs div#common-cont>div.row>div,
  body.parent-pageid-11 div#common-cont>div.row>div,
  body.parent-pageid-11 div#common-cont>div.row>div>div.row>div,
  body.parent-pageid-11 div#common-cont>div.row>div>div.row>div>div.row>div {
    padding-right: 0;
    padding-left: 0;
  }

  body.digestive-organs div#common-cont>div.row,
  body.parent-pageid-11 div#common-cont>div.row,
  body.parent-pageid-11 div#common-cont>div.row div div.row {
    margin-right: 0;
    margin-left: 0;
  }

  body.digestive-organs div#common-cont>div.row div.page-title,
  body.parent-pageid-11 div#common-cont>div.row div.page-title {
    margin-right: 0;
    margin-left: 0;
  }

  /* スマホ時はサイドメニューとメイン部の余白なし */
  body.parent-pageid-11 div#side-column {
    padding-top: 0;
  }

  /* タイトル */
  div#digestiveorgans-menu-box h4 {
    text-align: center;
  }

  div#digestiveorgans-page-title.sp_title {
    margin-bottom: 10px;
    width: 100%;
  }

  div#digestiveorgans-page-title.sp_title>h2 {
    padding: 8% 0 8% 26%;
    font-size: 3.6rem;
  }

  ul#menu-digestiveorgans-menu li {
    text-align: center;
  }

  /* 共通コンテンツ部 */
  ul.condition-intro li img.hd-icon {
    display: none;
  }

  ul.condition-intro li div.intro {
    float: none;
    width: 100%;
  }

  /*** タイトル部 ***/
  /* 食道の病気 INDEX／ id-23 */
  body.esophagus div#digestiveorgans-page-title.sp_title>h2 {
    background: url("./images/digestive-organs/01.png") 0 center / 20% no-repeat;
  }

  /* 胃の病気 INDEX／ id-25 */
  body.stomach div#digestiveorgans-page-title.sp_title>h2 {
    background: url("./images/digestive-organs/02.png") 0 center / 20% no-repeat;
  }

  /* 肝臓の病気 INDEX／ id-31 */
  body.liver div#digestiveorgans-page-title.sp_title>h2 {
    background: url("./images/digestive-organs/03.png") 0 center / 20% no-repeat;
  }

  /* 小腸・大腸の病気 INDEX／ id-29 */
  body.intestine div#digestiveorgans-page-title.sp_title>h2 {
    background: url("./images/digestive-organs/04.png") 0 center / 20% no-repeat;
  }

  /* 十二指腸・胆のう・膵臓の病気 INDEX／ id-27 */
  body.duodenum-gallbladder-pancreas div#digestiveorgans-page-title.sp_title>h2 {
    background: url("./images/digestive-organs/05.png") 0 center / 20% no-repeat;
  }
}

/****			 一般内科／ id-13 			****/
div.internal-medicine-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

div.internal-medicine-cont.btm {
  border-bottom: solid 1px #666;
}

div.internal-medicine-cont h3,
div.internal-medicine-cont h4 {
  padding: 5px 15px;
  line-height: 1.3;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444;
  background-color: #ffff69;
}

div.internal-medicine-cont h4 {
  display: inline-block;
  margin: 0 0 10px 0;
}

div.internal-medicine-cont p {
  margin: 0 0 20px 0;
}

div.internal-medicine-cont p:last-child {
  margin-bottom: 0;
}

/*** 生活習慣病 2020.11.5 ***/
.seikatsusyuukanbyou-cont .inner {
  padding: 40px 60px;
  background-color: #e5e5e5;
}

.seikatsusyuukanbyou-cont .inner h3 {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 8px;
  font-size: 3.7rem;
  font-weight: bold;
  color: #444;
  background-color: #ffff69;
}

.seikatsusyuukanbyou-cont .inner h3 {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 2px 16px;
  font-size: 3.7rem;
  font-weight: bold;
  color: #444;
  background-color: #ffff69;
}

.seikatsusyuukanbyou-cont .inner h4 {
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
  background: none;
}

.seikatsusyuukanbyou-cont .inner .imgbox {
  text-align: right;
}

.seikatsusyuukanbyou-cont .inner .imgbox img {
  padding-right: 15px;
  width: 57%;
}

/***	 PC・NOTE・TAB 	***/
@media (min-width: 768px) {

  /* レイアウト */
  .seikatsusyuukanbyou-intro>div:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}

/***	 NOTE・TAB 	***/
@media (max-width: 1199px) {

  div.internal-medicine-cont h3,
  div.internal-medicine-cont h4 {
    text-align: left;
  }

  .seikatsusyuukanbyou-cont .inner .imgbox img {
    padding-right: 0;
    width: 70%;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.internal-medicine-cont h3 {
    margin-bottom: 10px;
  }

  div.internal-medicine-cont h3,
  div.internal-medicine-cont h4 {
    padding: 5px 0;
    text-align: center;
    font-size: 1.8rem;
  }

  div.internal-medicine-cont h4 {
    display: block;
  }

  div.internal-medicine-cont div.photo-box {
    margin-bottom: 15px;
  }

  /* レイアウト */
  .seikatsusyuukanbyou-intro>div:nth-of-type(1) {
    margin-top: 0 !important;
  }

  .seikatsusyuukanbyou-intro>div:nth-of-type(odd) {
    margin-top: 30px;
  }

  .seikatsusyuukanbyou-cont .inner {
    padding: 20px 15px;
  }

  .seikatsusyuukanbyou-cont .inner h3 {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 8px;
    text-align: center;
    font-size: 3rem;
  }

  .seikatsusyuukanbyou-cont .inner .imgbox {
    text-align: center;
  }

  .seikatsusyuukanbyou-cont .inner .imgbox img {
    margin: 0 auto 10px;
    padding: 0;
    width: 60%;
  }
}

/****			 健康改善のススメ／ id-289 			****/
/*** 共通 ***/
div.health-improvement-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}

div.health-improvement-cont.middle-cont {
  border: none;
}

div.health-improvement-cont h3 {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  line-height: 1.3;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #78c564;
  border: solid 1px #78c564;
}

div.health-improvement-intro p {
  margin: 0;
}

div.health-improvement-cont div.navibtn {
  position: relative;
  padding: 24px 60px 50px 60px;
  text-align: center;
}

div.health-improvement-cont div.navibtn h4 {
  font-size: 2.2rem;
  font-weight: bold;
}

div.health-improvement-cont div.navibtn h4,
div.health-improvement-cont div.navibtn p {
  margin: 0 0 22px;
  color: #fff;
}

div.health-improvement-cont div.navibtn p {
  line-height: 1.3;
}

div.health-improvement-cont div.navibtn div.annai {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
}

div.health-improvement-cont div.navibtn div.annai span {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  border: solid 2px #fff;
}

div.health-improvement-cont div.navibtn.colon {
  background-color: #7a94b4;
}

div.health-improvement-cont div.navibtn.inspectionplan {
  background-color: #78c564;
}

/** 自由診療メニュー **/
table.jiyuushinryou-menu {
  margin: 0 0 5px 0;
  width: 100%;
}

table.jiyuushinryou-menu tr td {
  padding: 8px 20px;
  vertical-align: middle;
  color: #fff;
}

table.jiyuushinryou-menu tr:nth-child(even) td {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #78c664;
}

table.jiyuushinryou-menu tr:nth-child(odd) td {
  background-color: #50b638;
}

table.jiyuushinryou-menu tr td:first-child {
  width: 45%;
  font-size: 2rem;
  font-weight: bold;
}

table.jiyuushinryou-menu tr td:last-child {
  width: 55%;
}

table.jiyuushinryou-menu tr td p.detail {
  margin: 0 0 4px 0;
  line-height: 2.2rem;
}

table.jiyuushinryou-menu tr td p.detail span.price {
  display: block;
  float: right;
  font-size: 2.2rem;
  font-weight: bold;
}

table.jiyuushinryou-menu tr td p.notes {
  text-align: right;
}

p.jiyuushinryou-notes {
  text-align: right;
}

@media (max-width: 767px) {
  div.health-improvement-cont.middle-cont>div:first-child {
    margin-bottom: 25px;
  }

  div.health-improvement-cont div.navibtn {
    padding: 24px 10px 50px 10px;
  }

  div.health-improvement-cont div.navibtn h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  div.health-improvement-cont div.navibtn p {
    text-align: left;
  }

  /* 自由診療メニュー */
  table.jiyuushinryou-menu tr,
  table.jiyuushinryou-menu tr td {
    display: block;
    width: 100% !important;
    border: none !important;
  }

  table.jiyuushinryou-menu tr td:first-child span {
    font-size: 1.4rem;
  }

  table.jiyuushinryou-menu tr td p.detail {
    margin: 0 0 8px 0;
    line-height: 1.8rem;
  }

  table.jiyuushinryou-menu tr td p.detail span.price {
    display: inline-block;
    float: none;
    margin-top: 5px;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
  }

  table.jiyuushinryou-menu tr>td:last-child {
    padding-top: 0;
    border-bottom: solid 1px #fff !important;
  }

  table.jiyuushinryou-menu tr td p.notes {
    text-align: left;
  }
}


/****			 健康改善のススメ／ id-1319 ／2022.11.11～			****/
/****   コロンハイドロセラピー、ニンニク注射、プラセンタ   ***/

/****			 各種検査／ id-1321 ／2022.11.12～			****/
/****   ミルテル検査、マイキンソー、遅延型フードアレルギー検査、消化管健康診断検査   ***/

/****			 睡眠時無呼吸症候群（SAS）／ id-1465 ／2022.11.21～			****/


/*** 共通／健康改善のススメ、各種検査、睡眠時無呼吸症候群（SAS） ***/
/* レイアウト */
.improvement-inspection-cmn-cont {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

.improvement-inspection-cmn-cont.top {
  border-top: none;
}

.improvement-inspection-cmn-cont.btm {
  margin-bottom: 30px;
  border-bottom: solid 1px #666;
}

.improvement-inspection-cmn-cont.pagenavi {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

/* ニンニク注射レイアウト */
.improvement-inspection-cmn-cont.garlic-injection {
  border-top: none;
  border-bottom: solid 1px #666;
}

/* プラセンタレイアウト */
.improvement-inspection-cmn-cont.placenta.btm {
  border-bottom: none;
}

/*** ページ内リンク オフセット ***/
.improvement-inspection-cmn-cont span[id*="jp"] {
  display: block;
  content: "";
  margin-top: -190px;
  padding-top: 190px;
  width: 1px;
  height: 1px;
}

/*** ページ内リンクナビ ***/
.improvement-inspection-pagenavi {
  margin: 0;
  width: 100%;
}

.improvement-inspection-pagenavi .md {
  padding: 0 8px 1px 8px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
    background-color: #62bec9;
}

.improvement-inspection-pagenavi>li:nth-of-type(n+2) {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.3;
}

.improvement-inspection-pagenavi li a {
  font-size: 1.6rem;
  color: #444;
}

.improvement-inspection-pagenavi li a span {
    color: #62bec9;
}

/* 見出し */
.improvement-inspection-cmn-cont h3 {
  margin: 0 auto 30px;
  padding: 25px 0;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
    background-color: #62bec9;
}

.improvement-inspection-cmn-cont h4 {
  margin: 0 0 20px 0;
  padding: 5px 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
    color: #3d99a3;
    border: solid 1px #3d99a3;
}

.improvement-inspection-cmn-cont h4.placenta-ryoukinhyo-md {
  padding: 2px 15px;
  line-height: 1.1;
}

.improvement-inspection-cmn-cont h5 {
  margin: 0 0 10px 0;
  font-size: 2rem;
  font-weight: bold;
    color: #3d99a3;
}

/* 睡眠時無呼吸症候群（SAS）、腹部超音波検査、ピロリ菌検査・除菌 */
.improvement-inspection-cmn-cont.sas h4,
.improvement-inspection-cmn-cont.sas h5,
.improvement-inspection-cmn-cont.echo h4,
.improvement-inspection-cmn-cont.echo h5,
.improvement-inspection-cmn-cont.pylori h4,
.improvement-inspection-cmn-cont.pylori h5 {
  color:#958172;
}
.improvement-inspection-cmn-cont.sas h4,
.improvement-inspection-cmn-cont.echo h4,
.improvement-inspection-cmn-cont.pylori h4 {
  border: solid 1px #958172;
}
.improvement-inspection-cmn-cont.sas h5 .sml{
  font-size:1.4rem;
}

/* 段落基本 */
.improvement-inspection-cmn-cont p {
  margin: 0 0 18px 0;
}


.improvement-inspection-cmn-cont .photo-box {
  margin: 0 0 15px 0;
}

/* 効果、おすすめ等リスト */
.improvement-inspection-cmn-cont .cmn-intro ul {
  margin: 0 0 20px 0;
}

.improvement-inspection-cmn-cont .cmn-intro ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
    color: #3d99a3;
}

/* 効果、おすすめ等リスト／睡眠時無呼吸症候群 */
.improvement-inspection-cmn-cont .cmn-intro.sas ul li{
  font-weight: bold;
  color:#958172;
}

.improvement-inspection-cmn-cont .cmn-intro ul li:nth-of-type(n+2) {
  margin-top: 8px;
}

.improvement-inspection-cmn-cont .cmn-intro .price,
.improvement-inspection-cmn-cont .cmn-intro .price-notes {
  text-align: center;
}

.improvement-inspection-cmn-cont .cmn-intro .price {
  margin-bottom: 10px;
}

.improvement-inspection-cmn-cont .cmn-intro .price span {
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
    background-color: #3d99a3;
}

.improvement-inspection-cmn-cont a {
  color: #6d9cbe;
}

/* 注釈 */
.improvement-inspection-cmn-cont .notes {
  margin: 0 0 20px 0;
  color: #6d9cbe;
}

.improvement-inspection-cmn-cont .notes-md {
  display: block;
  margin: 0 0 8px 0;
  padding: 2px 2px 2px 1em;
  color: #fff;
  background-color: #6d9cbe;
}

/* PRポイント */
.pr-point {
  margin: 0 auto 50px;
  padding: 15px;
  line-height: 1.3;
    border: solid 2px #3d99a3;
}

.pr-point .md {
  display: block;
  margin: 0 0 8px 0;
  font-weight: bold;
    color: #3d99a3;
}

/* PRポイント／睡眠時無呼吸症候群 */
/* PRポイント／ピロリ菌検査・除菌 */
.cmn-intro.sas .pr-point,
.cmn-intro.pylori .pr-point{
  border: solid 2px #958172;
}
.cmn-intro.sas .pr-point .md,
.cmn-intro.pylori .pr-point p{
  color: #958172;
}

/* 所要時間・来院目安 */
.raiin-info,
.raiin-info>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 100%;
}

.raiin-info .infobox .detail.jikan {
  font-size: 1.8rem;
}

.raiin-info .infobox .detail {
  width: calc(100% - 95px);
}

.raiin-info .infobox .detail span {
  display: block;
  margin: 0 0 2px 0;
  font-size: 1.8rem;
  font-weight: bold;
    color: #6D9CBE;
}

/*         各種検査ページ         */
/*--------------------------------*/
/*** ミルテル検査 ***/
#telomeretest-mirtest-intro {
  margin: 0 auto 20px;
  width: 100%;
}

#telomeretest-mirtest-intro>li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-indent: 0;
  padding: 0;
  padding: 15px;
  width: 100%;
    border: solid 1px #62bec9;
  border-radius: 18px;
}

#telomeretest-mirtest-intro li p {
  color: #fff;
}

#telomeretest-mirtest-intro .telomere {
    background-color: #62bec9;
}

#telomeretest-mirtest-intro>li p {
  margin: 0;
  text-align: center;
  color: #fff;
}

#telomeretest-mirtest-intro .mir p {
    color: #62bec9;
}

#telomeretest-mirtest-intro>li .md {
  margin: 0 auto 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

#telomeretest-mirtest-intro>li .pr {
  margin: 0 auto 15px;
}

#telomeretest-mirtest-intro>li .pr span {
  font-size: 2rem;
  font-weight: bold;
}

#telomeretest-mirtest-intro>li .info {
  margin: 0 auto 15px;
}

#telomeretest-mirtest-intro>li .notes {
  margin: 0 auto 0;
}

#telomeretest-mirtest-intro>li .info,
#telomeretest-mirtest-intro>li .notes {
  text-align: left !important;
}

/*** マイキンソー ***/
/* 検査の流れ */
.mykinso-kensa-flow {
  width: 100%;
}

.mykinso-kensa-flow>div,
.mykinso-kensa-flow>p {
  width: 100%;
}

/*** フードアレルギー ***/
/* 検査の対象 */
.food-allergy-kensa {
  margin: 0;
  padding: 0;
}

.food-allergy-kensa>li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  color: #444 !important;
}

.food-allergy-kensa>li:nth-of-type(n+2) {
  margin-top: 8px;
}

.foods-kensa-ex {
    color:#3d99a3;
}

/*** 消化管健康診断検査 ***/
/* 検査項目 */
.syoukakan-kensa-koumoku>li {
  width: 100%;
}

.syoukakan-kensa-koumoku>li>span:nth-of-type(1) {
  display: block;
}

.syoukakan-kensa-koumoku>li {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.syoukakan-kensa-koumoku>li:nth-of-type(n+2) {
  margin-top: 12px;
}

/*** 睡眠時無呼吸症候群（SAS） ***/
.sas-tips{
  margin: 0 !important;
  font-weight: bold;
  color:#958172;
}



@media (max-width: 767px) {

  /*** ページ内リンクナビ ***/
  .improvement-inspection-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .improvement-inspection-pagenavi .md {
    width: 100%;
  }

  .improvement-inspection-pagenavi>li:nth-of-type(n+3) {
    margin-top: 10px;
    width: 49%;
  }

  .improvement-inspection-pagenavi>li:nth-of-type(2),
  .improvement-inspection-pagenavi>li:nth-of-type(3) {
    margin-top: 14px;
  }

  .improvement-inspection-pagenavi li a {
    font-size: 1.4rem;
  }


  /* 効果、おすすめ等リスト */
  .improvement-inspection-cmn-cont .cmn-intro ul li {
    font-size: 1.6rem;
  }

  /* 所要時間・来院目安 */
  .raiin-info {
    flex-wrap: wrap;
  }

  .raiin-info>div {
    width: 100%;
  }

  .raiin-info>div:nth-of-type(2) {
    margin-top: 15px;
  }

  /*         各種検査ページ         */
  /*--------------------------------*/
  /*** ミルテル検査 ***/
  #telomeretest-mirtest-intro>li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  /*** マイキンソー ***/
  .mykinso-kensa-flow>div {
    margin: 0 auto 15px;
  }

}

@media (min-width: 768px) {

  /*** ページ内リンクナビ ***/
  .improvement-inspection-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .improvement-inspection-pagenavi>li {
    margin-top: 8px;
  }

  .improvement-inspection-pagenavi>li:nth-of-type(n+2) {
    margin-left: 2em;
  }


  /* 効果、おすすめ等リスト */
  .improvement-inspection-cmn-cont .cmn-intro ul li {
    font-size: 1.4rem;
  }

  /* 所要時間・来院目安 */
  .raiin-info {
    justify-content: center;
  }

  .raiin-info .infobox {
    margin: 0;
    padding: 0 15px;
    width: 48%;
    max-width: 380px;
  }

  /*** マイキンソー ***/
  .mykinso-kensa-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mykinso-kensa-flow>div,
  .mykinso-kensa-flow>p {
    width: 48%;
  }

  /*** 遅延型フードアレルギー検査 ***/
  /* 検査の流れ */
  .food-allergy-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .food-allergy-flow>div {
    width: 33%;
  }

  .food-allergy-flow>p {
    width: 63%;
  }

  /*** 消化管健康診断検査 ***/
  /* 検査項目 */
  .syoukakan-kensa-koumoku>li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-indent: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .syoukakan-kensa-koumoku>li>span:nth-of-type(1) {
    padding-right: 15px;
    width: 20%;
  }

  .syoukakan-kensa-koumoku>li>span:nth-of-type(2) {
    width: 80%;
  }

}

@media (min-width: 1200px) {

  /*         各種検査ページ         */
  /*--------------------------------*/
  /*** ミルテル検査 ***/
  #telomeretest-mirtest-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #telomeretest-mirtest-intro>li {
    margin: 0;
    width: 48%;
    height: 260px;
  }
}




/****			 自費診療メニュー／ id-1459 ／2022.11.21～			****/
.jihishinryou-menu-cont .navi-button{
  background-color: #6D9CBE;
}
.jihishinryou-menu-cont .navi-button .menu-text{
  margin: 0;
  padding:8px;
  line-height: 1.3;
  font-size:1.6rem;
  font-weight: bold;
  color:#fff;
}







/*-----------------------------------------------------------*/
/* 2022.11.11 旧コロンハイドロ用 健康改善のススメ公開後削除OK */

/* ここから  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓  */

/*** 共通 ***/
div.healthimprovement-cmn-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

div.healthimprovement-cmn-cont.top {
  border-top: none;
}

div.healthimprovement-cmn-cont.btm {
  border-bottom: solid 1px #666;
}

div.healthimprovement-cmn-cont h3 {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  line-height: 1.3;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

div.colonhydrotherapy-cont h3 {
  color: #6d9cbe;
  border: solid 1px #6d9cbe;
}

div.healthimprovement-cmn-cont h4 {
  margin: 0 0 10px 0;
  font-size: 2rem;
  font-weight: bold;
}

div.colonhydrotherapy-cont h4 {
  color: #6d9cbe;
}

div.colonhydrotherapy-intro h4 {
  text-align: center;
}

div.healthimprovement-cmn-cont p {
  margin: 0 0 18px 0;
}

div.colonhydrotherapy-flow p:last-child {
  margin-bottom: 0;
}


.colonhydrotherapy-intro.improvement-inspection-cmn-cont h5,
div.colonhydrotherapy-intro h4 {
  text-align: center;
}

div.colonhydrotherapy-intro ul {
  margin: 0 0 20px 0;
}

div.colonhydrotherapy-intro ul li {
  margin: 0 0 6px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 1.35rem;
  color: #6d9cbe;
}

div.colonhydrotherapy-intro ul li:last-child {
  margin-bottom: 0;
}

div.colonhydrotherapy-intro p.price,
div.colonhydrotherapy-intro .price-notes {
  text-align: center;
}

div.colonhydrotherapy-intro .price {
  margin-bottom: 10px;
}

div.colonhydrotherapy-intro p.price span {
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6d9cbe;
}


div.colonhydrotherapy-cont div.photo-box {
  margin: 0 0 15px 0;
}

div.colonhydrotherapy-intro ul {
  margin: 0 0 20px 0;
}

div.colonhydrotherapy-intro ul li {
  margin: 0 0 6px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 1.35rem;
  color: #6d9cbe;
}

div.colonhydrotherapy-intro ul li:last-child {
  margin-bottom: 0;
}

div.colonhydrotherapy-intro p.price,
div.colonhydrotherapy-intro .price-notes {
  text-align: center;
}

div.colonhydrotherapy-intro .price {
  margin-bottom: 10px;
}

div.colonhydrotherapy-intro p.price span {
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6d9cbe;
}

div.colonhydrotherapy-cont a {
  color: #6d9cbe;
}

/* 注釈 */
.colonhydrotherapy-cont .notes {
  margin: 0 0 20px 0;
  color: #6d9cbe;
}

.colonhydrotherapy-cont .notes-md {
  display: block;
  margin: 0 0 8px 0;
  padding: 2px 2px 2px 1em;
  color: #fff;
  background-color: #6d9cbe;
}

div.monshin-notes {
  margin: 0 0 20px 0;
  padding: 15px 30px;
  border: solid 1px #6d9cbe;
}

div.monshin-notes p {
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #6d9cbe;
}


/***	 スマホ 	***/
@media (max-width: 767px) {
  div.colonhydrotherapy-intro ul li {
    font-size: 1.7rem;
  }
}

/* ここまで削除OK  ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑  */











/*** 検査プランページ ***/
div.inspection-plan-cont h3 {
  color: #78c564;
  border: solid 1px #78c564;
}

div.inspection-plan-cont h3 span {
  font-size: 1.5rem;
}

div.inspection-plan-cont h4 {
  font-size: 1.7rem;
}

div.inspection-plan-cont p {
  margin: 0 0 20px 0;
}

div.inspection-plan-cont h4,
div.inspection-plan-cont h5,
div.inspection-plan-cont p {
  text-align: center;
}

div.inspection-plan-cont p.intro {
  text-align: left;
}

div.inspection-plan-cont h5,
div.inspection-plan-cont p.detail {
  color: #78c564;
}

div.inspection-plan-cont p.price {
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}

div.inspection-plan-cont p.price.btm {
  margin-bottom: 20px;
}

div.inspection-plan-cont p.price span {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #78c564;
}

div.inspection-plan-cont p.price.wline {
  font-size: 2.2rem;
  color: #78c564;
}

div.inspection-plan-cont p.price.wline span {
  display: inline-block;
  margin: 0 0 10px 0;
}

div.ip-foodAllergies-info {
  margin: 20px 0 0 0;
  padding: 20px;
  border: solid 1px #78c564;
}

div.ip-foodAllergies-info>h4 {
  color: #78c564;
}

div.ip-foodAllergies-info>p:last-child {
  margin-bottom: 0;
}

div.mirtel-info {
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #78c564;
}

div.mirtel-info.btm {
  margin-bottom: 0;
}

div.inspection-plan-cont div.mirtel-info>h4,
div.inspection-plan-cont div.mirtel-info>h5,
div.inspection-plan-cont div.mirtel-info>p {
  color: #fff;
}

div.inspection-plan-cont div.mirtel-info>h5 {
  margin: 0 0 6px 0;
  font-size: 1.6rem;
}

div.inspection-plan-cont p.detail,
div.inspection-plan-cont div.mirtel-info>p:last-child {
  margin-bottom: 0;
}

/***	 NOTE・TAB 	***/
@media (max-width: 1199px) {

  div.colonhydrotherapy-cont h3 {
    text-align: left;
  }
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  div.colonhydrotherapy-cont h3 {
    text-align: center;
    font-size: 1.8rem;
  }

  div.colonhydrotherapy-intro ul li {
    font-size: 1.7rem;
  }

  div.inspection-plan-cont div.mirtel-info>p,
  div.ip-foodAllergies-info p,
  div.inspection-plan-cont p.detail {
    text-align: left;
  }
}

/****			 初診の方／ id-17 			****/
div.first-visit-box.upper {
  margin-bottom: 40px;
}

div.first-visit-intro {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}

div.first-visit-intro h3 {
  margin: 0 0 10px 0;
  font-size: 2.2rem;
    color: #3d99a3;
}

div.page-title.first-visit {
  margin-bottom: 15px;
}

div.first-visit-necessities div.necessities {
  position: relative;
  min-height: 80px;
    background-color: #62bec9;
}

div.first-visit-necessities div.necessities p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.first-visit-necessities div.necessities p span {
  font-size: 1.4rem;
}

div.first-visit-box>div {
  margin-bottom: 30px;
}

div.first-visit-box div:last-of-type {
  margin-bottom: 0;
}

/***	 TAB・スマホ 	***/
@media (max-width: 991px) {
  div.first-visit-necessities div.necessities p {
    font-size: 1.6rem;
  }
}

/****			 お問い合わせ INDEX／ id-36 			****/
div.contact-box {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #444;
  border-top: solid 1px #666;
}

div.contact-cont>div:last-child {
  border-bottom: solid 1px #666;
}

div.contact-box h3 {
  margin: 0 0 25px 0;
  font-size: 2.2rem;
}

div.contact-box h3.reserve {
  margin: 0 0 15px 0;
}

p.toi {
  margin: 0 0 -15px 0;
  font-size: 3.7rem;
}

p.telno,
p.telno_sp {
  margin: -15px 0 -15px 0;
  font-size: 7rem;
    color: #62bec9;
}

p.telno_sp a {
    color: #62bec9;
}

/* 予約ボタン */
a#reserve-btn {
  display: block;
  margin: 0 0 5px 0;
  padding: 20px 60px;
  text-align: center;
  font-size: 3.7rem;
  color: #fff;
    background-color: #62bec9;
}

p.reserve-notes {
  margin: 0 0 40px 0;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  p.toi {
    margin: 0;
    font-size: 2.5rem;
  }

  p.telno,
  p.telno_sp {
    margin: -8px 0;
    font-size: 3.5rem;
  }

  a#reserve-btn {
    padding: 20px 20px;
    font-size: 2.5rem;
  }
}

/****			 よくある質問／ id-19 			****/
div.qa-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #666;
}

div.qa-box-wrap>div:last-of-type {
  border-bottom: solid 1px #666;
}

div.md-box {
  margin: 0 0 20px 0;
  padding: 10px 40px;
  background-color: #809580;
}

div.md-box h3 {
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
  text-align: left;
  font-size: 2.2rem;
  color: #fff;
}

div.qa-answer,
p.qa-comment {
  padding: 0 40px;
}

div.qa-answer>p {
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
  line-height: 1.3;
  font-size: 2.2rem;
}

p.qa-comment {
  margin: 15px 0 0 0;
}

p.qa-comment a {
  color: #809580;
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  div.md-box,
  div.qa-answer,
  p.qa-comment {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.qa-box-s {
  margin: 0 auto 0;
  width: 100%;
}

.qa-box-s>li:nth-of-type(n + 2) {
  margin-top: 46px;
}

/** 問い **/
.q-box {
  margin: 0 auto 20px;
}

.q-box h3 {
  position: relative;
  padding: 0 0 24px 1.4em;
  line-height: 1.4;
  text-indent: -1.4em;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #809580;
  border-bottom: solid 1px #809580;
  cursor: pointer;
}

/** 回答 **/
.a-box {
  display: none;
}

.a-box .ans {
  margin: 0 0 8px 0;
  padding: 0 0 0 1.4em;
  line-height: 1.45;
  text-indent: -1.4em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
}

.a-box .ans .acol {
  color: #dd2844;
}

.a-box .a-comment {
  margin: 0 0 0 0;
}

/* 開閉アイコン */
.q-box h3 img {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.q-box .onmk {
  opacity: 1;
}

.q-box .offmk {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.q-box.open .onmk {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.q-box.open .offmk {
  opacity: 1;
}

@media (max-width: 767px) {
  .q-box h3 img {
    bottom: 6px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .q-box h3 {
    padding: 0 0 4px 1.4em;
  }

  .qa-box-s {
    margin: 0 auto 0;
    width: 83.3333%;
  }

  .qa-box-s>li:nth-of-type(n + 2) {
    margin-top: 50px;
  }

  .q-box {
    text-align: right;
  }

  .q-box h3 img {
    position: absolute;
    right: 10px;
    bottom: 8px;
  }
}

/****			 個人情報保護方針／ id-21 			****/
div.privacy-cont {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}

div.privacy-cont p.intro {
  margin: 0 0 40px 0;
}

ul.privacy-polisy {
  margin: 0;
}

ul.privacy-polisy li {
  margin: 0 0 20px 0;
}

ul.privacy-polisy li:last-child {
  margin-bottom: 0;
}

ul.privacy-polisy li p {
  padding: 0 0 0 2.5em;
  text-indent: -2.5em;
}

ul.privacy-polisy li.sonohoka span {
  display: block;
  margin: 0 0 2px 0;
  font-weight: bold;
}

ul.privacy-polisy li.sonohoka p.sonohoka-sent {
  padding: 0 0 0 1em;
  text-indent: inherit;
}

/***	 スマホ 	***/
@media (max-width: 767px) {}

/****			 新着画面 			****/
div#news-meta-box h2 {
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: solid 2px #666;
}

div#news-meta-box h2 span {
  display: inline-block;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: bold;
  color: #809580;
  border-bottom: dotted 3px #648064;
}

div.date-box {
  margin: 0 0 10px 0;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: #888;
}

div#news-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("./images/common/news-bg.gif") bottom -32px right -30px /36% no-repeat;
}

div.news-cont-inner {
  min-height: 140px;
  background: url("./images/common/news-bg-upper.png") repeat;
}

p.back-link {
  clear: both;
  margin: 0;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  border-top: dotted 2px #809580;
}

p.back-link a span {
  text-decoration: none;
}

p.back-link a span {
  padding: 10px 30px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #809580;
  border: solid 1px #809580;
  border-radius: 8px;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div#news-cont {
    background: url("./images/common/news-bg.gif") bottom -32px right -30px /46% no-repeat;
  }
}

/****			 ホーム・医師／医院紹介ページ下部 アクセス案内 			****/
/* 包含 */
div#accessmap-wrap {
  padding: 30px 0;
  width: 100%;
  height: auto;
  background-color: #cbcbb8;
}

div.access-detail h4 {
  margin-bottom: 18px;
  width: 100%;
  font-size: 1.7rem;
  color: #648064;
  background: url("./images/home/access-title-kei.png") 0 center repeat-x;
}

div.access-detail h4 span {
  padding-right: 4px;
  background-color: #cbcbb8;
}

p.btm-access-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: auto;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background-color: #648064;
}

ul.access-annai {
  margin-bottom: 16px;
  width: auto;
}

ul.access-annai.btm {
  margin-bottom: 0;
}

ul.access-annai li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

ul.access-annai li:last-child {
  margin-bottom: 0;
}

ul.access-annai li span {
  display: block;
  font-weight: bold;
  color: #648064;
}

p.common-annnai {
  margin-bottom: 16px;
}

/*** Google Map ***/
div#gglmap-box iframe {
  width: 100%;
}

/***	 スマホ 	***/
@media (max-width: 767px) {

  div#gglmap-box,
  #accessmap-wrap .gaikan {
    margin-bottom: 20px;
  }

  #accessmap-wrap .gaikan img {
    margin: 0 auto 0;
    width: 85%;
  }
}

/****			 医院長コラム /2022.9.15～ 			****/
/* 包含 */
.column-wrap>div:nth-of-type(n + 2) {
  margin-top: 40px;
}

.page-title.column {
  margin-bottom: 40px;
}

/* h2が画像なのでポシションを初期化 */
.page-title.column h2 {
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: none;
  padding: 0;
  transform: none;
}

.column-sec h3 {
  margin: 0 0 14px 0;
  padding: 0 0 8px 1.3em;
  text-indent: -1.3em;
  line-height: 1.3;
  font-size: 2.2rem;
  color: #809580;
  border-bottom: solid 1px #809580;
}

.column-sec p {
  margin: 0 0 1.5em 0;
  font-size: 1.4rem;
}

.column-sec>p:nth-last-of-type(1) {
  margin: 0;
}

.column-sec a,
.column-sec a:link,
.column-sec a:visited,
.column-sec a:hover {
  color: #408c40;
}

/* 2022.9.15コラムリンクバナー */
.column-banner-box {
  margin: 0 auto 30px;
}

.column-banner-box img {
  margin: 0 auto 0;
  width: 500px;
  max-width: 100%;
}

@media (min-width: 768px) {

  /* 包含 */
  .column-wrap>div:nth-of-type(n + 2) {
    margin-top: 80px;
  }

  .page-title.column {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 83.3333%;
  }

  /* 2022.9.15コラムリンクバナー */
  .column-banner-box {
    margin: 0 auto 50px;
  }
}

/****			 胃カメラの流れ／ id-632 ／2020.11新規 			****/
/* レイアウト */
.medicalinformation-cont {
  padding-top: 30px;
  border-top: solid 1px #666;
}

/*** ナビボタン ***/
/* アンカー */
.navi-button a {
  text-decoration: none;
}

/* イメージ */
.navi-button .photo {
  position: relative;
}

.navi-button .photo img {
  margin: 0 auto 0;
}

.navi-button .photo span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1px 8px;
  font-size: 1.8rem;
  color: #fff;
}

.navi-button .photo .bg-hoken {
  background-color: #d48089;
}

.navi-button .photo .bg-jiyuu {
  background-color: #80afb5;
}

/* 詳細 */
.navi-button .detail-box {
  padding: 15px 10px;
}

.navi-button .detail-box h3,
.navi-button .detail-box .lead {
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.navi-button .detail-box .lead {
  text-align: center;
}

.navi-button .detail-box h3 {
  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;
  padding: 2px 8px;
}

.navi-button .detail-box h3,
.navi-button .detail-box .lead {
  margin: 0 auto 15px;
}

.navi-button .detail-box .detail {
  margin: 0;
}

.navi-button .detail-box .lead .adj-inline1 {
  display: inline;
}

.navi-button .detail-box h3 .adj-inline2 {
  display: none;
}

.navi-button .detail-box.bg-l-green,
.navi-button .detail-box.bg-d-green,
.navi-button .detail-box.bg-blue,
.navi-button .detail-box.bg-brown {
  color: #fff;
}

.navi-button .detail-box.bg-l-green h3,
.navi-button .detail-box.bg-d-green h3,
.navi-button .detail-box.bg-blue h3,
.navi-button .detail-box.bg-brown h3 {
  border: solid 2px #fff;
}

.navi-button .detail-box.bg-yellow {
  color: #666;
}

.navi-button .detail-box.bg-yellow h3 {
  border: solid 2px #666;
}

.navi-button .detail-box.bg-l-green {
  background-color: #84b3a6;
}

.navi-button .detail-box.bg-d-green {
  background-color: #648064;
}

.navi-button .detail-box.bg-yellow {
  background-color: #ffff69;
}

.navi-button .detail-box.bg-blue {
  background-color: #6d9cbe;
}

.navi-button .detail-box.bg-brown {
  background-color: #958272;
}

@media (max-width: 767px) {

  /* レイアウト */
  .navi-wrap>div:nth-of-type(n + 2) {
    margin-top: 34px;
  }

  /* 詳細 */
  .navi-button .detail-box h3 {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {

  /* レイアウト */
  .navi-wrap>div:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  /* 詳細 */
  .navi-button .detail-box h3 .adj-inline2 {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .navi-button .photo span {
    font-size: 2rem;
  }

  /* 詳細 */
  .navi-button .detail-box {
    padding: 15px 25px;
  }

  .navi-button .detail-box h3,
  .navi-button .detail-box .lead {
    font-size: 2rem;
  }

  .navi-button .detail-box .lead .adj-inline1,
  .navi-button .detail-box h3 .adj-inline2 {
    display: none;
  }
}


/****			 健康診断／ id-1281 ／ 2022.11.9新規			****/
/* レイアウト */
.checkups-cont.ryoukin,
.checkups-cont.naiyou {
  margin-bottom: 60px;
}

/* 冒頭文 */
.checkups-cont .intro {
  margin: 0 0 20px 0;
}

/*** 料金表 ***/
/* 料金表見出し */
.checkups-cont h3 {
  margin: 0 0 20px 0;
  padding: 2px 15px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #6D9CBE;
  border: solid 1px #6D9CBE;
}

/*** 検査内容表／SDスライド型 ***/
.sd-hyo-wrap {
  margin: 0 0 15px 0;
  width: 100%;
}

.checkups-hyo.kensanaiyou tr td:nth-child(n + 3) {
  text-align: center;
}

/*** オプション表 ***/
.checkups-hyo.option tr td:last-of-type {
  text-align: center !important;
}

.checkups-hyo.option .bg {
  background: #E2EBF2;
}

.checkups-hyo.option .bg .border {
  border-left: solid 1px #666;
}

/*** 表 共通 ※プラセンタ料金表でも使用 ***/
.checkups-hyo {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
}

.checkups-hyo tr th,
.checkups-hyo tr td {
  font-weight: bold;
}

.checkups-hyo tr th {
  text-align: center;
  font-size: 1.8rem;
}

.checkups-hyo tr td {
  font-size: 1.6rem;
}

.checkups-hyo tr .bikou {
  line-height: 1.3 !important;
  text-align: left !important;
  font-size: 1.5rem;
  font-weight: normal !important;
}

.checkups-hyo tr td .notes {
  font-size: 1.4rem;
}

.checkups-hyo tr td .notes,
.checkups-hyo tr th .notes {
  font-size: 1.4rem;
}

/* 表注釈 共通 */
.checkups-cont .checkups-notes {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 1.4rem;
}

.checkups-cont .checkups-notes.kenshin>li:nth-of-type(-n+2) {
  text-indent: -3em;
  padding-left: 3em;
}

.checkups-cont .checkups-notes.option>li {
  text-indent: -1em;
  padding-left: 1em;
}

.checkups-cont .checkups-notes>li:nth-of-type(n+2) {
  margin-top: 6px;
}

.checkups-cont .checkups-notes.kenshin>li:last-of-type {
  margin-top: 14px;
}

@media (max-width: 767px) {

  /*** 検査内容表／SDスライド型 ***/
  .sd-hyo-wrap {
    padding-bottom: 15px;
    overflow-x: auto;
  }

  .sd-hyo-wrap table {
    width: 900px;
  }

  /*** SD料金表 ***/
  .checkups-hyo.ryoukinhyo,
  .checkups-hyo.ryoukinhyo tbody,
  .checkups-hyo.ryoukinhyo tr,
  .checkups-hyo.ryoukinhyo tr td {
    display: block;
  }

  .checkups-hyo.ryoukinhyo tr {
      border: solid 1px #c3e5e1;
  }

  .checkups-hyo.ryoukinhyo tr:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .checkups-hyo.ryoukinhyo tr td {
    padding: 5px;
    text-align: center;
  }

  .checkups-hyo.ryoukinhyo tr td:nth-child(1) {
    background: #E2EBF2;
  }

  .checkups-hyo.ryoukinhyo tr td:nth-child(n + 2) {
      border-top: solid 1px #c3e5e1;
  }

  .checkups-hyo.ryoukinhyo tr td div,
  .checkups-hyo.ryoukinhyo tr td span {
    display: inline-block;
  }

  .checkups-hyo.ryoukinhyo tr td span {
    vertical-align: middle;
  }

  .checkups-hyo.ryoukinhyo tr td div span:nth-child(1) {
    margin: 0;
    padding: 1px 8px;
    color: #fff;
    display: inline-block !important;
      background: #fafffc;
  }

  .checkups-hyo.ryoukinhyo tr td span:nth-child(2) {
    width: 160px;
    text-align: right;
  }

  /*** SD検査内容表 ※一部オプション表と共通 ***/
  .checkups-hyo.kensanaiyou {
    border-collapse: separate;
    border-spacing: 0;
  }

  /* 項目固定 */
  .checkups-hyo.kensanaiyou tr th:nth-child(1),
  .checkups-hyo.kensanaiyou tr td:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
    width: 125px;
    z-index: 2;
    border-right: solid 1px #666;
  }

  .checkups-hyo.kensanaiyou tr th,
  .checkups-hyo.kensanaiyou tr td {
    position: relative;
    z-index: 1;
  }

  .checkups-hyo.kensanaiyou tr th:nth-child(2),
  .checkups-hyo.kensanaiyou tr td:nth-child(2) {
    border-left: none !important;
  }

  .checkups-hyo.kensanaiyou tr th,
  .checkups-hyo.option tr th {
    color: #fff;
    border-bottom: solid 1px #fff;
    background: #6D9CBE;
  }

  .checkups-hyo.kensanaiyou tr td,
  .checkups-hyo.option tr td {
    background-color: #fff;
  }

  .checkups-hyo.kensanaiyou tr:nth-of-type(even) td,
  .checkups-hyo.option tr:nth-of-type(even) td,
  .checkups-hyo.option .bg td {
    background: #E2EBF2;
  }

  .checkups-hyo.kensanaiyou tr th,
  .checkups-hyo.kensanaiyou tr td,
  .checkups-hyo.option tr th,
  .checkups-hyo.option tr td {
    padding: 5px 5px;
  }

  .checkups-hyo.kensanaiyou tr th:nth-of-type(n + 2),
  .checkups-hyo.kensanaiyou tr td:nth-of-type(n + 2),
  .checkups-hyo.option tr th:nth-of-type(n + 2),
  .checkups-hyo.option tr td:nth-of-type(n + 2) {
    border-left: solid 1px #666;
  }
}

@media (min-width: 768px) {

  /* 表 共通 */
  .checkups-hyo tr th {
      color: #62bec9;
      border: solid 1px #c3e5e1;
      background: #e6f4f1;
  }

  .checkups-hyo tr:nth-of-type(even) {
      background: #fafffc;
  }
    .checkups-hyo tr{
        border: solid 1px #c3e5e1;
    }
  .checkups-hyo tr th,
  .checkups-hyo tr td {
    padding: 5px 5px;
  }

  .checkups-hyo tr th:nth-of-type(n + 2),
  .checkups-hyo tr td:nth-of-type(n + 2) {
      border-left: solid 1px #c3e5e1;
  }

  /*** 料金表 ***/
  .checkups-hyo.ryoukinhyo tr td:nth-child(n + 2) {
    text-align: center;
  }

  .checkups-hyo.ryoukinhyo tr td:nth-child(1) {
    width: 40%;
  }

  .checkups-hyo.ryoukinhyo tr td:nth-child(n + 2) {
    width: 20%;
  }

}


/****			 予防接種・抗体検査／ id-1306 ／ 2022.11.10新規			****/
/* レイアウト */
.vaccination-antibodytest-cont.infl {
  margin-bottom: 60px;
}

/* 冒頭文 */
.vaccination-antibodytest-cont .intro {
  margin: 0 0 20px 0;
}

/* 見出し */
.vaccination-antibodytest-cont h3 {
  margin: 0 0 20px 0;
  padding: 2px 15px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #6D9CBE;
  border: solid 1px #6D9CBE;
}

/*** 表 共通 ***/
.vaccination-antibodytest-hyo {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
}

.vaccination-antibodytest-hyo tr th,
.vaccination-antibodytest-hyo tr td {
  font-weight: bold;
}

.vaccination-antibodytest-hyo tr th {
  text-align: center;
  font-size: 1.8rem;
}
.vaccination-antibodytest-hyo tr th .notes,
.vaccination-antibodytest-hyo tr td .notes {
  font-size: 1.4rem;
}

.vaccination-antibodytest-hyo tr td {
  font-size: 1.6rem;
}

.vaccination-antibodytest-hyo tr .bikou {
  line-height: 1.3 !important;
  text-align: left !important;
  font-size: 1.5rem;
  font-weight: normal !important;
}

.vaccination-antibodytest-hyo tr td .notes {
  font-size: 1.4rem;
}

.vaccination-antibodytest-hyo tr .infl-notes {
  text-align: right;
  font-size: 1.4rem;
  background-color: #fff !important;
}

/* 表注釈 共通 */
.vaccination-antibodytest-notes {
  text-indent: -2em;
  margin: 15px 0 0 0;
  padding-left: 2em;
  line-height: 1.3;
  font-size: 1.4rem;
}

@media (max-width: 767px) {

  /*** 表 共通 ***/
  .vaccination-antibodytest-hyo,
  .vaccination-antibodytest-hyo tbody,
  .vaccination-antibodytest-hyo tr,
  .vaccination-antibodytest-hyo tr td {
    display: block;
  }

  .vaccination-antibodytest-hyo tr {
    border: solid 1px #6D9CBE;
  }

  .vaccination-antibodytest-hyo tr:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .vaccination-antibodytest-hyo .infl-notes-block {
    margin-top: 5px !important;
    border: none !important;
  }

  .vaccination-antibodytest-hyo tr td {
    padding: 5px;
    text-align: center;
    letter-spacing: -0.05em;
  }

  .vaccination-antibodytest-hyo tr td:nth-child(1) {
    background: #fff;
  }

  .vaccination-antibodytest-hyo tr td:nth-child(n + 2) {
      border-top: solid 1px #c3e5e1;
  }

  .vaccination-antibodytest-hyo tr td div,
  .vaccination-antibodytest-hyo tr td span {
    display: inline-block;
  }

  .vaccination-antibodytest-hyo tr td span {
    vertical-align: middle;
  }

  .vaccination-antibodytest-hyo tr td div span:nth-child(1) {
    margin: 0;
    padding: 1px 8px;
    color: #fff;
    display: inline-block !important;
    background: #6D9CBE;
  }

  .vaccination-antibodytest-hyo tr td div span:nth-child(1) span {
    padding: 0;
  }

  .vaccination-antibodytest-hyo tr td span:nth-child(2) {
    width: 100px;
    text-align: right;
  }

  .vaccination-antibodytest-hyo.kensanaiyou tr th,
  .vaccination-antibodytest-hyo.option tr th {
    color: #fff;
    border-bottom: solid 1px #fff;
    background: #6D9CBE;
  }

  .vaccination-antibodytest-hyo.kensanaiyou tr td,
  .vaccination-antibodytest-hyo.option tr td {
    background-color: #fff;
  }

  .vaccination-antibodytest-hyo.kensanaiyou tr:nth-of-type(even) td,
  .vaccination-antibodytest-hyo.option tr:nth-of-type(even) td {
    background-color: #e9efed;
  }

  .vaccination-antibodytest-hyo.kensanaiyou tr th,
  .vaccination-antibodytest-hyo.kensanaiyou tr td,
  .vaccination-antibodytest-hyo.option tr th,
  .vaccination-antibodytest-hyo.option tr td {
    padding: 5px 5px;
  }
}

@media (min-width: 768px) {

  /* 表 共通 */
  .vaccination-antibodytest-hyo tr th {
    color: #fff;
    border-bottom: solid 1px #fff;
    background: #6D9CBE;
  }

  .vaccination-antibodytest-hyo tr:nth-of-type(even) {
    background: #E2EBF2;
  }

  .vaccination-antibodytest-hyo tr th,
  .vaccination-antibodytest-hyo tr td {
    padding: 5px 5px;
  }

  .vaccination-antibodytest-hyo tr td:nth-of-type(2) {
    text-align: center;
  }

  .vaccination-antibodytest-hyo tr th:nth-of-type(n + 2),
  .vaccination-antibodytest-hyo tr td:nth-of-type(n + 2) {
    border-left: solid 1px #666;
  }

  /* 予防接種 */
  .vaccination-antibodytest-hyo.vaccination tr td:nth-child(1) {
    width: 42%;
  }

  .vaccination-antibodytest-hyo.vaccination tr td:nth-child(2) {
    width: 25%;
  }

  .vaccination-antibodytest-hyo.vaccination tr td:nth-child(3) {
    width: 33%;
  }

  /* 抗体検査 */
  .vaccination-antibodytest-hyo.antibodytest tr td:nth-child(1) {
    width: 42%;
  }

  .vaccination-antibodytest-hyo.antibodytest tr td:nth-child(2) {
    width: 25%;
  }

  .vaccination-antibodytest-hyo.antibodytest tr td:nth-child(3) {
    width: 33%;
  }

  .vaccination-antibodytest-hyo tr .infl-notes {
    padding-bottom: 10px;
  }
}


/****			 自費診療4ページ（健康診断、予防接種・抗体検査、健康改善のススメ、各種検査）用
ページナビ／ 2022.11.11新規			****/
.jihishinryo-page-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;

}

.jihishinryo-page-navi>li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
    color: #62bec9;
    border: solid 2px #62bec9;
  transition: all .2s ease;
}

.jihishinryo-page-navi .current a,
.jihishinryo-page-navi .current a:hover {
  color: #fff;
    background-color: #62bec9;
    border: solid 2px #62bec9;
}

.jihishinryo-page-navi>li a,
.jihishinryo-page-navi>li a:hover {
  text-decoration: none;
}

@media (max-width:767px) {
  .jihishinryo-page-navi>li {
    width: 48%;
  }

  .jihishinryo-page-navi>li:nth-of-type(n+3) {
    margin-top: 10px;
  }

}

@media (min-width:768px) {
  .jihishinryo-page-navi>li {
    width: 20%;
  }

  .jihishinryo-page-navi>li a {
    font-size: 1.5rem;
  }

}
@media (max-width:560px) {

    .jihishinryo-page-navi>li a {
        font-size: 1.1rem;
    }

}

/****			 ドクターズファイルバナー（フリーバナースペース）／ 2023.1.31新規			****/
.free-banner-box{
  margin: 0 auto 0;
  padding:16px 15px 30px 15px;
  text-align: center;
}








/****			 ページ下部サイトマップ 			****/
div#btm-sitemap-box {
  padding: 30px 0 0 0;
  width: 100%;
  color: #fff;
  background-color: #648064;
}

div#btm-sitemap-box a {
  text-decoration: none;
  color: #fff;
}

div#btm-sitemap-box a::before {
  content: "> ";
  color: #fff;
}

div#btm-sitemap-box a:hover {
  text-decoration: underline;
}

ul.btm-sitemap {
  text-align: left;
}

ul.btm-sitemap li {
  display: inline-block;
  margin: 0 20px 30px 0;
  width: auto;
  vertical-align: top;
}

ul.btm-sitemap li,
ul.btm-sitemap li p.in-menu {
  padding-bottom: 1px;
  border-bottom: solid 1px #fff;
}

ul.btm-sitemap li.in-menubox {
  border-bottom: none;
}

ul.btm-sitemap li p.in-menu {
  margin-bottom: 4px;
}

ul.btm-sitemap li a {
  display: inline-block;
}

/****			 ページ下部サイトマップ 改編／2022.11.25 			****/
ul.btm-sitemap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.btm-sitemap2 li {
  margin: 0 40px 30px 0;
  width: auto;
  vertical-align: top;
}
ul.btm-sitemap2 li,
ul.btm-sitemap2 li p.in-menu {
  padding-bottom: 1px;
  border-bottom: solid 1px #fff;
}

ul.btm-sitemap2 li.in-menubox {
  border-bottom: none;
}

ul.btm-sitemap2 li p.in-menu {
  margin-bottom: 4px;
}



/***	 スマホ 	***/
@media (max-width: 991px) {
  ul.btm-sitemap li.in-menubox {
    display: block;
  }
ul.btm-sitemap2 {
  display: block;
}
ul.btm-sitemap2 li {
  display: inline-block;
  margin: 0 20px 30px 0;
}
  ul.btm-sitemap2 li.in-menubox {
    display: block;
  }
}

/****			 フッター 			****/
footer {
  padding: 30px 0;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  background-color: #647664;
}

/* 基本情報 */
div.ft-logo,
div.ft-basic-info {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

div.ft-logo {
  padding-right: 20px;
}

p.ft-address {
  width: auto;
  line-height: 1.6;
}

p.ft-address a {
  font-size: 1.4rem;
  color: #fff;
}


/*** 問い合わせ 個人情報保護方針・SNS ***/
.ft-contact-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 問い合わせ 個人情報保護方針 */
ul.ft-contact-privacy2 li:nth-of-type(1) {
  margin-bottom: 8px;
}

ul.ft-contact-privacy2 li a {
  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;
  width: 140px;
  height: 25px;
  color: #647664;
  background-color: #fff;
}

/* SNS */
div#ft-sns-links2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  padding: 9px;
  width: auto;
  background-color: #fff;
}

div#ft-sns-links2 img {
  display: block;
  margin: 0 5px;
}

/*** ページ先頭ボタン ***/
/*
  .pagetop-btn{
    display: none;
  }
*/
.pagetop-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 143px;
  width: 65px;
  height: 65px;
  line-height: 1.3;
  text-align: center;
  color: #fff !important;
  background-color: #648064;
  border: solid 1px #fff;
  border-right: none;
  border-radius: 4px 0 0 4px;
  opacity: 0.8 !important;
  z-index: 10;
}

.pagetop-btn:hover {
  opacity: 1 !important;
}

.pagetop-btn span {
  margin-right: 4px;
  font-size: 1.7rem;
}

@media (max-width: 991px) {
  /* 2021.4.13 フェイスブックとピンタレストのリンク確定までwait */
  /*
  div#ft-sns-links2 {
    margin-top:30px;
  }
  */
}

/****			 画面右 ご予約fixedボタン 			****/
a#r-side-fixbtn {
  display: block;
  position: fixed;
  top: 30%;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

a#r-side-fixbtn img {
  border-radius: 4px 0 0 4px;
}

/***	 スマホ 	***/
@media (max-width: 767px) {
  div.basic-info-box {
    margin-bottom: 15px;
  }

  div.ft-logo {
    padding-right: 15px;
    width: 80px;
  }

  ul.ft-contact-privacy li {
    display: inline-block;
    margin-bottom: 0;
  }

  ul.ft-contact-privacy li:first-child {
    margin-right: 8px;
  }

  ul.ft-contact-privacy li span {
    width: auto;
  }

  div#ft-sns-links a {
    padding-right: 8px;
  }

  div#ft-sns-links img {
    max-width: 25px;
  }

  a#r-side-fixbtn {
    top: 200px;
    width: 48px;
    opacity: 0.9;
  }

  /*** ページ先頭ボタン ***/

.pagetop-btn {
    left: 50%;
    bottom: 0;
    width:100px;
    height:34px;
    transform: translateX(-50%);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
  }

  /****			 404エラー画面 			****/
  body.error404 div#common-cont {
    min-height: 550px;
  }

  body.error404 h2 {
    font-size: 2.2rem;
    margin: 0 0 30px 0;
  }

  /***	 スマホ 	***/
  @media (max-width: 767px) {
    body.error404 div#common-cont {
      min-height: initial;
    }
  }

  /****			 投稿表示設定 			****/
  /* WPから投稿された画像のレスポンシブ設定 */
  img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
  }

  div.news-cont-inner>p {
    margin: 0 0 6px 0;
  }

  /****			 スマホ表示共通設定 			****/
  @media (max-width: 767px) {

    /* 本文 17px */
    p.sp-sent {
      line-height: 1.5;
      font-size: 1.7rem;
    }
  }

    
    
    @media screen and (max-width:560px) {

        .header {
            height: 60px;
        }

        .logo {
            margin-left: 10px;
            width: 170px;
        }

        .logo img {
            margin-top: 10px;
            padding-right: 10px;
            max-width: 170px;
        }

        .tel_btn {
            padding: 10px 10px 10px;
            width: 60px;
            height: 60px;
            font-size: 10px;
        }

        .tel_icon {
            height: 24px;
        }

        .btn {
            padding: 10px 10px 10px!important;
            width: 60px!important;
            height: 60px!important;
            font-size: 10px!important;
        }

        .btn.reserve {
            padding: 8px 10px 8px;
            line-height: 1.2;
        }

        .btn.reserve img {
            margin: 0 auto 0px;
            max-width: 26px;
        }

        .hamburger {
            width: 60px;
            height: 60px;
        }

        .hamburger::after {
            bottom: 4px;
        }

        #overlay-button {
            padding: 28px 13px;
        }
        .btn.shoshin{
            display: none;
        }
        .btn.access{
            display: none;
        }
        .btn.qa{
            display: none;
        }
        .btn.shindan{
            display: none;
        }
        .btn.reserve{
            padding: 10px 10px 10px!important;
            width: 60px!important;
            height: 60px!important;
            font-size: 10px!important;
        }
    }