.members caption {
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.7;
  font-size: 2rem;
  color: #707070;
}
.members thead th {
  background-color: #101649;
  font-weight: normal;
  color: #ffffff;
}
.members th, .members td {
  width: 33.33%;
  padding: 1.6rem 2.4rem;
}

.members-sp {
  min-width: 100%;
  margin-bottom: 16px;
}
.members-sp th {
  border: none;
  background-color: #101649;
  width: 32vw;
  font-weight: normal;
  color: #ffffff;
}
.members-sp td {
  border: 1px solid #EBEBEB;
  padding: 11px 16px;
}

.page-content .members-sp__cap {
  font-size: 1.8rem;
  margin: 22px 0 18px;
}
/*# sourceMappingURL=board-members.css.map */