.product__index {
  padding: 120px 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product__index {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.product__index--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .product__index--lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.product__index--list {
  display: block;
  padding-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  background: url(../img/arrow_bottom.svg) no-repeat;
  background-size: 12px;
  background-position: top 30% left 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product__index--list {
    font-size: 12px;
    width: auto;
    background-position: top 30% left 84%;
    padding-right: 20px;
  }
}
.product__info {
  padding: 100px 40px;
  background: url(../img/category-bg.webp) repeat;
}
@media screen and (max-width: 768px) {
  .product__info {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.product__info .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product__info .section__title {
    text-align: left;
    margin-bottom: 8vw;
  }
}
.product__info--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.product__info--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product__info--box {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.product__info--box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.product__info--box .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product__info--box .img {
    width: 100%;
  }
}
.product__info--box .contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .product__info--box .contents {
    width: 100%;
  }
}
.product__info--box .contents p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product__info--box .contents p {
    font-size: 3.7333333333vw;
  }
}

.details {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .details {
    padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.details__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.details .section__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .details .section__title {
    text-align: left;
    margin-bottom: 8vw;
  }
}
.details__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .details__table tr {
    display: flex;
    flex-direction: column;
  }
}
.details__table th {
  border-bottom: 1px solid #373737;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .details__table th {
    width: 100%;
    padding: 12px 0 0;
    font-size: 14px;
    text-align: left;
    border-bottom: none;
  }
}
.details__table td {
  border-bottom: 1px solid #ADADAD;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .details__table td {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}

.example {
  padding: 100px 40px;
  background: url(../img/clients-bg.webp) repeat;
}
@media screen and (max-width: 768px) {
  .example {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.example__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.example .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .example .section__title {
    text-align: left;
    margin-bottom: 8vw;
  }
}
.example__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .example__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
.example__list img {
  margin-bottom: 10px;
}
.example__list--title {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .example__list--title {
    font-size: 3.7333333333vw;
  }
}

.review {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.review__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.review .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .review .section__title {
    text-align: left;
    margin-bottom: 8vw;
  }
}

.bulk {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .bulk {
    padding: 13.3333333333vw 0;
  }
}
.bulk__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bulk .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bulk .section__title {
    text-align: left;
    margin-bottom: 8vw;
    padding: 0 5.3333333333vw;
  }
}
.bulk__subTitle {
  max-width: 800px;
  margin: 0 auto 20px;
  background: #E4E2DB;
  text-align: center;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 500;
}
.bulk__subTitle span {
  color: #AC3737;
}
@media screen and (max-width: 768px) {
  .bulk__subTitle {
    width: 92%;
    font-size: 4.8vw;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
.bulk__text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bulk__text {
    margin: 0 auto;
    width: 92%;
    font-size: 3.7333333333vw;
    margin-bottom: 20px;
  }
}
.bulk__box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bulk__box {
    flex-direction: column;
    gap: 100px;
  }
}
.bulk__box .ashirai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .bulk__box .ashirai {
    top: 45%;
  }
}
.bulk__box .ashirai img {
  margin: 0 auto;
  display: block;
}
.bulk__item {
  width: 48%;
  background: #E5E3DD;
  padding: 20px 50px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bulk__item {
    width: 100%;
    padding: 20px;
  }
}
.bulk__item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bulk__item h3 {
    font-size: 4.8vw;
  }
}
.bulk__item .title {
  background: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bulk__item .title {
    font-size: 3.7333333333vw;
  }
}
.bulk__item .title.flex {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bulk__item .title.flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.bulk__item .title.flex p {
  width: 85%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .bulk__item .title.flex p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.bulk__item .text {
  font-size: 16px;
  padding: 0 16px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bulk__item .text {
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 0;
  }
}
.bulk .contactBtn {
  padding: 15px 40px;
  background: #565656;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bulk .contactBtn {
    width: 92%;
    padding: 15px 20px;
  }
}
.bulk__bottom {
  max-width: 800px;
  background: #fff !important;
  margin: 0 auto;
  border: 1px solid #AC3737;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  color: #AC3737;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bulk__bottom {
    width: 92%;
    font-size: 3.7333333333vw;
    padding: 20px;
  }
}

.sample {
  padding: 100px 40px;
  background: url(../img/category-bg.webp) repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sample {
    padding: 26.6666666667vw 0;
  }
}
.sample__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sample .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sample .section__title {
    margin-bottom: 8vw;
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}
.sample__text {
  margin-bottom: 30px;
  font-size: 16px;
}
.sample__text span {
  color: #AC3737;
}
@media screen and (max-width: 768px) {
  .sample__text {
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.sample__table {
  width: 100%;
  background: #fff;
  border: 1px solid #ADADAD;
}
.sample__tableWrap {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .sample__tableWrap {
    padding: 0 5.3333333333vw;
  }
  .sample__tableWrap::-webkit-scrollbar {
    display: none;
  }
  .sample__tableWrap {
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 768px) {
  .sample__table {
    width: 1000px;
    max-width: 1000px;
  }
}
.sample__table td {
  border: 1px solid #ADADAD;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sample__table td {
    font-size: 3.7333333333vw;
  }
}

.checked {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .checked {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.checked__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.checked .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .checked .section__title {
    text-align: left;
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=product.css.map */