.page-other .heading-01 {
  margin-top: 50px;
}

.page-other #other .inner {
  padding-top: 0;
}

.page-other #other .heading-02 {
  text-align: left;
  margin-bottom: 20px;
}

.page-other #other .heading-03 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-other #other .para-01 {
  margin-bottom: 30px;
}

.page-other .company table {
  width: 60%;
  margin: 20px auto;
}

.page-other .company table th {
  background-color: #f8f8f8;
}

.page-other .company table th, .page-other .company table td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #888888;
}

.page-other p.cap {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 12px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page-other #other .inner {
    padding: 0 20px 20px;
  }
  .page-other .company table {
    width: 100%;
  }
  .page-other .company table th {
    background-color: #f8f8f8;
  }
  .page-other .company table th, .page-other .company table td {
    padding: 10px 5px;
    border: solid 1px #888888;
  }
}
