.contact-form__lavel {
  font-weight: 700;
}
.require-txt {
  background-color: #ddb3cf;
  color: #fff;
  padding: 0.05rem 1.1rem 0rem;
  margin-left: 1rem;
  font-size: 1.3rem;
  border-radius: 16px;
}

.contact-form__item {
  gap: 1rem;
}

.contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact input[type=number], .contact select {
  border-radius: 0;
  background-color: unset;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #b9bec3;
}
.contact input, .contact select, .contact textarea {
  background-color: unset;
  padding: 0 0rem;
}

.contact textarea {
  height: 200px;
  border-radius: 0px;
  padding: 2rem 0;
  border-bottom: 1px solid #b9bec3;
}

.contact .item-label {
  background-color: unset;
  padding: 15px 0;
  border-radius: 0;
  width: 80px;
}

input.p-postal-code {
  margin-left: 10px;
}

.contact .item-label__span::after {
  left: 50%;
  transform: translate(-50%,-50%);
  width: 11px;
  height: 11px;
  background-color: #506378;
}

.contact [name=zip] {
  width: 100%;
  max-width: 200px;
}

#contact .error-bg {
  border: none;
  border-bottom: 1px solid #b9bec3;
}
#contact .error {
  color: #af4d5b;
  background-color: unset;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding: 0;
  margin: 0.5rem 0;
}

#contact .error::before {
  content: "";
  display: none;
}

.privacypolicy__list-ttl {
  font-family: "Shippori Mincho", serif;
  border-bottom: none;
  margin-bottom: 10px;
}

.privacypolicy__list-ul {
  margin-top: 10px;
}
.privacypolicy__list-li {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5px;
}
.privacypolicy__list-li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b9bec7;
}

.privacypolicy__wrapper {
  border-radius: 3px;
  background-color: #efefef;
  margin-top: 7rem;
}
.privacypolicy__controller-checkbox {
  font-size: 1.6rem;
  background-color: unset;
}

.privacypolicy__controller-checkbox input {
  margin-right: 10px;
}

.privacypolicy__controller-submit input {
  background-color: #324053;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.contact-form__detail {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0 0;
}

.mt20 {
  margin-top: 20px;
}

@media(max-width:1400px) {
  .privacypolicy__list-li {
    font-size: 1.5rem;
  }
}

@media(max-width:834px) {
  .privacypolicy__list-li {
    font-size: 1.4rem;
  }
  #contact .error {
    font-size: 1.4rem;
}

.contact-form__detail {
  font-size: 1.3rem;
}

}

/* thanks */
.thanks__link {
  background-color: #324053;
  color: #fff;
  width: 300px;
  height: 75px;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 0;
  margin: 7rem auto 2rem;
}

.thanks .contact__heading-ttl {
  font-weight: 500;
  text-align: center;
  margin: 60px 0 30px;
}
.thanks  .contact__heading-txt {
  text-align: center;
}

@media(max-width:834px) {
.thanks__link {
  width: 300px;
  height: 60px;
  font-size: 1.5rem;
  margin: 40px auto 2rem;
}
}

@media(max-width:600px) {
  .thanks .contact__heading-ttl {
    margin: 35px 0 25px;
  }
  .thanks  .contact__heading-txt {
    /* text-align: start; */
  }

}

@media(max-width:359px) {
  .thanks  .contact__heading-txt {
    font-size: 1.3rem;
  }
}