/**************************************************
* init
**************************************************/
* {
    color: #000000;
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,p,a,span,label,ul,ol,li,div {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}

@media (max-width: 900px) {
    * {
        font-size: 16px;
    }
}

/**************************************************
* header
**************************************************/
._header ._brand {
    background-image: url('/images/2_headerbg.jpg');
    background-size: contain;
}
._header .brand {
    display: block;
    background-image: url('/images/3_ttlbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding: 50px;
    max-width: 350px;
}
._header ._nav {
    background: #efe078;
    padding: 10px 0;
    position: relative;
}
._header .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
}
._header ._menu {
    flex: 1;
}
._header .menu {
    display: flex;
}
._header ._menu-item {
    padding-right: 50px;
}
._header .menu-item {
    color: #000000;
    font-size: 16px;
}
._header .logout {
    display: block;
    color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0 0 0 2px #9c6000;
    border-radius: 7px;
    background: #9c6000;
    padding: 2px 15px;
    font-size: 16px;
}
._header ._submenu {
    background: #efe7a3;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
._header .submenu {
    margin: 0 auto;
    padding: 5px 20px;
    max-width: 900px;
}
@media( max-width: 900px ) {
    ._header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    ._header .header {
        position: relative;
    }
    ._header ._brand {
        padding: 5px 0;
    }
    ._header .brand {
        width: 200px;
        padding: 20px;
    }
    ._header ._nav {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
    }
    ._header .nav {
        display: block;
    }
    ._header .menu {
        display: block;
    }
    ._header ._menu-item {
        padding-bottom: 20px;
        padding-right: 0;
    }
    ._header .menu-item {
        display: block;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 5px;
        width: 100%;
    }
    ._header ._submenu {
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
        top: initial;
        left: initial;
    }
    ._header ._logout {
        padding-top: 30px;
    }
    ._header .logout {
        display: inline-block;
        width: 130px;
        text-align: center;
    }
    ._header ._sp-menu-toggle {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    ._header ._sp-menu-toggle_line {
        padding-bottom: 7px;
    }
    ._header .sp-menu-toggle_line {
        background: #777777;
        width: 100%;
        height: 2px;
    }
    ._header .sp-menu-toggle {
        position: relative;
        width: 36px;
    }
    ._header .sp-menu-toggle.active .sp-menu-toggle_line {
        position: absolute;
        left: 0;
        border-radius: 4px;
    }
    ._header .sp-menu-toggle.active ._sp-menu-toggle_line:nth-of-type(1) .sp-menu-toggle_line {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    ._header .sp-menu-toggle.active ._sp-menu-toggle_line:nth-of-type(2) .sp-menu-toggle_line {
        opacity: 0;
    }
    ._header .sp-menu-toggle.active ._sp-menu-toggle_line:nth-of-type(3) .sp-menu-toggle_line {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
}

/**************************************************
* content
**************************************************/
body {
    background-image: url('/images/1_bg.jpg');
}
._content{
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
}
.section {
    margin: 0 auto;
    padding: 0 20px;
}
.section-width900 {
    max-width: 900px;
}
.section-width800 {
    max-width: 900px;
}
.section-width500 {
    max-width: 500px;
}
.section-width400 {
    max-width: 400px;
}
@media( max-width: 900px ) {
    ._content {
        padding-top: 100px;
    }
}

/**************************************************
* footer
**************************************************/
footer {
    
}
