@charset "UTF-8";
.head-text{
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  padding: 10px 30px;
}
.description{
  margin-bottom: 40px;
}
.description .text{
  font-size: 14px;
  color:#707070
}
.description .highlight{
  color: red;
}

.emergency-table {
  overflow-x: auto;
  padding: 0 20px;
  margin-bottom: 80px;
}
.emergency-table .table {
  width: 900px;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}
.emergency-table .table th,
.emergency-table .table td {
  border: solid 1px #707070;
  padding: 20px;
}
.emergency-table .table thead th {
  background-color: #fafafa;
  font-weight: 500;
}
.emergency-table .table thead th {
  width: 200px;
}
.emergency-table .table tbody th {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.emergency-table .table tbody td {
  font-size: 18px;
  text-align: left;
}
.emergency-table .table  tbody td .shr {
  display: block;
  font-size: 15px;
}
.emergency-table .table  tbody td .class {
  font-size: 20px;
  font-weight: 500;
}