@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 812px;
  /*
  height: 0;
  padding-bottom: 58% /* 812/1400 */
  /*;
  background: url(../common_mc/images/voice_header_img.jpg) no-repeat 0 0;
  background-size: cover;
  */
}
/* BxSlider - overwrite */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #19a3d1;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  height: 0;
  padding-bottom: 58% /* 812/1400 */;
  max-height: 708px;
  color: #000000;
  margin-bottom: -104px;
}
#home_infoarea p {
  text-shadow: none;
}

/* パンくず - 201809 */
.breadcrumb-list {
  color: #000000;
  margin-top: 0;
  padding-top: 15px;
  /*
  text-shadow: 1px 1px 1px rgba(89,87,87,1);
  */
}
.breadcrumb-list a {
  color: #000000;
}

.home_catch {}
.home_catch h2 {
  position: relative;
  top: 120px;
  font-size: 48px;
  line-height: 1.3;
  box-sizing: border-box;
}
.home_catch p {
  position: relative;
  width: 45%;
  top: 170px;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/
/* Add 201809 */
#home_mainarea {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
  Page Common
---------------------------------------------------------------*/

/* 開業医の声･患者様の声 - Tab Menu */
.voice-menu {
  width: 100%;
  height: 80px;
  background-color: #c9e6f9;
  margin-bottom: 80px;
}
.voice-menu li {
  position: relative;
  width: 50%;
  font-size: 24px;
  line-height: 80px;
  color: #005b98;
  text-align: center;
}
.voice-menu li:first-of-type {
  float: left;
}
.voice-menu li:last-of-type {
  float: right;
}
.voice-menu li a {

  display: block;
  color: #005b98;
}
.voice-menu li a:hover {
  text-decoration: none !important;
}
.voice-menu li a:before {
  content: url(../../common_mc/images/listmark_voice_tab.svg);
  padding-right: 0.5em;
}
.voice-menu li.act-dr, .voice-menu li.act-enq {
  background-color: #ffffff;
}
.voice-menu li.act-dr:after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 70px;
  height: 80px;
  background: url(../../common_mc/images/voice_tab_act_dr.gif) no-repeat center top;
  background-size: 70px 80px;
}
.voice-menu li.act-enq:after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 70px;
  height: 80px;
  background: url(../../common_mc/images/voice_tab_act_enq.gif) no-repeat center top;
  background-size: 70px 80px;
}

/* 開業医の声･患者様の声 - ページ見出し */
.voice-page-heading {
  width: 100%;
  margin-bottom: 80px;
}
.voice-page-heading > .inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.voice-page-heading h2 {
  width: 25%;
  font-size: 24px;
}
.voice-page-heading p {
  width: 75%;
  font-size: 14px;
  line-height: 1.7;
}

/* 開業医の声･患者様の声 - Page Navi */
.voice-page-nav {
  width: 1200px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dfdfdf;
}
.voice-page-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice-page-nav ul li {
  width: 170px;
  height: 100%;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  background-color: #83b1d0;
}
.voice-page-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-decoration: none !important;
}
.voice-page-nav ul li a.current {
  background-color: #005b98;
}
#vpn02 {
  margin-bottom: 80px;
}

/*-------------------------------------------------------------
  開業医の声 - コンテンツ - 201811
-------------------------------------------------------------*/
.voice-unit-heading {
  width: 100%;
  margin-top: 60px;
}

/* コンテンツ見出し共通部 */
.voice-unit-heading .inner {
  display: flex;
  align-items: center;
}
.vu-title {
  height: 173px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.vu-title dl {
  width: 173px;
  height: 100%;
  background-color: #005b98;
  box-sizing: border-box;
}
.vu-title dl dt {
  font-size: 18px;
  text-align: center;
  color: #cdeafe;
  margin-bottom: 30px;
}
.vu-title dl dd {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.15;
}

/* コンテンツ見出し */
.voice-unit-heading h3 {
  font-size: 28px;
}
.voice-unit-heading h3 span {
  display: block;
}

/* 概要 */
.voice-unit {
  width: 100%;
  margin-top: 60px;
}

/*-------------------------------------------------------------
  施設建築 検索結果･最新実例 - 201809
-------------------------------------------------------------*/
#results, #example {
  border-bottom: solid 1px #e9ebeb;
}
