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


.tabList{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.tabItem{
    width: 31.25%;
    margin-right: 3.1%;
}
.tabItem:last-child{
    margin-right: 0;
}
.tabInner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.66;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1px;
}
.tabItem.active .tabInner{
    background: #65ad2f;
    color: #fff;
}
.topTxt{
    margin-top: 54px;
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.5px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .tabList{
        margin: 25px auto 0;
        flex-wrap: wrap;
    }
    .tabItem{
        width: 31.886%;
        margin-right: 2.1%;
    }
    .tabInner{
        font-size: 12px;
        height: 50px;
        line-height: 16px;
        text-align: center;
    }
    .topTxt{
        margin-top: 22px;
        font-size: 13px;
        letter-spacing: normal;
    }
    .spBold{
        font-weight: 700;
    }
}

/* secEntryForm */
.tabList  + .secEntryForm{
    padding: 0 0 150px 0;
    margin-top: 50px;
}
.secEntryForm .formSub .nameTxt{
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px){
    .tabList  + .secEntryForm{
        padding-bottom: 70px;
        margin-top: 40px;
    }
    .secEntryForm .formSub .nameTxt{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .secForm .pageBtn{
        margin-top: 30px;
    }
} 


/* resettingBox */
.resettingBox .secLogin .bgBox dl + dl{
    position: relative;
    margin-top: 47px;
}
.resettingBox .secLogin .bgBox dl + dl::before{
    position: absolute;
    content: 'パスワードは6文字以上12文字以内、半角英数字で入力してください。';
    margin: auto;
    display: block;
    top: -30px;
    left: 0;
    width: 100%;
    font-size: 13px;
}
@media only screen and (max-width:767px){
    .resettingBox .secLogin .bgBox dl + dl{
        margin-top: 60px;
    }
    .resettingBox .secLogin .bgBox dl + dl::before{
        top: -50px;
        font-size: 12px;
        line-height: 20px;
    }
}



/* leaveBox */
.leaveBox .secFormTable tr{
    flex-direction: column;
    align-items: center;
    background-image:none;
}
.leaveBox .secFormTable th{
    width: auto;
}
.leaveBox .secFormTable tr td{
    width: 700px;
    padding: 0;
}
.leaveBox .secForm textarea{
    height: 180px;
}
@media only screen and (max-width:767px){
    .leaveBox .secForm .tableIn{
        margin-top: 30px;
    }
    .leaveBox .secFormTable tr{
        flex-direction: column;
        align-items: center;
        background-image:none;
    }
    .leaveBox .secFormTable th{
        text-align: center;
        width: auto;
        justify-content: center;
        padding: 30px 0 20px!important;
    }
    .leaveBox .secFormTable tr td{
        width: 100%;
        padding: 0;
    }
    .leaveBox .secForm textarea{
        height: 180px;
    }
    .leaveBox .secForm .pageBtn {
        margin-top: 20px;
    }
    .tabList + .secEntryForm.leaveBox  {
        padding-bottom: 50px;
    }
}


/* mypageOk */
.mypageOk{
    padding-top: 0;
}
.mypageOk .formSub{
    font-size: 20px;
}
@media only screen and (max-width:767px){
    .mypageOk{
        padding-top: 30px;
    }
    .mypageOk .formSub{
        font-size: 15px;
    }
}

.pageBtn + .pageBtn {
    background: #fff;
    color: #65ad2f;
    margin-top: 30px;
}
.secForm .pageBtn + .pageBtn::before{
    border-top: 1px solid #65ad2f;
    border-right: 1px solid #65ad2f;
    right: auto;
    left: 30px;
    transform: rotate(228deg);
}
@media only screen and (max-width:767px){
    .secForm .pageBtn + .pageBtn::before{
        right: auto;
        left: 20px;
    }
}