.c-txt span {
  font-size: 0.875rem;
  background: rgb(219, 73, 117);
  color: var(--color-white);
  display: inline-block;
  line-height: 1;
  padding: 2px 5px 4px;
}
.c-txt a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-txt a:hover {
  text-decoration-color: transparent;
}

@media only screen and (max-width: 980px) {
  .p-form {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form {
    margin: 64px auto 0;
    width: 656px;
  }
}
.p-form h5 {
  margin: 0;
  position: relative;
}
.p-form h5.is-required {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-form h5.is-required::after {
  font-size: 0.875rem;
  background: rgb(219, 73, 117);
  color: var(--color-white);
  content: "Required";
  display: inline-block;
  line-height: 1;
  padding: 2px 5px 4px;
}
.p-form input[type=text] {
  font-size: 1rem;
  background: var(--color-bg_A);
  padding-inline: 8px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-form input[type=text] {
    height: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form input[type=text] {
    height: 48px;
  }
}
.p-form select {
  background: url("../img/icon-arrow.svg") no-repeat right 12px center/10px auto;
  border: 1px solid var(--color-bg_B);
  border-radius: 4px;
  height: 58px;
  padding-left: 8px;
  width: 280px;
}
.p-form textarea {
  font-size: 1rem;
  background: var(--color-bg_A);
  padding-inline: 8px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-form textarea {
    height: 102px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form textarea {
    height: 132px;
  }
}

@media only screen and (max-width: 980px) {
  .p-form-block + .p-form-block {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-block + .p-form-block {
    margin-top: 32px;
  }
}

.p-form-col2 {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 980px) {
  .p-form-col2 {
    gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-col2 {
    gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 980px) {
  .p-form-zip input {
    width: 164px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-zip input {
    width: 178px;
  }
}

.p-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons {
    gap: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons {
    gap: 16px;
  }
}
.p-form-buttons .c-btn01 {
  padding: 0;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn01 {
    max-width: 140px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn01 {
    width: 200px;
  }
}
.p-form-buttons .c-btn01 span {
  display: block;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn01 span {
    width: 140px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn01 span {
    width: 200px;
  }
}
.p-form-buttons .c-btn01 input {
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn01 input {
    padding: 11px 32px 11px 14px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn01 input {
    padding: 18px 20px;
  }
}
.p-form-buttons .c-btn02 {
  padding: 0;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn02 {
    max-width: 140px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn02 {
    width: 200px;
  }
}
.p-form-buttons .c-btn02 span {
  display: block;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn02 span {
    width: 140px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn02 span {
    width: 200px;
  }
}
.p-form-buttons .c-btn02 input {
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-form-buttons .c-btn02 input {
    padding: 11px 32px 11px 14px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-form-buttons .c-btn02 input {
    padding: 18px 20px;
  }
}