.displayNone {
  display: none !important;
}
.displayBlock {
  display: block !important;
}

/* アンカーリンクエリア */
.anchor-link__area {
  background-color: #f6f8f9;
  padding: 30px;
  margin: 25px auto 40px;
  height: auto;
}
.local-government-column--item {
  display: flex;
  align-items: top;
  justify-content: left;
}
.prefecture {
  margin-bottom: 0;
  display: flex;
  align-items: start;
}
.prefecture .link-anchor {
  align-items: center;
  width: 85px;
  margin-bottom: 10px;
}
.prefecture .link-anchor span {
  line-height: 1.8;
}
.municipalities {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
}
.municipalities .text-link--icon {
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}

/* テーブル */
.service-list {
  margin: 40px auto;
}
table.service-table {
  margin-bottom: 10px;
}
.service-table,
.service-table tr,
.service-table tr th,
.service-table tr td {
  border: none;
}
.service-table col:nth-child(2) {
  width: 25%;
  min-width: 230px;
}
.service-table tr th:first-child,
.service-table tr td:first-child {
  border-right: 1px solid #CCC;
}
.service-table__head--prefecture {
  background-color: #2071BD;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 20px 10px;
}
.service-table .service-table__head--municipality th {
  background-color: #E0E0E0;
  text-align: left;
  color: #222;
  font-size: 16px;
}
.service-table .service-table__head--contents th {
  background-color: #F6F8F9;
  font-weight: normal;
  text-align: left;
}
.service-table .service-table__body tr {
  border-bottom: 1px solid #CCC;
}
.service-table .service-table__body tr td {
  padding: 30px 20px;
}
.service-table .service-table__body tr td .apply-icon__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-table .service-table__body tr img.apply-icon:first-child {
  margin-right: 15px;
}
.service-table .service-table__body tr img.apply-icon {
  width: 86px;
}

@media screen and (max-width: 1019px) {
  .search__box {
    padding: 30px 20px;
  }

  .error-text {
    color: #de003f;
    text-align: left;
  }

  ul.list--down.sp-flex {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  ul.list--down.sp-flex li {
    margin-top: 5px;
    margin-right: 20px;
  }
  .clear-button__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clear-text {
    position: initial;
    margin-top: 35px;
  }

  .service-table col:first-child {
    width: 60%;
  }
  .service-table col:nth-child(2) {
    width: auto;
    min-width: auto;
  }
  .service-table .service-table__body tr td .apply-icon__box {
    flex-direction: column;
  }
  .service-table .service-table__body tr td:nth-child(2) {
    padding: 16px 20px 16px 20px;
  }
  .service-table .service-table__body tr img.apply-icon {
    display: block;
    margin: 0 auto;
  }
  .service-table .service-table__body tr img.apply-icon:first-child {
    margin: 0 auto 10px;
  }
}


