
* {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif, "Apple Color Emoji", emojisymbols, "Glyphicons Halflings" !important;
}
i {
    font-family: "Font Awesome 5 Pro" !important;
}
.errors {
    color: red;
    padding-left: 30px;
}
#w-login .symbol-input100{
    padding-left: 17px;
}
#w-login .input100{
    padding-left: 14px;
}
#w-login .login100-pic img{
    max-width: 467px;
    width: 62%;
    height: auto;
}

.login100-pic {
    width: 100%;
}
.content-right .login100-pic {
    max-width: 470px;
}

.content-right .login100-pic img{
    /* min-width: 470px; */
    width: 100%;
    height: auto;
}

.font-w3 {
    font-weight: 300 !important;
}

.font-s20 {
    font-size: 20px;
}

.content-right .login100-pic img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.title-feature {
    text-align: center;
}
.title-feature span {
    color: #08BF5A;
    font-size: 14px;
    font-weight: 600;
}
#w-login .err-login{
    color: red;
    font-size: 13px;
}
#w-login .login100-form-btn{
    height: 43px;
}
a{
    color: rgba(87,153,219,1);
}
input::placeholder {
    color: #E0E0E0; 
}
.wrap-login100 {
    padding: 0 !important;
    /* padding: 76px 130px 0px 95px; */
}
/* .g-recaptcha{
    transform: scale(0.65); 
    transform-origin: 0 0; 
    width: 200px; 
    margin: 37px auto 0 !important; 
} */
.captcha-disabled {
    cursor: not-allowed;
    pointer-events: none; 
}
.captcha-disabled:hover {
    cursor: not-allowed; 
}
.g-recaptcha > div{
    margin: 0 auto !important;
}
.form-title{
    text-align: center;
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 28px;
    font-weight: 600;
}
#w-login input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    height: 45px;
}
/* #w-login input:focus{
    border-color: #DDDDDD !important
} */
.i-label {
    top: 0px;
    position: absolute;
    left: 10px;
    color: #888888;
    pointer-events: none;
    transform: translateY(10px);
    transition: 150ms cubic-bezier(0.4,0,0.2,1);
}
.input100:focus ~ .i-label, .i-label-focusing ~ .i-label {
    transform: translateY(-50%) scale(0.8);
    background-color: #FFFFFF;
    padding: 0;
    top: 1px;
    color: #08BF5A;
}
.input100:focus.i-label-focus2 ~ .i-label, .i-label-focus2 ~ .i-label {
    transform: translateY(-50%) scale(0.8);
    background-color: #ffffff;
    background: linear-gradient(0deg, #e8f1fa , #ffffff ) !important;
    padding: 0;
    top: 1px;
    color: #08BF5A;
}
.input100:focus, .i-label-focusing {
    border: 1px solid #08BF5A !important;
}
.i-title {
    margin-top: 25px;
    text-align: center;
}
.i-title span {
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #7B56E0;
}
.feature-content {
    font-size: 14px;
    color: #222222;
}
.feature-content span {
    font-weight: 600;
}
.feature-content p {
    font-weight: 300;
}
input::placeholder {
    font-size: 12px;
    color: #E0E0E0; 
    font-weight: 300;
}
.p-login {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    width: 50%;
    justify-content: start;
    flex-direction: column;
}
.content-right{
    align-items: center;
    width: 50%;
    padding: 110px 0px 33px 0px;
}
.limiter {
    height: 100%
}
.container-fuild {
    height: 100%
}
.box-form-auth {
    width: 61%;
    padding: 18px 49px 43px 49px;
    max-width: 467px;
    box-shadow: 0px 2px 3px #00000029;
    margin-top: 76px;
}
.btn-sns-line {
    border-radius: 5px;
    min-width: 250px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    box-shadow: 0px 1px 2px #00000048;
}
.btn-sns-line:disabled {
    background: #E0E0E0 0% 0% no-repeat padding-box;
    cursor: not-allowed;    
    pointer-events: none;   
}
.g-recaptcha .recaptcha-checkbox-border {
    cursor: pointer !important;
}
.btn-sns-line-regist {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 5px #00000033;
    border: 2px solid #08BF5A;
    border-radius: 5px;
    opacity: 1;
    color: #08BF5A;
    min-width: 250px;
    height: 50px;
    font-weight: 600;
    position: relative;
    z-index: 1;

}
.btn-sns-line-regist:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #08BF5A;
    z-index: -1;
  }
  
  .btn-sns-line-regist:hover, .btn-sns-line-regist:focus {
    color: white;
  }
  
  .btn-sns-line-regist:hover:before, .btn-sns-line-regist:focus:before, .btn-sns-line-regist:active:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .btn-sns-line-regist:active {
    transform: scale(0.9);
  }
.btn-sns-line-regist a {
    color: white !important;
    text-decoration: none;
}
.custom-font {
    font-size: 14px; 
    font-weight: 300;
    color: #222222;
}
.custom-font a {
    font-size: 14px; 
}
.content-right {
    justify-content: start;
    flex-direction: column;
    background: white;

}
.feature-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.feature-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 36px 12px 20px;
    display: flex;
    align-items: center;
    min-width: 500px;
    width: 60%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-sns-line-success {
    background: transparent linear-gradient(101deg, #1DE275 0%, #10CFD6 100%) 0% 0% no-repeat padding-box;
    border: none;
}
.feature-icon {
    font-size: 24px;
    margin-right: 20px;
}
.feature-icon i{
    color: #222222;
}
.feature-box .feature-item {
    background: white;
}
.title-feature {
    font-size: 14px;
    font-weight: 300;
    color: black;
}
.feature-item p {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    margin: 0;
}
[v-cloak] {
    display: none;
}
.btn-spinner {
    position: relative;
}

.container-fuild{
    min-height: 100vh;
}

.btn-spinner.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #000;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 1440px) {
    .box-form-auth {
        width: 70%;
    }
    /* .btn-sns-line {
        width: 73%;
    } */
    /* .g-recaptcha {
        transform: scale(0.6);
        width: 180px;
    } */
    #w-login .login100-pic img {
        width: 70%;
    }
    .feature-item {
        width: 91%;
    }
    .content-right .login100-pic img {
        width: 100%;
    }
    .btn-sns-line-regist {
        width: 40%;
    }
}
@media (max-width: 1366px) {
    .box-form-auth {
        width: 80%;
    }
    /* .btn-sns-line {
        width: 73%;
    } */
    #w-login .login100-pic img {
        width: 80%;
    }
    .feature-item {
        width: 100%;
    }
    .content-right .login100-pic img {
        width: 100%;
    }
}
@media (max-width: 1280px) {
    .box-form-auth, #w-login .login100-pic img {
        max-width: 467px;
    }
    .feature-item {
        min-width: 420px;
    }
    /* .g-recaptcha {
        transform: scale(0.6);
        width: 177px;
    } */
    /* .btn-sns-line {
        width: 70%;
    } */
    #w-login .login100-pic img {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .container-fuild {
        display: block !important;
    }

    .p-login , .content-right {
        width: 100%;
    }

    .content-right {
        background: #F8F8F8 0% 0% no-repeat padding-box;
    }

    .feature-item {
        max-width: 420px;
    }
}

@media (max-width: 576px) {
    .content-right .login100-pic img {
        width: 100%;
        min-width: 0px;
    }
    .box-form-auth {
        min-width: 100%;
        margin-top: 0;
    }
    .content-right {
        padding: 110px 10px 33px 10px;
    }

    .box-form-auth {
        width: 90%;
    }
}
