@charset "utf-8";

/* Home Css Last Up Date: 2018/12/20 */

/* =================================
filedownload
================================= */
/* archive */
.filedownload_archive_lists {
  max-width: 1160px;
  margin: 50px auto 70px;
}
.filedownload_archive_lists li {
  display: table;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.filedownload_archive_lists li+li {
  border-top: none;
}
.filedownload_archive_lists figure,
.filedownload_archive_lists .page_title_box {
  display: table-cell;
}
.filedownload_archive_lists figure {
  width: 35%;
  padding: 70px 0;
  text-align: center;
  vertical-align: middle;
}
.filedownload_archive_lists figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.filedownload_archive_lists .page_title_box {
  padding: 70px 100px 70px 70px;
  vertical-align: top;
}
.filedownload_archive_lists .page_title_box>h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
.filedownload_archive_lists .page_title_box>.read {
  margin-top: 20px;
	font-size: 1.8rem;
}
.filedownload_archive_lists .link_download_detail {
  max-width: 180px;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .page-title_archive {
    padding: 30px 0 0;
    border-top: none;
  }
  .filedownload_archive_lists {
    margin: 30px 10px 40px;
  }
  .filedownload_archive_lists li {
    display: block;
    padding: 30px 0;
  }
  .filedownload_archive_lists figure,
  .filedownload_archive_lists .page_title_box {
    display: block;
  }
  .filedownload_archive_lists figure {
    width: 100%;
    padding: 0;
  }
  .filedownload_archive_lists .page_title_box {
    margin-top: 20px;
    padding: 0;
  }
  .filedownload_archive_lists .page_title_box>h2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
.filedownload_archive_lists .page_title_box>.read {
  font-size: 1.6rem;
}
	
	
  .filedownload_archive_lists .link_download_detail {
    max-width: none;
    width: 80%;
    margin: 30px auto 0;
  }
}