@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/login/imgTitle.jpg) center top no-repeat;
}

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

/* secLogin */
.secLogin {
    padding: 70px 0;
    margin-bottom: 70px;
    background: #f2f4f5;
}
.secFormCon .titLogin{
    font-size: 24px;
    letter-spacing: 2px;
    color: #001b3f;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
}
.secLogin .loginTxt{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-align: center;
}
.secLogin .loginBox{
    background: #f7f7f7;
    padding: 57px 0 67px;
    margin-top: 45px;
}
.secLogin .boxIn{
    width: 780px;
    margin: 0 auto;
}
.secLogin .conBox{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secLogin .conBox.passIn{
    margin-top: 18px;
    position: relative;
}
.secLogin .conBox.passIn .iconEye{
    position: absolute;
    bottom: 21px;
    right: 15px;
    top: unset;
    transform: unset;
    left: unset;
}
.secLogin input[type="email"],
.secLogin input[type="password"],
.secLogin input[type="text"]{
    /* width: 100%; */
    height: 60px;
    font-size: 16px;
    background: #fff;
    /* border: 1px solid #d7d7d7 ; */
    /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2); */
    margin-left: 3px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 5px;
}

.secLogin .conTxt{
    font-size: 16px;
    font-weight: bold;
    width: 170px;
}
.secLogin .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.secLogin .btnBox .btnForm{
    width: 400px;
    height: 80px;
    border-radius: 50px;
    position: relative;
    background-color: #001b3f;
    color: #fff;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.secLogin .btnBox .btnForm:before{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 40px;
}
.secLogin .btnBox .btnForm .iconNext{
    position: absolute;
    right: 20px;
    top: 22px;
}
.secLogin .btnBox .btnForm.btnMember{
    background-color: #fff;
    color: #000;
    margin-left: 30px;
    border: 1px solid #000;
}
.secLogin .passBox{
    text-align: center;
    margin-top: 30px;
}
.secLogin .passBox a{
    font-size: 12px;
    color: #001b3f;
    padding-bottom: 1px;
    border-bottom: 1px solid #001b3f;
    display: inline-block;
    text-decoration: none;
}
.secLogin .titLogOut{
    padding: 60px 0 120px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.secForm .txtError {
    color: #f00;
    font-size: 14px;
    letter-spacing: 1px;
    background-size: 14px;
    margin-top: 14px;
    font-weight: 500;
    display: flex;
    margin: 40px auto 0;
    align-items: center;
    justify-content: center;
}
.secForm .txtError.lazyloaded .iconError{
    background: url(../img/common/iconError.png) left top / cover no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.boxMember{
    border:1px solid #002d56;
    padding: 70px 0;
}
.boxMember .titMember{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.boxMember .txtMember{
    font-size: 16px;
    text-align: center;
    margin-top: 37px;
}
.boxMember .btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.boxMember .btnBox .btnForm {
    width: 400px;
    height: 80px;
    border-radius: 50px;
    position: relative;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.boxMember .btnBox .btnForm:before {
    border-top: solid 2px #002d56;
    border-right: solid 2px #002d56;
    right: 40px;
}
.mainWrapper{
    padding-bottom: 200px;
}
@media only screen and (max-width:767px){
    .secFormCon .titLogin {
        font-size: 14px;
        letter-spacing: 0px;
        color: #001b3f;
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
    }
    .secLogin .conBox {
        display: block;
    }
    .secLogin .boxIn {
        width: 100%;
    }
    .secLogin input[type="email"], 
    .secLogin input[type="password"], 
    .secLogin input[type="text"] {
        height: 50px;
        font-size: 16px;
        background: #fff;
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 45px;
    }
    .secLogin .conBox.passIn .iconEye {
        bottom: 17px;
        right: 15px;
        width: 21px;
        height: 12px;
    }
    .secLogin .conTxt {
        font-size: 14px;
        width: auto;
        margin-bottom: 10px;
    }
    .secLogin .btnBox .btnForm {
        width: 265px;
        height: 50px;
        font-size: 14px;
    }
    .secLogin .btnBox .btnForm:before {
        right: 20px;
    }
    .secLogin .passBox {
        text-align: left;
        margin-top: 20px;
    }
    .secLogin .passBox a {
        font-size: 10px;
        letter-spacing: 0;
    }
    .secLogin .btnBox {
        margin-top: 20px;
    }
    .boxMember .titMember {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .boxMember .txtMember {
        font-size: 12px;
        margin-top: 14px;
        line-height: 1.667;
    }
    .boxMember .btnBox .btnForm {
        width: 265px;
        height: 50px;
        font-size: 14px;
    }
    .boxMember .btnBox .btnForm:before {
        right: 20px;
    }
    .boxMember .btnBox {
        margin-top: 14px;
    }
    .boxMember {
        border: none;
        padding: 30px 0 0;
    }
    .secLogin {
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .mainWrapper{
        padding-bottom: 100px;
    }
    .secForm .txtError {
        font-size: 12px;
        margin: 20px auto 0;
    }
}


/* pass.html */
.secPass .secCmntitle .titleEng {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 5px;
}
.secPass .secCmntitle .title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 19px;
    letter-spacing: 2px;
}
.secPass .secCmntitle {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/common/tp.gif) center top no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secPass .secCmntitle {
    background: url(../img/login/pass/imgTitle.jpg) center top no-repeat;
}
.secPass .secCmntitle::after {
    z-index: 2;
}
@media only screen and (max-width:767px){
    .secPass .secCmntitle .titleinner {
        padding-top: 20px;
    }
    .secPass .secCmntitle .titleEng {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .secPass .secCmntitle .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 3px;
        letter-spacing: 0.5px;
    }
    .secPass .secCmntitle {
        height: 200px;
    }
    .secPass .secCmntitle {
        background: url(../img/login/pass/imgTitle_sp.jpg) center top /cover no-repeat;
    }
}

/* 再発行手続き */
.secFormCon .txtMember{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 50px;
}