@charset "UTF-8";
/* ::::::::::  沿革  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.innerS {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

/* =========================================================
history
========================================================= */
.table02 {
  box-sizing: border-box;
  width: 100%;
}

.table02 th,
.table02 td {
  vertical-align: top;
  border-bottom: 1px solid #cbced6;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 999px) {
  .table02 th,
  .table02 td {
    box-sizing: border-box;
    padding: 10px 0;
  }
}

.table02 th {
  width: 5em;
  text-align: right;
}

@media (max-width: 999px) {
  .table02 th {
    padding: 10px 20px 10px 0;
    text-align: left;
  }
}

.table02 tr:last-child th,
.table02 tr:last-child td {
  border-bottom: none;
}

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