@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenoriginal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  original class
--------------------------------------------------------------*/
body{
  font-family: 'Meiryo','メイリオ',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #666;
}

.required {
  /*注目箇所のフォントカラー*/
  color: #f99395;
  text-align: center;
}

.details a{
  display: block;
  width: 100%;
  /* height: 28px; */
  padding: 4px 0px;
  background: #327495;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
  text-decoration: none;
}

/*.details a{
  color: #fff;
  display: block;
  height: 28px;
  text-decoration: none;
  border-radius: 8px;
}*/

.details a:hover{
  background: #7fcbd2;
}

.fa-play-circle{
  margin-left: 5px;
}

.oplink:hover img {
  transition: .5s all;
  opacity: .5;
}

.mark-square li {
  /*クラス名『mark-square』のリストスタイルをスクエアーに*/
  list-style-type: square;
}

.text-center {
  /*テキストをセンターに*/
  text-align: center;
}

@media screen and (max-width : 768px) {
  /*スマホ用設定*/
  .details a {
    line-height: 1.8;
  }
}
/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/

#header{
  margin-bottom: 2px;
}

.site-ttl-wrap{
  margin-right: 15px;
}

.site-title {
  /*サイトタイトル*/
  line-height: 1;
  margin: 0;
  padding: 0;
}

.site-title a {
  /*サイトタイトルリンクテキスト（文字の場合）*/
  color: #000;
}

.site-title a:hover {
  /*サイトタイトルリンクホバー時テキスト（文字の場合はココにスタイル）*/
  opacity: .6;
}

.site-title a img {
  /*サイトタイトル（画像の場合）*/
  width: auto;
  margin: 0;
}

.web-reserve {
	/* padding-top: 10px; */
}

.header-common{
  width: 31%;
  float: right;
	padding-top: 10px;
}

.header-common a img{
  display: block;
  margin: 0 auto;
}

.header-description {
  /*サイト説明文*/
  background: #e4f9ff;
  margin-bottom: 18px;
}

.header-description p {
  /*サイト説明文*/
  max-width: 960px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 0 7px;
  margin: 0 auto;
}

.header-point {
  /*電話番号上の説明文*/
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 1px 0 0;
  text-align: center;
  color: #fff;
  /*border: #dcdcdc 1px solid;*/
  border-radius: 10px;
  background: #f99395;
  margin-bottom: 7px;
}

.header-telephone {
  /*電話番号*/
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bolder;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-telephone a {
  /*電話番号（テキストの場合はココにスタイル）*/
  text-decoration: none;
}

.header-txt {
  /*電話番号の下のテキスト*/
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.web-reserve img:hover {
  opacity: .7;
}

@media screen and (max-width : 768px) {
  /*スマホ用設定*/
  .site-title,
    .header-description,
    .header-common {
    /*header部分をセンター揃えに*/
    height: auto;
    text-align: center;
  }
  .header-description {
    /*サイト説明文*/
    margin-bottom: 20px;
  }
  .header-description p {
    /*サイト説明文*/
    line-height: 1.3;
  }
  .site-ttl-wrap{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .web-reserve {
    width: 90%;
    margin: 20px auto 20px;
  }
  .header-common{
    width: 100%;
    float: none;
  }
  .header-txt {
    /*電話番号の下のテキスト*/
    margin-bottom: 10px;
  }
  .header-point {
    /*電話番号上の説明文*/
    width: 89%;
    font-size: 1.6rem;
    line-height: 1.9;
    padding: 1px 0 0;
    text-align: center;
    color: #fff;
    /*border: #dcdcdc 1px solid;*/
    margin: 0 auto 13px;
  }
  .header-common a img{
    margin: 0 auto 5px;
  }
}


/*--------------------------------------------------------------
  nav
  ナビゲーションに関するCSSはnav.cssに記述
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  container・contents・rowの設定
--------------------------------------------------------------*/
#container {
  /*ページの大枠*/
  width: 100%;
}

.row {
  /*bootstrapのコンテナの設定*/
  max-width: 960px;
  margin: 0 auto;
}

.page #contents {
  /*ページの中枠*/
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 88px;
}

.home #contents {
  /*ページの中枠*/
  border: 3px solid #efeb44;
  border-radius: 20px;
  padding: 25px 0 0 6px;
  margin-bottom: 88px;
}


@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .side-reserve{
    width: 100%;
  }
}

/*--------------------------------------------------------------
  pickup
--------------------------------------------------------------*/
.pickup-btn,
.pickup-btn li {
  /*ピックアップ整形*/
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pickup-btn {
  /*ピックアップ　ulタグの設定*/
  margin-bottom: 30px;
}

.pickup-btn li {
  /*ピックアップ liタグの設定*/
  position: relative;
  margin-bottom: 40px;
  padding: 0 20px 0 0;
}

.pickup-btn li a {
  /*ピックアップのリンクの設定*/
  display: block;
}

.pickup-btn li a:hover {
  /*ピックアップホバー時の設定*/
  transition: .5s all;
  opacity: .5;
}

.pickup-btn li a img {
  /*ピックアップ画像の設定*/
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0 0;
}

@media screen and (max-width : 768px) {
  .pickup-btn,
  .pickup-btn li {
    /*ピックアップ整形*/
    padding: 0;
  }

  .pickup-btn li a img {
    /*ピックアップ画像の設定*/
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
  Post
--------------------------------------------------------------*/
.post {
  /*投稿の1blockの設定*/
  display: block;
  margin-bottom: 30px;
  opacity: 1;
}

.page .post {
  /*固定ページの1blockの設定*/
  margin-bottom: 30px;
}

.archive .post,
.category .post {
  /*アーカイブ・カテゴリー等の1blockの設定*/
  /* margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #999; */
}

.post-title {
  /*投稿のページタイトルの設定*/
  line-height: 1.5;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.entry-header {
  /*投稿記事のheader部分*/
  margin-bottom: 30px;
}

.entry-footer {
  /*投稿記事のfooter部分*/
  margin: 30px 0;
  padding: 20px 0;
  text-align: right;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#main .post-wrap h3 {
  /*見出しの上の余白の解除*/
  margin-top: 0;
}

#main .post h3,
#main .child-archive-wrap h3 {
  /*見出しの上の余白の解除*/
  border: 3px solid #efeb44;
  border-radius: 10px;
  padding: 10px;
  margin-top: 0;
  font-weight: normal;
}

#main .post h3 a .h3sub {
  /*見出しの上の余白の解除*/
  font-size: 1.3rem;
  float: right;
  padding-top: 2px;
  color: #f99395;
}

#main .post h3 a .h3sub:hover {
  /*見出しの上の余白の解除*/
  opacity: .7;
}

#main .post h3 a span.h3sub img {
  /*見出しの上の余白の解除*/
  display: inline;
  margin: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 4px;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .post-title,
  .archive-title {
    /*ページタイトルの設定*/
    font-size: 15px;
    font-size: 1.5rem;
  }
  .post {
    /*投稿の1blockの設定*/
    margin-bottom: 0;
  }
  .page .post {
    /*固定ページの1blockの設定*/
    margin-bottom: 0;
  }
  #main .post h3,
  #main .child-archive-wrap h3 {
    /*見出しの上の余白の解除*/
    font-weight: bold;
  }
}

