.required::after {
    content: '*';
    color: red;
}

.bg-bottom {
    background-position: bottom !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.top-5px {
    top: 5px !important;
}

.font-size-35px {
    font-size: 35px !important;
}

.position-unset {
    position: unset !important;
}

.btn-green {
    background-color: #3cb981 !important;
    border-color: #3cb981 !important;
    color: #fff !important;
}

.select2 .selection {
    display: unset !important;
}

.select2 .dropdown-wrapper {
    display: unset !important;
}

.h-100-fix-not-full {
    height: 100% !important;
}

.required-all::after {
    content: " ※全て必須項目です。";
    color: red;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.top-2px {
    top: 2px !important;
}

.auth-fluid .auth-fluid-form-box {
    max-width: 495px !important;
}

.topnav-navbar-dark {
    background-color: #4b5869;
}

@media (max-width: 700px) {
    .h-100-fix-not-full {
        height: unset !important;
    }
}
