@charset "UTF-8";

/*-------------------------------------------------------------
  開業医の声 - コンテンツ - 201811
-------------------------------------------------------------*/
.vu-title dl {
  padding: 60px 0 50px;
}
.vu-title dl dt {
  margin-bottom: 0.5em;
}
.vu-title dl dd {
  text-align: center;
}
/* 外科･整形外科 */
#surgical .vu-title dl dd {
  font-size: 20px;
}

.voice-unit-heading h3 {
  margin-left: 40px;
}
.voice-unit-heading h3 span {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 25px;
}

/* 概要 */
.patient-summary-unit {
  margin-bottom: 50px;
}
.ps-heading {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ps-heading h3 {
  width: 36%;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #005b98;
  line-height: 1.3;
}
.ps-heading h3 img {
  width: 60px;
}
.ps-heading h3 span {
  white-space: nowrap;
  padding-left: 0.5em;
}
.ps-heading p {
  width: 64%;
  padding-right: 2em;
  font-size: 14px;
  line-height: 1.7;
}
.ps-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.patient-summary {
  width: calc(592 / 1200 * 100%);
  height: 190px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding: 30px;
  box-sizing: border-box;
}
#gd-reserve {
  background-image: url(../images/bg_reserve_good.png);
}
#bd-reserve {
  background-image: url(../images/bg_reserve_bad.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 dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.patient-summary dl dt.gd {
  color: #ff6699;
}
.patient-summary dl dt.bd {
  color: #005b98;
}
.patient-summary dl dd {
  display: flex;
  align-items: center;
}
.patient-summary dl dd span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1em;
}
.patient-summary dl dd:last-of-type {
  margin-top: 1em;
}