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


/* h1{
    border-bottom: 3px solid #0082B2;
    width: 70%;
  } */
   .br{
     border-bottom: 1px solid #0082B2;
    width: 70%; 

  } 
  h1{
    text-align: center;
    font-size: 20px;
    padding-bottom: 2em;
    padding-top: 30px;
    text-decoration: none;
    list-style: none;
    color: #000;
  }
   
   h2{
    margin: 0 auto;
    padding-bottom: 2em;
    text-align: center;
    font-size: 2em;
  }
  
  .flexbox {
    display: flex;
    flex-direction: column;
 
}
.col1{
    width:200px;
}
.col2{
    width:500px;
}

.tbl{
    padding-top: 10px;
    margin: auto;
    
    
    border-bottom: 2px solid #0082B2;
    width: 70%;
}

 h1 img{
  width: 50px;
  height: 50px;
  
  
}
h1{
  font-size: 40px;
  list-style: none;
  text-decoration: none;

}

.footer__copy small a{
   
  font-size: 25px;
 display: flex;
 margin: 10px;  
}
.footer__copy p{
  font-size: 20px;
  text-align: center; 
 
  padding: 15px; 
}
footer p{
  text-align: center;
  
}

h1 a{
    list-style: none;
    text-decoration: none;
    
    color: #000;
}
    
    
.tbl{
    width:800px;
   
}
.col1{
    width:200px;
}
.col2{
    width:500px;
}

.tbl{
    padding-top: 10px;
    margin: auto;
    
  
    border-bottom: 1px solid #0082B2;
    width: 70%;
}


@media (max-width:768px){

  h1{font-size: 25px;}
}


