@charset "UTF-8";

/*-------------------------------------------------------------
  開業医の声 - コンテンツ - 201811
-------------------------------------------------------------*/
.vu-title {
  width: auto;
}
.vu-title dl {
  width: 100px;
  height: 100%;
  padding: 20px;
  display: block;
  align-items: start;
}
.vu-title dl dt {
  margin-bottom: 0.25em;
  text-align: center;
}
/* 外科･整形外科 */
#surgical .vu-title dl dd {
  font-size: 16px;
}

.voice-unit-heading h3 {
  margin-left: 1em;
  line-height: 1.4;
}
.voice-unit-heading p {
  width: 92.1875%;
  margin: 5% auto 0;
  font-size: 15px;
  line-height: 1.6;
}

/* 概要 */
.ps-heading {
  display: block;
  align-items: start;
}
.ps-heading h3 {
  width: 100%;
  font-size: 24px;
}
.ps-heading h3 img {
  width: 50px !important;
}
.ps-heading p {
  width: 100%;
  padding-right: 0;
  margin-top: 0.75em;
  line-height: 1.6;
}
.ps-content {
  display: block;
  align-items: start;
  justify-content: normal;
}
.patient-summary {
  width: 100%;
  height: auto;
  padding: 20px;
  background-size: cover;
}
#gd-reserve {
  background-image: url(../images/bg_reserve_good_sp.png);
}
#bd-reserve {
  background-image: url(../images/bg_reserve_bad_sp.png);
}
#gd-bld {
  background-image: url(../images/bg_building_good.png);
}
#bd-bld {
  background-image: url(../images/bg_building_bad.png);
}
#gd-consult {
  background-image: url(../images/bg_consult_good.png);
}
#bd-consult {
  background-image: url(../images/bg_consult_bad.png);
}
#gd-serv {
  background-image: url(../images/bg_service_good.png);
}
#bd-serv {
  background-image: url(../images/bg_service_bad.png);
}
#gd-female {
  background-image: url(../images/bg_female_good.png);
}
#bd-female {
  background-image: url(../images/bg_female_bad.png);
}
#gd-male {
  background-image: url(../images/bg_male_good.png);
}
#bd-male {
  background-image: url(../images/bg_male_bad.png);
}
#gd-extra {
  background-image: url(../images/bg_extra_good.png);
}
#bd-extra {
  background-image: url(../images/bg_extra_bad.png);
}
.patient-summary-unit .patient-summary:last-of-type {
  margin-top: 4%;
}
.patient-summary dl dt {
  font-size: 22px;
  margin-bottom: 0.5em;
}
.patient-summary dl dd img {
  width: 28px !important;
}
.patient-summary dl dd span {
  line-height: 1.3;
  padding-left: 0.5em;
}