html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sec2 .two-col-table .table-row {
  color: #222;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #222;
}
.sec2 .two-col-table .table-row .key {
  width: 120px;
  min-width: 120px;
  margin-right: 80px;
  color: #0054b6;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
}
.sec2 .two-col-table .table-row .value {
  max-width: 803px;
  width: 100%;
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
}
.sec2 .two-col-table .table-row .value a {
  color: #07f;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 9%;
}
.sec2 .two-col-table .table-row:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .sec2 .two-col-table .table-row {
    color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
  }
  .sec2 .two-col-table .table-row .key {
    width: 120px;
    min-width: 120px;
    margin-right: 0px;
    color: #0054b6;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.9px;
  }
  .sec2 .two-col-table .table-row .value {
    max-width: 803px;
    width: 100%;
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
  .sec2 .two-col-table .table-row .value a {
    color: #07f;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 9%;
  }
  .sec2 .two-col-table .table-row:first-child {
    padding-top: 0;
  }
}/*# sourceMappingURL=company.css.map */