@charset "UTF-8";
/**********************************************************
共通
*********************************************************/
.contact-wrap {
  padding: 6.5rem 0;
  max-width: 980px;
  margin: 0 auto;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}

.contact-ttl img {
  width: 95%;
}
.contact-ttl .contact-lead {
  margin-top: 2rem;
  text-align: center;
}

.contact-form-main {
  padding-top: 2rem;
  padding-left: 20px;
}

.contact-name-form {
  display: flex;
  align-items: center;
}
.contact-name-form input {
  width: 48% !important;
  margin-right: 1.3em;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-item {
  margin-bottom: 1.5rem;
}

.sheet-form-input {
  width: 67.5% !important;
}

.sheet-form-input-radio {
  width: 45% !important;
  display: flex;
  justify-content: space-between;
}

.contact-form-label {
  width: 32.5% !important;
}

.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-select {
  height: 3rem;
}

.know-other-text {
  margin: 13.5px 0;
}

.privacy-check {
  margin-top: 9.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.privacy-check .contact-agree-form {
  padding-top: 3rem;
}

.contact-submit {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}

.btn-contact-submit {
  background-color: rgb(0, 129, 249);
  color: rgb(255, 255, 255);
  padding: 1rem 0;
  width: 27%;
  font-size: 17px;
}
.btn-contact-submit::before {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow_wh.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  top: auto;
  right: 20px;
  transform: translateY(50%);
}

.btn-contact-back {
  background-color: #fff;
  color: rgb(102, 102, 102);
  border: 2px solid rgb(199, 199, 199);
  padding: 1rem 0;
  width: 27%;
  font-size: 17px;
  margin-right: 1.5rem;
}
.btn-contact-back::before {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow_gr_rev.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  top: auto;
  left: 20px;
  transform: translateY(50%);
}

.form-required::after,
.form-required-2row::after {
  position: absolute;
  content: "";
  background-image: url(/assets/img/contact/required.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 40px;
  height: 30px;
  right: 16px;
}

.form-required-2row::after {
  top: 8px;
}

.btn-upload {
  width: 60%;
  padding: 0.85rem 3.25rem;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(68, 68, 68);
  border-radius: 5rem;
  display: flex;
}

/**********************************************************
共通
*********************************************************/
@media screen and (max-width: 768px) {
  form {
    padding: 0rem 1rem;
  }
  form .contact-ttl img {
    width: 100%;
  }
  form .contact-lead {
    text-align: start !important;
  }
  form .contact-form-item {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  form .contact-form-item .contact-form-label {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  form .contact-form-item .sheet-form-input {
    width: 100% !important;
  }
  form .contact-form-item .sheet-form-input > div {
    width: 100% !important;
  }
  form .contact-form-item .sheet-form-input > select, form .contact-form-item .sheet-form-input > .parts-item-input-text {
    width: 90% !important;
  }
  form .contact-form-item > .sheet-form-input-radio {
    width: 90% !important;
  }
  form .contact-submit > button {
    width: 100%;
  }
  form .btn-upload {
    width: 100% !important;
  }
  form .contact-agree-form {
    display: flex;
  }
}/*# sourceMappingURL=contact.css.map */