<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  top: 0;
  height: 0;
  max-height: initial;
  padding-bottom: 118.4% /* 888/750 */;
  background: url(../images/voice_header_img_sp.jpg) no-repeat center top;
  background-size: cover;
}

/* Slider */
.bx-wrapper .bx-controls {
  width: 100% !important;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
}
ul.header-slider {
  position: relative;
  left: 0;
  overflow: hidden;
}
ul.header-slider li {
  width: 100%;
  height: auto;
}
ul.header-slider li a {
  width: 100%;
  height: 100%;
  display: block;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  position: relative;
  top: -47px;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 118.4% /* 888/750 */;
  max-height: initial;
  margin-bottom: -47px;
  /*
  margin-bottom: -47px;
  background-image: none;
  background: rgb(222,238,248);
  background: -moz-linear-gradient(top, rgba(222,238,248,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 61%, rgba(236,238,239,1) 79%);
  background: -webkit-linear-gradient(top, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(236,238,239,1) 79%);
  background: linear-gradient(to bottom, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(236,238,239,1) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef8', endColorstr='#eceeef',GradientType=0 );
  */
}
.home_catch {
  width: 92.1875%;
  margin-left: auto;
  margin-right: auto;
}
.home_catch h2 {
  position: relative;
  top: 70px;
  font-size: 30px;
  width: 100%;
}
.home_catch p {
  position: relative;
  top: 90px;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/

/*--------------------------------------------------------------
  Page Common
---------------------------------------------------------------*/
/* 開業医の声･患者様の声 - Tab Menu */
.voice-menu {
  height: 60px;
}
.voice-menu li {
  font-size: 20px;
  line-height: 60px;
}
.voice-menu li.act-dr:after {
  right: -26.5px;
  width: 53px;
  height: 60px;
  background-size: 53px 60px;
}
.voice-menu li.act-enq:after {
  left: -26.5px;
  width: 53px;
  height: 60px;
  background-size: 53px 60px;
}

/* 開業医の声･患者様の声 - ページ見出し */
.voice-page-heading {
  margin-bottom: 5%
}
.voice-page-heading &gt; .inner {
  display: block;
  align-items: start;
  justify-content: normal;
}
.voice-page-heading h2 {
  width: 100%;
  margin-bottom: 0.5em;
}
.voice-page-heading p {
  width: 100%;
}

/* 開業医の声･患者様の声 - Page Navi */
.voice-page-nav {
  width: 92.1875%;
  height: auto;
  background: none; 
}
.voice-page-nav .select-wrap {
  position: relative;
}
.voice-page-nav .select-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../images/voice_nav_pulldown.png) no-repeat 0 0;
  background-size: 60px 60px;
  pointer-events: none;
}
.voice-page-nav select {
  width: 100%;
  height: 60px;
  text-indent: 1em;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  outline: none;
  background: none transparent;
  border: solid 1px #e4e4e4;
}
.voice-page-nav select::-ms-expand {
  display: none;
}
.voice-page-nav select:-moz-focusring { 
  color: transparent; 
}
#vpn02 {
  margin-bottom: 0;
}

/*-------------------------------------------------------------
  開業医の声 - コンテンツ - 201811
-------------------------------------------------------------*/
.voice-unit-heading {
  width: 100%;
  margin-top: 10%;
}

/* コンテンツ見出し共通部 */
.vu-title {
  height: 100px;
}
.vu-title img {
  width: 100px !important;
}
.vu-title dl {
  width: 100%;
  height: 100%;
}
.vu-title dl dt {
  font-size: 14px;
  text-align: left;
  color: #cdeafe;
  margin-bottom: 0;
}
.vu-title dl dd {
  font-size: 14px;
  letter-spacing:0;
  color: #ffffff;
  line-height: 1.4;
}

/* コンテンツ見出し */
.voice-unit-heading h3 {
  font-size: 24px;
  margin-left: 0;
}
.voice-unit-heading h3 span {
  display: none;
}

/*--------------------------------------------------------------
  カタログ請求・お問い合わせ
---------------------------------------------------------------*/
.cri-unit {
  background: rgba(232,252,255,0.8) /* #e8fcff */;
}</pre></body></html>