@import "common.css";

.header-background {
    background: url(../img/logo.png) no-repeat center left / cover;
    background-size: 50px 50px;
    height: 5em;
    background-color: #91B83F; 
}

.header-title {
    text-indent: 4em;
    position: relative;
    cursor: pointer;
}

.header-title:hover {
    opacity: 50%;
}

.header-title h1 {
    position: absolute;
    top: 20%;
}

.header-title a {
    font-size: 3rem !important;
    font-weight: bold;
}

#side_menu {
    background: #567D03/*#297432*/;
    padding: 0;
}

/* common navigation mods */
#side_menu ul,
#side_menu ul li {
    width: 100%;
}

#side_menu ul li a {
    width: 100%;
    text-indent: 5px;
    border-radius: 0 !important;
    font-weight: bold;
    color: #fff;
}

#side_menu ul li a.nav-link:hover,
#side_menu ul li a.dropdown-item:hover,
#side_menu ul li a.dropdown-item:active,
#side_menu ul li a.nav-link.is_active {
    background: #44546A;
}

#side_menu .dropdown-menu {
    background-color: #567D03;
}

.inner_section_main .h1,
.inner_section_main .h2,
.inner_section_main .h3,
.inner_section_main .h4,
.inner_section_main .h5,
.inner_section_main .h6,
.inner_section_main h1,
.inner_section_main h2,
.inner_section_main h3,
.inner_section_main h4,
.inner_section_main h5,
.inner_section_main h6 {
    margin-bottom: 1em;
}

.inner_section_main .h2,
.inner_section_main .h3,
.inner_section_main h2,
.inner_section_main h3 {
    font-weight: bold;
}

.inner_section_main .h2,
.inner_section_main h2 {
    padding: 0.25em 0.5em;
    border-left: 4px solid #547f03;
    margin-left: -0.5em;
}

.inner_section_main p {
    margin-bottom: 1em;    
}

.inner_section_main .inner_page {
    width: 90%;
    margin: 1em auto
}

/**------ 各画面のHTMLより ----- **/ 
.upload-box {
    display: none;
}

.errorlist {
    list-style-type: none;
    color: red;
    margin: 0;
}


/* レスポシブ対応分 */
@media only screen and (min-width: 500px) {
    .inner_section_main .h2,
    .inner_section_main h2 {
        margin-left: 0 !important;
    }
}