@charset "utf-8";

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol{
  list-style: none;
}

a{
  color:inherit;
  text-decoration: none;
}


body{
  font-family: sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1;
  background-color:rgb(255, 255, 255);
}



.header-inner{
  max-width: 1200px;
  height:50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button{
  display: none;
}

.header-logo{
  display: block;
  width: 500px;
  padding-left: 100px;
  margin-left: -150px;

}

.site-menu ul{
  display: flex;
}

.site-menu ul li{
  margin-left: 6px;
  margin-right: 5px;
}

.site-menu ul li a{
    font-family: "Montserrat Subrayada", sans-serif;
    font-weight: bold;
     }
  

.footer{
  color:white; 
  background-color:rgb(27, 102, 213);
  padding: top 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
 margin-top: 100px;
}

.footer-logo{
  display: block;
  width: 500px;
  margin-top: 0px;
  margin-right: -110px;
  }

  .footer-tel{
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
  }
  .footer-logo{
    margin-left: -100px;
  }

  .copyright{
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
  }

  .site-menu{
    margin-top: 50px;
  }
  .img-tel{
    margin-top: 30px;
    margin-left: 0px;
    
  
  }
 

  a:hover{
    color:  #ede16e;
  }

  .title{
   
    text-align: center;
    
  }
  .title h1{
    
    font-size: 32px;
    font-size: bold;
  }
  
  .feature2{
    display: flex; 
    justify-content: space-between;
    width: 1000px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
  }
  .feature2 img{
    width: 200px;
    
    
  }
  .feature-text2 {
    max-width: 400px;
    margin-right: 350px;   
    margin-top: -90px;

   
  }

  .feature-text2 h2{
    color: #0a1dee;
    margin-right: 150px;
    
    
  }
  


  .feature-text2 p{
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
  }
  

  


 
  .reverse{
    flex-direction: row-reverse;
  }

  .reverse .feature-text{
    margin-left: 0px;
    margin-right: 0;
  }
  .feature-text img{
    margin-left: 60px;
  }
  .feature-text p{
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
    
    
  
  }
  .item-list2{
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left:auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2,550px);
    column-gap:40px;
    row-gap:20px;
    justify-content: center;
  }
  .item-list3{
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left:auto;
    margin-right: auto;
    display: grid;
   
    grid-template-columns: repeat(2,600px);
    column-gap: 5px;   
    row-gap: 40px;
    justify-content: center;
    
    
  }
  .reverse{display: flex;
  justify-content: space-between;
  
  }
  .reverse {
    background-color: rgb(246, 247, 249);
  }
  .reverse img{
    width: 200px;
    
  }
  .item-list3 dl{
    margin-right: 120px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 30px;
    color: #0a1dee;
    }
  .item-list3 dd{
    
    font-size: 15px;
   line-height: 0;
    margin-top: 20px;
    color: rgb(84, 82, 82);
  font-family:Arial, Helvetica, sans-serif;
  font-weight:lighter;
  }

  .item-list4{
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left:auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4,250px);
    column-gap:40px;
    row-gap:20px;
    justify-content: center;
  }

  .item-list4 dl{
    
    margin-top: 15px;
    font-weight: bold;
    font-size: 30px;
    color: #ee0a2c;
    }

  img{
    max-width: 100%;
    margin-right: 1px;
  }

 .sample_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sample_btn:hover {
  transform: scale(1.1,1.1);
}

.item-list6{
  width: 100%;

  margin-top: 275px;
  
 
  display: grid;
  grid-template-columns: repeat(3,0px);
  column-gap:330px;
  row-gap:20px;

  
}





  



  @media(max-width:800px){
    .site-menu ul{
      display:block;
      text-align: center;
    }
    
  .site-menu li{
    margin-top: 20px;
  }

  header{

    position: fixed;
    
    top: 0px;;
    left:0;
    right:0;
    
    background-color: white;
    height: 90px;
    z-index:10;
    box-shadow: 0 3px 6px rgba(0, 0, 0,0);
  }

  .header-inner{
   
    padding-left: 20px;
    padding-right: 20px;
    height: 80%;
    position: relative;
  }

  .header-logo{
    width: 350px;
    height: 80px;
    margin-left: -105px;
  }

  .header-site-menu{
    position: absolute;
    top:100%;
    left:0;
    right: 0;
    color: white;
    background-color: #27048f;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }
  .header-site-menu.is-show{
    display: block;
  }
  .toggle-menu-button{
    display: block;
    width: 44px;
    height: 30px;
    background-image:url(../images/common/fire_hose_menu.jpg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border:none;
    border-radius: 0;
    outline: none;
  }


  .main{
    padding-top: 50px;
  }





.copyright{
  margin-top: 50px;
}
.img{
  margin-top: 0px;
  margin-left: 10px;
}

.img-tel{display: none;}



.reverse .feature-text{
  margin-left: 0;
}



.item-list2{
  width: 100%;
  max-width: 80%;
  margin-top: 5px;
  margin-left:auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,290px);
  column-gap:400px;
  row-gap:20px;
}
.item-list3{
  width: 100%;
  max-width: 90%;
  margin-top: 5px;
  margin-left:auto;
  margin-right: auto;
  display: grid;
 
  grid-template-columns: repeat(1,100%);
  column-gap: 5px;   
  row-gap: 40px;
  justify-content: center;
  
  
}
.reverse img{
  width: 100px;
  
}


.item-list3 dl{
  margin-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #0a1dee;
  }
.item-list3 dd{
  font-size: 13px;
 line-height: 0;
  margin-top: 20px;
  color: black;
}
.item-list4{
  width: 100%;
  max-width: 90%;
  margin-top: 5px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2,150px);
  column-gap:40px;
  row-gap:20px;
  justify-content: center;
}

.item-list4 dl{
  
  margin-top: 15px;
  font-weight: bold;
  font-size: 15px;
  color: #ee0a2c;
  }




.footer-logo{
  padding-left: 130px;
}

.feature{display: flex;
  max-width: 100%;
margin-top: 75px;
margin-left: auto;
margin-right: auto;
align-items: flex-start;
background-color: rgb(228, 240, 243);

}
.feature-text img{
  margin-left: 0px;
 
}
.feature-text p{
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  margin-left: 0px;

}

.item-list6{
  width: 930px;
  max-width: 90%;
  margin-top: 200px;
  margin-left:-70px;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1,160px);
  column-gap:150px;
  row-gap:20px;
  justify-content: center;
}

}
