@charset "utf-8";

.overview-content h3,
.member-content h3 {
  margin-bottom: 40px;
}

.overview-content .overview-table {
  margin-bottom: 60px;
  width: 100%;
  border-collapse: collapse;
}

.overview-table tr th,
.overview-table tr td {
  padding: 16px 20px;
  border: 1px solid var(--clr-border);
  vertical-align: top;
  text-align: left;
}

.overview-table tr th {
  min-width: 230px;
  max-width: 230px;
  background-color: var(--clr-bg);
}

.overview-table tr td {
  width: 100%;
}

.overview-table ol {
  padding-inline: 0;
}

.overview-table .org-contact {
  display: flex;
}

.overview-table .org-contact .contact {
  min-width: 80px;
  display: flex;
  justify-content: space-between;
}

.overview-table .org-contact .contact::after {
  content: "：";
}

.overview-table .org-contact .information .phone {
  color: var(--clr-neutral-900);
}

.member-content .member {
  line-height: 1.5;
  padding: 20px;
  background-color: var(--clr-bg);
}

.member .member-info:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--clr-border);
}

.member .member-info:not(:first-child) {
  padding-top: 20px;
}

.member-info dt {
  margin-bottom: 7px;
  font-weight: 700;
}

.member .member-info span {
  line-height: 1.6;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }

  .overview-content h3,
  .member-content h3 {
    margin-bottom: 20px;
  }

  .overview-content .overview-table {
    margin-bottom: 40px;
  }

  .overview-table tr th,
  .overview-table tr td {
    display: block;
  }

  .overview-table tr th {
    max-width: unset;
    padding-block: 5px;
    border-width: 0 1px 0;
  }

  .overview-table tr:first-child th {
    border-top: 1px solid var(--clr-border);
  }

  .overview-table .org-contact {
    display: block;
  }

  .overview-table .org-contact .contact {
    display: unset;
    min-width: min-content;
  }
}
