.p-profile-table-wrap {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.p-profile-table-wrap .p-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  line-height: 1.8;
  border: none;
  table-layout: fixed;
}

.p-profile-table-wrap .p-profile-table tr {
  border: none;
  border-bottom: 1px solid #d5d5d5;
}

.p-profile-table-wrap .p-profile-table tr:last-child {
  border-bottom: none;
}

.p-profile-table-wrap .p-profile-table td {
  padding: 2.5rem 2rem;
  text-align: left;
  vertical-align: top;
  border: none;
  position: relative;
}

.p-profile-table-wrap .p-profile-table td:first-child {
  width: 30%;
  font-weight: 700;
}

.p-profile-table-wrap .p-profile-table td:last-child {
  width: 70%;
  font-weight: 400;
}

.p-profile-table-wrap .p-profile-table td:first-child::after {
  content: '';
  display: block;
  width: 2px;
  top: 2.5rem;
  bottom: 2.5rem;
  background-color: #d82122;
  position: absolute;
  right: 0;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .p-profile-table-wrap .wp-block-table,
  .p-profile-table-wrap .p-profile-table,
  .p-profile-table-wrap .p-profile-table tbody,
  .p-profile-table-wrap .p-profile-table tr,
  .p-profile-table-wrap .p-profile-table td {
    display: block;
    width: 100%;
  }

  .p-profile-table-wrap .p-profile-table td:first-child {
    padding: 1.5rem 0 0.5rem;
    font-weight: 700;
  }

  .p-profile-table-wrap .p-profile-table td:last-child {
    padding: 0 0 1.5rem;
    font-weight: 400;
  }

  .p-profile-table-wrap .p-profile-table td:first-child::after {
    display: none;
  }
}