.contact-form__content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .contact-form__content {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .contact-form__content {
    padding: 80px 24px;
  }
}
.contact-form__content:nth-of-type(n + 2) {
  padding-top: 0;
}
.contact-form__content__inner {
  width: 100%;
  max-width: 870px;
}
.contact-form__content__container {
  margin: 0 auto;
  padding: 0 16px;
}
.contact-form__summary__title {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.contact-form__summary__content {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding: 24px;
  background-color: #eee;
  border-radius: 12px;
}
.contact-form__summary__recommend {
  order: 2;
  margin-top: 32px;
}
.contact-form__summary__recommend__title {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 700;
}
.contact-form__summary__recommend__list {
  margin-top: 16px;
}
.contact-form__summary__recommend__list__item {
  margin-top: 8px;
}
.contact-form__summary__image {
  order: 1;
}
@media screen and (min-width: 768px) {
  .contact-form__summary__title {
    font-size: 24px;
  }
  .contact-form__summary__content {
    flex-direction: row;
  }
  .contact-form__summary__recommend {
    order: 1;
    width: 50%;
    margin-top: 0;
  }
  .contact-form__summary__recommend__title {
    font-size: 18px;
  }
  .contact-form__summary__image {
    order: 2;
    width: 50%;
  }
}

/*# sourceMappingURL=page-contact-form.css.map */
