.contents {
  text-align: left;
}

.about-table {
  font-size: 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
}
.about-table th {
  border: 2px solid rgb(0, 90, 160);
  color: rgb(0, 90, 160);
  text-align: center;
  padding: 0.8rem 1rem;
}
.about-table td {
  border: 2px solid rgb(0, 90, 160);
  color: rgb(77, 93, 109);
  padding: 0.8rem 1rem;
}
.about-table td ul {
  list-style-type: disc;
  margin-left: 3rem;
}

.history {
  font-size: 1.7rem;
  list-style-type: disc;
  margin-left: 3rem;
  color: rgb(77, 93, 109);
}

@media screen and (max-width: 767px) {
  .contents {
    text-align: center;
  }
  .about-table {
    font-size: 3.5rem;
    width: 100%;
  }
  .about-table th {
    width: 20%;
  }
  .about-table td {
    text-align: left;
  }
  .about-table td ul {
    list-style-type: none;
    margin-left: 0;
  }
  .history {
    font-size: 3.5rem;
    list-style-type: none;
    margin-left: 3rem;
    color: rgb(77, 93, 109);
  }
}/*# sourceMappingURL=association.css.map */