@charset "utf-8";
.secCmnTit{
    background: url(../img/login/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/login/bgCmnTit_sp.jpg) center top no-repeat;
        background-size: cover;
    }
}

.secCmnTit.pass{
    background: url(../img/login/bgCmnTit_pass.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit.pass{
        background: url(../img/login/bgCmnTit_pass_sp.jpg) center top no-repeat;
        background-size: cover;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
#main{
    margin-bottom: 150px;
}
.secTop .pageTit{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 44px;
}
.secTop.ok .pageTit{
    font-size: 20px;
}
.secTop .pageTxt{
    text-align: center;
    font-size: 15px;
    margin-top: 63px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
}
.secTop.ok .pageTxt{
    margin-top: 42px;
}
.secTop .pageTxt.logOff{
    color: #ff0000;
}
.cmnBtn{
    background: #171c26;
    margin-top: 50px;
    width: 470px;
}
@media only screen and (max-width:767px){
    #main{
        margin-bottom: 80px;
    }
    .secTop .pageTit{
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 23px;
    }
    .secTop.ok .pageTit{
        font-size: 17px;
    }
    .secTop .pageTxt{
        font-size: 11px;
        margin-top: 25px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    .secTop.ok .pageTxt{
        margin-top: 25px;
    }
    .cmnBtn{
        margin-top: 30px;
        width: 82.609%;
    }
}
.formbox .boxForm{
    padding-top: 60px;
    margin-top: 41px;
}
.formbox.login dl{
    margin-top: 0;
}
.secFormTable{
    margin-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width:767px){
    .formbox .boxForm{
        padding-top: 40px;
        margin-top: 36px;
        padding-bottom: 36px;
    }
    .formbox.login dl{
        margin-top: 0;
    }
    .secFormTable{
        margin-top: 0;
        padding-bottom: 0;
    }
}


.secBnr{
    display: block;
    margin: 60px auto 0;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secBnr{
        margin: 50px auto 0;
        width: 92%;
    }
}
