@charset "UTF-8";
/* 
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
} */

.table th,
.table td {
    border: 1px solid #000;
    padding: 1em;
}
.table{
    border-collapse: collapse;
    /* /* 隣り合う境界線を1本に結合 */
} 
.table thead{
    background-color: #2e7c9f;
    color: #fff;

}
.box {
    text-align: center;
}
.table{
    text-align: center;
}
.box table{
    margin: 0 auto;
}
.suport{
    text-align: center;
}

h1{
    text-align: center;
    margin: 30px;
}

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

}
.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: 18px;
 }
}