@charset "UTF-8";
.main_contents {
  margin: 0 auto 184px;
}

.main_ttl_area {
  padding: 100px 0 80px;
}

.main_ttl {
  width: 25.7%;
  max-width: 257px;
  margin: 0 auto;
}

h1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 0.08em;
}

.lead {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  padding-bottom: 60px;
  text-align: center;
}

.lead > span {
  color: #be272d;
}

.Form {
  margin-top: 80px;
  margin: 0 auto;
  width: 88%;
  max-width: 1000px;
}

.Form-Item {
  border-top: 1px dotted #6E6E6E;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.Form-Item.wpcf7c-elm-step2 {
  border-top: none;
  border-bottom: 1px dotted #6E6E6E;
}

.Form-Item:nth-of-type(7) {
  border-bottom: 1px dotted #6E6E6E;
}

.Form-Item-Label {
  width: 100%;
  max-width: 210px;
  padding: 28px 0;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Form-Item-Label.isMsg {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Form-Item-Label-Required {
  color: #be272d;
  font-size: 0.8em;
  vertical-align: top;
}

.Form-Item-Input {
  border: 1px solid #d2d2d2;
  border-bottom: transparent;
  border-right: transparent;
  margin: 30px 0 30px 30px;
  padding: 0 1em;
  height: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 350px;
  background: #fafafa;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box {
  position: relative;
  margin: 30px 0 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.box p {
  font-size: 14px;
}

.Form-Item-Textarea {
  border: 1px solid #d2d2d2;
  border-bottom: transparent;
  border-right: transparent;
  padding: 1em;
  height: 170px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 580px;
  background: #fafafa;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

::-webkit-input-placeholder {
  color: #bebebe;
}

:-ms-input-placeholder {
  color: #bebebe;
}

::-ms-input-placeholder {
  color: #bebebe;
}

::placeholder {
  color: #bebebe;
}

textarea::-webkit-input-placeholder {
  color: #bebebe;
}

textarea:-ms-input-placeholder {
  color: #bebebe;
}

textarea::-ms-input-placeholder {
  color: #bebebe;
}

textarea::placeholder {
  color: #bebebe;
}

article {
  width: 100%;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 60px;
  margin-top: 60px;
  letter-spacing: 0.07em;
}

article > h2 {
  font-size: 16px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 22px;
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1.7em;
}

article > .notes p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 30px;
}

article > .notes p::before {
  content: "・";
}

article > .notes p:last-of-type {
  padding-bottom: 40px;
}

article .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article input[type=checkbox] {
  display: none;
}

article .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 40px;
  position: relative;
  width: auto;
  font-size: 14px;
  vertical-align: middle;
}

article .checkbox01::before {
  background: #fff;
  content: '';
  display: block;
  height: 24px;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

article .checkbox01::after {
  border-right: 3px solid #6E6E6E;
  border-bottom: 3px solid #6E6E6E;
  content: '';
  display: block;
  height: 9px;
  left: 13px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

article input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.agree {
  width: 100%;
  padding-top: 60px;
  letter-spacing: 0.08em;
}

.agree > p {
  font-size: 14px;
  text-align: center;
}

.agree .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
}

.agree input[type=checkbox] {
  display: none;
}

.agree .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 40px;
  position: relative;
  width: auto;
  font-size: 14px;
  margin-bottom: 20px;
}

.agree .checkbox01::before {
  background: #f0f0f0;
  content: '';
  display: block;
  height: 24px;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.agree .checkbox01::after {
  border-right: 3px solid #6E6E6E;
  border-bottom: 3px solid #6E6E6E;
  content: '';
  display: block;
  height: 9px;
  left: 13px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

.agree input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.agree .checkbox01:last-of-type {
  margin-bottom: 0;
}

.test {
  text-decoration: none;
}

.button_wrap {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.button_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 12px;
  background: url(../../assets/images/ico_arrow_gray.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .button_wrap::after {
    right: 15px;
  }
}

.button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .button_block {
    margin-top: 50px;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.button_block .button_wrap {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .button_block .button_wrap {
    margin: 0 10px;
  }
}

.button_block .Form-Btn {
  margin-top: 0;
}

.Form-Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .1em;
  -webkit-transition: .4s;
  transition: .4s;
  border: none;
  border-radius: 30px;
  margin: 80px auto 0;
  padding: 21.5px 0;
  width: 300px;
  color: #fff;
  background: #282828;
  cursor: pointer;
}

.Form-Btn:disabled {
  color: #c7c7c7;
  background: #efefef;
  pointer-events: none;
}

.Form-Btn-back::after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .Form-Btn-back::after {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .main_contents {
    margin: 0 auto 125px;
  }
  .main_ttl_area {
    padding: 75px 0;
  }
  .main_ttl {
    width: 37.867%;
  }
  h1 {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 15px 0 0;
  }
  .lead {
    width: 82.667%;
    line-height: 1.9em;
    text-align: justify;
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 55px;
  }
  .Form {
    margin-top: 0;
    width: 82.667%;
  }
  .Form-Item {
    margin: 0 auto;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  .Form-Item:nth-of-type(7) {
    border: none;
    padding-bottom: 0;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: block;
    padding: 0;
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    background: none;
    text-align: left;
  }
  .Form-Item-Label.isMsg {
    display: block;
  }
  .Form-Item-Input {
    margin: 10px 0 0 0;
    height: 50px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
  .box {
    margin: 0;
  }
  .box p {
    margin-top: calc(20px + (15 - 14) * (100vw - 375px) / (767 - 375));
    font-size: calc(14px + (15 - 14) * (100vw - 375px) / (767 - 375));
  }
  .Form-Item-Textarea {
    margin-top: 15px;
    margin-left: 0;
    height: 150px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
  article {
    border-radius: 5px;
    padding: 40px 30px;
    margin: 40px auto 0;
  }
  article > h2 {
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  article > .notes {
    height: 510px;
    overflow-y: scroll;
    margin-bottom: 35px;
  }
  article > .notes p {
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 30px;
    padding-right: 20px;
    text-align: justify;
  }
  article > .notes p:last-of-type {
    padding-bottom: 0;
  }
  article .checkbox {
    display: block;
  }
  article .checkbox01 {
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 5px 0 5px 40px;
  }
  article .checkbox01::before {
    left: 0;
  }
  article .checkbox01::after {
    left: 9px;
  }
  .agree {
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
  }
  .agree > p {
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    text-align: justify;
    line-height: 1.8em;
  }
  .agree .checkbox {
    padding-top: 35px;
  }
  .agree .checkbox01 {
    font-size: calc(14px + (15 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    margin-bottom: 25px;
  }
  .agree .checkbox01:last-of-type {
    margin-bottom: 0;
    padding-right: 0;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  .button_wrap {
    width: 82.667%;
  }
  .Form-Btn {
    margin-top: 50px;
    padding: 17.5px 0;
    width: 100%;
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7c-conf {
  background-color: #fff !important;
  border: none !important;
}

.wpcf7c-conf::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}

.wpcf7c-conf::-ms-input-placeholder {
  color: transparent;
}

.wpcf7c-conf::placeholder {
  color: transparent;
}

.wpcf7-not-valid-tip {
  margin-bottom: 20px !important;
  margin-left: 30px !important;
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 4vw !important;
  }
}

.box .wpcf7-not-valid-tip {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .box .wpcf7-not-valid-tip {
    margin-top: 4vw !important;
  }
}
/*# sourceMappingURL=style.css.map */