.penalty-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.penalty-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  color: #333;
}

.penalty-table th,
.penalty-table td {
  border: 1px solid #dcdcdc;
  padding: 20px 24px;
  vertical-align: middle;
  line-height: 1.7;
}

.penalty-table thead th {
  background: #b5b5b5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.penalty-table tbody td:first-child {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.penalty-table tbody td:nth-child(2) {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.penalty-table .red {
  color: #ff2a2a;
}

@media screen and (max-width: 767px) {
  .penalty-table {
    min-width: 900px;
    font-size: 13px;
  }

  .penalty-table th,
  .penalty-table td {
    padding: 18px 20px;
  }
}
