@media all and (min-width: 751px) {
  body.for-doctor #title:before {
    background-image: url(../images/for-doctor/title-bg.jpg);
  }
  /* INDEX */
  #for-doctor-index .center-info {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  #for-doctor-index .center-info .right-box {
    flex: 1;
  }
}
@media only screen and (max-width: 750px) {
  body.for-doctor #title:before {
    background-image: url(../images/for-doctor/title-bg_sp.jpg);
  }
  /* INDEX */
}

/*# sourceMappingURL=page-for-doctor.css.map */
