@charset "utf-8";


/*------------------------------------------------ 
    mypage
-------------------------------------------------- */

.boxForm{
    margin-top: 47px;
    padding-top: 50px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}
.boxForm dl{
    width: 500px;
    margin:0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border: solid 1px #444;
}
.boxForm .passSubTxt + dl{ margin-top:20px;}
.boxForm dt{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-right:1px solid #444;
    background:#444;
}
.boxForm dd{
    width:calc(100% - 66px);
    background:#fff;
    position:relative;
    height: 64px;
}
.boxForm dd.passIn{ 
    position:relative;
	display:inline-block;
}
.boxForm .iconEye{
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.boxForm dd input{
    height:100%;
    width:100%;
    padding-left:15px;
    padding-right: 50px;
    border:none;
    font-size:15px;
    font-family:inherit;
    letter-spacing: 0.5px;
}
.boxForm .boxError{
    margin: 20px auto 0;
    width: 500px;
}
.boxForm .txtError{
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}
.boxForm .passSubTxt{
    width: 500px;
    margin: 6px auto;
    font-size: 13px;
    margin-top: 11px;
}
/* Check */
.boxForm .last{
    text-align: center;
    margin-top: 30px;
}
.boxForm .boxCheck{
    padding: 12px 0 27px;
}
.boxForm .labelCheck{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.boxForm input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 23px;
    height: 23px;
}
.boxForm .txtCheck{
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.boxForm .txtCheck::before{
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #adadad;
}
.boxForm input[type="checkbox"].inputRequired + .txtCheck::before{
    border: 1px solid #cd2929;
    background-color: #fffef7;
}
.boxForm input[type="checkbox"]:checked + .txtCheck.lazyloaded::before {
    background: url(../img/common/iconCheckbox.png) center center / 14px auto no-repeat;
}
.boxForm input[type="checkbox"].inputRequired:checked + .txtCheck.lazyloaded::before {
    background: url(../img/common/iconCheckbox02.png) center center / 14px auto no-repeat;
}
.boxForm input[type="checkbox"].inputRequired:checked + .txtCheck.lazyloaded::before {
    background-color: #fffef7;
}
@media only screen and (max-width:767px){
    .boxForm{
        margin-top: 27px;
        box-shadow: none;
        padding-top: 30px;
        border-radius: 0;
    }
    .boxForm .name{
        font-size: 13px;
        padding: 0 4%;
        letter-spacing: 1px;
    }
    .boxForm .boxForm{
        margin-top: 13px;
    }
    .boxForm input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .boxForm dl{
        width:100%;
    }
    .boxForm dl + dl{margin-top: 8px;}
    .boxForm dt{
        width: 46px;
        height: 46px;
    }
    .boxForm dd{
        width:
        calc(100% - 46px);
        height: 46px;
    }
    .boxForm .iconEye{
        right: 9px;
        width: 18px;
        height: 18px;
    }
    .boxForm dd input{
        padding-left:10px;
        font-size:16px;
        padding-right: 35px;
    }
    .boxForm .boxError{
        margin: 20px auto 0;
        width: 100%;
    }
    .boxForm .mail img{
        width: 16px;
    }
    .boxForm .key img{
        width: 12px;
    }
    .boxForm .passSubTxt {
        width: auto;
        margin: 6px auto;
        line-height: 1.69;
        margin-top: 11px;
    }
    /* Check */
    .boxForm .last{
        margin-top: 25px;
    }
    .boxForm .labelCheck{
        position: relative;
        font-size: 13px;
        display: inline-block;
    }
    .boxForm input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .boxForm .txtCheck::before{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}

.boxForm .txtForget{
    margin-top: 42px;
    text-align: center;
}
.boxForm .txtForget.under{
    margin-top: 29px;
}
.boxForm .txtForget a{
    color: #006ab7;
    font-size: 14px;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 1px solid #006ab7;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    .boxForm .formWrapper{
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .boxForm .txtForget{
        margin-top: 30px;
    }
    .boxForm .txtForget a{
        font-size: 12px;
        padding-bottom: 6px;
    }
}
.secForm .btnForm{
    margin: 40px auto 0;
    letter-spacing: 0.5px;
}
.secForm .btnForm.lazyloaded{
    background: #1e88e5;
}
@media only screen and (max-width: 767px){
    .secForm .btnForm{
        margin: 30px auto 0;
    }
}

.secLogin .titMain{
	font-size: 20px;
    text-align: center;
    position: relative;
}
.secLogin .titMain::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    left: calc(50% - 20px);
    bottom: -32px;
}
.secLogin .secLoginTit{
    margin-top: 60px;
    font-size: 15px;
    line-height: 2;
    text-align: center;
}
.secLogin .btnPrevMain{
    margin-top: 60px;
}
@media only screen and (max-width:767px){
    .secLogin .titMain{
        font-size:16px;
    }
    .secLogin .titMain::after{
        width: 30px;
        left: calc(50% - 15px);
        bottom: -20px;
    }
    .secLogin .secLoginTit{
        font-size: 12px;
        line-height: 2;
        margin-top: 40px;
    }
    .secLogin .btnPrevMain{
        margin-top: 40px;
    }
}

/* mypageCo */
.ok .mypageOk{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.ok .secForm .formWrapper{
    padding: 91px 0 0;
}
.ok .mypageOkSub{
    margin-top: 36px;
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.5px;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .ok .mypageOk{
        font-size: 16px;
        margin-top: 40px;
    }
    .ok .secForm .formWrapper{
        padding: 30px 0 0;
    }
    .ok .mypageOkSub{
        font-size: 13px;
        line-height: 2.2;
        margin-top: 16px;
    }
}