nav.sidebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list-head ul li:nth-child(2), .list-item ul li:nth-child(2) {
  width: 60%;
}
.list-head ul li:nth-child(3), .list-item ul li:nth-child(3) {
  width: 40%;
}
.list-head ul li:nth-child(4), .list-item ul li:nth-child(4) {
  justify-content: center;
  flex: 1 0 90px;
  width: 90px;
}
.list-head ul li:nth-child(5), .list-item ul li:nth-child(5) {
  justify-content: center;
  flex: 1 0 90px;
  width: 90px;
}
.list-head ul li:nth-child(6), .list-item ul li:nth-child(6) {
  justify-content: center;
  flex: 1 0 90px;
  width: 90px;
}
.list-head ul li:nth-child(7), .list-item ul li:nth-child(7) {
  justify-content: center;
  flex: 1 0 90px;
  width: 90px;
}

ul.flex-table > li.list-item > ul > li.node-info-wrapper {
  cursor: auto;
}

.backup-wrapper {
  position: relative;
  margin-top: 30px;
  padding: 0 30px;
}
.backup-wrapper .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.backup-wrapper .head .sort {
  display: flex;
  align-items: center;
}
.backup-wrapper .head .sort .form-check:first-child {
  margin-left: 5px;
}
.backup-wrapper .head a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0;
}
.backup-wrapper .head a i {
  font-size: 1rem;
}
.backup-wrapper .head .sort-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.backup-wrapper .head .sort-wrapper .form-check-inline {
  margin-right: 0;
}
.backup-wrapper .head .select-wrapper {
  display: none;
}
.backup-wrapper .head .select-wrapper button {
  color: #fff;
  font-size: 0.9rem;
}
.backup-wrapper .head .bundle-wrapper button {
  padding: 10px 5px;
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
}
.backup-wrapper .head .bundle-wrapper button.select {
  display: none;
}
.backup-wrapper .head .bundle-wrapper button.bundle-remove {
  background-color: rgba(0, 0, 0, 0.2);
}
.backup-wrapper.sp-selecting .head .sort-wrapper {
  display: none;
}
.backup-wrapper.sp-selecting .head .select-wrapper {
  display: flex;
  align-items: center;
}
.backup-wrapper.sp-selecting .head .bundle-wrapper {
  flex-basis: auto;
}
.backup-wrapper.sp-selecting .head .bundle-wrapper button.bundle-remove {
  display: block;
}
.backup-wrapper.sp-selecting .head .bundle-wrapper button.bundle-remove span {
  display: none;
}
.backup-wrapper.sp-selecting .head .bundle-wrapper button.select {
  display: none;
}
.backup-wrapper.sp-selecting .backup-container ul.flex-table > li.list-item > ul {
  padding-left: 70px;
}
.backup-wrapper.sp-selecting .backup-container ul.flex-table > li.list-item > ul > li:nth-child(1) {
  display: flex;
}


@media (max-width: 767px) {
  .backup-wrapper .head {
    padding: 0 15px;
  }
  .backup-wrapper .head .bundle-wrapper {
    flex-basis: 2rem;
    flex-shrink: 0;
  }
  .backup-wrapper .head .bundle-wrapper button.bundle-remove {
    display: none;
  }
  .backup-wrapper .head .bundle-wrapper button.select {
    display: block;
  }
  .backup-wrapper .backup-container ul.flex-table > li.list-item > ul {
    padding-left: 40px;
  }
  .backup-wrapper .backup-container ul.flex-table > li.list-item > ul > li:nth-child(1) {
    display: none;
  }
}
.backup-wrapper .backup-container {
  color: #333;
}
.backup-wrapper .foot {
  margin-top: 5px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .backup-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .backup-wrapper {
    padding: 0 15px;
  }
  .backup-wrapper .head {
    flex-wrap: wrap;
  }
  .backup-wrapper .head a {
    width: 100%;
    text-align: right;
  }
}

/* iOS14.1未満 gap対応  */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .backup-wrapper .head .sort-wrapper > div {
      margin-left: 5px;
    }
    .filter-wrapper .filter-container .title-filter > * {
      margin-top: 10px;
      margin-left: 10px;
    }
  }
}