@charset "utf-8";

/*-------------------------------
	IDをお忘れの方
-------------------------------*/

.page-title{
    margin-bottom: 7rem;
}

.Lose-id__inner{
    margin-bottom: 15rem;
}
.Lose-id-block:not(:last-child){
    margin-bottom: 4.5rem;
}
.Lose-id-block__title{
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-bottom: .8rem;
    font-weight: 800;
    border-bottom: 1px solid rgb(128, 128, 128,.1);
}
.Lose-id-block__body{
    font-size: 1.3rem;
    line-height: 1.538461;
}

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