@charset "UTF-8";

.p-cs__article {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.p-cs img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .p-cs__article {
    margin-top: 60px;
  }
}

.p-cs__visual {
  position: relative;
}
.p-cs__visual__title {
  width: 82.8%;
  position: absolute;
  left: 50%;
  bottom: 3.2%;
  translate: -50% 0;
}
.p-cs__order {
  background: #f6f5f2;
}

.p-cs__order__inner {
  padding: 0 20px 40px;
}
.p-cs__order__inner img:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-cs__point {
  background: #d8e3ea;
}
