@charset "UTF-8";

.form-title-box {
  margin-bottom: 30px;
}

/* お問い合わせフォーム */

.section-inner-narrow {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
}

.section-inner-narrow h1 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .section-inner-narrow h1 {
    font-size: 25px;
  }
}

.sub-title-box .sub-page-title {
  font-size: 18px;
  color: #f22525;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .sub-title-box .sub-page-title {
    text-align: center;
    font-size: 25px;
  }
}

/*------------------------------------------------------
ステップバー
/*-----------------------------------------------------*/

.stepBar {
  margin-top: 30px;
  margin-bottom: 30px;
}

.stepBar {
  font-size: 10px;
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step {
  font-size: 15px;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  background-color: #eee;
  font-weight: bold;
}

@media screen and (max-width: 543px) {
  .stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 60px;
    padding: 0px 10px 0 0;
    background-color: #eee;
  }
}

.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: "";
  background-color: #eee;
  border-left: 4px solid #fff;
  width: 30px;
  height: 30px;
}

.stepBar .step:after {
  top: 0;
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  transform: skew(-30deg);
}

.stepBar .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #fff;
  background-color: #cca460;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #cca460;
}

.stepBar .step.current-e {
  color: #fff;
  background-color: #cca460;
}

.stepBar .step.current-e:before,
.stepBar .step.current-e:after {
  background-color: #cca460;
}

.stepBar .step.current-t {
  color: #fff;
  background-color: #cca460;
}

.stepBar .step.current-t:before,
.stepBar .step.current-t:after {
  background-color: #cca460;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}

/*------------------------------------------------------
フォーム本体
/*-----------------------------------------------------*/

.form-wrapper {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .form-wrapper {
    margin-bottom: 180px;
  }
}

/* @media (min-width: 768px) {
    .web-form-cont {
        border: 1px solid #ccc;
        padding: 50px 30px;
    }
}

@media (min-width: 992px) {
    .web-form-cont {
        padding: 50px 100px;
    }
} */

.form-item {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .form-item {
    margin-bottom: 40px;
  }
}

.form-item input,
.form-item textarea {
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 3px;
  width: calc(100% - 20px);
  padding: 10px 10px;
  line-height: 1;
}

.form-item input:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder {
  color: #ccc;
}

.form-item input::placeholder,
.form-item textarea::placeholder {
  color: #ccc;
}

.form-item input:focus,
.form-item textarea:focus {
  background: #f1f1f1;
  outline: none;
}

@media (min-width: 768px) {
  .form-item input,
  .form-item textarea {
    font-size: 16px;
    padding: 15px 15px;
    width: calc(100% - 30px);
  }
}

select {
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 3px;
  max-width: 100%;
  padding: 10px 10px;
  line-height: 1;
}

@media (min-width: 768px) {
  select {
    padding: 15px 15px;
  }
}

.form-item textarea {
  min-height: 140px;
}

.form-item label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .form-item label {
    margin-bottom: 12px;
    font-size: 17px;
  }
}

.form-item label.required:after {
  content: "必須";
  font-size: 12px;
  font-weight: 600;
  background-image: linear-gradient(45deg, #871b20 0%, #871b20 100%);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .form-item label.required:after {
    padding: 4px 10px;
  }
}

.form-item .attention {
  font-size: 12px;
  color: #6a6a6a;
}

@media (min-width: 768px) {
  .form-item .attention {
    font-size: 14px;
  }
}

.web-form-gloup h3 {
  font-size: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background: #ebebeb;
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .web-form-gloup h3 {
    font-size: 18px;
  }
}

.web-form-gloup:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .web-form-gloup:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.form-item-domain::after {
  content: ".eeat.jp";
}

.form-item-domain.form-item-short input {
  width: 70%;
}

@media (min-width: 768px) {
  .form-item-domain.form-item-short input {
    width: 50%;
  }
}

.form-date {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .form-date {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------
ラジオボタン・チェックボックス
/*-----------------------------------------------------*/

.form-item-radio span {
  line-height: 1;
  display: block;
}

/* 共通 */

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 5px 20px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -10px;
  border: 2px solid #a07e2c;
  background: #fff;
}

input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #a07e2c;
}

/* ラジオボタン */

input[type="radio"] + span::before,
input[type="radio"]:checked + span::after {
  border-radius: 50%;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field.horizontal-item label {
  display: inline-block;
}

/*------------------------------------------------------
各項目幅設定
/*-----------------------------------------------------*/

@media (min-width: 992px) {
  .form-item-short input {
    width: 50%;
  }
}

/*------------------------------------------------------
送信ボタン
/*-----------------------------------------------------*/

.submit-btn-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .submit-btn-wrapper {
    margin-top: 80px;
  }
}

.submit-btn-wrapper .wpcf7-submit {
  display: inline-block;
  padding: 10px 0;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background: transparent linear-gradient(180deg, #a07e2c 0%, #a07e2c 100%) 0%
    0% no-repeat;
  transition: 0.4s !important;
  border: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  width: 100%;
  /* min-width: 220px; */
}

@media (min-width: 768px) {
  .submit-btn-wrapper .wpcf7-submit {
    width: 100%;
    font-size: 20px;
  }
}

.submit-btn-wrapper .wpcf7-submit:hover {
  opacity: 0.85;
}

.submit-btn-wrapper-2btn .form-button {
  min-width: auto;
}

.submit-btn-wrapper .form-button-return {
  margin-right: 18px;
  background: #333;
}

@media (min-width: 768px) {
  .submit-btn-wrapper .form-button-return {
    margin-right: 30px;
  }
}

/*------------------------------------------------------
エラー
/*-----------------------------------------------------*/

.mw_wp_form .error {
  background: #f22525 !important;
  color: #fff !important;
  display: inline-block !important;
  border: none !important;
  margin-top: 10px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 100;
  }

  100% {
    opacity: 0;
  }
}

/*------------------------------------------------------
利用規約確認
/*-----------------------------------------------------*/

.service-terms-container {
  border: 1px solid #333;
  padding: 20px;
}

@media (min-width: 768px) {
  .service-terms-container {
    padding: 30px;
  }
}

.service-terms-container h3,
.service-terms-container .important-link {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .service-terms-container h3,
  .service-terms-container .important-link {
    font-size: 18px;
  }
}

.service-terms-container h3 {
  margin-bottom: 20px;
}

.service-terms-check-cont {
  background: #fff8f0;
  padding: 20px;
  text-align: center;
}

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