#documents {
  border-top: 0.1rem solid #D9DCE0;
  padding: 5rem 0 10rem;
}

@media screen and (max-width: 724px) {
  #documents {
    padding: 3rem 0 8rem;
  }
}
.documents__search__box {
  margin-bottom: 2rem;
  padding: 3rem;
  border: 0.1rem solid #D9DCE0;
}

@media screen and (max-width: 724px) {
  .documents__search__box {
    padding: 2rem;
  }
}
.documents__search__words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.documents__search__words dt {
  font-size: 1.8rem;
  color: #000;
}
.documents__search__words dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 724px) {
  .documents__search__words {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .documents__search__words dd {
    width: 100%;
  }
}
.documents__search__input {
  width: 100%;
  height: 4rem;
  padding: 0 1.5rem;
  border: 0.1rem solid #909090;
  border-radius: 0.4rem;
}

.documents__search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #D9DCE0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 724px) {
  .documents__search__list {
    padding-bottom: 2rem;
  }
}
.documents__search__item {
  cursor: pointer;
}
.documents__search__item input {
  display: none;
}
.documents__search__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4rem;
  padding: 0 4rem;
  border: 0.1rem solid #899DB4;
  border-radius: calc(infinity * 1px);
  color: #5B6B81;
}
.documents__search__item input:checked + span {
  background-color: #054A97;
  border-color: #054A97;
  color: #fff;
}

@media screen and (max-width: 724px) {
  .documents__search__item {
    width: calc((100% - 1rem) / 2);
    height: 2.8rem;
  }
  .documents__search__item span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 2.8rem;
    padding: 0 1.2rem;
    font-size: 1.4rem;
  }
}
.documents__search__btn {
  width: 25rem;
  height: 5rem;
  margin: 0 auto;
  background-color: #054A97;
  border-radius: 0.4rem;
  color: #fff;
}
.documents__search__btn svg {
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  margin-right: 1.6rem;
}

@media screen and (max-width: 724px) {
  .documents__search__btn {
    width: 100%;
  }
}
.documents__search__num {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.documents__search__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.documents__search__pagination.-bottom {
  margin: 2rem 0 0;
}

.documents__search__pagination__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #899DB4;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #5B6B81;
  text-decoration: none;
}
.documents__search__pagination__btn.-current a {
  background-color: #38485F;
  border-color: #38485F;
  color: #fff;
}
.documents__search__pagination__btn.-prev a::before, .documents__search__pagination__btn.-next a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url(../images/arrow_pagination.svg) no-repeat center center;
  background-size: contain;
}
.documents__search__pagination__btn.-prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.-documents {
  overflow: auto;
}
.-documents .products__table thead tr th .-sort {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 0.8rem;
  margin: 0 0 0.1rem 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
  cursor: pointer;
}
.-documents .products__table thead tr th .-sort::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 0.8rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #38485F;
}
.-documents .products__table thead tr th:first-child {
  width: 44.4rem;
}
.-documents .products__table thead tr th:nth-child(2) {
  width: 17rem;
}
.-documents .products__table thead tr th:nth-child(3) {
  width: 17rem;
}
.-documents .products__table thead tr th:nth-child(4) {
  width: 17rem;
}
.-documents .products__table thead tr th:last-child {
  width: 25rem;
  font-size: 1.3rem;
}
.-documents .products__table tbody tr:nth-child(odd) {
  background-color: #F2F6FA;
}
.-documents .products__table tbody tr td:first-child {
  text-align: left;
}

@media screen and (max-width: 724px) {
  .-documents .products__table thead tr th:first-child {
    width: 32rem;
  }
  .-documents .products__table thead tr th:nth-child(2) {
    width: 14rem;
  }
  .-documents .products__table thead tr th:nth-child(3) {
    width: 14rem;
  }
  .-documents .products__table thead tr th:nth-child(4) {
    width: 14rem;
  }
  .-documents .products__table thead tr th:last-child {
    width: 20rem;
  }
}