@charset "UTF-8";

/* =======================================================================
  2025.06.23
  0.init
  1.base
  2.layout
  3.module
  4.utility

  smartphone
  @media screen and ( max-width:2px) { 
  }
  
  tablet
  @media screen and (min-width:2px) and ( max-width:4px) {
  }
  
  PC
  @media screen and (min-width:4px) {
  }

  ==================*/


/* ==========================================================================
  0.init
  ========================================================================== */

/* ==========================================================================
  1.base
  ========================================================================== */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/common/images/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/common/images/MaterialIcons-Regular.woff2) format('woff2'),
    url(/common/images/MaterialIcons-Regular.woff) format('woff'),
    url(/common/images/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
  color: #1F1F1F;
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ,', arial, helvetica, clean, sans-serif;
  line-height: 1.5;
}

/* ==========================================================================
  2.layout
  ========================================================================== */

  .header-nav {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f5ed;
    padding-right: 10px;
    z-index: 99;
  }

  .header-nav.isError {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f5ed;
    padding-right: 10px;
    z-index: 99;
  }

  .header-nav .header-logo {
    width: 200px;
    padding: 4px 16px;
  }

  .header-nav .header-logo img {
    width: 168px;
    height: auto;
  }

  .header-nav .button-group {
    display: flex;
    align-items: flex-end;
  }

  .header-nav .button-group .btn-download-group {

  }

  @media screen and ( max-width:2px) { 
    .header-nav .button-group {
      margin: 4px 0 0;
    }
    .header-nav .button-group .btn-download-group {
      display: none;
    }
  }


  @media screen and (min-width:2px) and ( max-width:4px) {
    .header-nav .button-group .btn-download-group {
      display: none;
    }
  }

  .header-nav .button-group .btn-changeview-group {
    display: flex;
    justify-content: space-around;
  }

  @media screen and (max-width:2px) { 
    .header-nav {
      flex-direction: column;
      align-items: center;
      height: 116px;
      padding-bottom: 0;
      box-shadow:0px 6px 6px -6px #f7f5ed;
      position: fixed;
      top: 0;
    }
    .header-nav .header-logo {
      width: 180px;
      height: 40px;
      text-align: center;
    }
    .header-nav .header-logo img {
      width: 100%;
      height: auto;
    }

    .header-nav .button-group a span {
      display: none;
    }
    .header-nav.isError {
      height: 56px;
    }
  }

  @media screen and (min-width:2px) and ( max-width:4px) {
    .header-nav .button-group a span {
      display: none;
    }
  }

.main {
  min-height: calc(100vh - 100px);

}




@media screen and ( max-width:2px) { 
  .main {
    padding: 100px 8px;
  }
}


/* table */

.list-table {
  padding: 24px 8px;
  width: 100%;
}

.list-table table {
  width: 100%;
}

.list-table table thead tr {
  height: 40px;
  vertical-align: middle;
  background: #f7f5ed;
  font-size: 14px;
}

.list-table table thead tr td {
  padding: 8px 4px;
}

.list-table .cell-chkbox {
  width: 5%;
}

.list-table .cell-filename {
  width: 65%;
}

.list-table .cell-filesize {
  width: 10%;
}

.list-table .cell-date {
  width: 20%;
}


@media screen and ( max-width:4px) { 
  .list-table .cell-chkbox {
    width: 20%;
  }
  
  .list-table .cell-filename {
    padding-left: 8px;
    width: 50%;
  }
  
  .list-table .cell-filesize {
    width: 10%;
  }
  
  .list-table .cell-date {
    width: 20%;
  }
}



/* thumbnail view */

.thumbnail-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 14px;
}

@media screen and ( max-width:2px) { 
  .thumbnail-area {
    padding: 14px 0;
    justify-content: flex-start;
  }
}

/* list view */

.f_list {
  font-size: 14px;
}

.f_list tr {
  border-bottom: 1px solid #999;
}

.f_list tr:hover {
  background: #f7f5ed;
}

.f_list tr td {
  padding: 8px;
}

/* slide */

.slide {
  padding-top: 40px;
  width: 1024px;
  margin: 0 auto;
}

@media screen and ( max-width:2px) { 
  .slide {
    width: 100%;
  }
}

