<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.main-content .main-content-inner .table-base a:hover {
  color: #468ea7;
}
.main-content .main-content-inner {
  padding: 30px 20px;
}
table {
  padding: 0;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.main-content .main-content-inner .table-base span {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.main-content .main-content-inner .table-base tr:nth-child(n+2) th {
  letter-spacing: 0.1em;
}
.main-content .main-content-inner .table-base tr:first-child th, .main-content .main-content-inner .table-base tr:first-child th + td {
  padding-top: 0;
}
.main-content .main-content-inner .table-base th {
  width: 19%;
  padding: 20px 15px;
  border-bottom: solid 1px #e1e0e0;
  vertical-align: middle;
  text-align: left;
}
.main-content .main-content-inner .table-base td {
  padding: 20px;
  border-bottom: solid 1px #e1e0e0;
}
@media (max-width: 915px) {
  .main-content .main-content-inner .table-base th {
    width: 20%;
  }
}
@media (max-width: 687px) {
  .main-content .main-content-inner .table-base th, .main-content .main-content-inner .table-base td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .main-content .main-content-inner .table-base th {
    border-bottom: none;
  }
  .main-content .main-content-inner .table-base td {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .main-content .main-content-inner .table-base span {
    margin-left: 0;
  }
  .main-content .main-content-inner .table-base tr:last-child td {
    border-bottom: none;
    margin-bottom: 0;
  }
}</pre></body></html>