@media all and (min-width: 751px) {
  body.for-patient #title:before {
    background-image: url(../images/for-patient/title-bg.jpg);
  }
  /* INDEX */
  #for-patient-index .flow-info {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  body.for-patient #title:before {
    background-image: url(../images/for-patient/title-bg_sp.jpg);
  }
  /* INDEX */
  #for-patient-index .flow-info {
    margin-bottom: 80px;
  }
}

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