/*****************************************************************************
CSS only for 20230908_01 page
*****************************************************************************/

/* .TblList--member
-----------------------------------------*/

.TblList--member {
  width: 100%;
}
.TblList--member table tr td {
  width: auto;
}
.TblList--member th:first-child {
  width: 30%;
}
.TblList--member th:last-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .TblList--member td:first-child {
    text-align: center;
  }
}