@charset "UTF-8";

/*
資料ダウンロード（dl）
-------------------------------------------------------*/

.dl-list {
   padding-bottom: 40px;
   width: 85%;
}

.dl-list .j-downloadDocument {
   width: 50%;
}

.cc-m-download-file-name {
   margin: 0 auto;
   max-width: 290px;
}

@media screen and (max-width: 768px) {
   .dl-list .j-downloadDocument {
      width: 48%;
   }
}

@media screen and (max-width: 650px) {
   .dl-list .j-downloadDocument {
      width: 80%;
   }

   .cc-m-download-file-name {
      max-width: 100%;
   }
}

