.l-link-wrap {
  margin-top: 40px;
}

.l-link-wrap a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-content-wrap {
  margin-top: 24px;
}

.c-content-wrap section {
  margin-top: 24px;
}

.c-content-wrap section p {
  margin-top: 8px;
}

.c-btn-radio-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid #A6A6A6;
  border-radius: 8px;
  width: 311px;
  margin: 0 auto;
}

.c-btn-radio-wrap .c-btn-radio:not(:first-child) {
  margin-top: 16px;
  margin-left: 0;
}

.p-menu {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 60px auto 0;
  max-width: 750px;
}

.p-menu .p-menu-item:first-child::before {
  content: url("/image/icon/ic_mail_address.svg");
}

.p-menu .p-menu-item:nth-child(2)::before {
  content: url("/image/icon/ic_password.svg");
}

.p-menu .p-menu-item:nth-child(3)::before {
  content: url("/image/icon/fa-window-restore-regular.svg");
  width: 30px;
  height: 30px;
  top: 50%;
  left: 30px;
}

.p-menu .p-menu-item:nth-child(4)::before {
  content: url("/image/icon/ic_terms.svg");
}

.p-menu .p-menu-item:nth-child(5)::before {
  content: url("/image/icon/ic_privacy.svg");
}

.p-menu .p-menu-item:last-child::before {
  content: url("/image/icon/ic_trash.svg");
}

.p-menu .p-menu-item:last-child {
  border-color: var(--red);
}

.p-menu .p-menu-item p {
  text-align: left;
}

.l-btn-wrap {
  margin-top: 48px;
}

.u-txt-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.u-ta-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-link-wrap {
    margin-top: 32px;
  }
  .c-content-wrap {
    margin-top: 32px;
  }
  .c-content-wrap section {
    margin-top: 12px;
  }
  .c-content-wrap section p {
    margin-top: 4px;
  }
  .p-menu {
    margin-top: 40px;
  }
  .p-menu .p-menu-item {
    padding: 16px 0;
  }
  .l-btn-wrap {
    margin-top: 96px;
  }
}

@media (hover: hover) {
  .p-menu .p-menu-item:hover:first-child::before {
    content: url("/image/icon/ic_mail_address_white.svg");
  }
  .p-menu .p-menu-item:hover:nth-child(2)::before {
    content: url("/image/icon/ic_password_white.svg");
  }
  .p-menu .p-menu-item:hover:nth-child(3)::before {
    content: url("/image/icon/fa-window-restore-regular.svg");
  }
  .p-menu .p-menu-item:hover:nth-child(4)::before {
    content: url("/image/icon/ic_terms_white.svg");
  }
  .p-menu .p-menu-item:hover:nth-child(5)::before {
    content: url("/image/icon/ic_privacy_white.svg");
  }
  .p-menu .p-menu-item:hover:last-child::before {
    content: url("/image/icon/ic_trash_white.svg");
  }
  .p-menu .p-menu-item:hover:last-child {
    background: var(--red);
  }
}

@media (hover: none) {
  .p-menu .p-menu-item:active:first-child::before {
    content: url("/image/icon/ic_mail_address_white.svg");
  }
  .p-menu .p-menu-item:active:nth-child(2)::before {
    content: url("/image/icon/ic_password_white.svg");
  }
  .p-menu .p-menu-item:active:nth-child(3)::before {
    content: url("/image/icon/fa-window-restore-regular.svg");
  }
  .p-menu .p-menu-item:active:nth-child(4)::before {
    content: url("/image/icon/ic_terms_white.svg");
  }
  .p-menu .p-menu-item:active:nth-child(5)::before {
    content: url("/image/icon/ic_privacy_white.svg");
  }
  .p-menu .p-menu-item:active:last-child::before {
    content: url("/image/icon/ic_trash_white.svg");
  }
  .p-menu .p-menu-item:active:last-child {
    background: var(--red);
  }
}

@media screen and (max-width: 768px) {
  .p-menu .p-menu-item:nth-child(3)::before {
      left: 35px;
  }
}

/*# sourceMappingURL=account.css.map */
