/*------------------------
  info
------------------------*/
@media screen and (max-width: 768px) {
  .info .page-title {
    font-size: 1.8rem;
  }
}
.info-item {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .info-item {
    margin-top: 70px;
  }
}
.info-item + .text-right {
  margin-top: 30px;
}
.info-item .border-title {
  margin-bottom: 30px;
}
.info-table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
}
.info-table thead th {
  padding: 20px 30px;
  font-weight: 400;
  font-size: 0.8125rem;
  text-align: left;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .info-table thead th {
    padding: 10px 15px;
  }
}
.info-table th, .info-table td {
  border-bottom: 1px solid #D8D8D8;
}
.info-table th {
  white-space: nowrap;
  text-align: left;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .info-table th {
    padding: 0 0 0 15px;
  }
}
.info-table td {
  padding: 20px 40px 20px 30px;
}
@media screen and (max-width: 768px) {
  .info-table td {
    padding: 15px 0 15px 15px;
  }
}

.table-scroll {
  padding-bottom: 10px;
  overflow-x: scroll;
  width: 100%;
}
.table-scroll table {
  min-width: 800px;
}

ul.disc {
  margin-top: 30px;
}
ul.disc li {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .border-title {
    font-size: 1.2rem;
  }
  .content-title-jp + .border-title {
    font-size: 1rem;
  }
}