.section_download {
  padding-bottom: 60px;
}
.sec_title_sub {
  text-align: left;
  margin-bottom: 30px;
}
.download {
  margin-bottom: 40px;
}
.download:last-child {
  margin: 0;
}
.download .ttl {
  color: #004196;
  font-size: 18px;
  font-weight: bold;
  font-family: 'UDShinMGoPro';
  letter-spacing: 0.03em;
  line-height: 1.31;
  margin-bottom: 25px;
}
.download .file .link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.31;
  display: inline-block;
  padding-left: 46px;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.25s ease-out;
}
.download .file:last-child .link {
  margin-bottom: 0;
}
.download .file .link:hover {
  opacity: 0.7;
}
.download .file .link:before {
  background: url("../images/common/icon_blank.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
}
.download .file .link.icon_pdf:before {
  background: url("../images/common/icon_pdf.png") no-repeat center center;
  background-size: 100% auto;
}
.download .file .link.icon_word:before {
  background: url("../images/common/icon_word.png") no-repeat center center;
  background-size: 100% auto;
}
.download .size {
  display: block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-decoration: underline;
}
.download .size:after {
  background: url("../images/common/icon_download.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  vertical-align: bottom;
  margin: 0 0 3px 10px;
}

@media only screen and (min-width: 1025px) {
  .section_download {
    padding: 55px 0 0 0;
  }
  .section_download .inner {
    max-width: 1030px;
  }
  .sec_title_sub {
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 53px;
  }
  .download {
    margin-bottom: 70px;
  }
  .download .ttl {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
  }
  .download .file .link {
    font-size: 18px;
    line-height: 1.55;
    padding-left: 68px;
    margin-bottom: 35px;
  }
  .download .file .link:before {
    width: 50px;
    height: 50px;
  }
  .download .size {
    font-size: 14px;
    line-height: 1.71;
  }
  .download .size:after {
    width: 20px;
    height: 16px;
  }
}