.otherContents h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .otherContents h3 {
    margin-bottom: 45px;
  }
}

.otherContents .headText01 {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .otherContents .headText01 {
    font-size: 15px;
  }
}

.otherContents .table01 {
  font-size: 14px;
  width: 100%;
}

.otherContents .table01 tr:nth-child(odd) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .otherContents .table01 tr:nth-child(odd) {
    background-color: transparent;
  }
}

.otherContents .table01 th {
  text-align: left;
  width: 210px;
  padding: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .otherContents .table01 th {
    width: 100%;
    padding: 10px 15px;
    background-color: #f9f9f9;
    display: block;
  }
}

.otherContents .table01 td {
  padding: 20px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .otherContents .table01 td {
    margin-bottom: 10px;
    padding: 15px;
    display: block;
  }
}

.otherContents a {
  color: #2c8ddd;
}
