@charset "UTF-8";
table {
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 1.1rem;
  z-index: 10;
  width: 100%;
}
table th {
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  width: 56px;
  min-width: 48px;
  padding: 10px 6px;
  border-right: 1px solid #ddd6be;
  vertical-align: middle;
  cursor: pointer;
}
table th a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ede6cc;
  color: #0047ab;
  font-weight: bold;
  font-size: 0.85rem;
  border: 1px solid #c2b99a;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
}
table th a:hover {
  background: #b82343;
  color: #fff;
  border-color: #b82343;
  transform: scale(1.12);
}
table th.diagonal-line {
  background: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
  padding: 0;
  width: 30px;
  min-width: unset;
}
@media (max-width: 960px) {
  table th {
    width: 44px;
  }
}
table td {
  border: 1px solid #333;
}
table td:nth-child(2) {
  border: 1px solid #333;
  padding: 0% 1.5% 0%;
  width: 90%;
  border-right: none;
}
table td:nth-child(2) rt {
  font-size: 0.6em;
  letter-spacing: 0;
}
table td:nth-child(3) {
  /* 検索用の文字（非表示） */
  color: transparent;
  width: 0;
  display: none;
  border-left: none;
  border-right: none;
}
table td:nth-child(4) {
  /* 検索用の文字（非表示） */
  color: transparent;
  width: 0;
  display: none;
  border-left: none;
  border-right: none;
}
table td:nth-child(5) {
  /* 検索用の文字（非表示） */
  color: transparent;
  width: 0;
  display: none;
  border-left: none;
}
table td:nth-child(6) {
  /* 検索用の文字（非表示） */
  color: transparent;
  width: 0;
  display: none;
  border-left: none;
}

#input-wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}

#searchInput {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 10px 10px 8px;
  font-size: 16px;
}
@media (max-width: 960px) {
  #searchInput {
    width: 100%;
  }
}

/* アコーディオン */
.details {
  transition: 0.3s;
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 0.5em;
}
.details:last-of-type {
  margin-bottom: 0;
}

.details[open] {
  margin-top: 0;
}

.details-summary {
  display: block;
  padding: 15px 0;
  transition: 0.3s;
  transform: translateY(10px);
  color: #333;
}
@media (max-width: 500px) {
  .details-summary {
    padding: 30px 0 15px;
  }
}
.details-summary:hover {
  cursor: pointer;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details[open] .details-summary {
  transform: translateY(0);
}

.details-content {
  padding: 0.5em;
  background-color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-bottom: 0.5rem !important;
}

td > details.details > p {
  font-size: 1.1rem;
  color: #333;
}
td > details.details > p::before {
  content: "現代語訳\a";
  white-space: pre;
  font-weight: bold;
}

td:nth-child(2) {
  position: relative;
}

.drop-down {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #B82343;
  font-weight: bold;
}/*# sourceMappingURL=thirty-six-list.css.map */