/* 2022/11/28 */

/* 3217 */
/* 選手名鑑の free area のテーブルを他の要素の見た目に合わせる修正 */

.pl_h2Title02 {
  border-bottom: 4px solid #90ce9c;
  padding: 21px 10px 18px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--e-global-typography-h2-color);
  font-size: var(--e-global-typography-h2-font-size);
  font-weight: var(--e-global-typography-h2-font-weight);
  line-height: var(--e-global-typography-h2-line-height);
  letter-spacing: var(--e-global-typography-h2-letter-spacing);
  background: none;
  color: #000 !important;
  display: flex;
  justify-content: center;
}

.pl_titleInner {
  font-size: 32px !important;
  line-height: 1.47 !important;
}

.pl_table01 {
  width: 100%;
  background: #fff;
  border: none;
  font-size: 1.3rem;
  line-height: 1.3;
  white-space: unset;
  table-layout: auto;
}

.pl_table01 th {
  text-align: left !important;
  background: none !important;
  font-weight: bold;
}

.pl_table01 tr > * {
  box-sizing: border-box;
  padding: 15px 20px;
  vertical-align: middle;
  border: none;
}

.pl_w30p {
  width: auto !important;
}
.pl_w70p {
  width: auto !important;
}

.pl_table01 th {
  width: 30.64067%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.42;
  padding: 0 0 0 20px !important;
}
.pl_table01 td {
  width: 64.90251%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
  padding: 0 !important;
}
.pl_table01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #777;
}
@media screen and (min-width: 37.5em) {
  .pl_table01 tr {
    gap: 22px;
  }
  .pl_table01 th {
    width: 120px;
    padding: 0 0 0 8px !important;
  }
  .pl_table01 td {
    width: 868px;
    padding: 0 !important;
  }
}
