.about {
  padding: 48px 0 80px;
}
.about .area-text .title01 {
  margin: 0 0 40px;
  font-size: 13px;
}
.about .area-text .text {
  font-size: 12px;
}
.about .area-text .text + .text {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 80px 0 104px;
  }
  .about .area-text {
    width: 760px;
    margin: 0 auto;
  }
  .about .area-text .title01 {
    margin: 0 0 52px;
    font-size: 20px;
  }
  .about .area-text .text {
    font-size: 18px;
  }
  .about .area-text .text + .text {
    margin: 28px 0 0;
  }
}

.product {
  margin: 0 0 128px;
}
.product .title01 {
  margin: 0 0 24px;
  font-size: 18px;
  text-align: center;
}
.product .list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%;
}
.product .list .item {
  width: 49%;
}
.product .list .item .img {
  margin: 0 0 4px;
}
.product .list .item .area-text .title02 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.product .list .item .area-text .text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .product .title01 {
    margin: 0 0 40px;
    font-size: 24px;
    text-align: center;
  }
  .product .list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2%;
    width: 800px;
    margin: 0 auto;
  }
  .product .list .item {
    width: 49%;
  }
  .product .list .item .img {
    margin: 0 0 8px;
  }
  .product .list .item .area-text .title02 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
  .product .list .item .area-text .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.area-product-img {
  margin: 0 0 64px;
}
.area-product-img .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.area-product-img .list .item {
  width: 33.333%;
}
@media screen and (min-width: 768px) {
  .area-product-img .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    padding: 0 15px;
  }
  .area-product-img .list .item {
    width: 33%;
  }
}

.intro {
  margin: 0 0 64px;
}
.intro .title01 {
  margin: 0 0 24px;
  font-size: 13px;
}
.intro .text {
  font-size: 12px;
}
.intro .text + .text {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .intro {
    width: 520px;
    margin: 0 auto 80px;
    font-size: 20px;
  }
  .intro .title01 {
    margin: 0 0 24px;
    font-size: 20px;
  }
  .intro .text {
    font-size: 18px;
  }
  .intro .text + .text {
    margin: 24px 0 0;
  }
}/*# sourceMappingURL=products.css.map */