@charset "UTF-8";


ul.flex-table > li:nth-child(1) {
  color: #333;
}
@media (max-width: 767px) {
  ul.flex-table > li.list-item {
    position: relative;
  }
  ul.flex-table > li.list-item > ul > li:nth-child(n) {
    margin-bottom: 0;
  }
}

.list-head ul li:nth-child(1), .list-item ul li:nth-child(1) {
  justify-content: center;
  flex: 1 0 50px;
  width: 50px;
}
.list-head ul li:nth-child(2), .list-item ul li:nth-child(2) {
  width: 100%;
}
.list-head ul li:nth-child(3), .list-item ul li:nth-child(3) {
  justify-content: center;
  flex: 1 0 100px;
  width: 100px;
}
.list-head ul li:nth-child(4), .list-item ul li:nth-child(4) {
  justify-content: center;
  flex: 1 0 70px;
  width: 70px;
}
.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 30px;
  width: 30px;
}

.list-head ul li {
  font-weight: bold;
}
.list-head ul li:nth-child(2) {
  justify-content: center;
}
ul.flex-table > li.list-item > ul > li.action-sp {
  display: none;
}
.folder-download {
  z-index: 1100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  max-width: 80%;
  width: 600px;
  height: 350px
}
@media (max-width: 575px) {
	.folder-download {
	  height: 300px
	}
}
@media (max-width: 991px) {
  header {
    padding: 0;
  }
}

