.lead {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.lead li.txt {
  width: 50%;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.8;
}
.lead li.image {
  width: 50%;
  max-width: 520px;
  padding: 0 20px;
  text-align: center;
}
.lead li.image img {
  width: 100%;
}
.tablewrap {
  width: 100%;
}
.table-normal{
  margin: 0 auto;
}
.table-normal th {
  color: #002896;
}
.table-normal td:first-of-type{
  line-height: 1em;
  height: 40px;
}
.table-normal td:first-of-type img{
/*  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;*/
}
.table-normal tr:last-of-type td:first-of-type{
  border-bottom: none;
}
.table-normal td a {
  color: #002896;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.table-normal tr:nth-of-type(2) th span{
  display: block;
}
@media screen and (max-width: 768px) {

  .sec_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .lead {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .lead li.txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
    width: 100%;
    max-width: none;
  }
  .lead li.image {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .table-normal{
    min-width: auto;
  }
  .table-normal th:nth-of-type(n+2){
    width: 40%;
  }

  .table-normal td img{
    width: 100%;
    height: auto;
  }
  .table-normal td:first-of-type{
    display: table-cell;
    height: auto;
  }
  .table-normal tr:last-of-type td:first-of-type{
  }
  .table-normal tr:nth-of-type(2) th span{
    display: inline;
  }
  .table-normal tr:nth-of-type(2) th{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 3px;
    width: 3%;
  }
}