article section .inner .textBox {
  width: 80%;
  margin: auto;
}
article section .inner .textBox .c_text p {
  text-align: center;
  margin-bottom: 1em;
}
article section .inner .textBox .center_txt {
  margin: 10px 0 0px;
  font-size: 1.8rem;
  line-height: 2;
  color: #8d78b3;
}
article section .inner .image_area {
  padding-top: 60px;
  width: 80%;
  margin: auto;
  display: flex;
}
article section .inner .image_area li {
  width: calc(100% / 3);
}
article section .inner .image_area li p {
  text-align: center;
  margin: 0.6em 0;
}
article section .inner .image_area li img {
  width: 100%;
  height: auto;
}
article section .inner .image_area li:not(:last-child) {
  margin-right: 30px;
}

/*# sourceMappingURL=style.css.map */
