.product-block1 .wrapper {
  max-width: 1260px;
}
.product-block1 .main-img img {
  width: 100%;
}
.product-block2 .wrapper {
  max-width: 1000px;
}
.product-block2-list .title {
  border-bottom: 1px solid #cccccc;
  padding: 5px 20px 5px 80px;
  position: relative;
}
.product-block2-list .title::before {
  position: absolute;
  content: "";
  background: url(../images/product/ic-b.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 36px;
  bottom: 15px;
  left: 30px;
}
.product-block2-list .title h3 {
  font-size: 12px;
  line-height: 1.6;
  color: #cb000b;
}
.product-block2-list .title h4 {
  font-size: 26px;
  line-height: 1.6;
}
.product-block2-list .note {
  padding: 20px 30px;
}
.product-block2-list .note h5 {
  font-size: 16px;
  line-height: 1.6;
}
.product-block2-list .note figure {
  margin: 20px 0;
}
.product-block2-list .note h6 {
  font-size: 22px;
  line-height: 1.6;
  color: #cb000b;
  position: relative;
  padding-left: 40px;
}
.product-block2-list .note h6::before {
  position: absolute;
  content: "";
  background: url(../images/product/ic-check.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 26px;
  top: 2px;
  left: 0;
}
.product-block2-list .note div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-block2-list .note p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 5px 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-block2-list .note p span {
  width: 18px;
}
.product-block2-list1 .video img {
  width: 100%;
}
.product-block2-list1 p {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  margin: 50px 0;
}
.product-block2-list1 .flex {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-block2-list1 .flex a {
  display: block;
  width: 48%;
}
.product-block2-list1 .flex figure img {
  width: 100%;
}
.product-block2-list1 .flex p {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-block2-list .title::before {
    left: 0;
  }
  .product-block2-list .title {
    padding-left: 45px;
  }
  .product-block2-list .title h4 {
    font-size: 16px;
  }
  .product-block2-list .note {
    padding: 20px 0;
  }
  .product-block2-list .note figure img {
    width: 100%;
  }
  .product-block2-list .note h6 {
    font-size: 18px;
    padding-left: 30px;
  }
  .product-block2-list .note h6::before {
    width: 20px;
    height: 21px;
  }
  .product-block2-list .note p {
    padding: 0 30px 30px;
    font-size: 14px;
  }
  .product-block2-list1 p {
    margin: 20px 0;
    font-size: 14px;
  }
  .product-block2-list1 .flex a {
    width: 100%;
  }
  .product-block2-list1 .flex a + a {
    margin-top: 40px;
  }
}
