@charset "UTF-8";

.description {
  font-size: x-small;
}

/* 一覧 */
.chr_list {
  margin-bottom: 20px;
}

.chr_list_header {
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  background-color: #e3e3e3;
  border: 1px solid gray;
}

.chr_list_row>td {
  border: 1px solid lightgray;
  padding: 4px;
}

section::before {
  content: '';
  display: block;
  padding-top: 192px;
  margin-top: -192px;
}