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

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