@charset "utf-8";
.footer-nav,
.page-top-wrp {
  display: none;
}
#header-form {
  position: relative;
  height: 90px;
  background: #ffe109;
}
.header-form__inner {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-form__title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.header-form__title span {
  display: block;
  font-size: 50px;
  color: #fff;
  margin-right: 20px;
  text-shadow: 0px 0px 24px rgba(191, 85, 0, 0.5);
}
.header-form__mynavi {
  display: block;
  width: 260px;
}
.header-form__mynavi.header-form__mynavi--stop {
  pointer-events: none;
  position: relative;
}
.header-form__mynavi.header-form__mynavi--stop:after {
  color: #fff;
  font-weight: bold;
  content: "現在行っておりません";
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------------- form ---- */
.form {
  padding: 40px 0 55px;
}
.form__in {
  width: 1000px;
  margin: 0 auto;
}
.form__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.form-text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.form-text strong {
  font-size: 18px;
  font-weight: bold;
}
.form-text--02 {
  margin-bottom: 30px;
}
.form-area-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.form-area-list__item {
}
.form-area-list__item:first-child {
  margin-right: 50px;
}
.form-area-list__ttl {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.form-area-list__link {
  display: block;
  width: 290px;
}
/*------------ stepbar ------------*/
.form-stepbar {
  width: 573px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  height: 40px;
  margin-bottom: 20px;
}
.form-stepbar__item {
  width: calc(100% / 3);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background-color: #f5f3ea;
  color: #333;
  font-size: 15px;
}
.form-stepbar__item::before,
.form-stepbar__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: transparent solid 30px;
  border-bottom: transparent solid 30px;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1;
}
.form-stepbar__item::before {
  border-left: 29px solid #fff;
  right: -29px;
}
.form-stepbar__item::after {
  border-left: 29px solid #f5f3ea;
  right: -20px;
}
.form-stepbar__item.current {
  color: #fff;
  background-color: #ee7912;
}
.form-stepbar__item.current::after {
  border-left: 29px solid #ee7912;
}
.form-stepbar__item:last-child::after {
  content: none;
}
/*------------ form ------------*/
.form-area {
  width: 100%;
  margin: 0 auto 60px;
}
/* form__block ------------*/
.form-area__block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.form-area__block:first-child {
  border-top: 1px solid #c6c4b9;
}
.form-area__block:last-child {
  border-bottom: 1px solid #c6c4b9;
}
.form-area__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 24px 30px 0;
  background-color: #f5f3ea;
  width: 300px;
  min-height: 60px;
  position: relative;
  letter-spacing: 0.05em;
}
/* 必須 ------------*/
.form-require-comment {
  font-size: 15px;
  line-height: 21px;
  color: #e63100;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
.form-require::after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 24px;
  margin: auto;
  width: 44px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 13px;
  background-color: #e63100;
  border-radius: 6px;
}
.form-require--left::after {
  right: auto;
  top: 0;
  left: 0;
}
/* form__item ------------*/
.form-area__item {
  width: 700px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* input ------------*/
.form-area__input {
  width: 450px;
  width: 63%!important;
  height: auto;
  background-color: #eeeeee !important;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px !important;
}
/* 住所 ------------*/
.form-area__item-sbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-area__item-sbs--postal::before {
  content: "〒";
  font-size: 16px;
  margin-right: 5px;
}
.form-area__input--postal {
  width: 218px;
  margin-right: 20px;
}
.form-area__comment {
  font-size: 12px;
}

/* error ------------*/
.form-top-error {
  text-align: center;
  margin: 0;
  color: #ff3035;
}
.form-error-comment {
  width: 100%;
  margin-top: 10px;
}
.form-error-comment span {
  width: auto;
  padding: 5px 20px;
  border-radius: 5px;
  background: #ff3035;
  text-align: left;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
/* textarea ------------*/
.form-textarea {
  width: 620px;
  height: 115px;
  background-color: #eeeeee;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 6px !important;
}
/* policy ------------*/
.form-policy {
  margin-top: 30px;
  text-align: center;
}
.form-policy__link {
  text-decoration: underline;
}
.form-policy-e {
  text-align: center;
}
.form-area-chk-btn {
  display: inline-block;
  margin-right: 40px;
}
.form-area__other {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 0;
}
.form-area__other .form-area-chk-btn {
  margin-right: 25px;
}

/* ---------------------------------------------------------------- Button ---- */
.form-button-area {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.lcl-linkbtn__back {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: #969590;
  margin-right: 20px;
}
.lcl-linkbtn__back::after {
  left: 30px;
  right: auto;
  transform: rotate(135deg);
}
.lcl-linkbtn__close {
  background: #532718;
}
.lcl-linkbtn__close::before,
.lcl-linkbtn__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  width: 16px;
  height: 2px;
  background: #fff;
  right: 40px;
}
.lcl-linkbtn__close::before {
  transform: rotate(-45deg);
}
.lcl-linkbtn__close::after {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .lcl-linkbtn__close:hover {
    background: #000;
  }
}

/* ---------------------------------------------------------------- Thanks ---- */
.form-thanks__text01 {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 25px;
}
.form-thanks__text02 {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.form-thanks__text02 a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* ---- SP ---- */
  #wrapper {
    padding-top: 0;
  }
  .header-logo {
    position: relative;
    /* width: 85px;
    height: 70px;
    border-radius: 0 0 2.5px 2.5px; */
  }
  /* .logo__link {
    border-radius: 0 0 2.5px 2.5px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.11em;
    padding: 7px 0 0;
    display: block;
  } */
  /* .heaader-logo__img {
    display: block;
    width: 52px;
    padding: 0;
    margin: 0 auto 5px;
  } */
  /* .header-logo__text {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    display: block;
    margin-right: 0;
  } */
  #header-form {
    height: 55px;
    background: #ffe109;
    display: flex;
    justify-content: space-between;
  }
  .header-form__inner {
    width: auto;
    height: 55px;
    padding-left: 0;
    padding-right: 5vw;
    margin: 0;
  }
  .header-form__title {
    font-size: 2.6vw;
    line-height: 2.6vw;
    display: block;
  }
  .header-form__title span {
    display: block;
    font-size: 9vw;
    line-height: 9vw;
    margin-right: 0;
    text-shadow: 0px 0px 12px rgba(191, 85, 0, 0.5);
  }
  .header-form__mynavi {
    display: block;
    width: 125px;
  }
  .header-form__mynavi.header-form__mynavi--stop:after {
    font-size: 10px;
  }
  /* ---------------------------------------------------------------- form ---- */
  .form {
    padding: 30px 0;
  }
  .form__in {
    width: 100%;
    margin: 0 auto;
  }
  .form__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .form-text {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 0 15px;
  }
  .form-text strong {
    font-size: 13px;
    font-weight: bold;
  }
  .form-text--02 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .form-area-list {
    display: block;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .form-area-list__item {
  }
  .form-area-list__item:first-child {
    margin: 0 0 20px;
  }
  .form-area-list__ttl {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .form-area-list__link {
    display: block;
    width: 270px;
  }

  /*------------ stepbar ------------*/
  .form-stepbar {
    width: 319px;
    margin-bottom: 25px;
  }
  .form-stepbar__item {
    font-size: 13px;
  }
  .form-stepbar__item::before,
  .form-stepbar__item::after {
    border-top: transparent solid 27.5px;
    border-bottom: transparent solid 27.5px;
    position: absolute;
    top: -7.5px;
    right: 0;
    z-index: 1;
  }
  .form-stepbar__item::before {
    border-left: 14px solid #fff;
    right: -14px;
  }
  .form-stepbar__item::after {
    border-left: 14px solid #f5f3ea;
    right: -10px;
  }
  .form-stepbar__item.current::after {
    border-left: 14px solid #ee7912;
  }
  /*------------ form ------------*/
  .form-area {
    width: 100%;
    margin: 30px auto 0;
  }
  /* form__block ------------*/
  .form-area__block {
    display: block;
  }
  .form-area__block:last-child {
    border-bottom: 0px solid #ddd;
  }
  .form-area__ttl {
    align-items: center;
    font-size: 14px;
    padding: 0 25px 0;
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #c6c4b9;
  }
  /* form__item ------------*/
  .form-area__item {
    width: 100%;
    padding: 10px 15px 20px;
  }
  .form-area__block:last-child .form-area__item {
    border-bottom: 1px solid #c6c4b9;
  }
  .form-area__other {
    padding-top: 10px;
  }
  .form-area__other .form-area__input {
    width: 220px;
  }
  .form-area__other .form-area-chk-btn {
    margin-right: 5px;
  }
  /* input ------------*/
  .form-area__input {
    width: 100%!important;
    padding: 12px 10px;
  }
  .form-area__input--postal {
    width: 135px;
  }
  /* 住所 ------------*/
  .form-area__item-sbs {
    display: block;
  }
  .form-area__comment {
    font-size: 11px;
    margin-top: 10px;
  }
  /* error ------------*/
  .form-top-error {
    margin: 30px 0;
  }
  .form-error-comment span {
    display: block;
  }
  /* textarea ------------*/
  .form-textarea {
    width: 100%;
    height: 200px;
  }
  /* policy ------------*/
  .form-policy {
    margin-top: 10px;
    padding: 0 15px;
    text-align: left;
    width: 100%;
  }
  .form-area-chk-btn {
    margin-right: 50px;
    margin-bottom: 5px;
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .form-area-chk-btn i {
    text-indent: 0;
    margin-left: 0;
  }
  .form-policy .form-area-chk-btn {
    margin-right: 0;
  }
  .form-require-comment {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    width: auto;
    margin-left: 15px;
  }
  .form-require::after {
    top: 10px;
    border-radius: 3px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .form-require--left::after {
    top: 0;
  }
  .lcl-linkbtn__back {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin-right: 20;
  }
  .lcl-linkbtn__back::after {
    left: 15px;
  }

  /* ---------------------------------------------------------------- Thanks ---- */
  .form-thanks__text01 {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    margin: 15px 15px 10px;
  }
  .form-thanks__text02 {
    font-size: 13px;
    line-height: 28px;
    text-align: left;
    margin: 0 15px 25px;
  }
  .form-thanks__text02 a {
    font-size: 16px;
    font-weight: bold;
  }
  .form-policy-e {
    padding: 0 15px;
  }
}
