#downloads #jl-ttl {
  max-width: calc(1470px + 6%);
  margin: 0 auto 7rem;
  padding: 0 3%;
}
@media screen and (max-width: 959px) {
  #downloads #jl-ttl {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 559px) {
  #downloads #jl-ttl {
    margin: 0 auto 3rem;
  }
}
#downloads #jl-ttl h1 {
  font-size: 8.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 559px) {
  #downloads #jl-ttl h1 {
    font-size: 5.5rem;
  }
}
#downloads #jl-ttl p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  width: 100%;
  max-width: 480px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #downloads #jl-ttl p {
    max-width: 100%;
  }
}
#downloads #dl_lists {
  padding: 0 3%;
  max-width: calc(1200px + 6%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #downloads #dl_lists {
    padding: 0 1rem;
  }
}
#downloads #dl_lists li {
  width: 29%;
  border: 1px solid #898989;
  background: #353535;
  padding: 2.2rem;
  margin-right: 6.5%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  #downloads #dl_lists li:nth-of-type(even) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 559px) {
  #downloads #dl_lists li {
    width: 100%;
  }
  #downloads #dl_lists li:nth-of-type(even) {
    margin-right: 0;
  }
}
#downloads #dl_lists li:nth-of-type(4n) {
  margin-right: 0;
}
#downloads #dl_lists li.notfoundtxt {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  margin-right: 0;
}
#downloads #dl_lists li article {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  #downloads #dl_lists li article {
    transition: unset;
  }
}
#downloads #dl_lists li article:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  #downloads #dl_lists li article:hover {
    opacity: 1;
  }
}
#downloads #dl_lists li article .txt {
  order: 2;
}
#downloads #dl_lists li article .txt a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#downloads #dl_lists li article .txt a h2 {
  font-family: "Oswald", sans-serif;
  color: #ff0;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  border-bottom: 1px solid #898989;
  padding-bottom: 0.8rem;
  margin: 1.5rem 0;
}
#downloads #dl_lists li article .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#downloads #dl_lists li article .txt .btn {
  width: 100%;
  max-width: 256px;
  height: 44px;
  border: 1px solid #ff0;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  #downloads #dl_lists li article .txt .btn {
    max-width: 220px;
  }
}
#downloads #dl_lists li article .txt .btn span {
  font-family: "Oswald", sans-serif;
  color: #ff0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
#downloads #dl_lists li article .txt .btn span::before {
  content: "";
  background: url(../img/svg/ic_dl.svg);
  background-size: cover;
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 2rem;
}
@media screen and (max-width: 559px) {
  #downloads #dl_lists li article .txt .btn span::before {
    margin-right: 1rem;
  }
}
#downloads #dl_lists li article figure.image {
  order: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
#downloads #dl_lists li article figure.image img {
  width: 100%;
  height: auto;
  display: block;
}
#downloads #dl_lists li:nth-of-type(1) {
  width: 100%;
  margin-right: 0;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li:nth-of-type(1) {
    padding-right: 2rem;
  }
}
#downloads #dl_lists li:nth-of-type(1) article {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li:nth-of-type(1) article {
    flex-direction: column;
  }
}
#downloads #dl_lists li:nth-of-type(1) article .txt {
  flex: 1;
  position: relative;
}
#downloads #dl_lists li:nth-of-type(1) article .txt a h2 {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  border-bottom: 1px solid #ff0;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  #downloads #dl_lists li:nth-of-type(1) article .txt a h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 559px) {
  #downloads #dl_lists li:nth-of-type(1) article .txt a h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    border-bottom: 1px solid #898989;
    padding-bottom: 0.8rem;
    margin: 1.5rem 0;
  }
}
#downloads #dl_lists li:nth-of-type(1) article .txt p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 559px) {
  #downloads #dl_lists li:nth-of-type(1) article .txt p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
#downloads #dl_lists li:nth-of-type(1) article .txt .btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li:nth-of-type(1) article .txt .btn {
    margin: 0 auto;
  }
}
#downloads #dl_lists li:nth-of-type(1) article .txt::before {
  content: "";
  background: url(../img/svg/txt_white-paper.svg);
  background-size: cover;
  width: 150px;
  height: 51px;
  position: absolute;
  top: -5rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li:nth-of-type(1) article .txt::before {
    display: none;
  }
}
#downloads #dl_lists li:nth-of-type(1) article figure.image {
  width: 100%;
  max-width: 500px;
  margin-right: 4.5rem;
}
@media screen and (max-width: 959px) {
  #downloads #dl_lists li:nth-of-type(1) article figure.image {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #downloads #dl_lists li:nth-of-type(1) article figure.image {
    max-width: 100%;
  }
}/*# sourceMappingURL=downloads202601.css.map */