.page_wrapper {
  background: #F1F2F0;
}

.c_kv {
  background-image: url(/assets/img/doctors/kv.jpg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c_kv {
    background-image: url(/assets/img/doctors/kv_sp.jpg);
  }
}
.c_kv h1 {
  width: 20.2777777778vw;
  height: 5.9722222222vw;
  position: absolute;
  top: 5.9722222222vw;
  left: 38.9583333333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c_kv h1 {
    width: 62.9333333333vw;
    height: 17.0666666667vw;
    top: 28.8vw;
    left: 19.7333333333vw;
  }
}

.flex5050 .txt {
  width: 65%;
}
.flex5050 .txt p:not(:first-of-type) {
  margin-top: 2em;
}
.flex5050 .pic {
  width: 30.0862068966%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flex5050 .txt,
  .flex5050 .pic {
    width: 100%;
  }
}

.freedial {
  background: #fff;
  margin-top: 0.6944444444vw;
  border-radius: 2.2222222222vw;
  padding: 2.2916666667vw 2.3611111111vw 2.2222222222vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .freedial {
    padding: 8.2666666667vw 5.8666666667vw 8.2666666667vw;
    border-radius: 6.4vw;
  }
}
.freedial img {
  margin-bottom: 0.6944444444vw;
  width: 86%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .freedial img {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.freedial dl {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .freedial dl {
    font-size: 3.7333333333vw;
  }
}
.freedial dl dt {
  background: #6AAFC3;
  color: #fff;
  font-weight: bold;
  padding: 0.6em 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .freedial dl dt {
    padding: 0.4em 1em;
  }
}
.freedial dl dd {
  background: #E3E3E3;
  border-top: solid #fff 0.2083333333vw;
  letter-spacing: 0.07em;
  color: #3F3C31;
  font-weight: bold;
  padding: 1em 1em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .freedial dl dd {
    border-top: solid #fff 0.8vw;
    padding: 0.7em 1em;
    line-height: 1.4;
  }
}
.freedial dl dd.dd1 {
  flex-wrap: wrap;
}
.freedial dl dd.dd1 span {
  width: 100%;
}
.freedial dl dd.dd1 span:last-of-type {
  padding-left: 1em;
}/*# sourceMappingURL=doctors.css.map */