﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

body {
    font-family: 'Noto Serif JP', serif !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

.brand-link{
    border: none !important; 
}

/*formButton*/
.btn-width-form {
    width: 8em !important;
}

.btn-width-form-lg {
    width: 12em !important;
}

a.widelink {
    display: block;
    text-decoration: none;
    color: #000;
}

/* stepper */
.stepper {
    text-align: center;
    padding: 0;
    margin: 0;
}

    .stepper li {
        display: inline-block;
        padding: 0 0.5rem;
        list-style-type: none;
        color: #6c757d;
        font-weight: bold;
    }

        .stepper li:not(:last-child)::after {
            content: '';
            display: inline-block;
            width: 100px;
            height: 2px;
            background: #ccc;
            margin-left: 1rem;
        }

.stepper-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    margin: .25rem;
    color: #FFF;
    font-weight: bold;
    background-color: #6c757d;
    text-align: center;
}

.stepper li.active .stepper-circle {
    background-color: #007bff;
}

label.required:after {
    content: " *";
    color: red;
}

.no-caret::after {
    display: none;
}

.first-td-padding {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}