@charset "UTF-8";
@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.download-detail-wrap {
  margin: 3.5rem auto 3rem auto;
}

.download-item-wrap {
  display: flex;
  margin: 1.5rem auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.download-item-wrap .download-item-block {
  position: relative;
  display: block;
  width: calc((100% - 71px) / 3);
  padding: 2rem 2rem 3rem 2rem;
  border: 1px solid #999999;
  margin: 1rem 0;
  margin-left: 35px;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
}
.download-item-wrap .download-item-block:nth-child(3n+1) {
  margin-left: 0;
}
.download-item-wrap .download-item-block.new::before {
  display: block;
  position: absolute;
  content: "NEW";
  top: -0.75rem;
  left: 1.5rem;
  background: #FFF;
  font-weight: bold;
  padding: 0 0.5rem;
}
.download-item-wrap .download-item-block img {
  margin-bottom: 1rem;
}
.download-item-wrap .download-item-block .item-title {
  font-size: 1rem;
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.75rem;
  height: 3.5rem;
  overflow: hidden;
}
.download-item-wrap .download-item-block .item-title::before {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0.35rem;
  left: 0;
}
.download-item-wrap .download-item-block.download .item-title::before {
  background: url("../img/icon/icon-download-green.png") no-repeat center center;
  background-size: contain;
}
.download-item-wrap .download-item-block.upload .item-title::before {
  background: url("../img/icon/icon-upload-green.png") no-repeat center center;
  background-size: contain;
}
.download-item-wrap .download-item-block .item-date {
  position: absolute;
  color: #838383;
  bottom: 1.25rem;
  right: 2rem;
  font-size: 0.8rem;
}
.download-item-wrap .download-item-block .item-date::before {
  content: "更新日期";
  margin-right: 0.5rem;
}
.download-item-wrap .download-item-block .item-date::after {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: -4rem;
  width: 3rem;
  height: 1px;
  background: #838383;
}

.download-capture-wrap {
  display: flex;
  margin: 1.5rem auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.download-capture-wrap .download-img-wrap {
  margin-top: 1rem;
  width: calc((100% - 71px) / 3);
  box-sizing: border-box;
}
.download-capture-wrap .download-item-wrap {
  flex: 1 0 0;
  margin-left: 35px;
  justify-content: space-between;
  box-sizing: border-box;
}
.download-capture-wrap .download-item-wrap h3.sub-title {
  position: relative;
  width: 100%;
  color: #07B53B;
  font-weight: normal;
  font-size: 1.375rem;
  margin: 1.5rem 0 0.5rem 0;
}
.download-capture-wrap .download-item-wrap h3.sub-title::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #07B53B;
}
.download-capture-wrap .download-item-wrap h3.sub-title span {
  display: inline-block;
  background: #FFF;
  padding-right: 1.5rem;
}
.download-capture-wrap .download-item-wrap .download-item-block {
  width: calc((100% - 36px) / 2);
  margin: 1rem 0;
}

@media only screen and (min-width: 1025px) {
  .download-item-wrap .download-item-block {
    transition: background 0.5s, border 0.5s, color 0.5s;
  }
  .download-item-wrap .download-item-block::before {
    transition: transform 0.5s, color 0.5s;
  }
  .download-item-wrap .download-item-block .item-date {
    transition: color 0.5s;
  }
  .download-item-wrap .download-item-block .item-date::after {
    transition: background 0.5s;
  }
  .download-item-wrap .download-item-block:hover {
    background: #07B53B;
    border-color: #07B53B;
    color: #FFF;
  }
  .download-item-wrap .download-item-block:hover::before {
    color: #07B53B;
    background: none;
    transform: translateY(-1rem);
  }
  .download-item-wrap .download-item-block:hover .item-date {
    color: #FFF;
  }
  .download-item-wrap .download-item-block:hover .item-date::after {
    background: #FFF;
  }
  .download-item-wrap .download-item-block:hover.download .item-title::before {
    background: url("../img/icon/icon-download-white.png") no-repeat center center;
    background-size: contain;
  }
  .download-item-wrap .download-item-block:hover.upload .item-title::before {
    background: url("../img/icon/icon-upload-white.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1440px) {
  .download-item-wrap .download-item-block {
    padding: 1.5rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap-m h2 {
    font-weight: normal;
  }
  .download-item-wrap {
    display: block;
  }
  .download-item-wrap .download-item-block {
    width: 100%;
    margin: 1.5rem 0;
  }
  .download-capture-wrap {
    display: block;
  }
  .download-capture-wrap .download-img-wrap {
    width: 100%;
    margin: 1rem 0 2rem 0;
  }
  .download-capture-wrap .download-img-wrap img {
    width: 50%;
    margin: auto;
  }
  .download-capture-wrap .download-item-wrap {
    display: block;
    width: 100%;
    margin: 0;
  }
  .download-capture-wrap .download-item-wrap h4 {
    margin: 2rem 0 0.5rem 0;
  }
  .download-capture-wrap .download-item-wrap .download-item-block {
    width: 100%;
    margin: 1.5rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .download-item-wrap .download-item-block {
    padding: 1.5rem 1.25rem 3rem 1.25rem;
  }
  .download-item-wrap .download-item-block.new::before {
    left: 1rem;
  }
  .download-capture-wrap .download-img-wrap img {
    width: 70%;
  }
}/*# sourceMappingURL=download.css.map */