@charset "UTF-8";

figure {
  height: 10em;
  margin-bottom: 1em;
}

tr:last-of-type {
  border-bottom: none;
}

th,
td {
  padding: 0.5em;
}

th {
  white-space: nowrap;
}

td h3 {
  border-bottom: 1px dashed var(--gray);
  margin-bottom: 0.3em;
}

td h3:not(:first-of-type) {
  margin-top: 1em;
}

.access h3 span {
  font-size: 0.8em;
  margin-right: 0.5em;
}

.access dl {
  width: calc(50% - 1em);
  float: left;
}

.access dl:nth-of-type(odd) {
  margin-right: 2em;
}

.access dl:not(:last-of-type) {
  margin-bottom: 1em;
}

.access .contents::after {
  content: "";
  display: block;
  clear: both;
}

.access dt {
  margin-bottom: 0.5em;
}

.access iframe {
  width: 100%;
  height: 15em;
}

@media screen and (max-width: 767px) {
  .access dl {
    width: 100%;
    float: none;
  }
}
