*{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body{
	
}
p,span,tr,td,li,h1,h2,h3,a{
    color: #0E2631;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}

#wrap{
    overflow: hidden;
    width: 100%;
    padding-top: 84px;
}
#wrap.top{
    padding-top: 0px;
}

.fix_inner{
    max-width: 1200px;
    margin: auto; 
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.basecolor{
    background-color: #0E2631;
}
.graycolor{
    background-color: #ECF0F4;
}


/*
header
*/
#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 3px 15px 0px rgb(0 0 0 / 10%);
}
#header.header-white{
    background-color: inherit;
    box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
    #header .fix_inner{
        overflow: hidden;
    }
    .header_logo{
        float: left;
        overflow: hidden;
        width: 100px;
        height: 84px;
    }
    .header_logo a{
        color: rgba(0,0,0,0);
        display: block;
        width: 100px;
        height: 84px;
        background-image: url(../img/emol_header_logo__black.png);
        background-repeat: no-repeat;
        background-size: auto 24px;
        background-position: center;
    }
    .header-white .header_logo a{
        background-image: url(../img/emol_header_logo__white.png);
    }
    .header_navi{
        float: right;
        display: inline-block;
    }
    .header_navi li{
        display: inline-block;
        margin-left: 40px;
    }
    .header_navi li a{
        display: inline-block;
        font-family: sofia-pro, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        padding: 30px 15px;
        position: relative;
    }
    .header-white .header_navi li a{
        color: #fff;
    }
    .header_navi li.active a:before{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #1A465A;
    }
    .heaader_menu_btn{
        display: none;
    }


#footer{
    background-color: #1A465A;
    padding: 30px 0px;
}
    #footer .fix_inner{
        overflow: hidden;
    }
    .footer_left{
        float: left;
        width: 50%;
    }
    .footer_logo{
        height: 20px;
    }
    .footer_address{
        color: #fff;
        margin-top: 30px;
        font-size: 12px;
        line-height: 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .footer_copyright{
        color: #fff;
        margin-top: 25px;
        font-size: 11px;
        font-family: sofia-pro, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .footer_right{
        text-align: right;
        float: right;
        width: 50%;
    }
    .footer_navi{
    }
    .footer_navi li{
        display: inline-block;
        margin-left: 30px;
    }
    .footer_navi li a{
        font-family: sofia-pro, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        color: #fff;
        display: inline-block;
    }
    .footer_isms_img{
        margin-top: 35px;
        height: 90px;
    }
    .footer_security_navi{
        margin-top: 15px;
    }
    .footer_security_navi li{
        display: inline-block;
        margin-left: 12px;
    }
    .footer_security_navi li a{
        font-size: 11px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        display: inline-block;
    }




/*============================

SP

============================*/
@media screen and (max-width: 768px) {


#wrap{
    padding-top: 60px;
}
#wrap.top{
    padding-top: 0px;
}

.fix_inner{
    padding-left: 15px;
    padding-right: 15px;
}


/*
header
*/
#header{
    background-color: #0E2631;
}
#header.header-white{
    background-color: #0E2631;
}
    #header .fix_inner{
        overflow: hidden;
        padding-right: 0;
    }
    .header_logo{
        height: 60px;
    }
    .header_logo a{
        height: 60px;
        background-image: url(../img/emol_header_logo__white.png);
    }
    .heaader_menu_btn{
        float: right;
        display: block;
        width: 60px;
        height: 60px;
        position: relative;
    }
    .heaader_menu_btn_bar{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fff;
        margin: auto;
    }
    .heaader_menu_btn:after,
    .heaader_menu_btn:before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fff;
        margin: auto;
    }
    .heaader_menu_btn:before{
        bottom: 17px;
    }
    .heaader_menu_btn:after{
        top: 17px;
    }
    .heaader_menu_btn.close .heaader_menu_btn_bar{
        display: none;
    }
    .heaader_menu_btn.close:before{
        transform: rotate(45deg) translate(-5px, -10px);
    }
    .heaader_menu_btn.close:after{
        transform: rotate(-45deg) translate(-5px, 10px);
    }
    .header_navi{
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        float: none;
        width: 100%;
        background-color: #0E2631;
        box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 30%);
    }
    #header.header-white .header_navi{
        background-color: #0E2631;
    }
    .header_navi li{
        display: block;
        margin-left: 0px;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .header_navi li a{
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 60px;
        padding: 0px 15px;
        width: 100%;
    }
    .header_navi li.active a:before{
        background-color: rgba(255,255,255,0.5);
    }



#footer{
    padding: 30px 0px;
}
    .footer_left{
        float: none;
        width: 100%;
    }
    .footer_logo{
        margin-top: 40px;
    }
    .footer_address{
        margin-top: 15px;
        font-size: 12px;
        line-height: 17px;
    }
    .footer_copyright{
        margin-top: 25px;
        font-size: 11px;
    }
    .footer_right{
        text-align: left;
        float: none;
        width: 100%;
    }
    .footer_navi{
        display: none;
    }
    .footer_isms_img{
        margin-top: 0px;
        height: 50px;
    }
    .footer_security_navi{
        margin-top: 15px;
    }
    .footer_security_navi li{
        display: inline-block;
        margin-left: 0px;
        margin-right: 12px;
    }
    .footer_security_navi li a{
        font-size: 11px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        display: inline-block;
    }



}
