@charset "UTF-8";

.lead {
  margin-top: 2em;
}
.section__inner h4 {
  margin-top: 2em;
}
th, td {
  border: none;
  padding: .5em 0;
  line-height: 1.5;
  vertical-align: middle;
}
td:has(b) {
  border: none;
}
tr {
  margin: 0;
  width: 100%;
}
tr:first-child td b {
  font-weight: 600;
}
table {
  width: 100%;
  margin: 0;
}
table p {
  line-height: 2 !important;
}
/*
table tr:not(:first-child) td:first-child {
  display: none;
}
*/
td div {
  font-size: 14px;
  padding: 0;
  white-space: nowrap;
}
table table {
  margin: 0;
  border: none;
}
table table table {
  border: none;
}
table table table tr {
  border: none;
}
table table + br {
  display: none;
}
table table td {
  border: none;
}
a[href$=".pdf"] {
  margin-right: .5em;
  padding: 0;
  background: none;
  position: relative;
}
a[href$=".pdf"]::before {
  content: "・";
}
a.no-list-style::before {
  content: none;
}
.bottom {
  vertical-align: bottom;
}

@media screen and (max-width: 599px) {

  table {
    width: 100%;
  }
  table tbody tr:nth-child(2) td {
    display: block;
    width: 100%;
    height: auto !important;
  }
  th, td {
    border: none;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0;
  }
}