@charset "utf-8";
/****************************************
 センター病院  外来のご案内 style-outpatient.css
*****************************************/

/*-------------------------------------
  外来について
-------------------------------------*/
.fee {
  display: flex;
  justify-content: space-between;
  width: 244px;
}

.about-fee {
  display: flex;
  margin-top: 1em;
}

.about-fee_label {
  width: 294px;
}

@media screen and (max-width: 1045px) {
  .about-fee {
    flex-direction: column;
  }

  .about-fee_label {
    width: 100%;
  }

  .about-fee_leader {
    display: none;
  }
}

@media screen and (max-width: 484px) {
  .fee {
    width: 90%;
  }
}