.slick-slide img {
  width: auto;
  max-height: 600px;
  margin: 0 auto;
}

@media screen and ( max-width:2px) { 
  .slick-slide img {
    max-width: 95vw;
    max-height: 50vh;
    margin: 0 auto;
  }
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  font-size: 32px;
  color: #e7316e;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: -32px;
    z-index: 99;
}
.slick-prev {
     left: -40px;
    z-index: 100;
}

@media screen and ( max-width:2px) { 
  .slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
}

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #e7316e;
}

.slick-slider {
  padding-left: 0;
}

.slick-counter {
  margin-top: 8px;
  text-align: center;
  color: #e7316e;
  font-size: 14px;
  font-weight: bold;
}


.slick-slide {
  max-height: 600px;
}

@media screen and ( max-width:2px) { 
  .slick-slide {
    max-height: 600px;
    overflow: hidden;
  }
}

/* footer */

footer.footer {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7316e;
  padding-right: 10px;
}

footer.footer p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

/* error box */

.content-wrap {
  width: 100%;
  min-height: 60vh;
  margin: 0;
  padding: 80px 0;
}

@media screen and ( max-width:2px) { 
  .content-wrap {
    height: auto;
    padding: 20px 0;
  }
}

.msg-box {
  width: 60%;
  height: auto;
  margin: 0 auto ;
  padding: 40px;
  border: 1px solid #f25388;
  border-radius: 6px;
}

@media screen and ( max-width:2px) { 
  .msg-box {
    width: 90%;
  }
}

.sorry-msg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sorry-msg h2 {
background: url(/common/images/icon-error.png) no-repeat center top;
min-width: 70px;
padding-top: 90px;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #f3598c;
}

.sorry-msg p {
  width: 80%;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  margin: 20px auto 40px;
}

@media screen and ( max-width:2px) { 
  .sorry-msg p {
    width: 100%;
  }
}

/* ==========================================================================
  3.module
  ========================================================================== */

  /* button */
  
  .btn-basic {
    display: block;
    border: none;
    min-width: 120px;
    padding: 8px 8px 8px 36px;
    background: #f25388;
    margin-left: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 1rem;
    position: relative;
    border-radius: 8px;
  }
  @media screen and ( max-width:2px) { 
    .btn-basic {
      min-width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 4px 10px;
    }
  }
  
  @media screen and (min-width:2px) and ( max-width:4px) {
    .btn-basic {
      min-width: 40px;
      height: 40px;
    }
  }
  

  .btn-basic:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
  }

  .btn-basic::before {
    font-size: 1.4rem;
    display: inline-block;
    font-family: 'Material Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }

  @media screen and ( max-width:2px) { 
    .btn-basic::before {
      left: 24%;
      top: 50%;
    }
  }

  @media screen and (min-width:2px) and ( max-width:4px) {
    .btn-basic::before {
      left: 26%;
      top: 50%;
    }
  }
  
  .btn-errorlink {
    display: block;
    min-width: 200px;
    text-align: center;
    padding: 12px 20px !important;
    border-radius: 8px !important;
  }

  .btn-download::before {
    content: "\e2c0";
  }
  .btn-listview::before {
    content: "\e8ef";
  }
  .btn-thumbnailview::before {
    content: "\e8f0";
  }
  .btn-slideview::before {
    content: "\e8eb";
  }

@media screen and (min-width:4px) {
  .sp_label {
    display: none;
  }
}
@media screen and (max-width:3px) {
  .sp_label {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #e7316e;
  }
}

button[type="submit"][disabled] {
  background-color: #ccc;
  pointer-events: none;
}

.btn-basic.isDisable {
  background-color: #ccc;
  pointer-events: none;
}

/* checkbox */

.list-table label {
  display: block;
  font-size: 14px;
  margin: 0;
}
.list-table input[type=checkbox] {
  display: none;
}
.list-table input[type=checkbox]+ span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-table input[type=checkbox]+ span> span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
          align-items: flex-start;
  padding-left: 24px;
  padding-right: 5px;
  font-size: 1em;
  color: #212121;
  line-height: 1.6;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}

.list-table input[type=checkbox]+ span> span:before {
  content: "";
  display: block;
  position: absolute;
  border: solid #f25388;
  background-color: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 2px;
  margin-top: -10px;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}

