.front-content .sec01-link {
  margin-top: 30px;
}

@media print, screen and (min-width: 1092px) {
  .front-content .sec01-link {
    margin-top: 80px;
  }
}
.page-ratio-calculation table th {
  border-bottom: none;
}
.page-ratio-calculation table tbody tr:not(:last-child) td > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ratio-calculation table tbody tr:not(:last-child) td > div > span {
  display: block;
}
.page-ratio-calculation table tbody tr:not(:last-child) td > div > span:nth-of-type(2) {
  width: 40px;
}
.page-ratio-calculation table tbody tr:not(:last-child) td > div > span:nth-of-type(1), .page-ratio-calculation table tbody tr:not(:last-child) td > div > span:nth-of-type(3) {
  width: calc(50% - 40px);
}
.page-ratio-calculation table tbody tr:not(:last-child) td > div > span input {
  width: 100%;
}
.page-ratio-calculation table tbody tr:last-child td {
  border-bottom: 2px solid #b29b64;
}
.page-ratio-calculation table tbody tr:last-child td span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-ratio-calculation table thead {
    display: none;
  }
  .page-ratio-calculation table th, .page-ratio-calculation table td {
    display: block;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .page-ratio-calculation table th {
    border-right: none;
  }
  .page-ratio-calculation table thead th:nth-of-type(2) {
    border-right: 2px solid #b29b64;
  }
  .page-ratio-calculation table tbody tr:last-child th {
    border-bottom: 2px solid #b29b64;
  }
}
@media screen and (min-width: 768px) {
  .page-ratio-calculation .sec01 table tbody tr th {
    width: 210px;
  }
  .page-ratio-calculation .sec01 table tbody tr td {
    width: calc(100% - 210px);
  }
}

/*# sourceMappingURL=page.css.map */
