@charset "utf-8";
/*--------------------------------------------
	 BASE
--------------------------------------------*/
@media screen and (max-width : 767px ) {
	
	#hdrInner{
	width:100%;
}
	
	
	.globalNavi ul{
	width:100%;
}
	
/*--------------------------------------------
	FRAMEWORK
--------------------------------------------*/



/*--------------------------------------------
	HEADER
--------------------------------------------*/

#header{
    padding: 11px 12px;
    height: 60px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff
}
    
header #spLogo{
    width: 160px;
}
    
header #spLogo img{
    width: 100%;
}
    

    
    
/*--------------------------------------------
	NAVIGATION
--------------------------------------------*/
    
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    background: #396bcc;
}
    
.drawer--top .drawer-nav {
    background-color: #eef2f9;
    height: 100vh;
    z-index: 3;
}
    
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #fff;
}
    
.drawer-dropdown-menu {
    background-color: #f17961;
}
    
.drawer-menu {
    text-align: center;
    padding: 27px 0 20px;
}
    
.drawer-menu-item:hover {
    text-decoration: none;
    color: #fff;
}
    
.drawer-menu .drawer-dropdown-menu li:last-child{
    border:none;
    margin-bottom: 0;
}
    
.drawer-menu .drawer-dropdown-menu li a {
    color: #1c4188;
    font-weight: bold;
    padding: 12px 0;
    font-size: 15px;
}
    
.drawer-menu li a {
    color: #1c4188;
    font-weight: bold;
    padding: 20px 0;
    font-size: 15px;
    position: relative;
    font-family: 'Anton', sans-serif;
    line-height: 1;
    display: block;
}
    
.drawer-menu li a:before{
    content: "";
    background: url(../Image/common/icon_arrow.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 53px;
    bottom: 20px;
}
    
.drawer-menu li:last-child a{
    font-size: 33px;
    line-height: 1;
}
    
.drawer-menu li:last-child a img{
    width: 47px;
    margin-right: 10px;
}
    
.drawer-menu li:last-child a:before{
    display: none;
}
    
.drawer-menu li:last-child {
    border: none;
    margin-bottom: 0;
}
    


    
    
/*--------------------------------------------
	FOOTER
--------------------------------------------*/

#footer {
    text-align: center;
    padding: 30px 0 20px;
}
#ftrInner{
    width: 92%;
    margin: auto;
}

#footer .copy{
    width: 92%;
    margin: auto;
    text-align: center;
}
    
#footer #ftrInner{
    width: 92%;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}
    
#footer #ftrMain #fLogo{
    width: 50%;
    margin: 0 auto 20px;
}
    
#footer #ftrMain .tel{
    display: inline-block;
    margin: auto;
}
    
#footer #ftrMain {
    float: none;
    width: 92%;
    margin: auto;
    text-align: center;
}
    
#footer #ftrMain .btn_01 a{
    margin-bottom: 20px;
}
    
#footer #ftrNav, #footer #baseBox{
    float: none;
    width: 200px;
    margin: auto;
    text-align: left;
}
    
#footer #ftrMain #fLogo img{
    width: 100%;
}
    
#footer #baseBox dt{
    font-size: 14px;
}
    
#footer #baseBox dd{
    font-size: 12px;
}
    
#footer div.btn_01{
    margin-bottom: 20px;
    width: 100%;
}
}