@charset "utf-8";

#score-table tr td:nth-child(3) {
  text-align: center;
}
.oh_td {
  display: flex;
  align-items: flex-start !important;
}
.oh_td span:first-of-type {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.2em;
  /* align-self: flex-start; */
}
@media screen and (min-width: 768px) {
  dl.index {
    width: 32em;
  }
  .facility_information {
    width: 585px;
    margin: 3em auto 0;
  }
  .facility_information table {
    width: 585px;
    margin: 12px 0 0;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 15px;
  }
  .history_score dt {
    letter-spacing: -0.05em;
  }
}
.td_c {
  text-align: center !important;
}
