body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #282828;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  width: 100%;
}

a {
  word-break: break-all;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

table {
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

table th, td{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  vertical-align: top;
}

.logo {
  width: 180px;
  margin-bottom: 128px;
}

.main-content {
  padding-top: 36px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.main-content p {
  line-height: 1.4;
}

.title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 63px;
  line-height: 1.4;
}

.author {
  text-align: end;
  margin-bottom: 64px;
}

.preamble {
  margin-bottom: 64px;
}

.section {
  margin-bottom: 64px;
}

.section-title {
  font-size: 20px;
}

.footer {
  background: #1A1A1A;
  color: #FFFFFF;
}

.footer p {
  margin: 0;
}

.footer-content {
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  width: 80%;
}

.footer-logo {
  margin-bottom: 36px;
}

.copy-right {
  text-align: center;
  padding-bottom: 32px;
}

.description-line-height {
  line-height: 35px;
}

.site-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 160px;
  color: #FFFFFF;
}

.site-map .link-white {
  margin: 0 1em;
}

.link-white:link, .link-white:visited, .link-white:hover, .link-white:active {
  color: #FFFFFF;
}

.issue-date {
  margin-bottom: 128px;
}

.section-table th {
  width: 25%;
  background-color: #EEEEEE;
}
.section-table td {
  width: 75%;
}
.section-table th, .section-table td {
  padding: 0.75em 1em;
  border: 1px solid #000;
  line-height: 1.5;
}

@media (max-width: 810px) {
  .main-content {
    overflow: hidden;
  }

  .company-detail {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .description-line-height p {
    line-height: 20px;
  }

  .footer-content {
    font-size: 10px;
  }

  .site-map {
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.05em;
    margin-top: 80px;
  }

  .site-map .link-white {
    margin: 0;
  }

  .section-table {
      border-bottom: 1px solid #000;
  }
  .section-table tr {
      display: flex;
      flex-direction: column;
      width: 100%;
  }
  .section-table th, .section-table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border-bottom: none;
  }
}

/* 20240930追加 */
.site-map a:nth-of-type(3) ~ a {
  display: none;
  pointer-events: none;
}