@charset "UTF-8";
.sp-pop {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-pop {
    display: block;
  }
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
.wpforms-entry-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
  padding: 0 15px;
  text-align: center;
  list-style: none;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step {
  position: relative;
  flex: 1;
  padding: 0 40px 0 20px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  background: #e6e6e6;
  list-style: none !important;
  margin: 0 !important;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child):before,
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child):after {
  position: absolute;
  left: -12px;
  display: block;
  content: "";
  background: #e6e6e6;
  border-left: 4px solid #fff;
  width: 20px;
  height: 25px;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child):before {
  bottom: 0;
  transform: skew(-30deg);
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child)::after {
  top: 0;
  transform: skew(30deg);
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step.current {
  background-color: #1caed5;
  color: #fff;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child).current:before,
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child).current:after {
  background: #1caed5;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-text {
  padding-bottom: 40px;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field {
  /* 個人情報保護方針 */
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD {
  height: 250px;
  border: 1px solid #ddd;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 250px;
  padding: 20px;
  font-size: 16px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea p {
  margin-bottom: 1.5em;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea h4 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea h6 {
  font-weight: bold;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea dt {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .privacyTD .privacyArea dd {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar {
    padding: 0;
  }
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px 0 10px;
  }
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child):before,
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .contact-top ol.stepBar li.step:not(:first-child):after {
    position: absolute;
    left: -12px;
    display: block;
    content: "";
    background: #e6e6e6;
    border-left: 4px solid #fff;
    height: 16px !important;
  }
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field em {
    display: none;
  }
}
.wpforms-entry-wrap .wpforms-container .wpforms-form {
  /* ボタン */
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .wpforms-page-next,
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 150px;
  font-size: 22px;
  color: #fff !important;
  background-color: #1caed5 !important;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
  margin: 0 auto !important;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .wpforms-page-prev {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  color: #fff !important;
  background-color: #1caed5 !important;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .wpforms-page-next:hover,
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit]:hover,
.wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .wpforms-page-prev:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-field .wpforms-page-next,
  .wpforms-entry-wrap .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    padding: 20px 70px;
    font-size: 18px;
  }
}