@charset "UTF-8";

.page-join__index01-text {
  font-size: 2rem;
}

.page-join__index02-text {
  font-size: 1.6rem;
}

.page-join__index02-table {
  margin-top: 4rem;
}

.member-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #ccc;
}

.member-table th,
.member-table td {
  border: 1px solid #ccc;
  padding: 1rem;
  background-color: #fff;
}

.member-table thead th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.member-table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.page-join__index02-tyusyaku {
  text-align: left;
  font-size: 1.2rem;
}

.page-join__index02-container {
  margin-top: 8rem;
}

.page-join__index02-container-list {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.page-join__index02-container-list-item {
  width: 32%;
  text-align: center;
  background-color: #fff;
  color: #955b00;
  font-weight: bold;
  border: 2px solid #955b00;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  padding: 2rem 0;
  font-size: 2rem;
}

.page-join__index02-container-text {
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
}

.page-join__index02-container-text02 {
  margin-top: 4rem;
  font-size: 1.6rem;
}

.page-join__index02-container-btn {
  margin: auto;
  margin-top: 4rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page-join__index01-text {
    font-size: 1.6rem;
  }

  .page-join__index02-table {
    overflow: hidden;
    overflow-x: scroll;
  }

  .member-table {
    width: 200%;
  }

  .page-join__index02-container-list {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .page-join__index02-container-list-item {
    width: 100%;
  }

  .page-join__index02-container-text {
    font-size: 1.6rem;
  }

  .page-join__index02-container-btn {
    width: 100%;
  }
}