body {
    padding-top: 4rem;
    line-height: 1.5em;
}
nav#header {
    background-color: #1c4767;
    height: 4rem;
}
.navbar-brand span.small {
    font-size: .8em;
    color: #d0d0d0;
}
.nav-item .dropdown-toggle:after {
    color:#FFF !important;
}
.bg-navbar {
    background-color: #1c4767;
}

ol.breadcrumb {
    padding: .2em;
    background-color: #8da0cd;
    color: white;
}
li.breadcrumb-item {
    color: white;
    font-size: .9em;
}
li.breadcrumb-item a {
    color: white;
    font-size: .9em;
    text-decoration: none;
}
li.breadcrumb-item.active {
    color: #2b4392;
}
h1 {
    margin-left: -1rem;
    padding: .4rem .4rem .4rem 1rem;
    background: linear-gradient(to right, #416f90, #beccd8);
    color: white;
    font-size: 1.6rem;
}
h2 {
    margin-left: -.6rem;
    border-left: .4rem solid #416f90;
    background-color: #beccd8;
    padding: .2em;
    font-size: 1.4rem;
}
h3 {
    padding: .2em;
    border-bottom: .2rem solid #beccd8;
    background-color: #dfe7ed;
    font-size: 1.2rem;
}

/* form */
label.form-label {
    color: #666666;
    font-weight: normal;
}
label.form-label.required {
    color: #593737;
    font-weight: bold;
}
label.form-label:after {
    content: "\ff08\975e\5fc5\9808\ff09";  /* 一部ブラウザの文字化け対策でUnicode変換した"（非必須）" */
    font-size: .8em;
    color: #999999;
    font-weight: normal;
}
label.form-label.required:after {
    content: '';
}
label.form-label.hide-content:after {
    content: '' !important;
}
footer {
    margin-top: 4em;
    background-color: #f8f8f8;
    border-top: #e0e0e0 1px solid;
    padding-top: .5em;
}

/* フロン排出抑制法リーフレット用バナーCSS */
a.airConRefrigeratorLeaflet {
    display: block;
    padding: .5em;
    border-radius: .5em;
    border: .4em solid #029684;
    background-color: #add8c9;
    text-decoration: none;
}
a.airConRefrigeratorLeaflet p.to {
    display: block;
    padding: .3em;
    text-align: center;
    background-color: white;
    color: #333;
    border-radius: 1em;
    font-size: .7em;
}
a.airConRefrigeratorLeaflet p.question {
    display: block;
    text-align: center;
    color: #eded1b;
    font-size: 1.7em;
    font-weight: bold;
    text-shadow:
            -1px 0 0 #75751b,
            0 -1px 0 #75751b,
            2px 2px 2px #75751b
;
}
a.airConRefrigeratorLeaflet p.pdf {
    display: block;
    text-align: center;
    color: #415c34;
    font-size: 1.1em;
    font-weight: bold;
}
a.airConRefrigeratorLeaflet div.contents {
    display: flex;
}
a.airConRefrigeratorLeaflet div.contents div.stamp {
    display: block;
    margin: .5em;
    padding: .5em;
    border-radius: 1em;
    background-color: #029684;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5em;
    font-size: .7em;
    color: white;
}
a.airConRefrigeratorLeaflet div.contents div.about {
    display: block;
    text-align: center;
    color: #415c34;
    font-size: 1.1em;
    font-weight: bold;
}

