@charset "UTF-8";

.tokusho {
  margin-top: 5rem;
}

.tokusho__title {
  font-size: 1rem;
  text-align: center;
  padding: 0 5%;
}

.tokusho__table {
  border-collapse: collapse;
  background-color: #eee;
  margin-top: 1.5rem;
  border: 1px solid #ccc;
  margin: 1.5rem auto;
  font-size: 0.889rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.tokusho__table td,
.tokusho__table th {
  padding: 0.75rem 1.5rem;
  border: 1px solid #ccc;
}

.tokusho__table th {
  background-color: #ddd;
  border: 1px solid #ccc;
}

.tokusho__table td {
  font-weight: 400;
}