/*--------------------------------------------------------------
  クリニック所在地
--------------------------------------------------------------*/

ul.front-address{
  padding-left: 0;
  margin-bottom: 30px;
}

ul.front-address ul{
  padding-left: 0;
}

ul.front-address ul dd{
  margin-left: 0;
}

ul.front-address li{
  list-style: none;
  line-height: 1.7;
}

ul.front-address li h5{
  margin-top: 20px;
  margin-bottom: 10px;
}

ul.front-address > li > ul > li{
  /*list-style: disc;*/
  line-height: 1.5;
}

.post .station-wrap{
  padding-left: 0;
}

.post h5.station-ttl{
  margin: 0 0 5px;
}

.post img{
  margin-bottom: 30px;
  padding-top: 10px;
}

.post li.parking{
  text-align: center;
  background: #f99395;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
  line-height: 1.5;
  padding-top: 3px;
  margin-top: 10px;
}

@media screen and (max-width : 768px) {
  /*768以下の設定*/
  ul.front-address{
    margin-bottom: 15px;
  }
  .post img{
    margin-bottom: 0;
  }
  .post .access-conts img{
    margin-bottom: 10px;
  }
  .post .access-conts{
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
  Bootstrap
--------------------------------------------------------------*/
.breadcrumb {
  /*パンくずリストの設定*/
  line-height: 1.5;
  padding: 10px 20px 5px;
  color: #666;
  background: #f4f4f4;
}

.breadcrumb li {
  /*パンくずリスト liの設定*/
  height: 100%;
  margin: 0;
}

.breadcrumb a {
  /*パンくずリストのリンクの設定*/
  color: #000;
}

.breadcrumb a:hover,
.breadcrumb a:active {
  /*パンくずリストのリンクホバー時の設定*/
  color: #ccc;
}

/*--------------------------------------------------------------
  main
  【WIDGETの位置を変更したい場合は下のコメントアウトを解除】
--------------------------------------------------------------*/
/*メインコンテンツ部分を左寄せに*/
/*#main {
  float: left;
  padding: 0 20px 0 0;
}

#sidebar {
  float: right;
}*/

/*メインコンテンツ部分を右寄せに*/
#main {
  float: right;
  padding: 0 18px 0 5px;
}

#sidebar {
  float: left;
}


/*--------------------------------------------------------------
  mainvisu
--------------------------------------------------------------*/
.mainvisu {
  /*メイン画像の大枠*/
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  /*メイン画像の背景　削除もしくは変更*/
  /*background-color: #fffade;*/
}

.flexslider {
  /*スライダー*/
  position: relative;
  margin: 0 auto 0;
  border: none;
}

.flex-control-nav {
  /*スライダーのナビゲーション*/
  z-index: 999;
  bottom: 0;
}

.flex-control-nav a {
  /*スライダーのナビゲーション*/
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.flex-control-paging li a.flex-active {
  cursor: default;
  /*スライダーのナビゲーションのアクティブ時*/
  background: #edea55;
  background: rgba(237, 234, 85);
}

.flex-control-paging li a {
  /*スライダーのナビゲーションのリンクカラー*/
  background: #fff;
  background: rgba(255,255,255, .5);
}

.flex-control-paging li a:hover {
  /*スライダーのナビゲーションのリンクホバー時のカラー*/
  background: #999;
  background: rgba(153, 153, 153, .5);
}

@media screen and (min-width : 768px) {
  /*768以上の設定*/
  .flexslider {
    overflow: hidden;
    max-width: 960px;
    max-height: 400px;
    margin: 0　auto;
    z-index: 100;
  }

  .mainvisu {
    width: 100%;
    max-height: 400px;
    z-index: 100;
  }
}

@media screen and (max-width : 768px) {
  /*768以下の設定*/
  #main {
    float: none;
    padding: 0 15px;
  }
  .mainvisu {
    padding: 0;
    margin-bottom: 20px;
  }
  #sidebar {
    margin-bottom: 30px;
    float: none;
  }
}

/*--------------------------------------------------------------
  subvisu
--------------------------------------------------------------*/
.subvisu {
  /*個別ページのサブタイトル部分の設定*/
  width: 100%;
  margin: 3px auto 30px;
  /*サブ画像の背景　削除もしくは変更*/
  background: url("../img/sub-visu-pattern.png") repeat;
}

h2.page-title {
  /*個別ページタイトル*/
  color: #347596;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.4;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  /*background: url("../img/sub-visu-tree.png") right bottom no-repeat;*/
  background-image: url("../img/sub-visu-tree.png");
  background-repeat: no-repeat;
  background-position: 98% 100%;
}

