@charset "UTF-8";
.p-contact-form__list .p-contact-form__list-inner:first-child {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__list .p-contact-form__list-inner:first-child {
    margin-top: 1.75rem;
  }
}
.p-contact-form__list-inner {
  display: flex;
  margin-top: 1.25rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .p-contact-form__list-inner {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
.p-contact-form__input, .p-contact-form__select, .p-contact-form__textarea {
  width: 100%;
  padding: 1.1875rem 1.25rem;
  background-color: #efefef;
  font-size: 0.875rem;
}
.p-contact-form__textarea {
  min-height: 16.875rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    min-height: 25rem;
  }
}
.p-contact-form__input {
  height: 3.3125rem;
}
.p-contact-form__input::placeholder {
  color: #999999;
  font-size: 0.875rem;
}
.p-contact-form__2column {
  width: calc(100% / 2 - 13px / 2);
}
@media screen and (max-width: 767px) {
  .p-contact-form__2column {
    width: 100%;
  }
}
.p-contact-form__title {
  flex-shrink: 0;
  position: relative;
  width: 9.3125rem;
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title {
    width: 100%;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
  }
}
.p-contact-form__hiss {
  position: relative;
  top: -0.3125rem;
  right: -0.1875rem;
  color: #C1393D;
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__hiss {
    font: 0.6875rem;
  }
}
.p-contact-form__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__content {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
}

.ERR {
  color: #e6483a;
  font-weight: bold;
}

.submit03 {
  width: 18.6875rem;
  height: 2.9375rem;
  margin: 1.875rem 0.5rem 0;
  border: 0.0625rem solid #333333;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 3.125rem;
  text-align: center;
  letter-spacing: 0.26em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit03 {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}

.p-contact__lead {
  margin-top: 4rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.94;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-top: 2.25rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-contact__submit {
  margin: 3.75rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin: 2.5rem auto 0;
  }
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 18.6875rem;
  height: 2.9375rem;
  margin: 1.875rem 0.5rem 0;
  border: 0.0625rem solid #333333;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}
.p-contact__completion {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__completion {
    padding: 1.25rem 0 4.375rem;
  }
}
.p-contact__completion-container {
  margin-top: 2.5rem;
  text-align: center;
}
.p-contact__completion-inner {
  display: inline-block;
}
.p-contact__completion-text {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-contact__completion-text {
    font-size: 0.875rem;
  }
}

/*-----------------------------------------------------------
*** [ 坪井工業株式会社 style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=../../_maps/page/contact/style.css.map */