@charset "utf-8";

/*-------------------------------
	パスワード再設定
-------------------------------*/

input::placeholder,
textarea::placeholder{
    color: #808080;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: #808080;
}
.page-title{
    margin-bottom: 2rem;
}
.first-message{
    margin-bottom: 2.2rem;
}

.Lose-password__inner input,
.Lose-password__inner textarea,
.Lose-password__inner select,
.Lose-password-button button{
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

.Lose-password__inner{
    margin-bottom: 10.5rem;
    text-align: center;
}
.Lose-password-logo{
    width: 24.4rem;
    margin-bottom: 3rem;
}
.Lose-password-logo img{
    width: 100%;
}

.Lose-password-block{
    margin-bottom: 2.2rem;
}
.Lose-password-block__item:not(:last-child){
    margin-bottom: .5rem;
}
.Lose-password-block__item input{
    width: 100%;
    height: 4.6rem;
    padding: 1rem 2.2rem;
    border-radius: 2.3rem;
    font-size: 1.2rem;
    background: #fff;
}
.Lose-password-block__title{
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

/*----- ログインボタン */
.Lose-password-button{
    width: 13.7rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    background: #38516F;
    transition: .3s all ease-in-out;
}
.Lose-password-button:hover{
    opacity: .6;
}
.Lose-password-button__submit{
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

/*----- ナビ */
.Lose-password-nav{
    font-size: 1.2rem;
    text-align: center;
}
.Lose-password-nav__item{
    width: 100%;
    margin-bottom: 1rem;
}
.Lose-password-nav__item a{
    display: inline-block;
    text-decoration: underline;
}
.Lose-password-nav__item--password{
    margin-bottom: 3rem;
}