div.contents h1 {
    border: 1px solid #4b5084;
    background-image: linear-gradient(to right, blue, #4b5084);
    color: white;
    font-size: 1.4rem;
    padding: .5rem;
    border-radius: .3rem;
}
div.contents h2 {
    border-left: .8em solid #4b5084;
    background-color: #e8e8e8;
    padding: .3em;
    margin: .8em 0 .8em -1em;
    color: #4b5084;
    font-size: 1.2rem;
}
div.contents h3 {
    margin: .5em 0 .5em 0;
    border-left: .5em solid #4b5084;
    background-color: #f8f8f8;
    border-radius: .1rem;
    padding: .3em;
    color: #4b5084;
    font-size: 1.1rem;
}
ol.breadcrumb {
    margin-top: -.3rem;
    background-color: #e0e0e0;
    padding: .2em;
}
h1.title {}
.navbar-light .navbar-brand {
    color: #666;
}
table.table th {
    white-space: nowrap;
}
.minWidth200 {
    min-width: 200px;
}
.text-strong {
    font-weight: bold;
}
label.form-label, legend.required {
    color: #6b7899;
    font-weight: bold;
}
label.form-label.required:after, legend.required:after {
    white-space: nowrap;
    content: "req";
    font-weight: normal;
    font-size: 0.8em;
    vertical-align: top;
    top: -0.1em;
    color: #c64950;
    background-color: #fff8f0;
    border: 1px solid #eedbdd;
    border-radius: 0.2em;
    padding: 0.1em 0.3em;
    margin: 0.1em 0.5em;
}
div.form-check {
    margin-left: 1rem;
}
fieldset.side-menu {
    font-size: .9rem;
    border: 2px solid #8eb0d4;
    margin: .5rem;
    padding: .2rem .5rem .2rem .5rem;
    border-radius: .3rem;
}
fieldset.side-menu legend {
    font-size: 1rem;
    font-weight: bold;
    color: #647295;
    padding: .2rem;
    margin: .1rem;
    width: auto;
}
.btn {
    margin: .1rem;
}

/* 基準日ステータスの色分け */

span.status {
    padding: .2rem .5rem .2rem .5rem;
    border-radius: .2rem;
    border: 1px solid #cccccc;
    background-color: #e0e0e0;
    white-space: nowrap;
}

.ref-status-REGISTERED {
    color: #2b3b87;
    font-weight: bold;
}
.ref-status-CONTACTED {
    color: #666c87;
    font-weight: bold;
}
.ref-status-APPROVED {
    color: #047805;
    font-weight: bold;
}
.ref-status-CLOSED {
    color: #888888;
}