#page.tokushoho {
  background-color: #000;
  padding-top: 100px;
}
#page.tokushoho .tokushoho-content {
  padding-bottom: 120px;
}
#page.tokushoho .tokushoho-content .c-page-ttl {
  color: #fff;
}
#page.tokushoho .tokushoho-content .c-page-sub {
  color: #fff;
  margin-bottom: 89px;
}
#page.tokushoho .tokushoho-content .c-page-sub::after {
  background-color: #fff;
  height: 26px;
  bottom: -55px;
}
#page.tokushoho .tokushoho-body {
  max-width: 860px;
  margin: 0 auto;
}
#page.tokushoho .tokushoho-table {
  width: 100%;
  border-collapse: collapse;
}
#page.tokushoho .tokushoho-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#page.tokushoho .tokushoho-table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#page.tokushoho .tokushoho-table th {
  width: 250px;
  padding: 24px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5714285714;
  color: #fff;
  text-align: left;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.04);
}
#page.tokushoho .tokushoho-table td {
  padding: 24px 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #ccc;
  vertical-align: top;
}
#page.tokushoho .tokushoho-table td a {
  color: rgb(235, 222, 212);
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.tokushoho .tokushoho-table td a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page.tokushoho .tokushoho-content {
    padding-bottom: 80px;
  }
  #page.tokushoho .tokushoho-content .c-page-ttl {
    line-height: 1.2222222222;
  }
  #page.tokushoho .tokushoho-content .c-page-sub {
    margin-bottom: 60px;
  }
  #page.tokushoho .tokushoho-content .c-page-sub::after {
    height: 20px;
    bottom: -38px;
  }
  #page.tokushoho .tokushoho-body {
    max-width: 100%;
  }
  #page.tokushoho .tokushoho-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.tokushoho .tokushoho-table th {
    width: 100%;
    padding: 16px 12px 8px;
    font-size: 13px;
    background-color: transparent;
    border-bottom: none;
  }
  #page.tokushoho .tokushoho-table td {
    padding: 8px 12px 16px;
    font-size: 13px;
  }
}