@charset "UTF-8";
.contact {
  padding: 0;
}
.contact__inner {
  width: 100%;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 69.4444444444vw;
    margin: 0 auto 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__inner {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
.contact__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10.6666666667vw;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0.8em;
}
.contact__title::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  background-color: #3C3C3C;
  width: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__title::before {
    width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title::before {
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin-bottom: 40px;
  }
}
.contact__title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3C3C3C;
  left: 0;
  bottom: -3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__title:after {
    bottom: -0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title:after {
    bottom: -13px;
  }
}
.contact__img {
  width: 20.3626666667vw;
  margin: 6.6666666667vw auto 12.2666666667vw auto;
}
@media screen and (min-width: 768px) {
  .contact__img {
    width: 6.3583333333vw;
    margin: 0 auto 3.1944444444vw auto;
  }
}
@media screen and (min-width: 1440px) {
  .contact__img {
    width: 91.56px;
    margin: 0 auto 46px auto;
  }
}
.contact__img img {
  width: 100%;
  height: auto;
}
.contact__lead {
  position: relative;
  text-align: center;
  color: #A24D4D;
  font-size: 2rem;
  margin-bottom: 20.2666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead {
    margin-bottom: 84px;
  }
}
.contact__lead::before {
  position: absolute;
  content: "";
  background-color: #A24D4D;
  bottom: -9.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 26.6666666667vw;
  height: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__lead::before {
    bottom: -3.0555555556vw;
    width: 6.9444444444vw;
    height: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead::before {
    bottom: -44px;
    width: 100px;
    height: 4px;
  }
}
.contact__text {
  text-align: center;
  font-size: 1.6rem;
}
.contact__btn a {
  padding: 5.3333333333vw;
  margin: 12vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__btn a {
    border-radius: 0.3472222222vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a {
    border-radius: 5px;
    border-width: 1px;
  }
}
.contact__btn a:hover {
  color: #49667E;
  background-color: #ffffff;
}
.contact__btn a {
  background-image: url(../img/module/btn_arrow_left_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.6666666667vw;
  background-size: 1.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__btn a {
    background-position: center left 0.6944444444vw;
    background-size: 0.3472222222vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a {
    background-position: center left 10px;
    background-size: 5px 10px;
  }
}
.contact__btn a {
  width: 100%;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__btn a {
    font-size: 2.2rem;
    width: 21.8055555556vw;
    padding: 1.3888888889vw;
    margin: 3.125vw auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a {
    width: 314px;
    padding: 20px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .contact__btn a:hover {
    background-image: url(../img/module/btn_arrow_left_icon4.svg);
  }
}
.contact__table {
  width: 100%;
  border: 0.2666666667vw solid #707070;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .contact__table {
    font-size: 1.4rem;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__table {
    border-width: 1px;
  }
}
.contact__tr {
  border-bottom: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .contact__tr {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__tr {
    border-width: 1px;
  }
}
.contact__th {
  color: #3C3C3C;
  background-color: #EFEFEF;
  border-right: 0.2666666667vw solid #707070;
  vertical-align: middle;
  text-align: center;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .contact__th {
    border-width: 0.0694444444vw;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__th {
    border-width: 1px;
    padding: 10px 0;
  }
}
.contact__th--no {
  width: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__th--no {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__th--no {
    width: 150px;
  }
}
.contact__th--name {
  width: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__th--name {
    width: 13.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__th--name {
    width: 190px;
  }
}
.contact__th--cost, .contact__th--area, .contact__th--since {
  width: 11.2vw;
}
@media screen and (min-width: 768px) {
  .contact__th--cost, .contact__th--area, .contact__th--since {
    width: 7.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__th--cost, .contact__th--area, .contact__th--since {
    width: 110px;
  }
}
.contact__td {
  color: #000000;
  background-color: #ffffff;
  border-right: 0.2666666667vw solid #707070;
  vertical-align: middle;
  text-align: center;
  padding: 1.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .contact__td {
    border-width: 0.0694444444vw;
    padding: 0.3472222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__td {
    border-width: 1px;
    padding: 5px 0;
  }
}
.contact__td--red {
  color: #A24D4D;
}

.form {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form {
    max-width: 1000px;
  }
}
.form__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10.6666666667vw;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0.8em;
}
.form__title::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  background-color: #3C3C3C;
  width: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__title::before {
    width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__title::before {
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .form__title {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__title {
    margin-bottom: 40px;
  }
}
.form__title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3C3C3C;
  left: 0;
  bottom: -3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .form__title:after {
    bottom: -0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__title:after {
    bottom: -13px;
  }
}
.form__group {
  width: 100%;
}
.form__group--space {
  margin: 0 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__group--space {
    margin: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__group--space {
    margin: 0 0 20px;
  }
}
.form__row--flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__row--flex {
    flex-direction: row;
  }
}
.form__subtitle {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__subtitle {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle {
    padding-bottom: 10px;
  }
}
.form__subtitle--checkbox {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__subtitle--checkbox {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle--checkbox {
    padding-bottom: 20px;
  }
}
.form__subtitle--textarea {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__subtitle--textarea {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle--textarea {
    padding-bottom: 20px;
  }
}
.form__subtitle small {
  font-weight: 400;
  font-size: 1.5rem;
  margin-left: 2.6666666667vw;
  display: none;
}
@media screen and (min-width: 768px) {
  .form__subtitle small {
    display: inline;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__subtitle small {
    margin-left: 10px;
  }
}
.form__col {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}
.form__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667vw;
  padding-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6944444444vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper {
    gap: 10px;
    padding-bottom: 45px;
  }
}
.form__wrapper:has(.form__checkbox.error) {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper:has(.form__checkbox.error) {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper:has(.form__checkbox.error) {
    padding-bottom: 10px;
  }
}
.form__required {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  background-color: #A24D4D;
  padding: 0.5333333333vw 1.3333333333vw;
  margin-left: 8vw;
}
@media screen and (min-width: 768px) {
  .form__required {
    padding: 0.1388888889vw 0.3472222222vw;
    margin-left: 2.0833333333vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__required {
    padding: 2px 5px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
}
.form__input {
  font-size: 1.8rem;
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  border: 0.2666666667vw solid #707070;
  padding: 4vw;
  border-radius: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__input {
    width: 34.0277777778vw;
    border: 0.0694444444vw solid #707070;
    padding: 1.0416666667vw;
    border-radius: 0.6944444444vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input {
    width: 490px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #707070;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.form__input.error {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__input.error {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input.error {
    margin-bottom: 10px;
  }
}
.form__input--annotation {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__input--annotation {
    margin-bottom: 2.0833333333vw;
  }
}
.form__label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 2.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 1.6rem;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label {
    gap: 10px;
  }
}
.form__label--policy {
  font-size: 2rem;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
}
.form__checkbox {
  appearance: none;
  position: relative;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  border: 0.2666666667vw solid #707070;
  border-radius: 0.8vw;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__checkbox {
    width: 1.1805555556vw;
    height: 1.1805555556vw;
    border: 0.0694444444vw solid #707070;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__checkbox {
    width: 17px;
    height: 17px;
    border: 1px solid #707070;
    border-radius: 3px;
  }
}
.form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.5333333333vw;
  left: 0.8vw;
  width: 2vw;
  height: 1.4666666667vw;
  border-bottom: 0.8vw solid #b71919;
  border-left: 0.8vw solid #b71919;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .form__checkbox:checked::after {
    top: 0.1388888889vw;
    left: 0.1388888889vw;
    width: 0.5208333333vw;
    height: 0.3819444444vw;
    border-bottom: 0.2083333333vw solid #b71919;
    border-left: 0.2083333333vw solid #b71919;
  }
}
@media screen and (min-width: 1440px) {
  .form__checkbox:checked::after {
    top: 2px;
    left: 2px;
    width: 7.5px;
    height: 5.5px;
    border-bottom: 3px solid #b71919;
    border-left: 3px solid #b71919;
  }
}
.form__textarea {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #ffffff;
  width: 100%;
  border: 0.2666666667vw solid #707070;
  padding: 4vw;
  border-radius: 2.6666666667vw;
  margin-bottom: 8vw;
  max-height: 49.6vw;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    border: 0.0694444444vw solid #707070;
    padding: 1.0416666667vw;
    border-radius: 0.6944444444vw;
    margin-bottom: 2.0833333333vw;
    height: 12.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__textarea {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #707070;
    padding: 15px;
    margin-bottom: 30px;
    height: 186px;
  }
}
.form__textarea.error {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__textarea.error {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__textarea.error {
    margin-bottom: 10px;
  }
}
.form__text {
  font-size: 1.6rem;
}
.form__text--policy {
  text-align: center;
  margin-bottom: 5.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__text--policy {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__text--policy {
    margin-bottom: 20px;
  }
}
.form__text--policy:last-child {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__text--policy:last-child {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__text--policy:last-child {
    margin-bottom: 30px;
  }
}
.form__text--policy small {
  font-size: 1.6rem;
}
.form__text--annotation {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__text--annotation {
    margin-bottom: 0;
  }
}
.form__text--annotation small {
  font-size: 1.5rem;
}
.form__policy {
  font-size: 2rem;
  font-weight: 600;
}
.form__link {
  color: #A24D4D;
  text-decoration: underline;
}
.form__btn button {
  padding: 5.3333333333vw;
  margin: 8vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form__btn button {
    border-radius: 0.3472222222vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button {
    border-radius: 5px;
    border-width: 1px;
  }
}
.form__btn button:hover {
  color: #49667E;
  background-color: #ffffff;
}
.form__btn button {
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-position: center right 2.6666666667vw;
  background-size: 1.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__btn button {
    background-position: center right 0.6944444444vw;
    background-size: 0.3472222222vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button {
    background-position: center right 10px;
    background-size: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__btn button:hover {
    background-image: url(../img/module/btn_arrow_right_icon2.svg);
  }
}
.form__btn button {
  width: 100%;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__btn button {
    font-size: 2.2rem;
    width: 21.8055555556vw;
    padding: 1.3888888889vw;
    margin: 2.0833333333vw auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn button {
    width: 314px;
    padding: 20px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .form__btn button:hover {
    background-image: url(../img/module/btn_arrow_right_icon3.svg);
  }
}
.form__btn--prev button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form__btn--prev button {
    border-radius: 0.3472222222vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--prev button {
    border-radius: 5px;
    border-width: 1px;
  }
}
.form__btn--prev button:hover {
  color: #49667E;
  background-color: #ffffff;
}
.form__btn--prev button {
  background-image: url(../img/module/btn_arrow_left_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.6666666667vw;
  background-size: 1.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__btn--prev button {
    background-position: center left 0.6944444444vw;
    background-size: 0.3472222222vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--prev button {
    background-position: center left 10px;
    background-size: 5px 10px;
  }
}
.form__btn--prev button {
  width: 100%;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #3C3C3C;
  font-weight: 700;
  border-color: #3C3C3C;
  background-position: center left 5.3333333333vw;
  background-size: 1.6vw 3.2vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form__btn--prev button {
    background-position: center left 1.3888888889vw;
    background-size: 0.4166666667vw 0.8333333333vw;
    font-size: 2.2rem;
    width: 21.8055555556vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--prev button {
    background-position: center left 20px;
    background-size: 6px 12px;
    width: 314px;
    padding: 20px;
  }
}
.form__btn--prev button:hover {
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .form__btn--prev button:hover {
    background-image: url(../img/module/btn_arrow_left_icon3.svg);
  }
}
.form__btn--next button, .form__btn--thanks button {
  margin: 0;
}
.form__value {
  font-size: 1.8rem;
  width: 100%;
  padding: 0 4vw 4vw;
  border-bottom: 0.2666666667vw dashed #B2B2B2;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__value {
    width: 33.3333333333vw;
    padding: 0 1.0416666667vw 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
    border-bottom: 0.0694444444vw dashed #B2B2B2;
  }
}
@media screen and (min-width: 1440px) {
  .form__value {
    width: 480px;
    padding: 0 15px 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #B2B2B2;
  }
}
.form__value--wide {
  width: 100%;
}
.form__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .form__btns {
    flex-direction: row;
    gap: 1.0416666667vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btns {
    gap: 15px;
    margin-top: 30px;
  }
}

label.error {
  font-size: 1.6rem;
  color: #b71919;
  margin: 0 0 8vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  label.error {
    margin: 0 0 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  label.error {
    margin: 0 0 30px;
  }
}

label#policy-error {
  display: block;
  text-align: center;
  margin: 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  label#policy-error {
    margin: 0.6944444444vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  label#policy-error {
    margin: 10px 0 0;
  }
}