@charset "utf-8";

/*担当医リスト*/
ul.dr-list{
	padding-left: 1.5em;
}

ul.dr-list li{
	list-style-type: none;
}

ul.dr-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: #507EB9;
  margin-right: 0.5em;
}

/*外来診療担当表リンク*/
a.schedule-link{
	margin-left: 3.0em;
}

a.schedule-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  color: #507EB9;
  margin-right: 0.5em;
}