.humanrights #contents a[target=_blank]::after{
    content: none !important;
    margin: 0;
}

#container #contents .contents_inner table tr th {
  border-right: solid 1px #ddd;
  text-align: center;
  font-weight: bold;
}

#container #contents .contents_inner table tr td {
  vertical-align: middle;
}
.respect .sec__h2 {
  margin-bottom:20px !important;
}

@media screen and (max-width: 768px),
screen and (orientation: portrait) {
  #container #contents .contents_inner table tr th {
    width: 100%;
    box-sizing: border-box;
  }

  #container #contents .contents_inner table tr th,
  #container #contents .contents_inner table tr td {
    display: table-cell;
    width: auto;
  }

  #container #contents .contents_inner .emi_table table tr th,
  #container #contents .contents_inner .emi_table table tr td {
    font-size: 12px;
    padding: 3px;
  }
}
