.list-priducts-01 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-priducts-01 li {
  padding: 10px 10px;
  background: #f0f0f0;
  text-align: center;
}
.list-priducts-01 li img {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto 10px;
}
.list-priducts-01 li a span {
  display: inline-block;
  position: relative;
  padding: 2px 0 0 22px;
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.5;
}
.list-priducts-01 li a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin-right: 1px;
  background: url('/common/img/ico_pdf_01.png') center center / auto 100% no-repeat;
}
@media screen and (max-width: 599px) {
  .list-priducts-01 li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px 0;
  }
  .list-priducts-01 li:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .list-priducts-01 li {
    width: calc((100% - 40px) / 3);
    margin: 0 0 20px 20px;
  }
  .list-priducts-01 li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .list-priducts-01 li {
    width: calc((100% - 80px) / 5);
    margin: 0 0 20px 20px;
    padding: 20px 20px;
  }
  .list-priducts-01 li:nth-child(5n+1) {
    margin-left: 0;
  }
}

.list-priducts-02 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-priducts-02 li {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.list-priducts-02 li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.3%
}
.list-priducts-02 li iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .list-priducts-02 li {
    width: calc((100% - 20px) / 2);
    margin: 0 0 20px 20px;
  }
  .list-priducts-02 li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .list-priducts-02 li {
    width: calc((100% - 40px) / 3);
    margin: 0 0 20px 20px;
  }
  .list-priducts-02 li:nth-child(3n+1) {
    margin-left: 0;
  }
}
