.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: 18.5185185185vw;
    padding-bottom: 15.873015873vw;
    width: 91.0052910053vw;
  }
}

p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  text-align: justify;
}
p.mb-100 {
  margin-bottom: 100px;
}
p: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-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  background-color: #f2f7fd;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  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-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #0f2650;
  text-align: justify;
  word-break: break-all;
  display: table-cell;
}
.th-left td p {
  font-size: 15px;
  line-height: 1.3333333333;
  margin-bottom: 5px;
  text-align: justify;
}
.th-left td p:last-child {
  margin-bottom: 0;
}
.th-left td p.td-example {
  padding-left: 15px;
  margin-bottom: 15px;
}
.th-left td p.td-example:last-child {
  margin-bottom: 0;
}
.th-left td .img-wrapper {
  width: min(300px, 100%);
  height: -moz-fit-content;
  height: fit-content;
}
.th-left td .img-wrapper img {
  width: 100%;
}
.th-left td a {
  text-align: left;
  color: #0f8fef;
  line-height: 1.75;
  text-decoration: underline;
  font-size: 16px;
}/*# sourceMappingURL=siteuse.css.map */