.pricing__content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .pricing__content {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .pricing__content {
    padding: 80px 24px;
  }
}
.pricing__content:first-of-type {
  padding-bottom: 0;
}
.pricing__content__inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  flex-flow: wrap column;
}
.pricing__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap row;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.pricing__list:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/pricing/icon_plus.svg) center/contain no-repeat;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.pricing__list__item {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  width: calc(50% - 32px);
  max-width: 270px;
  text-align: center;
}
.pricing__list__item__title {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .pricing__list__item__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .pricing__list__item__title {
    font-size: 1.5rem;
  }
}
.pricing__list__item__title {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border: 4px solid var(--primary-color);
  border-radius: 1.5rem;
  color: var(--primary-color);
  position: relative;
}
.pricing__list__item__title__icon {
  width: 40px;
  height: 40px;
  margin: 0 0 16px 0;
}
.pricing__list__item__description {
  margin-top: 16px;
  color: var(--gray-900);
  font-size: clamp(0.75rem, 0.712962963rem + 0.1851851852vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .pricing__list__item__title {
    flex-flow: wrap row;
    padding: 32px 48px;
  }
  .pricing__list__item__title__icon {
    margin: 0 16px 0 0;
  }
}
.pricing__form__inner {
  align-items: center;
}
.pricing__form__title {
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 16px;
  position: relative;
}
.pricing__form__title:after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
@media screen and (min-width: 1200px) {
  .pricing__form__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .pricing__form__title {
    font-size: 1.5rem;
  }
}
.pricing__form__content {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding: 16px;
  background: var(--gray-000);
  border: 1px solid var(--gray-300);
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .pricing__form__content {
    padding: 48px;
  }
}
.pricing__form__content {
  margin-top: 56px;
}

/*# sourceMappingURL=page-pricing.css.map */
