@charset "UTF-8";
/*
  メディアクエリ 
*/
/*
  グローバルな値かなり影響範囲がでかいので修正するときは注意
*/
/*
psdの場合フォント前後の行間が無視されてしか要素感の余白の値をとることができないからそれを計算する
*/
.mw_wp_form {
  text-align: center;
}
.mw_wp_form .mwform__etcInput {
  width: 100%;
}

.mw_wp_form form {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 900px;
}
.mw_wp_form .tag {
  display: none;
}

.mw_wp_form .error {
  display: none;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #ff0000;
}

.mw_wp_form .error.is-active {
  display: flex;
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mw_wp_form textarea {
  line-height: 1.8;
}

.c-contact-progress {
  margin-top: 50px;
}

.c-contact-progress.-top {
  margin-top: 0;
}

.c-contact-progress__list {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.c-contact-progress__item {
  display: flex;
  align-items: center;
}

.c-contact-progress__border {
  display: block;
  height: 1px;
  background-color: #d6d6d6;
}
.c-contact-progress__border.is-active {
  background: linear-gradient(to right, #90dde8, #83c2e6);
}

.c-contact-progress__border.is-active.-confirm {
  background: linear-gradient(to right, #83c2e6, #6291dc);
}

.c-contact-progress__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-contact-progress__square {
  background-color: #d6d6d6;
  border-radius: 50%;
}
.c-contact-progress__square.is-active {
  background-color: #90dde8;
}

.c-contact-progress__square.is-active.-confirm {
  background-color: #83c2e6;
}

.c-contact-progress__square.is-active.-thanks {
  background-color: #6291dc;
}

.c-contact-progress__process {
  position: absolute;
  font-weight: bold;
  color: #4e4e4e;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-contact-progress__process.is-active {
  color: #90dde8;
}

.c-contact-progress__process.is-active.-confirm {
  color: #74b4d9;
}

.c-contact-progress__process.is-active.-thanks {
  color: #6291dc;
}
.contactThanks-page__top {
  margin-right: auto;
  margin-left: auto;
}
.contactThanks-page__thanks {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.contactThanks-page__text {
  text-align: center;
  letter-spacing: 0.05em;
}
.contactThanks-page__close {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #8c8c8c;
}

.contactThanks-page__close::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.contactThanks-page .mw_wp_form {
  display: none;
}
@media (max-width: 900px) {
  .mw_wp_form {
    padding-bottom: 50px;
    margin-top: 70px;
  }
  .mw_wp_form form {
    width: 86.6%;
  }
  .mw_wp_form form {
    width: 100%;
  }
  .c-contact-progress__list {
    justify-content: center;
  }
  .c-contact-progress__border {
    width: 104.5px;
  }
  .c-contact-progress__square {
    width: 18px;
    height: 18px;
    margin-bottom: 7.5px;
  }
  .c-contact-progress__process {
    bottom: -13px;
    font-size: 12px;
  }
  .contactThanks-page .page__title {
    padding-bottom: 0;
  }
  .contactThanks-page__top {
    width: 86.6%;
  }
  .contactThanks-page__thanks {
    margin-top: 52.5px;
    font-size: 16px;
  }
  .contactThanks-page__text {
    margin-top: 19px;
    font-size: 12px;
    line-height: 1.9;
  }
  .contactThanks-page__close.is-active::before {
    opacity: 0.4;
  }
  .contactThanks-page__close {
    width: 140px;
    margin-top: 49px;
    font-size: 18px;
    line-height: 46.5px;
    border-radius: 5px;
  }
}
@media (min-width: 901px) {
  .mw_wp_form {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .mw_wp_form form {
    width: 100%;
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-contact-progress__list {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .c-contact-progress__border {
    width: 180px;
  }
  .c-contact-progress__square {
    width: 26px;
    height: 26px;
    margin: 15px 0 12px;
  }
  .c-contact-progress__process {
    bottom: -18px;
    font-size: 18px;
  }
  .contactThanks-page__top {
    width: 100%;
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contactThanks-page__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contactThanks-page__thanks {
    margin-top: 70px;
    font-size: 24px;
  }
  .contactThanks-page__text {
    margin-top: 41px;
    font-size: 18px;
    line-height: 2;
  }
  .contactThanks-page__close:hover::before {
    opacity: 0.4;
  }
  .contactThanks-page__close {
    width: 212px;
    margin-top: 70px;
    font-size: 28px;
    line-height: 71px;
    border-radius: 10px;
  }
}
/*# sourceMappingURL=../sourcemaps/contact/thanks.css.map */