.tel-anchor-tag {
    font-family: Hiragino !important;
}
.forgot-header {
    color: #ff7844;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.password-forgot-input {
    position: relative;
}
.password-forgot-input img {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 30px;
    cursor: pointer;
}
.password-forgot-input img.hide-eye {
    top: 14px;
}
.forgot-header-p {
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    text-align: center;
}
.forgot-header-p-red {
    font-size: 16px;
    color: #303030;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 5px;
}
.single-page-modal.forgot-screen {
   min-height: 80vh;
}

.single-page-modal.forgot-screen .modal-body .popup-top {
    margin-bottom: 35px;
}
.single-page-modal.forgot-screen .modal-body .popup-top img {
    max-width: 100px;
}
.single-page-modal.forgot-screen.forgot-err .modal-body .popup-top {
    margin-bottom: 20px;
}

.single-page-modal.forgot-screen .modal-body .subs {
    padding-top: 25px;
    border-top: solid 1px;
    margin-top: 25px;
    text-align: center;
}
/*.single-page-modal.forgot-screen .modal-body .popup-content .subs button {*/
/*    width: 350px;*/
/*}*/
.forgot-complete {
    min-height: unset;
}
.forgot-complete .modal-dialog{
    max-width: 800px;
    margin: 2.75rem auto;
}
.forgot-complete.forgot-complete2 .modal-dialog{
    max-width: 700px;
    margin: 2.75rem auto;
}

.forgot-complete .modal-dialog .modal-content{
    height: 350px;
    border: solid 3px #2C7DF5;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
}
.forgot-complete .modal-dialog .modal-content .w-form-popup{
    padding: 35px 45px;
}
.forgot-complete-header {
    font-size: 30px;
    color: #2C7DF5;
    margin-bottom: 25px;
}
.forgot-complete-body {
    display: flex;
    align-items: end;
}
.forgot-complete-body2 {
    align-items: self-start;
    justify-content: space-between;
}
.forgot-complete-body .left p {
    font-weight: 300;
}

.forgot-complete-body .right img {
    height: 135px;
    width: auto;
    max-width: unset;
    margin-bottom: 20px;
}
.single-page-modal.forgot-screen .modal-dialog{
    max-width: 525px;
}
.single-page-modal.forgot-screen.forgot-index .modal-dialog{
    max-width: 525px;
}
.single-page-modal .modal-body .popup-content p.forgot-common-p {
    text-align: center;
    color: #FF0000;
}
.single-page-modal.forgot-err .modal-content {
    border-radius: 5px;
}


.single-page-modal.forgot-screen .forgot-header-p.forgot-header-p2 {
    margin-bottom: 0;
}


@media (max-width: 765px) {
    .forgot-header {
        font-weight: 500;
        font-size: 26px;
    }
    .forgot-header-p {
        max-width: 285px;
        margin: 0 auto;
        font-size: 14px;
    }
    .forgot-header-p-red {
        font-size: 14px;
    }
    .single-page-modal .modal-body .popup-content input, .single-page-modal .modal-body .popup-content input::placeholder {
        font-size: 16px;
        line-height: 50px;
    }
    .single-page-modal .modal-body .popup-content .subs button {
        font-size: 16px;
    }
    .attention {
        font-size: 14px;
    }
    .single-page-modal.forgot-screen .forgot-header-p {
        max-width: unset;
        margin: 0 auto;
    }

    .single-page-modal.forgot-screen .forgot-header-p.forgot-header-p2 {
        padding: 0;
        margin-bottom: 0;
    }

    .forgot-header {
        padding-bottom: 0;
    }
    .single-page-modal.forgot-screen .modal-body .popup-content .subs button {
        width: 100%;
    }
    .background-gray {
        background-color: #fff;
    }
    .forgot-complete .modal-dialog {
        margin: unset;
        padding-top: 40px;
        border-left: solid 10px #91C3FF;
        border-right: solid 10px #91C3FF;
    }
    .forgot-complete .modal-dialog .modal-content .w-form-popup {
        padding: 0;
    }
    .forgot-complete .modal-dialog .modal-content {
        height: calc(100vh - 105px);
        border: 0;
        border-radius: 8px;
        box-shadow: unset;
    }
    .forgot-complete .popup-content p {
        text-align: justify;
        font-size: 12.5px;
    }
    .forgot-complete .popup-content p b{
        font-size: 16px;
        font-family: Hiragino;
    }
    .forgot-complete .popup-content .left p {
        margin-bottom: 0;
    }
    .forgot-complete .modal-dialog .modal-body {
        padding: 0 17px;
    }

    .forgot-complete.forgot-complete2 .modal-dialog{
        margin: unset;
    }
    .forgot-complete-header {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
    }
    .forgot-complete-body {
        align-items: center;
        justify-content: space-between;
    }
    .single-page-modal.forgot-err .modal-body {
        padding-top: 30px;
    }
    .forgot-complete-body .right img {
        height: 110px;
        margin-bottom: 0;
    }
    .thanks-p {
        letter-spacing: -0.04em;
    }
}
@media (max-width: 376px) {
    .single-page-modal .modal-body .popup-content input, .single-page-modal .modal-body .popup-content input::placeholder {
        font-size: 14px;
    }
    .forgot-header-p-red {
        font-size: 13px;
    }
}

@media (max-width: 300px) {
    .single-page-modal .modal-body .popup-content input, .single-page-modal .modal-body .popup-content input::placeholder {
        font-size: 11px;
    }
}
