.main .section.line .panel p::before, .main .section.form p::before,
.main .section.thanks p::before, .main .section.line .panel p::after, .main .section.form p::after,
.main .section.thanks p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section.line .panel p::before, .main .section.form p::before,
.main .section.thanks p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .section.line .panel p::after, .main .section.form p::after,
.main .section.thanks p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .section.line {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.line {
    margin: 0.3rem 0 0;
  }
}
.main .section.line .panel {
  display: flex;
  justify-content: space-between;
  margin: 0.44rem 0 0;
  padding: 0.48rem 0.44rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .section.line .panel {
    flex-direction: column;
    gap: 0.32rem;
    margin: 0.22rem 0 0;
    padding: 0.4rem 0.15rem;
  }
}
.main .section.line .panel p {
  width: 6.9rem;
  color: rgb(31, 87, 61);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .section.line .panel p {
    width: auto;
  }
}
.main .section.line .panel .qr {
  width: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section.line .panel .qr {
    width: 2.7rem;
    margin: 0 auto;
  }
  .main .section.line .panel .qr .btn {
    display: grid;
    place-items: center;
    height: 0.6rem;
    background: rgb(31, 87, 61);
    color: #fff;
    font-size: 0.18rem;
    font-weight: 600;
  }
}
.main .section.form,
.main .section.thanks {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.form,
.main .section.thanks {
    margin: 0.55rem 0 0;
  }
}
.main .section.form p,
.main .section.thanks p {
  padding: 0.46rem 0 0;
  color: rgb(31, 87, 61);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .section.form p,
.main .section.thanks p {
    padding: 0.3rem 0 0;
  }
}
.main .section.form p strong,
.main .section.thanks p strong {
  font-weight: inherit;
  color: #900;
}
.main .section.form dl,
.main .section.thanks dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .main .section.form dl,
.main .section.thanks dl {
    display: block;
    margin: 0.1rem 0 0;
  }
}
.main .section.form dl dt,
.main .section.form dl dd,
.main .section.thanks dl dt,
.main .section.thanks dl dd {
  border-bottom: 0.01rem solid rgb(193, 182, 179);
  padding: 0.36rem 0;
}
.main .section.form dl dt,
.main .section.thanks dl dt {
  width: calc(100% - 7.8rem);
}
@media screen and (max-width: 750px) {
  .main .section.form dl dt,
.main .section.thanks dl dt {
    width: auto;
    border-bottom: none;
    padding: 0.16rem 0;
    font-size: 0.18rem;
    line-height: 1;
  }
}
.main .section.form dl dd,
.main .section.thanks dl dd {
  width: 7.8rem;
}
@media screen and (max-width: 750px) {
  .main .section.form dl dd,
.main .section.thanks dl dd {
    width: auto;
    padding: 0 0 0.16rem;
  }
}
.main .section.form dl input[type=text],
.main .section.form dl input[type=email],
.main .section.form dl input[type=tel],
.main .section.form dl textarea,
.main .section.thanks dl input[type=text],
.main .section.thanks dl input[type=email],
.main .section.thanks dl input[type=tel],
.main .section.thanks dl textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 0.12rem 0.16rem;
  background: rgb(229, 227, 226);
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .main .section.form dl input[type=text],
.main .section.form dl input[type=email],
.main .section.form dl input[type=tel],
.main .section.form dl textarea,
.main .section.thanks dl input[type=text],
.main .section.thanks dl input[type=email],
.main .section.thanks dl input[type=tel],
.main .section.thanks dl textarea {
    padding: 0.1rem 0.15rem;
    font-size: 16px;
  }
}
.main .section.form dl input[type=text]::-moz-placeholder, .main .section.form dl input[type=email]::-moz-placeholder, .main .section.form dl input[type=tel]::-moz-placeholder, .main .section.form dl textarea::-moz-placeholder, .main .section.thanks dl input[type=text]::-moz-placeholder, .main .section.thanks dl input[type=email]::-moz-placeholder, .main .section.thanks dl input[type=tel]::-moz-placeholder, .main .section.thanks dl textarea::-moz-placeholder {
  color: rgb(99, 99, 99);
}
.main .section.form dl input[type=text]::placeholder,
.main .section.form dl input[type=email]::placeholder,
.main .section.form dl input[type=tel]::placeholder,
.main .section.form dl textarea::placeholder,
.main .section.thanks dl input[type=text]::placeholder,
.main .section.thanks dl input[type=email]::placeholder,
.main .section.thanks dl input[type=tel]::placeholder,
.main .section.thanks dl textarea::placeholder {
  color: rgb(99, 99, 99);
}
.main .section.form dl input[type=text],
.main .section.form dl input[type=email],
.main .section.form dl input[type=tel],
.main .section.thanks dl input[type=text],
.main .section.thanks dl input[type=email],
.main .section.thanks dl input[type=tel] {
  height: 0.46rem;
}
@media screen and (max-width: 750px) {
  .main .section.form dl input[type=text],
.main .section.form dl input[type=email],
.main .section.form dl input[type=tel],
.main .section.thanks dl input[type=text],
.main .section.thanks dl input[type=email],
.main .section.thanks dl input[type=tel] {
    height: 40px;
  }
}
.main .section.form dl textarea,
.main .section.thanks dl textarea {
  height: 3.06rem;
}
@media screen and (max-width: 750px) {
  .main .section.form dl textarea,
.main .section.thanks dl textarea {
    height: 2rem;
  }
}
.main .section.form dl .subject,
.main .section.thanks dl .subject {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 0.36rem;
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section.form dl .subject,
.main .section.thanks dl .subject {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
    height: auto;
  }
}
.main .section.form dl .subject label,
.main .section.thanks dl .subject label {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.07rem;
  position: relative;
}
.main .section.form dl .subject label::before, .main .section.form dl .subject label::after,
.main .section.thanks dl .subject label::before,
.main .section.thanks dl .subject label::after {
  grid-row: 1/2;
  grid-column: 1/2;
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.18rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.main .section.form dl .subject label::before,
.main .section.thanks dl .subject label::before {
  background: #fff;
  box-shadow: inset 0 0 0 0.01rem rgb(202, 202, 202);
}
.main .section.form dl .subject label::after,
.main .section.thanks dl .subject label::after {
  border: 0.04rem solid transparent;
  background: rgb(31, 87, 61);
  background-clip: content-box;
  visibility: hidden;
}
.main .section.form dl .subject label input,
.main .section.thanks dl .subject label input {
  position: absolute;
  top: 0;
  left: 0;
}
.main .section.form dl .subject label:has(input:checked)::after,
.main .section.thanks dl .subject label:has(input:checked)::after {
  visibility: visible;
}
.main .section.form dl .formError .formErrorContent,
.main .section.thanks dl .formError .formErrorContent {
  margin: 0.1rem 0 -0.14rem;
  color: #900;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section.form dl .formError .formErrorContent,
.main .section.thanks dl .formError .formErrorContent {
    margin: 0.1rem 0 0;
  }
}
.main .section.form input[type=submit],
.main .section.form .btn--back,
.main .section.thanks input[type=submit],
.main .section.thanks .btn--back {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 0.76rem;
  margin: 0.5rem auto 0;
  border: none;
  padding: 0;
  background: rgb(109, 88, 79);
  color: #fff;
  font-weight: 500;
  box-shadow: inset 0 0 0 0.01rem rgb(109, 88, 79);
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .section.form input[type=submit]:hover,
.main .section.form .btn--back:hover,
.main .section.thanks input[type=submit]:hover,
.main .section.thanks .btn--back:hover {
    background-color: #fff;
    color: rgb(109, 88, 79);
  }
}
@media screen and (max-width: 750px) {
  .main .section.form input[type=submit],
.main .section.form .btn--back,
.main .section.thanks input[type=submit],
.main .section.thanks .btn--back {
    width: 2.7rem;
    height: 0.56rem;
    margin: 0.26rem auto 0;
    font-size: 0.18rem;
  }
}
.main .section.thanks dl {
  margin: 0.36rem 0 0;
}
/*# sourceMappingURL=unique.css.map */