.green {
  background-color: #55ab60;
  color: #ffffff;
}

.pink {
  background-color: #e7a9aa;
  color: #ffffff;
}

.blue {
  background-color: #6ea9d5;
  color: #ffffff;
}

.main_title {
  height: 20px;
  width: 300px;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.main_title span {
  font-size: 0.7em;
  margin-left: 20px;
}

.product_title {
  height: 26px;
  font-size: 1.5em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.product_title span {
  font-size: 0.7em;
  margin-left: 20px;
}

.product_line_up {
  position: relative;
}
.product_line_up ul {
  max-width: 960px;
  margin: 0 auto;
}
.product_line_up ul li {
  text-align: left;
  line-height: 2em;
  height: 170px;
}
.product_line_up ul li .product_line_up_list {
  width: 60%;
}
.product_line_up ul li .product_image {
  padding: 10px;
  width: 20%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_line_up ul li .product_image img {
  max-height: 100%;
  width: auto;
}

.flow_of_implementation_list {
  max-width: 960px;
  min-width: 320px;
}
.flow_of_implementation_list .arrow {
  width: 100px;
  margin: 30px auto;
}

@media (max-width: 768px) {
  .main_title {
    width: 260px;
  }
  .product_title {
    font-size: 1em;
    line-height: 2.5em;
    letter-spacing: 0px;
  }
  .product_title span {
    font-size: 0.7em;
    margin-left: 6px;
  }
  .product_line_up ul {
    width: 320px;
  }
  .product_line_up ul li {
    height: auto;
    margin: 10px 20px;
  }
  .product_line_up ul li .product_line_up_list {
    width: 100%;
  }
  .product_line_up ul li .product_image {
    width: 50%;
  }
}/*# sourceMappingURL=beautyproducts.css.map */