h3{
  margin-bottom: 30px;
}
h3 span{
  display: block;
  font-size: 1.6rem;
  color: #626262;
}
h4{
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}
h4 span{
  font-weight: normal;
  display: block;
  font-size: 1.6rem;
  color: #333;
}


section{
  margin: 80px auto;
}
.table{
  margin: 80px 0;
}
table{
  text-align: center;
  width:100%;
}
table tr.head th{
  background: #00005d;
  color: #fff;
  padding: 10px;
  width: 33%;
}
table tr td{
  padding: 10px;
  border: 1px solid #333;
  box-sizing: border-box;
  width: 15%;
}
table tr th{
  padding: 10px;
  border: 1px solid #333;
  box-sizing: border-box;
}
table tr td a,table tr th a{
  color: #336cb3;
  border-bottom: 1px solid #336cb3;
}
.table05 table tr.head th{
  width: 20%;
}
.anchor{
  padding-top: 60px;
}

.conts01 a{
  color:#336cb3;
  border-bottom: 1px solid #336cb3;
}

  @media screen and (max-width: 600px){

    table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    table tbody {
      width: 600px;
      display:table;
    }
  }