.system-requirements_subpage .system-requirements-table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.system-requirements_subpage .system-requirements-table.is-single th,
.system-requirements_subpage .system-requirements-table.is-single td {
  padding-top: 29px;
  padding-bottom: 29px;
}

.system-requirements_subpage .system-requirements-table th,
.system-requirements_subpage .system-requirements-table td {
  border: 1px solid #CCC;
  padding: 8px 10px;
  text-align: left;
}

.system-requirements_subpage th {
  background: #F0F6FF;
  width: 90px;
}

.system-requirements_subpage .system-requirements-rows::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .row .system-requirements-col-custom:last-child:not(:first-child) {
    padding-left: 40px;
  }
  .row .system-requirements-col-custom:first-child {
    padding-right: 40px;
  }

  .system-requirements_subpage .system-requirements-table {
    font-size: 16px;
  }

  .system-requirements_subpage th {
    width: 170px;
  }

}
