/* BASIC css start */
/* Uneedcomms Keepgrow CSS */
body{height:max-content;}
#wrap{min-height:calc(100vh - 25vh); padding-bottom:0!important;}
#login-custom {
    position: relative;
    width: 100%;
    margin-top: 25vh;
    left: -8%;
}
#login-custom h2 {
    font-size: var(--f-2);
    padding: 0 0 var(--p-1);

}
#login-custom .login-box {

}
#login-custom .login-box ul {
    width: 100%;
}
#login-custom .login-box ul li {
    width: 100%;
    display: block;
    margin: 0 0 var(--p-1);

}
#login-custom .login-box ul li input {
    width: 100%;
    height: 30px;
    background: var(--back1);
    border: 1px solid;
    border-width: 0 0 1px;
    border-color: var(--gray) !important;
    font-size: var(--f-1);
}


#login-custom .login-box .label-box {
    font-size:0;
        margin:0 0 var(--p-1);
            display: flex;
    align-items: center;
}
#login-custom .login-box .label-box label:first-child{
    width: 0;
    height: 0;
    overflow: hidden;
    
}
#login-custom .login-box .label-box label{
    font-size: var(--f-1);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: 400;
}
#login-custom .login-box .label-box label input {
    width: 14px;
    height: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 5px 0 0px;
    
}
#login-custom .login-box .label-box label input:checked {
    background:#000;
}

#login-custom .login-box .label-box p {
    display: flex;
    align-items: center;
    margin:0 0 0 auto;
    font-size: var(--f-1);
}
#login-custom .login-box .label-box p a {
    border-bottom: 1px solid #000;
    margin: 0 5px;
}
#login-custom .login-box .act {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#login-custom .login-box .act .a-button {
    width: 100%
}

#login-custom .login-box .act p {
    display: flex;
    align-items: center;
        
}
#login-custom .login-box .act p a {
    border-bottom: 1px solid #000;
    margin: 0 5px;
}


#login-custom .login-box .or {
    width: 100%;
    margin: var(--p-1) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    font-size: var(--f-1);
    gap: 10px;
    color: var(--gray);
}
#login-custom .login-box .or:before,
#login-custom .login-box .or:after{
    content:" ";
    flex: 1;
    height: 1px;
    background: var(--gray);
}

#login-custom .login-box .textsx {
    font-size: var(--f-1);
    padding: 0 0 var(--p-0);
}
#login-custom .login-box .sns-login-button {
    width: 100%;
    align-items: center;
    font-size: 0;
}

.login-box{}
.login-box table{}
.login-box table tr{}
.login-box table tr td{width:75%; padding-top: 20px;}
.login-box table tr td input{width:100%; border:none; border-bottom:1px solid black; padding:5px 0;}
.col-30 {
    width: 15%!important;
}
.sns-login-button a{border:none; display:block; justify-content:start; height:20px;}
a.a-button{background:black;}
a.a-button span{color:white;}
a.a-button:after{}
/* BASIC css end */

