/*----------------------------------------


                   nav

------------------------------------------*/
.nav-list{
  background: #F2F3F7;
  box-shadow: 0 1px 6px gray;
}
.nav-list ul{
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;

}
.nav-list ul li{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  border-right: 1px solid #707070;

}
.nav-list ul li:last-child{
  border:none;
}
.nav-list ul li a{
  font-size: 1.6rem;
  display: block;
  color:#000000;
}

.nav-list.footer-nav-list{
  background: #3578BB;
  box-shadow: none;
}
.nav-list.footer-nav-list  ul li{
  border-right: 1px solid #FFFFFF;
}
.nav-list.footer-nav-list ul li:last-child{
  border:none;
}
.nav-list.footer-nav-list  ul li a{
  color:#FFFFFF;
}
@media screen and (max-width:959px){

  .nav-list ul li a{
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px){
  .nav-list.header-nav-list ul{
    display: none;
  }
  .nav-list.footer-nav-list ul{
    height: 100%;
    line-height: 1;
    padding: 24px 0;
  }
  .nav-list.footer-nav-list ul li{
    display: block;
    height: 100%;
    line-height: 1;
    border-right: none;
    margin-bottom: 16px;
  }

}

/*----------------

         sp nav

------------------*/
.sp_head{
  display: none;
  width: 100%;
  height: 60px;
  background:#FFFFFF;
  position: fixed;
  top:0;
  left:0;
  z-index: 1000;
}
@media screen and (max-width:768px){
  .sp_head{
    display: block;
  }
}

.sp_head img{
  vertical-align: middle;
}
@media screen and (max-width:600px){
  .sp_head img{
    width: 150px;
    height: auto;
  }
}
.sp_tit{
  line-height: 60px;
  padding-left: 3%;
}

/* toggle */

.toggle{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: fixed;
  top:7px;
  right:10px;
  cursor: pointer;

}
.toggle span{
  width:85%;
  display: block;
  margin: auto;
  height: 4px;
  background-color:#454545;
  border-radius: 20px;
}
.toggle span:nth-child(1){
  position: relative;
  top:7px;
}
.toggle span:nth-child(2){
  position: relative;
  top:12px;
}
.toggle span:nth-child(3){
  position: relative;
  top:17px;
}
.toggle span:nth-child(4){
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  background: #FFFFFF;
  position: relative;
  top:22px;
}
.toggle span:nth-child(5){
  display: none;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  background: #FFFFFF;
  position: relative;
  top:22px;
}
.toggle.active span:nth-child(4){
  display: none;
}
.toggle.active span:nth-child(5){
  display:block;
}


.sp_menu_list{
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top:0;
  left:0;
  padding-top: 60px;
  background: #3578BB;
  z-index: 999;
}
.sp_menu_list.active{
  /* display: flex; */
  /* align-items: center; */
  display: block;
}
.sp_nav{
  width: 100%;
  padding: 3%;
  text-align: center;
  background:transparent;

}
.sp_nav ul li{
  border-bottom: 0.5px dotted #FFFFFF;
}
.sp_nav ul li:last-child{
  border-bottom: none;
}
.sp_nav ul li a{
  display: block;
  font-size: 1.3rem;
  padding: 16px 0;
  color:#FFFFFF;
}

/*----------------------------------------

                header

------------------------------------------*/
.l-header{
  width: 100%;
}
@media screen and (max-width:768px){
  header{
    display: none;
  }

}
.l-headerList{
  width: 100%;
  height: 65px;
}
.l-headerLeft{
  padding-left: 48px;
}
.l-headerRight{
}
.l-headerLogo{
  /* transition: all 0.6s; */
}
.l-headerLogo img{
  /* margin-right: 5px; */
}

/*----------------------------------------

                main

------------------------------------------*/
.l-main{
  /* height: 300px; */
}
@media screen and (max-width:768px){
  .l-main{
    padding-top: 60px;
  }
}
/*----------------------------------------

                footer

------------------------------------------*/

.l-footer{
  padding: 15px 0;

}
@media screen and (max-width:1023px){

}
.l-footer p{
  color:#FFFFFF;
  text-align: center;
  font-size: 1.2rem;
}


/*------------------------------

            inner

--------------------------------*/

.l-inner{
  width:960px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width:959px){
  .l-inner{
    padding:0 40px;
  }
}@media screen and (max-width:500px){
  .l-inner{
    padding:0 15px;
  }
}

/*-----------------------------------

             container

--------------------------------------*/

.l-container{
  width: 100%;
  padding: 96px 0;
}
@media screen and (max-width:959px){
  .l-container{
    padding: 64px 0;
  }
}
@media screen and (max-width:767px){
  .l-container{
    padding: 32px 0;
  }
}

/*------------------------------------

              contents

-------------------------------------*/

.l-contents{
  width: 100%;
  margin-bottom: 64px;
}
