.section__product .kousou_catch {
  font-size: 32px;
  letter-spacing: 1px;
}
.section__product .product-container {
  padding: 40px 100px;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.section__product .product__slide {
  padding-top: 80px;
  padding-bottom: 40px;
}
.section__product .left {
  width: 52%;
}
.section__product .left h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.section__product .left span {
  color: #046F3E;
  font-size: 18px;
}
.section__product .right {
  position: absolute;
  right: 100px;
  top: -50px;
}
.section__product .right img {
  height: 100%;
  width: 100%;
  max-height: 518px;
  max-width: 400px;
}
.section__product .reverse .product-container {
  display: flex;
  justify-content: flex-end;
}
.section__product .reverse .right {
  left: 100px;
  pointer-events: none;
}
.section__product .section__block:last-of-type {
  margin-bottom: 120px;
}
.section__product .section__block.normal {
  margin-bottom: 70px;
}
.section__product .product-all {
  margin-bottom: 40px;
}
.section__product .product-all p {
  margin-bottom: 15px;
}
.section__product .product-all .flex__left {
  width: 32%;
}
.section__product .product-all .flex__right {
  width: 65%;
}
.section__product .product-all__ttl {
  font-size: 18px;
  font-weight: bold;
}
.section__product .pdf__link {
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .section__product .left {
    width: 100%;
    text-align: center;
  }
  .section__product .left p {
    text-align: left;
  }
  .section__product .left .link__btn a {
    margin: 0 auto;
  }
  .section__product .left .product-category {
    font-size: 32px;
  }
  .section__product .right {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .section__product .right img {
    margin: 0 auto;
  }
  .section__product .reverse .right {
    left: 0;
    margin-bottom: 30px;
  }
  .section__product .product-container {
    flex-flow: column-reverse;
    padding: 30px 20px;
  }
  .section__product .product__slide.top-slide {
    padding-top: 30px;
  }
  .section__product .product__slide {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .section__product .section__block:last-of-type {
    margin-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .section__product .feature__catch {
    font-size: 20px;
  }
  .section__product .product-all .flex__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .section__product .product-all .flex__right {
    width: 100%;
  }
  .section__product .product-all p {
    margin-bottom: 10px;
  }
  .section__product .right img {
    max-width: fit-content;
  }
}/*# sourceMappingURL=product.css.map */