.p-page__body-inner {
  max-width: 964px;
  margin: 0 auto;
  border-top: none;
  border-bottom: none;
  padding: 20px;
  padding-bottom: 120px;
}

@media screen and (max-width: 799px) {
  .p-page__body-inner {
    max-width: 590px;
  }
}

.p-page__title {
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  line-height: 45px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .p-page__title {
    margin-bottom: 28px;
    font-size: 23px;
  }
}

.p-page__title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #f77c1c;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.c-alert {
  background: #fff;
  padding: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #000;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .c-alert {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
    font-size: 13px;
  }
}

.c-form__table {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
  border: 1px solid #000;
  border-collapse: collapse;
}

.c-form__table td,
th,
tr {
  border: 1px solid #000;
  border-collapse: collapse;
}

@media screen and (max-width: 799px) {

  .c-form__table td,
  th,
  tr {
    border: none;
  }

  .c-form__table th {
    display: block;
    border-bottom: 1px solid #000;
  }

  .c-form__table th:last-child {
    border-bottom: none;
  }
}

.c-form__title {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  background-color: #f2f2f2;
  padding: 11px 16px 14px;
}

@media screen and (min-width: 800px) {
  .c-form__title {
    width: 250px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 799px) {
  .c-form__title {
    display: block;
    text-align: center;
    padding: 15px 8px 20px;
  }
}

.c-form__content {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  padding: 9px 9px 14px;
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .c-form__content {
    vertical-align: middle;
  }
}

@media screen and (max-width: 799px) {
  .c-form__content {
    display: block;
  }
}

.c-input--text {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 46px;
  margin-top: 0;
  vertical-align: middle;
  border-radius: 0px;
  box-sizing: border-box;
}

.c-form__content textarea {
  height: 285px;
}

.c-form__title--must {
  display: inline-block;
  color: #E80238;
  font-size: 13px;
}

.c-button__group {
  margin: 50px auto 0;
  max-width: 320px;
  text-align: center;
}

.c-button--lg {
  font-size: 16px;
  color: #f77c1c;
  border: 1px solid currentColor;
  padding: 17px 12px;
  width: 100%;
  letter-spacing: 2px;
  overflow: hidden;
}

.c-button--primary {
  background: transparent;
}

.c-button--primary:hover {
  background: #f77c1c;
  color: #fff;
}
