@charset "utf-8";

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

@media only screen and (max-width:767px) {
    .secCmntitle {
        background: url(../img/member/imgTitleSp.jpg) center top / cover no-repeat;
    }
}
/* 会員登録　index */
.secMember .topCon{
    margin: 80px auto 133px;
}
.secMember .titMember{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.secMember .imgBtnmember{
    margin: 35px auto 0;
    width: 300px;
}
.secMember .boxMerit{
    margin: 50px auto 0;
    display: flex;
}
.secMember .item{
    margin-right: 60px;
}
.secMember .item:last-child{
    margin-right: 0px;
}
.secMember .txtMerit{
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
}
.secMember .boxUnder{
    width: 900px;
    height: 100px;
    position: relative;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #001b3f;
}
.secMember .txtMore{
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secMember .iconMore{
    position: absolute;
    width: 149px;
    top: -20px;
    left: calc(50% - 75px);
    z-index: 2;
}
/* 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;
    align-items: 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;
    }

    /* 会員登録　index */
    .secMember .titMember {
        font-size: 20px;
    }
    .secMember .imgBtnmember {
        margin: 20px auto 0;
        width: 185px;
    }
    .secMember .boxMerit {
        margin: 30px auto 0;
        flex-direction: column;
        width: 84%;
    }
    .secMember .item {
        margin-right: 0;
        display: flex;
        align-items: center;
    }
    .secMember .item:nth-child(n+2) {
        margin-top: 10px;
    }
    .secMember .txtMerit {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.571;
        flex: 1;
        white-space: nowrap;
        text-align: left;
    }
    .secMember .boxImg {
        width: 152px;
        min-width: 152px;
        margin-right: 10px;
    }
    .secMember .boxUnder {
        width: 84%;
        height: 82px;
        position: relative;
        margin: 35px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #001b3f;
    }
    .secMember .txtMore {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.571;
    }
    .secMember .iconMore {
        position: absolute;
        width: 115px;
        top: -18px;
        left: calc(50% - 57px);
        z-index: 2;
    }
    .secMember .topCon {
        margin: 30px auto 70px;
    }
}


/* 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;
    }
}


/* 241121 */
.secFormTable .conBox.passIn {
    position: relative;
    width: 610px;
}
.secFormTable .iconEye {
    position: absolute;
    top: 22px;
    transform: unset;
    right: 30px;
    left: unset;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .secFormTable .conBox.passIn {
        width: 100%;
    }
    .secFormTable .iconEye {
        top: 11px;
        right: 13px;
        width: 22px;
    }
}

.secFormTable .checkList {
    width: calc(100% - 41px);
    max-height: 230px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.secFormTable .checkList .checkItem{
    width: 220px;
}
.secFormTable .checkList .checkItem:nth-child(7) {
    margin-top: 0px;
}
.secFormTable .checkItem.txtLast {
    margin-top: 11px;
}
.secFormTable .purpose .checkList {
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .purpose .checkList .checkItem{
    width: 155px;
}
.secFormTable .purpose  .checkList .checkItem:nth-child(n + 2){
    margin-top: 0;
}
.secFormTable .purpose  .checkList .checkItem:nth-child(4){
    width: 100%;
    margin-top: 11px;
}
.secFormTable .mailCatalog .checkList .checkItem {
    width: auto;
}
.secFormTable .mailCatalog .checkList .checkItem:nth-child(2) {
    margin-top: 0;
    margin-left: 20px;
}
.secFormTable .mailCatalog .checkList{
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width:767px){
    .secFormTable .checkList.spWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .checkList {
        width: 100%;
        max-height: 180px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(n+2)  {
        margin-top: 10px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(7) {
        margin-top: 0px;
    }
    .secFormTable .purpose .checkList {
        display: block;
    }
    .secFormTable .purpose .checkList .checkItem{
        width: auto;
    }
    .secFormTable .purpose  .checkList .checkItem:nth-child(n + 2){
        margin-top: 12px;
    }
    .secFormTable .purpose  .checkList .checkItem:nth-child(4){
        margin-top: 12px;
    }   
    .secFormTable .mailCatalog .checkList .checkItem {
        width: 100%;
    }
    .secFormTable .mailCatalog .checkList .checkItem:nth-child(n+2) {
        margin-top: 12px;
        margin-left: 0px;
    }
    .secFormTable .mailCatalog .checkList{
        display: block;
    }
}