#subpage .table_type01 {
  margin-bottom: 60px;
}
#subpage .table_type01 tbody tr th {
  width: 50%;
  background: #fafaff;
}
#subpage .table_type01 tbody tr th small {
  display: block;
  font-size: 0.8em;
}
#subpage .table_type01 tbody tr td {
  background: #fff;
  font-size: 1.5rem;
}
#subpage .table_type01 tbody tr td + td {
  border-left: 1px solid #d2d2d7;
}
@media screen and (max-width: 768px) {
  #subpage .table_type01 {
    margin-bottom: 32px;
  }
  #subpage .table_type01 tbody tr th {
    white-space: normal;
  }
  #subpage .table_type01 tbody tr th small {
    display: block;
    font-size: 1rem;
  }
  #subpage .table_type01 tbody tr td {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */
