body{
  padding-bottom: 0 !important;
}
.pageUploadChangeImportListRow {
  height: 54px;
}
.pageUploadChangeImportList > li .pRadioCheckLabel::before {
  display: none;
}
.pageUploadChangeImportListAlphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  font-size: 1.6rem;
  font-weight: bold;
}
.pageUploadChangeImport {
  position: relative;
}
.pageUploadChangeImportListFront {
  position: relative;
  z-index: 2;
}
.pageUploadChangeImportListDummy {
  position: absolute;
  width: 100%;
  padding: 0 56px 16px 0;
  bottom: 0;
  z-index: 1;
}
.pageUploadChangeImportListMoved {
  position: absolute;
  width: 75%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pageUploadChangeImportList > .pageUploadChangeImportListMovedRow {
  width: 100%;
  padding-left: calc(33% + 56px);
  background: transparent;
}
.pageUploadChangeImportListMovedRowArea {
  border-radius: 6px;
  background-color: #E2F4F5;
  -webkit-transition: all 0.3s;
  width: 100%;
}
.pFontRed {
  font-feature-settings: "palt";
}
.pAnchorLikeButton {
  color: #009CA4;
  text-decoration: underline;
}
.modModalTitle.dWithdrawal::before {
  background-size: contain;
  background-image: url(../images/iconAccountCircleOffGreen.svg);
}
.modModalTitle.dLogout::before {
  background-size: contain;
  background-image: url(../images/iconLogoutGreen.svg);
}
.pSubmitGreenLabel input[type="button"], .pSubmitGreenBtn input[type="button"] {
  font-size: 1.6rem;
  font-weight: bold;
}
.modModalSimpleBtn.dLogin::before {
  background-size: contain;
  background-image: url(../images/iconLoginBlack.svg);
}
.pageContactRadioList.dError, .pRadioCheckLabel.dError{
  border: 1px solid #F0355E;
  background-color: #FCD7DF;
  padding: 5px;
  border-radius: 6px;
}
.pageUploadChangeBtnWrap {
  z-index: 1;
}
.pAccordionContainer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.pAccordionInner {
  overflow-y: hidden;
}
.pAccordionContainer.isOpen {
  grid-template-rows: 1fr;
}
.pOauthButton {
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  color: #009CA4;
  border: 1px solid #009CA4;
  border-radius: 6px;
  text-decoration:  none;
  width: 100%;
}
.pOauthIcon {
  width: 20px;
  height: 20px;
}