.-ssd-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}
.-ssd-tablist li {
  display: grid;
  place-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: #eee;
  color: #767676;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.-ssd-tablist li br {
  display: none;
}
.-ssd-tablist li[aria-selected=true], .-ssd-tablist li:hover {
  background-color: #1c9a55;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .-ssd-tablist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .-ssd-tablist li {
    padding: 0;
    font-size: 12px;
  }
  .-ssd-tablist li br {
    display: block;
  }
}
.-ssd-tabcontent h4 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
.-ssd-tabcontent h4 small {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 639px) {
  .-ssd-tabcontent h4 small {
    display: block;
  }
}
@keyframes fade_tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.-ssd-tabcontent {
  display: none;
}
.-ssd-tabcontent[aria-hidden=false] {
  display: block;
  animation: fade_tab 0.7s ease 0s;
}
.-ssd-table {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #000;
  line-height: 1.5;
  font-size: clamp(0em, 2.6666666667vw, 14px);
}
.-ssd-table thead th {
  background: #f5f5f5;
}
.-ssd-table th,
.-ssd-table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.-ssd-table th:last-child,
.-ssd-table td:last-child {
  border-right: none;
}
.-ssd-table th,
.-ssd-table td {
  text-align: center;
  vertical-align: middle;
}
.-ssd-table th {
  padding: 10px 5px;
  font-weight: normal;
  word-break: keep-all;
}
.-ssd-table td {
  padding: 9px 5px;
  font-size: clamp(0em, 1.2em, 16px);
}
.-ssd-table td.strong {
  font-size: clamp(0em, 1.4em, 16px);
}
.-ssd-table thead th b {
  font-size: clamp(0em, 1.2em, 16px);
}
.-ssd-table tbody th b {
  font-size: clamp(0em, 1.6em, 21px);
}
.-ssd-table__note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.-ssd-table__note h5 {
  font-size: inherit;
  font-weight: 700;
}
.-ssd-table__note ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.-ssd-table__note ul li {
  margin-top: 0.5714285714em;
}
@media screen and (max-width: 639px) {
  .-ssd-table__note {
    font-size: 13px;
  }
}/*# sourceMappingURL=senshintekimado.css.map */