.p-account {
  background: #fff;
  border-radius: 1rem;
  padding: 8rem 10rem;
}

.p-account-table {
  width: 100%;
}
.p-account-table th {
  text-align: left;
  width: 22rem;
  border-bottom: solid 1px #005ED2;
  padding-bottom: 2.5rem;
}
.p-account-table td {
  text-align: left;
  border-bottom: solid 1px #DFDFDF;
  padding-left: 3rem;
}
.p-account-table td a {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  color: #303030;
}
.p-account-table td a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -3.5rem;
  transform: translateY(-50%);
  background: url(../../../images/common/icn_pdf.svg) no-repeat left top;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.p-account-table td a:hover {
  text-decoration: none;
}
.p-account-table tr:nth-of-type(n+2) th {
  padding-top: 2.5rem;
}
.p-account-table tr:nth-of-type(n+2) td {
  padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-account {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
  .p-account-table th {
    text-align: center;
    width: 30%;
    padding-bottom: 6.6666666667vw;
    font-size: 4vw;
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-account-table td {
    padding-left: 8vw;
  }
  .p-account-table td a {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
  }
  .p-account-table td a::after {
    position: absolute;
    content: "";
    top: 90%;
    right: -6.6666666667vw;
    transform: translateY(-90%);
    background: url(../../../images/common/icn_pdf.svg) no-repeat left top;
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
  .p-account-table td a:hover {
    text-decoration: none;
  }
  .p-account-table tr:nth-of-type(n+2) th {
    padding-top: 2.5rem;
  }
  .p-account-table tr:nth-of-type(n+2) td {
    padding-top: 2.5rem;
  }
}
