#others-page #low {
  margin: 5rem 0 0;
}
#others-page #low table tbody {
  width: 100%;
}
#others-page #low table tbody tr {
  border-top: 1px solid #d6d6d6;
}
#others-page #low table tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  #others-page #low table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#others-page #low table tbody th, #others-page #low table tbody td {
  font-size: 1.4rem;
  padding: 2rem;
  vertical-align: middle;
  line-height: 1.8;
}
#others-page #low table tbody th {
  border-right: 1px solid #d6d6d6;
  background-color: #f1f1f4;
  width: 15%;
}
@media (max-width: 767px) {
  #others-page #low table tbody th {
    width: 100%;
    border-right: none;
  }
}