@charset "UTF-8";
#sub h2 {
  margin-bottom: 3rem;
}
#sub .cap {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  padding-left: 16px;
  display: block;
  font-weight: 300;
}
#sub .cap::before {
  content: "* ";
  position: absolute;
  left: 0;
}
#sub ul.cap.en {
  border: none;
}
#sub ul.cap.en li::before {
  content: "・ ";
}
#sub ul li {
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-bottom: 1px solid #A71C4B;
  font-weight: 300;
}
@media (max-width: 750px) {
  #sub ul li {
    flex-direction: column;
    gap: 10px;
  }
}
#sub ul li .access {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}
#sub ul li .access iframe {
  max-width: 100%;
}
#sub ul li.noborder {
  border: none;
  padding-bottom: 0;
}
#sub ul li h4 {
  flex: 0 0 200px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #sub ul li h4 {
    flex: 20px;
  }
}
#sub ul li ul.list {
  list-style-type: disc;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}
#sub ul li ul.list li {
  border: none;
  padding: 0;
  display: list-item;
}
#sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 16px;
  table-layout: fixed;
}
#sub table td,
#sub table th {
  border: none;
  border-top: 1px solid #A71C4B;
  height: 60px;
  font-weight: 600;
}
#sub table td .small,
#sub table th .small {
  font-size: 10px;
}
#sub table td:first-child,
#sub table th:first-child {
  border-left: none;
}
#sub table tr:first-child td,
#sub table tr:first-child th {
  border-top: none;
}
#sub table td:last-child,
#sub table th:last-child {
  border-right: none;
}
#sub table th {
  border-bottom: 3px solid #A71C4B;
}
#sub table td {
  border-bottom: 1px solid #A71C4B;
}/*# sourceMappingURL=english.css.map */