.p_contact_form .item_label_require {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_label_require {
    font-size: 0.6875rem;
  }
}

.c_btn_ct {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_btn_ct {
    font-size: 1.5rem;
  }
}

.p_contact_thanks_ttl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks_ttl {
    font-size: 2.5rem;
  }
}

.c_btn_ct {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
  background-color: #44b767;
  width: 100%;
  height: 60px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .c_btn_ct {
    max-width: 620px;
    height: 100px;
    transition: opacity 0.5s ease;
  }
  .c_btn_ct:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .p_contact_main {
    margin: -4px 0 -20px;
  }
}
.p_contact_lead {
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_contact_lead {
    margin-top: 45px;
  }
}
.p_contact_form {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_contact_form {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .p_contact_form.user_form {
    margin-top: 62px;
  }
}
.p_contact_form .item {
  padding: 15px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.18);
}
@media screen and (min-width: 768px) {
  .p_contact_form .item {
    display: flex;
    align-items: flex-start;
    padding: 23px 0 24px;
  }
}
.p_contact_form .item_label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_label {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 280px;
    width: clamp(
        13.75rem,
        23.4375vw + 2.5rem,
        17.5rem
    );
    padding-top: 10px;
  }
}
.p_contact_form .item_label_name {
  letter-spacing: 0.04em;
}
.p_contact_form .item_label_require {
  width: 2.9090909091em;
  height: 1.6363636364em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44b767;
  color: white;
  letter-spacing: 0.05em;
}
.p_contact_form .item_input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_input input[type=text],
.p_contact_form .item_input input[type=email] {
    max-width: 580px;
  }
}
.p_contact_form .item_input input,
.p_contact_form .item_input textarea {
  outline: none;
  background-color: #f2f2f2;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_input input,
.p_contact_form .item_input textarea {
    padding: 10px 20px;
  }
}
.p_contact_form .item_input input::placeholder,
.p_contact_form .item_input textarea::placeholder {
  letter-spacing: 0.04em;
  opacity: 0.15;
}
.p_contact_form .item_input textarea {
  height: 200px;
  resize: none;
}
.p_contact_form .item.item_last {
  display: block;
  padding: 0;
}
.p_contact_form .item_accept {
  text-align: center;
}
.p_contact_form .item_accept .wpcf7-list-item-label {
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: clamp(
        0.3125rem,
        9.0909090909vw + -1.5056818182rem,
        0.625rem
    );
  margin-top: 30px;
  font-size: clamp(
        0.6875rem,
        2.8571428571vw + 0.1160714286rem,
        0.875rem
    );
  transition: 0.5s;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_accept .wpcf7-list-item-label {
    font-size: 1rem;
    margin-top: 57px;
  }
}
.p_contact_form .item_accept .wpcf7-list-item-label a {
  color: #44b767;
  transition: all 0.3s;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p_contact_form .item_accept .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}
.p_contact_form .item_accept .wpcf7-list-item {
  margin: 0;
}
.p_contact_form .item_accept input {
  display: none;
}
.p_contact_form .item_accept input:checked ~ .wpcf7-list-item-label .item_accept_checked::before {
  opacity: 1;
}
.p_contact_form .item_accept_checked {
  border: 1px solid currentColor;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item_accept_checked {
    height: 24px;
    width: 24px;
  }
}
.p_contact_form .item_accept_checked::before {
  content: "";
  position: absolute;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: currentColor;
  height: 80%;
  width: 50%;
  transform: rotate(45deg) translate(-20%, -10%);
  opacity: 0;
}
.p_contact_form .item .c_btn_ct {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_contact_form .item .c_btn_ct {
    margin-top: 57px;
  }
}
.p_contact_form .item .c_btn_ct:disabled:hover {
  opacity: 1;
}
.p_contact_form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks_main {
    padding-top: 16px;
    margin-bottom: -20px;
  }
}
.p_contact_thanks_ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks_ttl {
    text-indent: 0.7em;
    text-align: center;
  }
}
.p_contact_thanks_desc {
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks_desc {
    margin-top: 46px;
    text-align: center;
  }
}
.p_contact_thanks_btn {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks_btn {
    margin-top: 98px;
  }
}
/*.p_contact .wpcf7-response-output {
  display: none !important;
}*/

/*# sourceMappingURL=contact.css.map */
