.person-table th{
width:100px
}

.history-table1{}
.matching-table th{

}

.matching-table tr{
  border-top:#ccc 3px solid;
}
.matching-table td{
  vertical-align:middle;
}
.matching-table tr:first-child{
  border-top:#ccc 1px solid;
}
.matching-table .type{
  width:150px;
  text-align:center;
}
.matching-table .country{
  width:150px;
  text-align:center;
}
.matching-table .company{
  width:150px;
  text-align:center;
}
.matching-table .txt{

}

.icons .ttl{
  font-size:15px !important;
}

.icons .txt{
  padding:0 .5rem !important;
}
.icons .item {
    width: 16% !important;
}
@media (max-width: 576px){
.icons .item {
    width: 50% !important;
}
}
