@charset "UTF-8";
 
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
} 
.zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
h1{
    text-align: center;
    margin: 30px;
}

h1 a{
    
    list-style: none;
    text-decoration: none;
   
    color: #000;
}
h1 a img{
 width: 50px;
 height: 50px;

}
h2{
    text-align: center;  
    padding-bottom: 10px;
    text-decoration: underline  solid #0082B2 3px;
   
   
    
    
}
 #privacy{
      max-width: 1300px;  
     
  padding-left: 230px;
 
} 

 h3{
    padding: 10px 40px  ;
    text-decoration: underline  solid #0082B2 2px;
 } 
 
 p{
    line-height: 1.8;
    padding-left: 20px;
    font-size: 14px;
 }
 .footer__copy small a{
    text-align: center;
   
    font-size: 25px;
   display: flex;
   margin: 10px;  
}
.footer__copy p{
    font-size: 20px;
    text-align: center; 
   
    padding: 15px; 
}
footer p{
    text-align: center;
    
}

 @media (max-width:768px){
 
   h1{
    font-size: 25px;
   }
  
h1 a img{
    width: 35px;
    height: 35px;
   }  
   h2{
    font-size: 23px;
}

h3{
 font-size: 18px;   
}

#privacy{
   padding-left: 5px;
 }
}