

/* パスワード再発行 */

.frame {
    width: 90%;
    margin: 0 auto;

    background-color: #FFFFFF;
    color: #6859B2;

    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #6859B2;
    border-radius: 4px;

    font-size: 14px;
    text-align: justify;
}

.sendEmail {
    box-sizing: border-box;
    padding: 20px 15px;
}

.sendEmail__head {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sendEmail__input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 15px;
}

.sendEmail__button {
    width: 100%;
    height: 50px;
    background-color: #492DB2;
    margin: 20px auto;

    box-sizing: border-box;
    padding: 10px;

    border-radius: 4px;
    /* border: 2px solid #492DB2; */

    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}

.done {
    margin: 40px auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.done__iconFrame {
    width: 50px;
    height: 50px;

    margin: 20px auto;
}

.done__iconImage {
    width: 100%;
    height: 100%;
}

.done__text {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 35px;
    text-align: justify;
}

.done__text--center {
    text-align: center;
    padding-bottom: 4%;
}

.done__button {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    margin: 30px auto 10px;

    box-sizing: border-box;
    padding: 10px;

    border-radius: 4px;
    border: 1px solid #492DB2;

    font-size: 15px;
    font-weight: 700;
    color: #492DB2;
}



.newPass {
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #F7F7F7;
}

.newPass__head {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.newPass__head--marginTop {
    margin-top: 4%;
}

.newPass__link {
    font-size: 14px;
    text-align: end;
}

.newPass__input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 4px;
}

.newPass__input.error {
    background-color: #e2bebe;;
}

.newPass__button {
    width: 100%;
    height: 50px;
    margin: 20px auto;

    box-sizing: border-box;
    padding: 10px;

    border-radius: 4px;
    /* border: 2px solid #492DB2; */

    font-size: 15px;
    font-weight: nomal;
    background-color: #D9D9D9;
    color: #FFFFFF;
}

.newPass__button--enable {
    font-weight: 700;
    background-color: #492DB2;
}

.userData {
    padding: 15px;
    box-sizing: border-box;

}

.userData__title {
    padding: 10px 0;
}

.userData__list {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

/* .userData__item {
} */

.userData__itemHead {
    font-size: 12px;
    color: var(--gray);
    font-weight: 700;
    padding: 10px 0;
}

.userData__dataBlock {
    display: flex;
    justify-content: space-between;

}

.userData__data {
    font-size: 16px;
    padding-left: 10px;
}

.userData__button {
    display: block;
    min-width: 60px;
    width: auto;
    height: 32px;
    border-radius: 4px;
    padding: 8px 16px;
    box-sizing: border-box;
    background-color: var(--accent-purple);
    color: var(--white);
}

.font-weight-nomal {
    font-weight: normal;
}

.auth {
    font-size: 14px;
    vertical-align: middle;
    color: #7E7E7E;
}

.duplicateError__desc.text-red {
    padding-bottom: 4%;
    font-size: 16px;
    text-align: left;
}
.duplicateError {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 500px;
    height: auto;
    max-height: 80%;
    overflow-y: scroll;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: white;
    padding: 40px 20px;
    text-align: center;
}

.duplicateError__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
    text-align: center;
    margin: 15px auto;
}

.userData__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth {
    display: flex;
    align-items: center;
    gap: 4px; /* アイコンとテキストの間隔 */
}

.phone-auth__error-message {
  display: none;
  color: red;
  background: #fff5f5;
  border: 1px solid #ffaaaa;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3rem;
}

.phone-auth__error-message--visible {
  display: block;
  margin-bottom: 4%;
}

.phone-auth__link {
  text-decoration: underline;
  color: #0066cc;
}

.phone-auth__error-message_box{
  margin: 4%;
}
