@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
#menu_register_wrap {
  display: none;
}

.mypage_menu_wrap {
  margin-bottom: 49px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.mypage_menu_wrap div {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.register_section .button_div {
  margin: 50px auto 108px;
}
.register_section .button_div input[type=submit] {
  height: 54px;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.register_section .req-text {
  display: none;
}
.register_section .view_pass_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.register_section .view_pass_wrap input[type=text], .register_section .view_pass_wrap input[type=password] {
  padding-right: 40px;
}
.register_section .view_pass {
  cursor: pointer;
  position: absolute;
  right: 13px;
  width: 23px;
  height: 13px;
  background: center/cover no-repeat url("../image/common/eye.svg");
}
.register_section .view_pass.active {
  filter: invert(1);
}

#wpmem_register_form fieldset .register_form_section:nth-of-type(1) > .white_wrap .wpmem-row:nth-of-type(1) {
  display: none;
}
#wpmem_register_form fieldset .register_form_section:nth-of-type(1) > .white_wrap .wpmem-row:nth-of-type(2) {
  margin-top: 0;
}

#wpmem_login_form #rememberme {
  display: none;
}
#wpmem_login_form .button_div label {
  display: none;
}

.transaction_front_section {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000000;*/
  min-height: calc(100vh - 209px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction_front_section .inner {
  width: 100%;
}
.transaction_front_section .white_wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}
.transaction_front_section .intro {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  text-align: center;
}
.transaction_front_section .transaction_wrap {
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.transaction_front_section input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 9px;
  position: relative;
  padding: 0;
}
.transaction_front_section input[type=radio]:checked {
  border-color: #bdbdbd;
}
.transaction_front_section input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #e63737;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.transaction_front_section label {
  display: inline-flex;
  align-items: center;
}
.transaction_front_section .no_radio + .has_radio {
  margin-left: 40px;
  margin-right: 23px;
}
.transaction_front_section .common_btn {
  cursor: pointer;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .transaction_front_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .transaction_front_section .white_wrap {
    padding: 30px;
  }
  .transaction_front_section .intro {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .transaction_front_section .transaction_wrap {
    margin-top: 20px;
    margin-bottom: 64px;
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
  .transaction_front_section .no_radio + .has_radio {
    margin: 0;
  }
  .transaction_front_section .common_btn {
    width: 100%;
    height: 50px;
  }
}