@charset "utf-8";
.l-contents-detail p {
  font-feature-settings: "palt";
}
/* ===================================
   クラブ・同好会
   =================================== */
.l-contents-detail h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #784877;
  margin-bottom: 3.125rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.m-anchor {
  width: 86.2%;
  margin: 0 auto;
}
.m-anchor li {
  min-width: 12.5rem;
}
.title-label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.tablepress tbody th {
  text-align: center;
}
.tablepress thead th,
.tablepress tbody th,
.tablepress tbody td {
  padding: 0.625rem 1rem;
}
@media (max-width: 767px) {
  .l-contents-detail h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .m-anchor {
    width: 100%;
  }
  .m-anchor li {
    min-width: 47% !important;
  }
}
