.login .title, .user_auth_title {
    font-family: Kozuka B;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.user_auth_title {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 4px solid var(--blue-root);
    font-size: 16px;
}
.login .user-container main {
    padding: 0px 50px;
    
}
.login .caption {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: Kozuka R;
}
.login form input {
    border: #7D7D7D 1px solid;
    outline: none;
    width: 185px;
    height: 30px;
    display: block;
    padding-left: 10px;
}

.site {
    border-left: #444444 3px solid;
    padding-left: 10px;
    margin: 40px;
}

.content {
    padding: 0 60px;
}

section .title {
    border-bottom: black 1px solid;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.item-slide {
    border: #444444 1px solid;
    border-radius: 20px;
    padding: 10px 20px;
}

.item-slide-title {
    font-weight: bold;
}

.item-slide ul li {
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-button {
    width: 50%;
    height: 100%;
    border: black 1px solid;
    cursor: pointer;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.content-title {
    margin-top: 26px;
    font: normal normal normal 18px/40px Kozuka R;
    margin-bottom: 30px;
}

.text-red {
    color: red;
}

form label {
    width: 200px;
    font: normal normal normal 18px/30px Kozuka R;
}

form input,
form select {
    width: 350px;
    outline: none;
    border-radius: unset;
}
form label {
    margin-right: 39px;
}

form .form-group {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.btn-primary {
    border: #64a1de;
    font: normal normal normal 18px/30px Kozuka B;
    width: 107px;
    height: 38px;
    background: #64A1DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.login-user {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.user-container{
    flex-grow: 1;
    color: var(--default-txt-color);
}
@media screen and (max-width: 768px) {
    .login .user-container main {
        padding: 15px 15px;
    }
    form input, form select {
        width: 100% !important;
        height: 37px !important;
    }
    .pl-md-4p {
        padding-left: 4%;
    }
    .w-md-70{
        width: 70% !important;
    }
}