.hero-body {
    background-color: white;
    background-image: url("/img/背景.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 20px) calc(50% + 40px);
}

.login-form-area {
    width: 420px;
    min-height: 450px;
}

@media screen and (max-width: 576px) {
    .login-form-area {
        width: 100%;
        max-width: 420px;
    }
}

/*IEのみ*/
@media all and (-ms-high-contrast: none){
    body{
        height:100%;
    }
    .container{
        max-width:0;
    }
    .hero-body {
        max-height:100vh;
        min-height:100vh;
        padding:0;
    }
    .login-form-area {
        min-height: 300px;
    }
}

body {
    --bulma-body-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    --bulma-body-font-size: 1rem;
    font-size: 1rem !important;
}

#password-change-area .card-body,
#password-change-area .custom-spacer {
    padding-top: 12px;
}

.text-left-block {
    display: inline-block;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 0px !important;
}

.text-color-dark {
    color: #181818;
}

.logo-img {
    display: block;
    margin: 0 auto;
}

.login-text-spacer {
    display: block;
    margin: 14px !important;
    text-align: center;
}

.login-text-spacer a:hover {
    text-decoration: underline !important;
}

.login-form-area h4.h4 {
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 1.2;
}

.button {
    background: linear-gradient(0deg, #e99420 0%, #e99420 50%, #f5ab44 50%, #f5ab44 100%);
}

.login-button {
    display: inline-flex;
    border-radius: 4px;
    font-weight: 400;
    height: 48px;
}

.company-list {
    display: block;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 2px;
}

.company-list a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    word-break: keep-all;
}

.company-list a:hover {
    background-color: rgba(211, 237, 255, 0.877);
}

.margin-auto {
    margin: auto;
}

.select-content {
    height: 220px;
    overflow: visible;
}

.select-item {
    overflow: scroll;
    height: 220px;
}

li {
    list-style: none;
}
