/*--------------
　　kv
--------------*/
.loginkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/menber_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.loginkv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.loginkv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .loginkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/menber_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .loginkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　タイトル
--------------*/
.logintitle {
    width: 100%;
    background: linear-gradient(to right, #faf9f6, #dad1c1);
    padding: 80px 0 120px;
}
.logintitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_brown_grade.svg");
}
@media (max-width: 750px){
    .logintitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
　　ログイン情報入力エリア
--------------*/
.login_content {
    width: 100%;
    background: linear-gradient(to right, #faf9f6, #dad1c1);
    padding-bottom: 150px;
}
.login_content_read {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 105px;
}
.login_content_input_warap {
    margin-bottom: 70px;
}
.login_content_input {
    display: flex;
    align-items: center;
    width: 395px;
    height: 47px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: solid 1px #808080;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 10px;
}
.login_content_input_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 42px;
    margin: 0 auto;
    background: linear-gradient(to right, #e68c72, #af3f16 , #650b00);
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}
.login_content_pwlost {
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    margin-top : 30px;
}
.login_content_pwlost>a{
    text-decoration: underline;
}
.pwlost_content_read{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}
@media (max-width: 750px){
    .login_content {
        padding-bottom: 7.5rem;
    }
    .login_content_read {
        font-size: 0.9rem;
        line-height: 1.8rem;
        margin-bottom: 5.1rem;
    }
    .login_content_input_warap {
        margin-bottom: 3.5rem;
    }
    .login_content_input {
        width: 19.75rem;
        height: 2.35rem;
        font-size: 0.8rem;
        padding-left: 0.5rem;
        border-radius: 0.5rem;
    }
    .login_content_input_btn {
        width: 10.25rem;
        height: 2.1rem;
        font-size: 0.75rem;
        border-radius: 0.5rem;
    }
    .login_content_pwlost {
        font-size: 0.5rem;
        line-height: 1.8rem;
        margin-top: 2rem;
    }
    .pwlost_content_read{
        font-size: 0.5rem;
        line-height: 1.8rem;
        margin-top: 2rem;
    }
}