@charset "UTF-8";

/*-------------------------------------
 reset
-------------------------------------*/
html, body, h2, ul, li, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul, li {
    list-style: none;
}

/*-------------------------------------
 header
-------------------------------------*/
.header .inner {
    display: block;
    padding-top: 15px;
    font-size: 75.0%;
    line-height: 1.6;
}
.header .headerBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 3;
    width: 52px;
    height: 60px;
    text-decoration: none;
    cursor: pointer;
    background: #eee;
}
.headerBtn span {
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 22px;
    height: 4px;
    background-color: #000;
    transition: all .2s;
    box-sizing: border-box;
}
.headerBtn span:nth-of-type(1) {
    top: 19px;
}
.headerBtn span:nth-of-type(2) {
    top: 28px;
}
.headerBtn span:nth-of-type(3) {
    top: 37px;
}
.headerBtn span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all .2s;
}
.headerBtn.open span:nth-of-type(2),
.headerBtn.open span:nth-of-type(2)::after {
    width: 24px;
}
.headerBtn.open span:nth-of-type(1) {
    transform: translateY(10px) scale(0);
}
.headerBtn.open span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 14px;
}
.headerBtn.open span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.headerBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) scale(0);
}
.m-nav-mobile.header .inner {
    position: relative;
    padding-top: 0;
}
.m-nav-mobile.header .headerBtn {
    position: relative;
    background: #fff;
}

/*-------------------------------------
 drawerNav
-------------------------------------*/
.drawerNav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}
.drawerNavList {
    border-bottom: 1px solid #aaa;
}
.drawerNavList a {
    display: block;
    text-decoration: none;
}
.drawerNavList > li {
    border-top: 1px solid #aaa;
}
.drawerNavList > li > a {
    padding: 16px 30px 16px 10px;
    font-size: 93.8%;
    font-weight: bold;
}
.drawerNavList > li > ul {
    display: none;
}
.drawerNavList > li > ul > li > a {
    padding: 12px 30px 12px 20px;
    font-size: 87.5%;
    font-weight: bold;
    background-color: #e4f7eb;
}
.drawerNavList > li > ul > li > ul {
    display: none;
}
.drawerNavList > li > ul > li > ul > li > a {
    position: relative;
    padding: 12px 30px 12px 35px;
    font-size: 87.5%;
    background-color: #f4f9fc;
}
.drawerNavList > li > ul > li > ul > li > a:before {
    content: "";
    position: absolute;
    top: 1.4em;
    left: 20px;
    display: inline-block;
    width: 4px;
    height: 1px;
    background: #333;
}
.drawerNavList > li > ul li {
    border-top: 1px solid #aaa;
}
.drawerNavList li {
    position : relative;
}
.drawerNavList .acd {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
}
.drawerNavList > li > .acd {
    background: url(/content/400174984.png) no-repeat 0 15px;

}
.drawerNavList > li > ul > li .acd {
    background: url(/content/400174984.png) no-repeat 0 15px;

}
.drawerNavList > li > .acd.open {
    background: url(/content/400174985.png) no-repeat 0 15px;

}
.drawerNavList > li > ul > li .acd.open {
    background: url(/content/400174985.png) no-repeat 0 15px;

}
.drawerNavList > li > .acd,
.drawerNavList > li > .acd.open {
    height: 52px;
    background-position: 50% 50%;
    background-size: 70% auto;
}
.drawerNavList > li > ul > li > .acd,
.drawerNavList > li > ul > li > .acd.open {
    height: 40px;
    background-position: 50% 50%;
    background-size: 70% auto;
}

/* for PC
-----------------------------------------------*/

@media screen and (min-width: 978px) {

.header {
    display: none;
}
.drawerNav {
    top: 0;
    position: relative;
}
.drawerNav.dispBlock {
    display: Block!important;
}

}

/* for SP layout
-----------------------------------------------*/

@media screen and (max-width: 977px) {

.drawerNav {
    display: none;
}

}





/*-------------------------------------------------------------------
 GoGlobal Side
-------------------------------------------------------------------*/

.l-sidebar2 .drawerNavList {
    border-bottom: none;
}
.l-sidebar2 .drawerNavList li {
    clear: both;
    border-top: none;
}
.l-sidebar2 .drawerNavList li.parent {
    margin-bottom: 15px;
}
.l-sidebar2 .drawerNavList > li > ul {
    clear: both;
    border-bottom: 1px solid #eee;
}
.l-sidebar2 .drawerNavList > li > ul li {
    border-top: 1px solid #eee;
}
.l-sidebar2 .drawerNavList > li > a {
    padding: 0;
}
.l-sidebar2 .drawerNavList > li > a:hover {
    background-color: #03A9F4;
    color: #fff;
}
.l-sidebar2 .drawerNavList > li > ul > li > a {
    background-color: #fafafa;
}
.l-sidebar2 .drawerNavList > li > ul > li > a:hover {
    background-color: #f0f0f0;
}
.l-sidebar2 .drawerNavList h2 {
    font-size: 0.96em;
    vertical-align: bottom;
    padding: 12px 0 9px 0;
    margin: 0;
}
.l-sidebar2 .drawerNavList p {
    height: 20px;
    font-size: 0.6em;
    font-weight: lighter;
    margin: 0;
}
.l-sidebar2 .drawerNavList > li > a:hover.fa:before {
    color: #fff;
}
.l-sidebar2 .drawerNavList .acd {
}
.l-sidebar2 .drawerNavList > li > .acd,
.l-sidebar2 .drawerNavList > li > .acd.open {
    width: 20px;
    height: 55px;
    background-color: #fafafa;
    background-size: 20px 20px;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.l-sidebar2 .parent i.fa.fa-angle-right {
    position: absolute;
    top: 35%;
    right: 8px;
}
.l-sidebar2 .parent li i.fa.fa-angle-right {
    top: 30%;
}
.l-sidebar2 .parent:hover {
    color: #fff;
}
.l-sidebar2 .parent:hover li {
    color: #000;
}
.l-sidebar2 .parent.active a {
    color: #03A9F4;
}
.l-sidebar2 .parent.active li a,
.l-sidebar2 .parent.active li li a {
    color: #212121;
}

/* for PC
-----------------------------------------------*/

@media screen and (min-width: 978px) {

.l-sidebar2 {
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0;
    width: 41%;
}
.l-sidebar2 .drawerNav {
    width: 250px;
    margin-right: 15%;
    margin-left: auto;
    z-index: 1;
}

}

/* for SP
-----------------------------------------------*/

@media screen and (max-width: 977px) {

.l-sidebar2 .drawerNav {
    position: fixed;
    height: calc(100vh - 80px);
    overflow: scroll;
}
.l-sidebar2 .drawerNavList > li > .acd,
.l-sidebar2 .drawerNavList > li > .acd.open {
    width: 35px;
    height: 35px;
    margin: 10px;
}
.l-sidebar2 .drawerNavList > li > ul > li .acd,
.l-sidebar2 .drawerNavList > li > ul > li .acd.open {
    margin-right: 10px;
}
.l-sidebar2 .parent i.fa.fa-angle-right {
    right: 20px;
}
.l-sidebar2 .drawerNavList a:focus {
    outline: none;
}
.l-sidebar2 .drawerNavList a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

}