@charset "utf-8";


@media all and (max-width: 1000px) {
     
     .products .product-icon{
       
       width: 100%;
       margin-bottom:50px;
}
     .products .product {
      
     }
     

}

/* モバイル向けレイアウト */
@media all and (max-width: 670px) {
         
  .products {
    flex-direction: column;
    margin-right: 20px;
    
}
.product {
  display:none;
}

  .product-icon {
    box-shadow: 0px 15px 15px 0px rgb(38, 91, 107);
    
  }

.products .product{
  margin: 10px ;
  
  width:100%;
    
}

header {
  height: 70px
}

.header-tel-2.logo {
  padding-top: 15px;
}

.title-logo {
  height:75%;
  width:100%;
  padding-top: 15px;
}
}