.notice-wrapper {
	display: none;
}
.notice-wrapper .notice-container .iconArea {
    display: inline-block;
    border-radius: 0.25rem;
    background-color: #828282;
    padding: 4px 7px;
}
.search-wrapper {
  margin-top: 30px;
  padding: 0 30px;
}
.search-wrapper .search-container .input-group input.search {
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.search-wrapper .search-container .input-group input.search::-moz-placeholder {
  background: url(shiro_mushi.png) no-repeat center center/auto 100%;
  /* 背景にアイコン画像を配置 */
  background-position: left;
  background-size: 1.1em;
  color: #fff;
}
.search-wrapper .search-container .input-group input.search:-ms-input-placeholder {
  background: url(shiro_mushi.png) no-repeat center center/auto 100%;
  /* 背景にアイコン画像を配置 */
  background-position: left;
  background-size: 1.1em;
  color: #fff;
}
.search-wrapper .search-container .input-group input.search::placeholder {
  background: url(shiro_mushi.png) no-repeat center center/auto 100%;
  /* 背景にアイコン画像を配置 */
  background-position: left;
  background-size: 1.1em;
  color: #fff;
}
.search-wrapper .search-container .input-group button {
  background-color: #fff;
  color: #333;
}
@media (max-width: 991px) {
  .notice-wrapper {
    padding: 0 15px;
  }
  .search-wrapper {
    margin-top: 15px;
    padding: 0 15px;
  }
}

.folder-list-wrapper {
  margin-top: 30px;
  padding: 0 30px;
}
.folder-list-wrapper .head .bundle-wrapper button.bundle-download {
  background-color: rgba(0, 0, 0, 0.2);
}
.folder-list-wrapper.sp-selecting .head .breadcrumb-wrapper {
  display: none;
}
.folder-list-wrapper.sp-selecting .head .select-wrapper {
  display: flex;
  align-items: center;
}
.folder-list-wrapper.sp-selecting .head .bundle-wrapper {
  flex-basis: auto;
  margin-bottom: 8px;
}
.folder-list-wrapper.sp-selecting .head .bundle-wrapper button.bundle-download {
  display: block;
}
.folder-list-wrapper.sp-selecting .head .bundle-wrapper button.bundle-download span {
  display: none;
}
.folder-list-wrapper.sp-selecting .head .bundle-wrapper button.select {
  display: none;
}
.folder-list-wrapper.sp-selecting .folder-list-container ul.flex-table > li.list-item > ul {
  padding-left: 70px;
}
.folder-list-wrapper.sp-selecting .folder-list-container ul.flex-table > li.list-item > ul > li:nth-child(1) {
  display: flex;
}
.folder-list-wrapper .head {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.folder-list-wrapper .head .breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
  padding: 15px 0;
  background-color: transparent;
  font-size: 0.9rem;
}
.folder-list-wrapper .head .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.folder-list-wrapper .head .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.folder-list-wrapper .head .breadcrumb-wrapper .breadcrumb .breadcrumb-item a i{
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.folder-list-wrapper .head .select-wrapper {
  display: none;
}
.folder-list-wrapper .head .select-wrapper button {
  color: #fff;
  font-size: 0.9rem;
}
.folder-list-wrapper .head .bundle-wrapper button {
  padding: 10px 5px;
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
}
.folder-list-wrapper .head .bundle-wrapper button.select {
  display: none;
}
.folder-list-wrapper .folder-list-container ul.flex-table {
  border-radius: 5px;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-head {
  border-radius: 5px 5px 0 0;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li:nth-child(1) {
  display: flex;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li.download .btn-link {
  text-decoration: none;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li.download i.icon-dl {
  color: #333;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li.download i.icon-dl_check {
  font-size: 1.25rem;
  margin-left: 7px;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li.download i.icon-koshin1 {
  font-size: 1.2rem;
  color: #F24F4F;
}
.folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li.download i.icon-check {
  color: #65b772;
}
.folder-list-wrapper .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 1rem;
}
.folder-list-wrapper .foot .filter-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 0;
}
.folder-list-wrapper .foot .filter-wrapper select {
  display: inline-block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.thumbnail {
  max-height: 65px;
  position: relative;
}
.list-item.report .thumbnail::before {
  content: "\e929";
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777;

    /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tt' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 991px) {
  .folder-list-wrapper {
    padding: 0;
  }
  .folder-list-wrapper .head {
    padding: 0 15px;
  }
  .folder-list-wrapper .folder-list-container {
    padding: 0;
  }
  .folder-list-wrapper .folder-list-container ul.flex-table {
    border-radius: 0;
  }
  .folder-list-wrapper .folder-list-container ul.flex-table li.list-head {
    border-radius: 0;
  }
  .folder-list-wrapper .foot {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .notice-wrapper {
  	display: block;
  }
  .folder-list-wrapper .head .bundle-wrapper {
    flex-basis: 2rem;
    flex-shrink: 0;
  }
  .folder-list-wrapper .head .bundle-wrapper button.bundle-download {
    display: none;
  }
  .folder-list-wrapper .head .bundle-wrapper button.select {
    display: block;
  }
  .folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul {
    padding-left: 40px;
  }
  .folder-list-wrapper .folder-list-container ul.flex-table > li.list-item.folder > ul {
    padding-right: 40px;
  }
  .folder-list-wrapper .folder-list-container ul.flex-table > li.list-item > ul > li:nth-child(1) {
    display: none;
  }
  ul.flex-table > li.list-item.action-open {
    background-color: #fff;
  }
  ul.flex-table > li.list-item.folder.action-open > ul > li.action-group .action-type {
    display: none;
  }
  ul.flex-table > li.list-item > ul > li.action-sp {
    display: block;
  }
  ul.flex-table > li.list-item > ul > li.action-sp > button.add-home-sp {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1rem;
    padding: 5px 9px;
  }
}

@media (max-width: 575px) {
  .folder-list-wrapper .foot {
    flex-wrap: wrap;
  }
}

.pager-wrapper {
  margin-top: 30px;
}
.pager-wrapper .pagination {
  justify-content: center;
  gap: 15px;
}
.pager-wrapper .pagination .page-item .page-link {
  border-radius: 5px;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pager-wrapper .pagination .page-item .page-link.previous, .pager-wrapper .pagination .page-item .page-link.next {
  padding-left: 10px;
  padding-right: 10px;
}
.pager-wrapper .pagination .page-item .page-link.page {
  border: none;
  color: #fff;
  background-color: transparent;
}
.pager-wrapper .pagination .page-item .page-link.page.active {
    background-color: rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .pager-wrapper .pagination .page-item .page-link.page:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .pager-wrapper .pagination .page-item .page-link.page:active {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 575px) {
  .pager-wrapper .pagination {
    gap: 7px;
  }
}

/* iOS14.1未満 gap対応  */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .folder-list-wrapper .foot > div {
      margin-top: 1rem;
    }
    .folder-list-wrapper .foot .filter-wrapper label select {
      margin-right: 3px;
    }

    .pager-wrapper .pagination .page-item {
      margin-left: 15px;
    }

    @media (max-width: 991px) {
      main .panel-wrapper .panel-container .panel {
        margin-top: 15px;
        margin-left: 20px
      }
    }
    @media (max-width: 575px) {
      main .panel-wrapper .panel-container .panel {
        margin-left: 5px;
      }
      .pager-wrapper .pagination .page-item {
        margin-left: 10px;
      }
    }
  }
}
