@charset "utf-8";

@media print,screen and (min-width : 501px) {

#overview{
  margin-top: 40px;
}
#overview .fb{
  margin-top: 40px;
}
#overview .fb_left dt{
  font-size:26px;font-size:2.6rem;
  font-family:"MPLUSRounded1c-4";
  border-bottom:solid 1px #8c8c8c;
}
#overview .fb_left div{
  margin-top: 20px;
  font-size:18px;font-size:1.8rem;
}
#overview #map{
  margin-top: 40px;
}

#outpatient{
  margin-top: 40px;
}
#outpatient h3{
  font-size:22px;font-size:2.2rem;
  font-family:"MPLUSRounded1c-4";
}
#outpatient table{
  width: 100%;
  margin-top: 10px;
}
#outpatient td{
  border:solid 1px #c8c8c8;
  padding: 10px;
}
#outpatient th{
  border:solid 1px #c8c8c8;
  padding: 10px;
  vertical-align: middle;
}
#outpatient dl{
  display:-webkit-box;display:-ms-flexbox;display:flex;
  margin: 6px 0;
}
#outpatient dt{
  width: 80px;
}



}
@media screen and (max-width : 500px) {

#overview{
  margin-top: 20px;
}
#overview .fb{
  margin-top: 20px;
}
#overview .fb_left dt{
  font-size:18px;font-size:1.8rem;
  font-family:"MPLUSRounded1c-4";
  border-bottom:solid 1px #8c8c8c;
}
#overview .fb_left div{
  margin-top: 10px;
}
#overview #map{
  margin-top: 20px;
}

#outpatient{
  margin-top: 20px;
}
#outpatient h3{
  font-size:18px;font-size:1.8rem;
  font-family:"MPLUSRounded1c-4";
}
#outpatient table{
  width: 100%;
  margin-top: 10px;
}
#outpatient td{
  border:solid 1px #c8c8c8;
  padding: 10px;
  vertical-align: middle;
}
#outpatient th{
  border:solid 1px #c8c8c8;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.2;
}
#outpatient dl{
  margin: 6px 0;
}
#outpatient dt{
  width: 80px;
}

}