h2.page-title span img {
  margin-right: 10px;
  padding: 0 0 7px 15px;
}

.blog h2.page-title img,
.single h2.page-title img {
  padding: 0 0 7px 15px;
}

@media screen and (max-width : 768px) {
  /*ページ送りの768px以下の設定*/
  h2.page-title {
    /*個別ページタイトル*/
    background-position: 95% 100%;
    font-weight: bold;
  }
}


/*--------------------------------------------------------------
  thumbnail
--------------------------------------------------------------*/
.archive-thumbnail {
  /*一覧ページのサムネイルの設定*/
  padding: 20px 0;
}

/*--------------------------------------------------------------
  widget
--------------------------------------------------------------*/
.mobile-row {
  /*widgetのスマホ表示時*/
  display: none;
}

.side-reserve{
  margin-bottom: 15px;
}

.side-reserve img{
  display: block;
  margin: 0 auto;
}

.widget,
.widget-contact,
.widget-recruit {
  /*widgetの1blockの設定*/
  background: #eaf9fc;
  border-radius: 20px;
  margin-bottom: 18px;
  padding: 10px;
}

.widget-info{
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.widget-info h4{
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
}

.widget-info ul.kamoku{
  margin-bottom: 20px;
  padding-left: 50px;
  padding-top: 5px;
}

.widget-info ul.kamoku li{
  font-size: 1.8rem;
  color: #347596;
  line-height: 1.5;
  list-style: inherit;
  text-indent: -0.5rem;
}

.widget-contact > .widget-info > h4 {
  border-bottom: 2px solid #eaf9fc;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: normal;
}

.widget-contact > .widget-info > a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0 4px;
}

h3.widget-title {
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: normal;
  margin-top: 5px;
}

h3.widget-title img{
  margin-right: 15px;
}

.widget-contact h3.widget-title img{
  margin-right: 12px;
}

.widget-contact h3.widget-title {
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: normal;
  margin-top: 5px;
}

.widget-info .fa-stethoscope,
.widget-info .fa-clock-o{
  margin-right: 5px;
  color: #347596;
}

.text-center{
  font-size: 2rem;
  color: #347596;
  margin-bottom: 20px;
}

.widget ul {
  /*widget内 ulの設定*/
  line-height: 1.5;
  padding: 0;
}

.widget ul li {
  /*widget内 liの設定*/
  overflow: visible;
  list-style: none;
  color: #000;
}

#wp-calendar #next {
  /*カレンダーの次へを右寄せに*/
  text-align: right;
}

.widget div {
  /*widget内 divの設定*/
  /*margin: 0 0 10px;*/
}

.widget dl {
  /*widget内 dlの設定*/
  width: 100%;
  margin: 0 auto 10px;
}

.widget dt {
  /*widget内 dtの設定*/
  margin: 0 0 2px;
  text-align: right;
  white-space: nowrap;
  font-size: 1.75rem;
  font-weight: normal;
}

.widget dd {
  /*widget内 ddの設定*/
  margin: 0 0 2px;
  text-align: right;
  white-space: nowrap;
  font-size: 1.75rem;
}

.widget dd.gozen-time {
  /*widget内 ddの設定*/
  white-space: pre;
}

.widget-info-program{
  padding-top: 10px;
  padding-right: 10px;
}

.widget-banner li {
  /*widgetにbannerを設置した場合の設定*/
  margin-bottom: 20px;
}

.widget-banner li a img:hover {
  /*widgetにbannerを設置した場合の画像の設定*/
  transition: 0.5s all;
  opacity: 0.5;
}

.widget table {
  /*widget内 tableの設定*/
  width: 100%;
  margin-bottom: 0;
  border: 2px solid #ccedf4;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}

.widget table tr:first-child {
  /*widget内 tableのtrの設定*/
  color: #000;
  border: none;
  background: #f2f2f2;
}

.widget table tr:first-child td {
  /*widget内 tableの一行目の文字の色*/
  color: #666;
}

.widget th,
.widget td {
  /*table内のセルの設定*/
  /*padding: 0 3px;*/
  text-align: center;
  border-bottom: 1px solid #ccedf4;
}

.widget td {
  /*table内のセルの設定*/
  border-left: 1px solid #ccedf4;
}

.widget tr:last-child th,
.widget tr:last-child td {
  /*table内のセルの設定*/
  border-bottom: none;
}

.widget tr{
  /*table内のセルの設定*/
  height: 35px;
  line-height: 1.8;
}

.widget td {
    /*widget内 tableのtdの設定*/
  color: #666;
  font-size: 1.8rem;
  padding-top: 3px;
}

.widget table tr:first-child {
  /*widget内 tableの奇数のtrの設定*/
  background: #fbf9e2;
}

.widget table tr:last-child {
  /*widget内 tableの奇数のtrの設定*/
  background: #fff;
}

.widget table th {
  /*widget内 tableのthの設定*/
  font-size: 1.8rem;
  font-weight: normal;
  background: #fbf9e2;
  padding-top: 3px;
}

.widget table tr:nth-child(2) td,
.widget table tr:last-child td {
  /*widget内 tableの奇数のtrの設定*/
  font-size: 2.6rem;
  color: #efeb44;
}

.widget table tr td.rest {
    /*widget内 tableのtdの設定*/
  color: #999;
}

.widget_mobile .nav-tabs {
  overflow: hidden;
}

.widget_mobile .nav-tabs li {
  width: 100%;
  list-style: none;
}

.widget-recruit h3.widget-title{
  text-align: center;
  margin: 0;
  font-weight: normal;
  padding-left: 0;
}

.widget-recruit h3.widget-title img{
  display: inline;
  margin-right: 10px;
}

.widget-recruit h4{
  text-align: center;
  font-size: 2.0rem;
  margin: 0;
  font-weight: normal;
  padding: 10px 0 10px 0;
  /*padding-left: 0;
  padding-bottom: 10px;*/
  border-bottom: none;
}

p.boshu{
  display: block;
  width: 60%;
  color: #fff;
  font-size: 1.6rem;
  background: #f99395;
  text-align: center;
  border-radius: 10px;
  line-height: 2.3rem;
  padding-top: 3px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  #sidebar-mobile a {
    /*widgetのスマホ用のリンク設定*/
    display: block;
    cursor: pointer;
  }

  .widget,
  .widget-contact,
  .widget-recruit {
    /*widgetの１blockの設定*/
    margin-bottom: 15px;
    border: 3px solid #bfe3f6;
  }
  .widget:hover,
  .widget-contact:hover,
  .widget-recruit:hover {
    /*widgetの１blockの設定*/
    cursor: pointer;
  }

  .widget dt,
  .widget dd {
    /*widget内の定義リスト内*/
    text-align: center;
  }

  .mobile-row {
    /*スマホ時格納されている部分の設定*/
    padding: 15px;
  }

  h3.widget-title {
      /*スマホ時のウィジェットのタイトルスタイル*/
    font-size: 16;
    font-size: 2.0rem;
    font-weight: normal;
    position: relative;
    margin-top: 0;
    text-align: center;
    /*border: 1px solid #999;*/
    border-radius: 5px;
    padding: 0;
    pointer-events: painted;
  }
  .widget h3.widget-title {
    margin-left: 5px;
    font-weight: bold;
  }
  .widget-recruit h3.widget-title{
    text-align: center;
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-weight: bold;
  }
  .widget-contact h3.widget-title {
    margin-bottom: 0;
    padding: 0;
    font-weight: normal;
    margin: 0;
    font-weight: bold;
  }

  .widget-recruit {
    /*widgetの1blockの設定*/
    padding: 5px 10px 0;
  }
  p.boshu{
    font-weight: bold;
    padding: 2px 0;
  }
}

