button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.l-header__block__sm-search-btn {
  display: none;
}

.w80p-content {
  width: 80%;
  margin-right: auto!important;
  margin-left: auto!important;
}

@media only screen and (max-width: 719px) {
  .w80p-content {
    width: 100%;
  }
}

/* コントラスト比 調整用カラー */
:root {
  --a11y-color-1: #767676;
}

.container .row .table thead th {
  background: var(--a11y-color-1);
}