.siteuse__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .siteuse__wrapper {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .siteuse__wrapper {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .siteuse__wrapper {
    padding-top: 16.9082125604vw;
    padding-bottom: 14.4927536232vw;
    width: 83.0917874396vw;
  }
}
.siteuse__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  text-align: justify;
}
.siteuse__text:last-child {
  margin-bottom: 0px;
}

.th-left-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 100px;
}

.th-left {
  width: 100%;
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  overflow-x: auto;
}
.th-left th {
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding: 20px 15px;
  min-width: 150px;
  background-color: #f2f7fd;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f2650;
  white-space: nowrap;
  text-align: left;
  display: table-cell;
}
.th-left td {
  vertical-align: top;
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #0f2650;
  text-align: justify;
  word-break: break-all;
  display: table-cell;
}
.th-left td a {
  text-align: left;
  color: #0f8fef;
  line-height: 1.7;
  text-decoration: underline;
  font-size: 16px;
}/*# sourceMappingURL=siteuse.css.map */