@media all and (-ms-high-contrast:none){
  .widget dl dd {
    padding-left: 0;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .widget-info-program dl dd{
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
  page link 投稿のページでのページ送り
--------------------------------------------------------------*/
.nav-next {
  /*次の記事へのリンク*/
  text-align: right;
}

.nav-links,
.nav-previous,
.nav-next {
  /*ページ送りの共通スタイル*/
  padding: 0;
}

.nav-links a {
  /*ページ送りのリンク*/
  display: inline-block;
  width: 90%;
  padding: 10px 10px 8px;
  color: #333;
  border-radius: 2px;
  border: 1px solid #337596;
  background: #fff;
  text-decoration: none;
}

.nav-links a:hover {
  /*ページ送りのリンクホバー時*/
  opacity: .7;
  text-decoration: underline;
}

.nav-links .page-numbers {
  /*ページ送りのナンバー設定*/
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}

.nav-links .next,
.nav-links .prev {
  /*ページ送りのナンバー設定*/
  line-height: 30px;
  width: 50px;
  height: 30px;
  padding: 0;
  text-align: center;
}

.nav-links .current {
  /*ページ送りの現在のページ箇所の設定*/
  line-height: 30px;
  height: 30px;
  padding: 4px 10px 3px;
  text-align: center;
  background: #337596;
  color: #fff;
  border-radius: 2px;
}

.link-page-nav {
  /*ページを分割したときのリンクの設定*/
  margin-bottom: 50px;
  text-align: right;
}

.link-page-nav span {
  /*ページを分割したときのリンクの設定*/
  display: inline-block;
  padding: 0;
}

.link-page-nav span {
  /*ページを分割したときのリンクの設定*/
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #999;
  border-radius: 3px;
  background: #ccc;
}

.link-page-nav a span {
  /*ページを分割したときのリンクの設定*/
  color: #fff;
  background: #ccc;
}

.link-page-nav a:hover span {
  /*ページを分割したときのリンクの設定*/
  color: #000;
  background: #ccc;
}

@media screen and (max-width : 768px) {
  /*ページ送りの768px以下の設定*/
  .nav-links a {
    /*ページ送りの設定*/
    width: 100%;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
  category
--------------------------------------------------------------*/
.category-area a {
  /*お知らせのカテゴリーのリンクの設定*/
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 10px 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  background: #e6e6e6;
}

/*.category-area a:hover {*/
  /*お知らせのカテゴリーのホバー時の設定*/
  /*color: #fff;
  background: #999;
}*/

/*--------------------------------------------------------------
  tag（タグを使わない場合は不要）
--------------------------------------------------------------*/
.tagcloud a {
  /*お知らせのタグクラウドのリンクの設定*/
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 10px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #ccc;
}

.tagcloud a:hover {
  /*お知らせのタグクラウドのホバー時の設定*/
  color: #fff;
  border: 1px solid #ccc;
  background-color: #999;
}

.tagcloud a:hover span {
  /*お知らせのタグクラウドのリンク背景の設定*/
  color: #999;
  background-color: #fff;
}

.tag-area a {
  /*お知らせのタグのリンクの設定*/
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 10px 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  background: #999;
}
/*お知らせのタグのホバー時の設定*/
.tag-area a:hover {
  color: #fff;
  background: #ccc;
}

/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/

.page-top-pc {
  /*ページトップの設定*/
  line-height: 1.4;
  position: fixed;
  bottom: 130px;
  right: -25px;
  width: 100%;
  z-index: 999;
}

/*.page-top-pc {*/
  /*ページトップの設定*/
  /*line-height: 1.4;
  position: relative;
  top: -64px;
  width: 100%;
}*/

.page-top-pc a {
  /*ページトップの設定*/
  position: absolute;
  right: 50px;
  display: block;
  width: 72px;
  height: 48px;
  padding-top: 3px;
  text-align: center;
  text-decoration: none;
  color: #327495;
  border: 3px solid #327495;
  border-radius: 20px;
  font-size: 1.3rem;
  background: #fff;
}

.page-top-pc a:hover {
  /*ページトップの設定*/
  opacity: .7;
}

/*.page-top-sp,
.page-top-sp a {
  display: none;
}*/

.footer {
  /*フッターの大枠の設定*/
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url('../img/pattern-footer.png') repeat;
}

.footer-common{
  margin-bottom: 0;
}

.footer-common > p{
  font-size: 1.4rem;
  color: #666;
}

.footer-title ,
.footer-title > a.text-center {
  /*フッター部分のサイト名称と電話番号の設定*/
  margin-bottom: 8px;
}

.footer-title a,
.footer-telephone a {
  /*フッター部分のサイト名称と電話番号の設定*/
  display: block;
  text-align: center;
  text-decoration: none;
}

.footer-title a img,
.footer-telephone a img {
  /*フッター部分のサイト名称と電話番号の画像の設定*/
  display: inline;
}

.footer-title a img{
  /*フッター部分のサイト名称と電話番号の画像の設定*/
  display: inline;
  width: 35%;
}

.footer-common > p.footer-tel-ttl{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  background: #f99395;
  border-radius: 12px;
  padding: 2px 22px 0;
}

.footer-telephone {
  /*フッター部分の電話番号の設定（テキスト時）*/
  font-size: 30px;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-telephone img{
  /*フッター部分の電話番号の設定（テキスト時）*/
  width: 22%;
}

.footer-nav-wrap {
  /*フッターのナビゲーションの枠の設定*/
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background: #dcf9ff;
}

.footer-nav {
  /*フッターのナビゲーションの枠の設定*/
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  height: 40px;
  margin: 0 auto 0;
  padding: 0;
}

.footer-nav li {
  /*フッターのナビゲーションのリストの設定*/
  line-height: 43px;
  float: left;
  width: 16.6666666666%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-nav li a {
  /*フッターのナビゲーションのリンクの設定*/
  display: block;
  text-decoration: none;
  color: #32708f;
}

.footer-nav li a:hover {
  /*フッターのナビゲーションのリンクのホバー時の設定*/
  transition: 1s all;
  color: #32708f;
  background: #edea55;
}

.copyright-area {
  /*copyrightの設定*/
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 10px;
  text-align: center;
  color: #666;
}

.copyright-area a {
  /*copyrightのリンクの設定*/
  text-decoration: none;
}

.copyright-area a:hover {
  /*copyrightのリンクのホバー時の設定*/
  color: #ccc;
}

@media screen and (max-width : 768px) {
  .footer-common{
    padding-top: 20px;
  }
  .footer-nav-wrap {
    /*768px以下の設定*/
    display: none;
  }
  .page-top-pc {
    /*ページトップの設定*/
    bottom: 65px;
    right: -40px;
  }
  .page-top-pc a:hover {
    /*ページトップの設定*/
    opacity: 1;
  }

  /*.page-top-pc,
  .page-top-pc a{*/
    /*ページトップの設定*/
    /*display: none*/
  /*}*/
  /*.page-top-sp {*/
    /*ページトップの設定*/
    /*width: 90%;
    display: block;
    line-height: 1.4;
    margin: 0 auto 20px;
  }*/
  /*.page-top-sp a {*/
    /*ページトップの設定*/
    /*display: inherit;
    display: block;
    width: 100%;
    height: 48px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    color: #327495;
    border: 3px solid #327495;
    border-radius: 20px;
    font-size: 1.3rem;
  }*/
  /*.page-top-sp a:hover {*/
    /*ページトップの設定*/
    /*opacity: .7
  }*/

  h1.footer-title ,
  h1.footer-title > a.text-center {
    /*フッター部分のサイト名称と電話番号の設定*/
    margin-top: 0;
  }
  .footer-title a img{
    /*フッター部分のサイト名称と電話番号の画像の設定*/
    width: 100%;
  }
  .footer-telephone img{
    /*フッター部分の電話番号の設定（テキスト時）*/
    width: 75%;
  }
}
/*--------------------------------------------------------------
  calendar widgetのカレンダーの設定
--------------------------------------------------------------*/
#wp-calendar th,
#wp-calendar td {
  /*カレンダーのセルの設定*/
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#wp-calendar #today {
  /*今日の設定*/
  background: #ccc;
}

#wp-calendar tbody th a,
#wp-calendar tbody td a {
  /*リンクの文字の設定*/
  font-weight: bold;
  color: #999;
}

/*----------------------------------------------------------------------
  トップページ
----------------------------------------------------------------------*/
/*--------------------------------------------------------------
  トップページのお知らせ部分の設定
--------------------------------------------------------------*/
.front-news-list ul,
.front-news-list li,
.front-news-list dl,
.front-news-list dt,
.front-news-list dd,
.header-news-list ul,
.header-news-list li,
.header-news-list dl,
.header-news-list dt,
.header-news-list dd {
  /*トップページのお知らせ部分及び内包部分のcssのリセット*/
  line-height: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.front-news-list {
  /*トップページお知らせの設定*/
  /*margin-bottom: 75px;*/
  padding: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.front-news-list ul li,
.header-news-list ul li {
  padding: 15px 10px;
  border-bottom: 1px dashed #d5dada;
}


.front-news-list dl,
.header-news-list dl {
  /*トップページお知らせの定義リストの設定*/
  width: 100%;
	overflow: hidden;
}

.front-news-list dt,
.header-news-list dt {
  /*トップページお知らせの定義の設定*/
  font-size: 1.6rem;
  /* float: left; */
  /* width: 26%; */
  white-space: nowrap;
  font-weight: normal;
}

.front-news-list dd,
.header-news-list dd {
  /*トップページお知らせの定義の説明の設定*/
  /* margin-left: 26%; */
  font-size: 1.6rem;
}

.front-news-list dd a,
.header-news-list dd a {
  /*トップページお知らせの定義の説明の設定*/
  text-decoration: none;
  color: #327495;
}

.front-news-list dd a:hover,
.header-news-list dd a:hover {
  /*トップページお知らせの定義の説明の設定*/
  /*text-decoration: underline;*/
  opacity: .7;
}

.front-wrap > ul {
  /*トップページお知らせのリスト*/
  margin: 0;
  padding: 0;
}

span.category-slug a{
  color: #fff;
}

span.category-slug a:hover{
  opacity: 1;
}

.oshirase,
.kyushin,
.torii-blog{
  border-radius: 5px;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 3px 10px 1px;
  margin-right: 15px;
}

.oshirase{
  background: #f99395;
}

.kyushin{
  background: #327495;
}

.torii-blog{
  background: #aac848;
}

.mark-news{
  font-size: 0.9rem;
  background: red;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
	display: inline-block;
}

.blog .mark-news,
.single .mark-news,
.archive .mark-news {
  padding: 1px 5px;
	line-height: 1.5;
}


@media screen and (max-width : 768px) {
  /*768以下の設定*/
  .front-news-list dt,
	.header-news-list dt {
    /*定義リストのdtの設定*/
		float: none;
		display: inline-block;
    white-space: nowrap;
  }
	.front-news-list dd,
	.header-news-list dd {
    /*定義リストのレスポンシブ対応*/
    margin-left: 0;
  }
	.header-news-list {
	  /*トップページお知らせの設定*/
	  margin-bottom: 20px;
	}
  .front-news-list ul li,
	.header-news-list ul li {
    padding: 7px 0 5px;
    font-weight: bold;
  }
	.header-news-list ul li {
	  border-top: 1px dashed #d5dada;
	}
  .oshirase,
  .kyushin,
	.torii-blog {
		font-size: 1.2rem;
    padding: 2px 6px 1px;
    margin-right: 8px;
  }
}

/*--------------------------------------------------------------
  google map
  GoogleMapをレスポンシブにする設定
--------------------------------------------------------------*/
.ggmap {
  /*GoogleMapを入れるときはclass名にggmapを入れてください*/
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
  Mobile style
--------------------------------------------------------------*/
@media (max-width: 768px) {
  /*768以下の設定*/
  .header-title a {
    /*サイトのロゴをセンターにする設定*/
    display: block;
    text-align: center;
  }

  .header-title a img {
    /*サイトのロゴをセンターにする設定*/
    width: auto;
    margin: 0 auto;
  }

  dt,
  dd {
    /*定義リストのレスポンシブ対応*/
    width: 100%;
    margin: 0;
  }

  .front-news-list dd {
    /*定義リストのレスポンシブ対応*/
    margin-left: 0;
  }

  .page-title {
    /*ページタイトルの余白の設定*/
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
  Mobile style
--------------------------------------------------------------*/
.info-flow,
.info-flow li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------------------------------------
  recruitment
--------------------------------------------------------------*/

.recruit-conts p {
  line-height: 2.5rem;
  font-size: 1.55rem;
  margin-bottom: 30px;
}

.recruit-conts h4,
.access-conts h4,
.landscape-conts h4,
.facility-conts h4 {
  color: #337596;
  font-size: 1.6rem;
  font-weight: normal;
  background: url("../img/circle-yellow.png") no-repeat left center;
  padding-left: 28px;
  margin-bottom: 10px;
}

.recruit-conts table {
  /*widget内 tableの設定*/
  width: 100%;
  margin-bottom: 0;
  border: 3px solid #eaf9fc;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  margin-bottom: 50px;
}

.recruit-conts th,
.recruit-conts td {
  /*table内のセルの設定*/
  /*padding: 0 3px;*/
  border-bottom: 3px solid #eaf9fc;
}

.recruit-conts th{
  /*table内のセルの設定*/
  text-align: center;
  border-bottom: 3px solid #eaf9fc;
}

.recruit-conts td {
  /*table内のセルの設定*/
  border-left: 3px solid #eaf9fc;
  background: #fff;
}

.recruit-conts tr:last-child th,
.recruit-conts tr:last-child td {
  /*table内のセルの設定*/
  border-bottom: none;
}

.recruit-conts tr{
  /*table内のセルの設定*/
  height: 35px;
  line-height: 1.8;
}

.recruit-conts td {
    /*widget内 tableのtdの設定*/
  padding: 10px 4px 8px 10px;
  line-height: 1.6;
}

.recruit-conts table th {
  /*widget内 tableのthの設定*/
  font-weight: normal;
  background: #fefdc3;
  padding-top: 3px;
}

.recruit-contact-wrap{
  width: 80%;
  background: url("../img/recruit-contact-pattern.png") repeat;
  padding: 13px;
  margin: 0 auto;
  border-radius: 10px;
}

.recruit-contact{
  text-align: center;
  background: #fff;
  padding: 5px 40px 5px;
}

.recruit-contact img,
.recruit-contact a img{
  display: block;
  margin: 0 auto 5px;
  padding-top: 5px;
}

.recruit-contact a{
  display: block;
  text-decoration: none;
}

.recruit-contact a:hover{
  opacity: .7;
}

.recruit-contact a span{
  display: block;
  width: 80%;
  color: #fff;
  font-size: 1.8rem;
  background: #f99395;
  border-radius: 5px;
  margin: 8px auto 3px;
  line-height: 1.5;
  padding-top: 3px;
  text-decoration-line: none;
}

@media (max-width: 768px) {
  /*768以下の設定*/
  .recruit-conts table {
    /*widget内 tableの設定*/
    margin-bottom: 30px;
  }

  .recruit-conts{
    padding-left: 0;
    padding-right: 0;
  }

  /*.recruit-contact-wrap{
    width: 100%;
    margin-bottom: 20px;
  }*/

  .recruit-contact-wrap{
    display: none;
  }

  .recruit-contact{
    padding: 5px 10px 5px;
  }
}

/*--------------------------------------------------------------
  greeting
--------------------------------------------------------------*/

.greeting-conts {
}

.greeting-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 60px;
  overflow: hidden;
}

.greeting-conts span {
  /*text-align: right;*/
  float: right;
}

.greeting-conts img {
  /*text-align: right;*/
  margin: 0;
  padding-top: 0;
  float: right;
}

.prof-wrap dl {
  /*text-align: right;*/
  font-size: 1.4rem;
}

.prof-wrap dl dt:first-child {
  /*text-align: right;*/
  font-size: 1.6rem;
  font-weight: normal;
}

.prof-wrap dl dd {
  /*text-align: right;*/
  margin: 0 0 10px;
}

.prof-left {
  padding-left: 0;
}

.prof-right{
  padding-right: 0;
  overflow: hidden;
}

.prof-wrap h4{
  font-size: 1.8rem;
  padding: 15px ;
  background: #eaf9fc;
  border-radius: 10px;
  font-weight: normal;
  color: #337596;
}

.prof-wrap ul,
.prof-wrap table {
  font-size: 1.4rem;
}

.prof-wrap ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.prof-wrap ul li {
  list-style: none;
  line-height: 1.7;
}

.prof-wrap table tr {
  background: #fff;
  line-height: 1.7;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .page #contents {
    margin-bottom: 0;
  }
  .home #contents {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  .greeting-conts {
    /*text-align: right;*/
    padding-left: 5px;
    padding-right: 5px;
  }
  .prof-wrap img {
    /*text-align: right;*/
    width: 50%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .prof-wrap {
    padding: 0;
  }
  .prof-left dl {
    margin-bottom: 20px;
  }
  .prof-right {
    margin-bottom: 40px;
  }
  .prof-wrap table {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
  access
--------------------------------------------------------------*/

.access-conts {
  /*サイドバーに採用情報がある場合は40px*/
  margin-bottom: 10px;
}

.access-conts p {
  font-size: 1.7rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.access-conts h4 {
  /*margin-bottom: 0;*/
}

.access-conts span.parking {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  background: #f99395;
  padding: 3px 40px 0;
  border-radius: 5px;
  line-height: 1.5;
  margin: 10px 0 13px;
}

.access-conts img,
.landscape-conts img,
.facility-conts img {
  margin: 0;
}

.page .wide-details-map img{
  display: block;
  width: 85%;
  margin: 0 auto;
}

.ggmap {
  display: block;
  width: 90%;
  margin: 35px auto 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .access-conts{
    padding: 0;
  }
  .access-conts p {
    font-size: 1.6rem;
  }
  .ggmap {
    width: 90%;
    margin: 10px auto 20px;
  }
  .page .wide-details-map img{
    width: 100%;
  }
}

/*--------------------------------------------------------------
  clinic-info
--------------------------------------------------------------*/

.landscape-conts {
  margin-bottom: 40px;
  overflow: hidden;
}

.landscape-conts p {
  margin-bottom: 20px;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .landscape-conts {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
  medical-info
--------------------------------------------------------------*/

.medical-conts h4 {
  display: block;
  width: 38%;
  color: #fff;
  font-size: 2.0rem;
  background: #ff9496;
  border-radius: 10px;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto 20px;
}

.medical-conts {
  margin-bottom: 45px;
}

.medical-conts .fa-stethoscope,
.medical-conts .fa-clock-o {
  color: #fff;
  margin-right: 5px;
}

.medical-conts h5 {
  color: #337596;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #337596;
  padding-bottom: 7px;
  margin: 10px 0 15px;
}

.medical-conts .subject-left {
  width: 48%;
  float: left;
  border-radius: 10px;
  border: 3px solid #eaf9fc;
  padding: 0 20px;
  margin-bottom: 40px;
}

.medical-conts .subject-right {
  width: 48%;
  float: right;
  border-radius: 10px;
  border: 3px solid #eaf9fc;
  padding: 0 20px;
  margin-bottom: 40px;
}

.medical-conts .subject-left p,
.medical-conts .subject-right p {
  line-height: 1.7;
  font-size: 1.4rem;
}

.medical-conts img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.disease-desc dt {
  font-size: 1.8rem;
  color: #337596;
  font-weight: normal;
  padding: 10px 20px;
  background: #eaf9fc;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

.disease-desc dd {
  padding: 20px 20px 20px 25px;
  font-size: 1.4rem;
  border: 3px dashed #efeb44;
  border-radius: 10px;
  margin: 0;
  display: none;
}

.fa-caret-square-o-down{
  margin-right: 5px;
}

.nav-medical-info ul{
  padding: 0;
  padding-left: 7px;
  overflow: hidden;
  margin-bottom: 20px;
}

li.to-chapter{
  color: #337596;
  list-style: none;
  cursor: pointer;
  background: url("../img/circle-yellow.png") no-repeat left 7px;
  padding-left: 27px;
  line-height: 2.2;
  font-size: 1.8rem;
}

li.to-chapter:hover{
  opacity: .7;
}

li.to-chapter:first-child{
  display: none;
}

.monshinhyou {
	padding: 15px 20px;
	background-color: #eaf9fc;
	margin-bottom: 40px;
	border-radius: 5px;
}

.monshinhyou p {
	margin: 0;
}

.monshinhyou p.monshinhyou-ttl {
	font-size: 1.8rem;
	padding-left: 33px;
	background: url("../img/icon_1r_32.png") no-repeat left 0;
}

.monshinhyou p span {
	font-size: 1.3rem;
	display: block;
	line-height: 1.6;
}

.fa-angle-double-down{
  margin-right: 5px;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .medical-conts h4 {
    width: 100%;
  }
  .medical-conts h5 {
    font-weight: bold;
  }
  .landscape-conts {
    margin-bottom: 20px;
  }
  .nav-medical-info ul{
    padding-left: 0;
  }
  .nav-medical-info ul{
    margin-bottom: 20px;
  }
  li.to-chapter{
    line-height: 2.3;
    background: url("../img/circle-yellow.png") no-repeat left 10px;
    font-weight: bold;
  }
  .medical-conts .subject-left,
  .medical-conts .subject-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .medical-conts img {
    width: 100%;
    margin: 0;
  }
  .disease-desc dt {
    font-weight: bold;
  }
}

/*----  各種健診・健康診断のご案内／在宅診療のご案内／予防接種のご案内  --------------------------------------*/

.medi-check-conts {
  margin-bottom: 60px;
}

.medi-check-conts h4 {
  color: #ff9496;
  /*font-weight: normal;*/
  padding: 10px 15px 7px;
  border:3px solid #feeaea;
  border-radius: 10px;
  background: url("../img/m-c-h4p.png") repeat;
}

.medi-check-conts h4 .fa-check-square-o {
  margin-right: 5px;
}

.medi-check-conts p {
  line-height: 1.7;
  margin-bottom: 0;
}

p.medi-check-conts-top {
  line-height: 1.7;
  margin-bottom: 20px;
}

.medi-check-conts dt {
  font-size: 1.8rem;
  color: #337596;
  background: url("../img/circle-yellow.png") no-repeat left 1px;
  padding-left: 27px;
  font-weight: normal;
  margin: 30px 0 10px;
  line-height: 1.4;
}

.medi-check-conts dd {
  font-size: 1.47rem;
  margin: 0 0 7px 0;
  line-height: 1.6;
}

.medi-check-conts dt.pylori {
  font-size: 1.5rem;
  margin: 12px 0 25px 0;
  line-height: 1.6;
  color: #666;
  background: none;
  padding-left: 0;
}

.athome-info,
.vaccination {
  margin-bottom: 50px;
}

.vaccination ul {
  padding-left: 20px;
}

.vaccination ul li {
  font-size: 1.7rem;
  color: #ff9496;
  line-height: 2;
  list-style-position: inherit;
}

@media screen and (max-width : 768px) {
  /*768px以下の設定*/
  .vaccination ul li {
    font-weight: bold;
  }
  .medi-check-conts dt {
    font-weight: bold;
    line-height: 1.3;
  }
  .medi-check-conts dt.pylori {
    font-weight: normal;
  }
}

/*--------------------------------------------------------------
  お知らせ
--------------------------------------------------------------*/

.blog .contents {
  margin-bottom: 50px;
}

.blog .post-wrap{
  margin-bottom: 10px;
}

.blog .post{
  margin-bottom: 10px;
}

.archive-post,
.single-post .post{
  border-radius: 10px;
  padding: 24px 24px 5px;;
  -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.archive-title,
.post .post-title{
  font-size: 2.0rem;
  color: #337596;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: normal;
  margin: 0 0 18px;
  border: 0;
  background: #eaf9fc;
}

.single .post-title {
	line-height: 1.1;
}

.archive-title a{
  color: #337596;
}

.post .entry-header{
  margin-bottom: 12px;
}

.post .entry-content{
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.post .thumbnail-date{
  font-size: 1.4rem;
}

.post .entry-footer{
  text-align: left;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.post .entry-footer-left,
.post .entry-footer-right{
  padding: 0;
}

.post .entry-footer a {
  text-decoration: none;
  color: #337596;
}

.post .entry-footer a p.notice-list{
  text-align: right;
  font-size: 1.3rem;
  margin: 0;
  padding: 1px 0;
}

.post .entry-footer a .notice-list .fa-chevron-circle-right{
  margin-left: 5px;
}

.post .entry-footer a p.notice-list:hover{
  opacity: .7;
}

.nav-previous a,
.nav-next a {
  /*ページ送りのリンク*/
  display: inline-block;
  padding: 7px 5px 7px;
  color: #337596;
  border-radius: 5px;
  background: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.nav-previous {
  /*ページ送りのリンク*/
  float: left;
}

.nav-next {
  /*ページ送りのリンク*/
  float: right;
}

.fa-chevron-circle-left,
.fa-chevron-circle-right {
  /*ページ送りのリンクホバー時*/
  color: #efeb44;
}

.fa-chevron-circle-left:hover,
.fa-chevron-circle-right:hover {
  /*ページ送りのリンクホバー時*/
  opacity: .7;
}

.archive .post-title{
  font-size: 2.4rem;
  line-height: 2.5;
  padding-left: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 8px solid #337596;
  border-bottom:  1px solid #337596;
  border-top: 0;
  margin-bottom: 40px;
  font-weight: normal;
}

/*.archive .entry-content a{
  color: #503a35;
}*/

.glyphicon {
    color: #efeb44;
}

.category-area a {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 2px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  color: #337596;
  background: #fff;
}

.category-area a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  /*768以下の設定*/
  .greeting,
  .intro-list{
    padding: 0;
  }
  .greeting img{
    display: block;
    text-align: center;
    margin: 15px auto 0;
  }
  .blog .post-wrap{
    margin-bottom: 20px;
  }
  .archive-title,
  .post .post-title{
    font-size: 1.8rem;
    font-weight: bold;
  }
  .single .page-title{
    font-size: 1.8rem;
    padding: 16px 0;
  }
  .nav-previous a,
  .nav-next a {
    /*ページ送りのリンク*/
    width: 90%;
  }
	.single-post #post-wrap {
		margin-top: -60px;
	  padding-top: 60px;
	}
}

/* IE main nav CSS  -----------------------------------------------------------------------*/

@media all and (-ms-high-contrast:none){
  #main .post h3,
  #main .child-archive-wrap h3 {
    font-weight: bold;
  }
  .archive-title,
  .post .post-title{
    font-weight: bold;
  }
}

/*Safariだけに適用されるCSSハック*/
_::-webkit-full-page-media, _:future, :root .widget dl dd {
    padding-left: 0;
}

/*--------------------------------------------------------------
  Popup Maker
--------------------------------------------------------------*/
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
	display: block !important;
}






















/*--------------------------------------------------------------
  End
--------------------------------------------------------------*/
