@charset "UTF-8";
.contact input {
  width: 100%;
}
.contact input[type=radio] {
  width: auto;
}
.contact textarea {
  resize: none;
  width: 100%;
  height: 100px;
}
.contact__item {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .contact__item {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .contact__item {
    font-size: 24px;
  }
}
.contact__item-left {
  font-weight: 600;
  width: 100%;
}
.contact__item-left .icon {
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 2px;
  padding: 2px 5px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .contact__item-left .icon {
    font-size: 13px;
  }
}
@media screen and (min-width: 780px) {
  .contact__item-left .icon {
    margin: -4px 0 0 0;
    padding: 3px 7px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 1;
    font-size: 18px;
  }
}
.contact__item-right {
  border: 1px solid #707070;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}
.contact__item .msg-err {
  color: #ff0000;
}
.contact__item-mid {
  font-weight: 600;
}
.contact__item-mid label input {
  margin-right: 10px;
}
.contact__item-mid .contact__item-right {
  padding: 5px;
  border: none;
}
.contact__item-mid .contact__item-radio {
  margin-left: 20px;
}
.contact__privacy {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 20px 20px;
  margin-top: 20px;
  background-color: #e0e0e0;
  height: 150px;
}
@media screen and (min-width: 500px) {
  .contact__privacy {
    height: 190px;
  }
}
@media screen and (min-width: 780px) {
  .contact__privacy {
    height: 205px;
  }
}
.contact__privacy-ttl {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}
@media screen and (min-width: 500px) {
  .contact__privacy-ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .contact__privacy-ttl {
    font-size: 20px;
  }
}
.contact__privacy-txt {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 5px;
}
@media screen and (min-width: 500px) {
  .contact__privacy-txt {
    font-size: 18px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 780px) {
  .contact__privacy-txt {
    font-size: 20px;
  }
}
.contact__btn {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .contact__btn {
    margin: 40px auto 0;
    max-width: 716px;
    font-size: 32px;
    border-radius: 10px;
  }
}
.contact input[type=checkbox] {
  display: none;
}
.contact input[type=checkbox]:checked + .contact__checkbox::after {
  opacity: 1;
}
.contact input[type=checkbox]:checked + .contact__checkbox-err::after {
  opacity: 1;
}
.contact__checkbox {
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  .contact__checkbox {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .contact__checkbox {
    font-size: 20px;
  }
}
.contact__checkbox-wrap {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.contact__checkbox::before {
  position: absolute;
  content: "";
  top: 16%;
  width: 18px; /* チェックボックスの幅 */
  height: 18px; /* チェックボックスの高さ */
  left: 5px;
  border: 1px solid #cdd3de; /* チェックボックスの枠 */
  border-radius: 2px;
  margin-top: -3px;
}
@media screen and (min-width: 780px) {
  .contact__checkbox::before {
    top: 7%;
    width: 25px;
    height: 25px;
    left: -3px;
  }
}
.contact__checkbox::after {
  background-image: url();
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  top: 7px;
  left: 10px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  content: "";
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  .contact__checkbox::after {
    top: 8px;
  }
}
@media screen and (min-width: 780px) {
  .contact__checkbox::after {
    width: 11px;
    height: 19px;
    top: 6px;
    left: 4px;
  }
}
.contact__checkbox-err {
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  .contact__checkbox-err {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .contact__checkbox-err {
    font-size: 20px;
  }
}
.contact__checkbox-err-wrap {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.contact__checkbox-err::before {
  position: absolute;
  content: "";
  top: 16%;
  width: 18px; /* チェックボックスの幅 */
  height: 18px; /* チェックボックスの高さ */
  left: 5px;
  border: 1px solid #ff0000; /* チェックボックスの枠 */
  border-radius: 2px;
  margin-top: -3px;
}
@media screen and (min-width: 780px) {
  .contact__checkbox-err::before {
    top: 7%;
    width: 25px;
    height: 25px;
    left: -3px;
  }
}
.contact__checkbox-err::after {
  background-image: url();
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  top: 7px;
  left: 10px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  content: "";
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  .contact__checkbox-err::after {
    top: 8px;
  }
}
@media screen and (min-width: 780px) {
  .contact__checkbox-err::after {
    width: 11px;
    height: 19px;
    top: 6px;
    left: 4px;
  }
}

.confirm__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.confirm__btn-item1 {
  width: 40%;
  text-align: center;
}
.confirm__btn-item1 button {
  width: 100%;
}
.confirm__btn-item2 {
  width: 40%;
  text-align: center;
}
.confirm__btn-item2 button {
  width: 100%;
}

.complete__txt {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .complete__txt {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .complete__txt {
    font-size: 17px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .complete__txt {
    padding-top: 40px;
  }
}
.complete__btn {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (min-width: 500px) {
  .complete__btn {
    margin: 40px auto 0;
  }
}

.p-contact .msg-err {
  color: #ff0000;
  margin-top: 10px;
}
.p-contact__row {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-contact__row {
    margin-top: 30px;
  }
}
.p-contact__row:first-child {
  margin-top: 0;
}
.p-contact__label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .p-contact__label-group {
    gap: 10px;
  }
}
.p-contact__label {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .p-contact__label {
    font-size: 15px;
  }
}
.p-contact .u-tag-required {
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: 500;
}
.p-contact__input {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-contact__input {
    margin-top: 12px;
  }
}
.p-contact__input input[type=text],
.p-contact__input input[type=email],
.p-contact__input input[type=tel],
.p-contact__input textarea {
  width: 100%;
  border: 1px solid #838383;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .p-contact__input input[type=text],
  .p-contact__input input[type=email],
  .p-contact__input input[type=tel],
  .p-contact__input textarea {
    font-size: 15px;
    padding: 12px 15px;
  }
}
.p-contact__input input[type=text]::-webkit-input-placeholder, .p-contact__input input[type=email]::-webkit-input-placeholder, .p-contact__input input[type=tel]::-webkit-input-placeholder, .p-contact__input textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p-contact__input input[type=text]::-moz-placeholder, .p-contact__input input[type=email]::-moz-placeholder, .p-contact__input input[type=tel]::-moz-placeholder, .p-contact__input textarea::-moz-placeholder {
  color: #ccc;
}
.p-contact__input input[type=text]:-ms-input-placeholder, .p-contact__input input[type=email]:-ms-input-placeholder, .p-contact__input input[type=tel]:-ms-input-placeholder, .p-contact__input textarea:-ms-input-placeholder {
  color: #ccc;
}
.p-contact__input input[type=text]::-ms-input-placeholder, .p-contact__input input[type=email]::-ms-input-placeholder, .p-contact__input input[type=tel]::-ms-input-placeholder, .p-contact__input textarea::-ms-input-placeholder {
  color: #ccc;
}
.p-contact__input input[type=text]::placeholder,
.p-contact__input input[type=email]::placeholder,
.p-contact__input input[type=tel]::placeholder,
.p-contact__input textarea::placeholder {
  color: #ccc;
}
.p-contact__input input[type=text]:focus,
.p-contact__input input[type=email]:focus,
.p-contact__input input[type=tel]:focus,
.p-contact__input textarea:focus {
  border-color: #ffbda3;
  outline: none;
}
.p-contact__input textarea {
  min-height: 180px;
}
.p-contact__input.comfirm {
  border: 1px solid #838383;
  padding: 20px;
  border-radius: 6px;
  min-height: 66px;
}
@media screen and (max-width: 599px) {
  .p-contact__input.comfirm {
    padding: 12px 15px;
    min-height: 50px;
  }
}
.p-contact__input-radio {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .p-contact__input-radio {
    gap: 20px;
  }
}
.p-contact__input-radio .mwform-radio-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .p-contact__input-radio .mwform-radio-field {
    gap: 20px;
  }
}
.p-contact__input-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-contact__input-radio label {
    font-size: 15px;
  }
}
.p-contact__input-radio input[type=radio] {
  width: 12px;
  height: 12px;
}
.p-contact__privacy-box {
  margin-top: 80px;
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 40px;
  height: 235px;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .p-contact__privacy-box {
    padding: 30px;
    height: 208px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__privacy-box {
    margin-top: 50px;
    height: 185px;
  }
}
.p-contact__privacy-txt {
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-contact__privacy-txt {
    text-align: left;
  }
}
.p-contact__consent {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-contact__consent {
    margin-top: 30px;
  }
}
.p-contact__consent label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-contact__consent label {
    font-size: 15px;
  }
}
.p-contact__consent input[type=checkbox] {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 599px) {
  .p-contact__consent input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
.p-contact__submit {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-contact__submit {
    margin-top: 50px;
  }
}
.p-contact__submit.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__btn {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 276px;
  background-color: #fe7542;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-inline: 35px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
.p-contact__btn:hover {
  opacity: 0.68;
}
@media screen and (max-width: 599px) {
  .p-contact__btn {
    max-width: 170px;
    font-size: 16px;
    padding: 15px;
    margin-inline: 15px;
  }
}
.p-contact__btn.disabled {
  background: #FFC3AD;
  pointer-events: none;
}
.p-contact__btn.back {
  background: white;
  color: #fe7542;
  border: 1px solid #fe7542;
  border-radius: 50px;
}

.p-thanks p:not([class]) {
  font-size: 18px;
  line-height: 2.2;
  color: #101010;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-thanks p:not([class]) {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }
}
.p-thanks p:not([class]):first-child {
  margin-top: 0 !important;
}
.p-thanks .p-thanks__back {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-thanks .p-thanks__back {
    margin-top: 40px;
  }
}
.p-thanks .p-thanks__back a {
  color: #0070c0;
  text-decoration: underline;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-thanks .p-thanks__back a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=contact.css.map */