.p-selfie__plan {
  background-color: #F8F8F8;
}
.p-selfie__plan::before {
  content: "";
  width: 1px;
  height: 38rem;
  display: block;
  position: absolute;
  left: 8rem;
  bottom: 0;
  background-color: #313131;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-selfie__plan::before {
    left: 7rem;
  }
}
.p-selfie__plan .c-detail__price {
  margin-top: 4rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-selfie__plan .c-detail__price {
    margin-left: 7rem;
  }
}

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