@charset "utf-8";
header {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    align-items: center;
  }

  .menu-item:hover{
    color: #858585;
  }
  .title {
    margin-right: auto;
    padding: 1.0em;
  }

  .menu-item {
    list-style: none;
    display: inline-block;
    padding: 10px;
  }

h1{
    padding: 1.0em;
}

h2{
    font-size: 50px;
    text-align: center;
    border-bottom: 2px solid #000000;
    line-height: 100px;
    padding: 1.0em;
}

table{
    font-size: 30px;
    margin: 0 auto;
}
.tizu{
    margin: 0 auto;
}
td{
    border-bottom: 2px solid #000000;
}

th{
    border-bottom: 2px solid #000000;
}

h4{
    font-size: 40px;
    border-bottom: 2px solid #000000;
}

h5{
    font-size: 80px;
}

a{
    line-height: 80px;
}
th,td{
    padding:1.0em;
}
p{
    font-size: 30px;
    text-align: center;
}

.titi{
    text-align: center;
}
.coward{
    text-align: center  ;
}
.ti{
    text-align: right;
    width: 80px;
    height: auto;
  }

  footer{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_child{
    width:30%
  }