table {
  background: #fff;
}

.u20-plofile-area dl div {
  width: 100%;
  margin-bottom: 10px;
}
.u20-plofile-area dl div dt {
  margin: 0;
  padding: 10px;
  background: rgb(0, 130, 200);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}
.u20-plofile-area dl div dd {
  margin: 0;
  padding: 10px;
  background: #eee;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 1025px) {
  .u20-plofile-area dl div {
    display: flex;
    margin-bottom: 5px;
  }
  .u20-plofile-area dl div dt {
    width: 25%;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
  }
  .u20-plofile-area dl div dd {
    width: 75%;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
  }
}

.u20-player-profile {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .u20-player-profile {
    margin-top: 40px;
  }
}
.u20-player-profile__name {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  line-height: 40px;
  background: rgb(0, 130, 200);
  background-image: url(../../../../img/category_top/category-header-bg_u23.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1025px) {
  .u20-player-profile__name {
    font-size: 26px;
  }
}
.u20-player-profile__txt {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  background: #eee;
  border-radius: 0 0 5px 5px;
  text-align: justify;
}
@media (min-width: 1025px) {
  .u20-player-profile__txt {
    padding: 20px;
    font-size: 16px;
  }
}
.u20-player-profile__question {
  margin: 10px 0;
  padding: 5px;
  background: rgba(0, 130, 200, 0.7);
}
@media (min-width: 1025px) {
  .u20-player-profile__question {
    margin: 20px 0;
    padding: 10px;
  }
}
.u20-player-profile__question p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .u20-player-profile__question p {
    font-size: 24px;
  }
}
.u20-player-profile__question table {
  width: 100%;
  background: #fff;
}
.u20-player-profile__question table td:nth-child(1) {
  width: 3%;
  text-align: center;
  white-space: nowrap;
}
.u20-player-profile__question table td:nth-child(2) {
  width: 42%;
}
@media (min-width: 1025px) {
  .u20-player-profile__question table td:nth-child(2) {
    width: 32%;
  }
}
.u20-player-profile__question table td:nth-child(3) {
  width: 55%;
}
@media (min-width: 1025px) {
  .u20-player-profile__question table td:nth-child(3) {
    width: 65%;
  }
}