@charset "UTF-8";
/* ===============================================================

 project / card オンライン入会のお申し込み

=============================================================== */
.c-table__thead .c-table__th:first-of-type {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .c-table__thead .c-table__th:first-of-type {
    width: 100%;
  }
}
