.icon_copy {
  display: block;
}
.icon_copy img {
  height: 40px;
}

.seciton_pagelist ul li {
  margin-inline-end: 10px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.seciton_pagelist .table td {
  padding: 15px;
}
.seciton_pagelist .table th {
  vertical-align: middle;
  line-height: 1.3em;
}

@media (max-width: 1300px) {
  .seciton_pagelist .table {
    display: block;
  }
  .seciton_pagelist .table td {
    padding: 10px;
  }
  .table_sp {
    display: none;
  }
}
@media (max-width: 1200px) {
  .seciton_pagelist .table {
    display: none;
  }
  .table_sp {
    display: block;
  }
}/*# sourceMappingURL=styles_vision.css.map */

.w-btn-more-chart {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  width: 100%;
}
.w-btn-more-chart .btn-more-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
  background-color: #0168B7;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 auto;
}
.w-btn-more-chart .btn-more-chart:hover {
  background-color: #014f8b;
  color: #fff;
}/*# sourceMappingURL=styles_vision.css.map */