.list-table .f_list input[type=checkbox]+ span> span:before {
  content: "";
  display: block;
  position: absolute;
  border: solid #f25388;
  background-color: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  top: 0;
  left: 2px;
  margin-top: -10px;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}

.list-table input[type=checkbox]:checked+ span> span:before {
  background-color: #f25388;
}
.list-table input[type=checkbox]:checked+ span> span:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 8px;
  top: 9px;
  left: 9px;
  border: solid 2px #ffffff;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.list-table .f_list input[type=checkbox]:checked+ span> span:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 8px;
  top: -1px;
  left: 9px;
  border: solid 2px #ffffff;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and ( max-width:4px) {
  .list-table input[type=checkbox]+ span> span {
    padding-left: 4px; 
  }
  .list-table input[type=checkbox]+ span> span:before, 
  .list-table .f_list input[type=checkbox]+ span> span:before, 
  .list-table input[type=checkbox]:checked+ span> span:before, 
  .list-table input[type=checkbox]:checked+ span> span:after, 
  .list-table .f_list input[type=checkbox]:checked+ span> span:after {
    display: none;
  }
}

/* thumbnail */

.thumbnail-area .frame {
  width: 100px;
  margin: 0 4px 10px;
  padding: 4px;
}

.thumbnail-area .frame .img {
  overflow: hidden;
  display: table;
  vertical-align: middle;
  width: 98px;
  height: 100px;
  border: 1px solid #DEDEDE;
}

.thumbnail-area .frame .img .img_wrapper{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.thumbnail-area .frame .img .img_wrapper img{
  max-width: 96px;
  max-height: 90px;
}

.thumbnail-area .frame .titles {
  text-align: left;
  width: 100px;
  height: 30px;
  line-height: 1.0em;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 0 0;
  margin: 0;
}

.thumbnail-area .frame .titles .folder-link {
  font-size: 12px;
}

@media screen and ( max-width:2px) { 
  .thumbnail-area .frame {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumbnail-area .frame .img {
    width: 100%;
    height: 100px;
    border: 1px solid #DEDEDE;
  }
}

@media screen and ( max-width:4px) {
.thumbnail-area .frame .titles {
  text-align: left;
  width: 100%;
  height: 30px;
  line-height: 1.0em;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 0 0;
  margin: 0;
}
}


/* listView */

.f_list .fname {
  padding-left: 28px;
  position: relative;
  word-break: break-all;
}

.f_list .fname::before {
  content: "\e2c0";
  font-size: 1.4rem;
  display: inline-block;
  font-family: 'Material Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e7316e;
}

.f_list .fname.isPdf::before {
  content: "\e415";
}

.f_list .fname.isFolder::before {
  content: "\e2c7";
}

.f_list .fname.isFolderOpen::before {
  content: "\e2c8";
}

@media screen and ( max-width:4px) {
  .f_list .fname {
    padding-left: 4px;
  }
  
  .f_list .fname::before {
    display: none;  
}
  .list-table thead {
    display: none;
  }
}


/* ==========================================================================
  4.utility
  ========================================================================== */
  @media screen and (min-width:4px) {
  .disp_pc_only {
    display: block;
  }
  .disp_sp_only {
    display: none !important;
  }
  }

  @media screen and ( max-width:4px) { 
    .disp_pc_only {
      display: none;
    }
    .disp_sp_only {
      display: block;
    }
   }

.sp_thumbnail {
  max-height: 80px;
  max-width: 80px;
}

.text-s {
  font-size: 10px;
}

.text-r {
  font-size: 12px;
}

.text-l {
  font-size: 14px;
}

/* ZIP Download */

.download-success {
  position: relative;
  padding: 4px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  color: #fff;
  background-color: #e7316e;
  border-color: #e7316e;
  font-size: 14px;
  text-align: center;
}

@media screen and ( max-width:4px) { 
  .download-success {
    display: none;
  }
 }

.dl-progress-area {
  width: 200px;
  padding: 4px 16px;
}

.dl-progress {
  display: flex;
  height: 12px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #f7f5ed;
  border-radius: .25rem;
}
.result-area {
  margin-bottom: 0;
}