@charset "UTF-8";
#footer {
  margin-top: 0;
}
.court-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.court {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-width: 280px;
  aspect-ratio: 18 / 9;
  border: 2px solid #333;
  background: #fff;
  box-sizing: border-box;
}
.court::before, .court::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999;
}
.court::before {
  left: 33.33%;
}
.court::after {
  right: 33.33%;
}
.net {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #333;
  transform: translateX(-50%);
}
.label {
  position: absolute;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 6px;
  border-radius: 4px;
}
.left-bottom {
  left: 8px;
  bottom: 8px;
}
.right-top {
  right: 8px;
  top: 8px;
}
.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sidebar details {
  margin-left: 8px;
}
.sidebar summary {
  cursor: pointer;
  padding: 4px 0;
}
.sidebar ul {
  margin: 4px 0 8px 16px;
  padding: 0;
}
.sidebar li {
  list-style: none;
  margin: 4px 0;
}

.toggleSection section {
  padding: 5vw;
}
.toggleSection section {
  margin-top: -60px;
  padding-top: 60px;
}
@media only screen and (min-width: 783px) {
  .pc-flex {
    display: flex;
    gap: 20px;
  }
  .sidebar {
    position: sticky;
    top: 60px;
    align-self: flex-start;
    min-height: calc(100vh - 60px);
    min-width: 180px;
  }
  .toggleSection section {
    display: none;
  }
  .sidebar a.active {
    font-weight: bold;
  }
}
.toggleSection section.on {
  display: block;
}
.lnav {
  display: block;
}
.lnav p:first-child {
  margin-top: 0;
}
.lnav p {
  margin-right: 2em;
  margin-left: 2em;
}
.sidebar {
  padding: 1em 2vw;
  border-bottom: #ccc 1px solid;
}
@media only screen and (min-width: 783px) {
  .sidebar {
    padding: 1em 1em;
    border-right: #ccc 1px solid;
    border-bottom: none;
  }
}

.toggleSection h2 {
  font-weight: bold;
  font-size: 200%;
  padding-top: 1em;
}
.toggleSection table {
  margin-top: 1em;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.toggleSection table th, .toggleSection table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.toggleSection thead th {
  background-color: #f0f0f0;
}
.eg {
  font-style: italic;
}
dl.csvrow {
  margin-top: 1.7em;
  padding-top: 1.7em;
  border-top: #ccc 1px solid;
}
dl.csvrow.no-border {
  margin-top: 1.7em;
  padding-top: 0;
  border-top: none;
}
.csvrow dt {
  font-size: 120%;
  font-weight: bold;
}
.csvrow dd {}
.csvrow dd p {
  margin-top: 5px;
}
.csvrow dd p:first-child strong:first-child::after {
  content: ": ";
}
.breakdown {
  margin-top: 1.7em;
  padding: 1.5em;
  background: #f0f0f0;
}
.breakdown h3 {
  font-weight: bold;
  text-align: center;
}
.breakdown table {
  font-size: 90%;
}
.breakdown table p {
  font-size: 90%;
  margin-top: 5px;
}
p.note {
  margin-top: 1em;
  font-size: 84%;
}
.breakdown table {
  background: #fff;
}
.toggleSection .breakdown thead th {
  background: #f9f9f9;
}