.sec_top .lead {
  position: relative;
  text-align: center;
  margin: 6rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .sec_top .lead {
    height: 27rem;
    padding-top: 5rem;
  }
  .sec_top .lead:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/frame.svg) no-repeat left top/contain;
    left: 0;
    top: 0;
  }
}

.sec_top .lead dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.sec_top .lead dd i {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
}

.sec_top .lead dd a {
  font-size: 3rem;
  display: block;
}

.sec_top .lead dd small {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sec_top .lead dd p + p {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: solid 1px #231815;
  }
}

@media screen and (min-width: 768px) {
  .sec_top .lead dd {
    display: flex;
    justify-content: center;
  }
  .sec_top .lead dd p {
    width: 36.6rem;
  }
  .sec_top .lead dd p + p {
    border-left: solid 1px #231815;
  }
}

.form {
  padding-bottom: 12rem;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #fff;
}

.form .step {
  display: flex;
  background: #D9D9D9;
}

.form .step li:nth-child(1) {
  background: #036EB7;
  color: #fff;
}

.form .step li:nth-child(2):before {
  background: #D9D9D9;
}

.form .step li:nth-child(3) {
  background: #E6E6E6;
}

.form .step.b {
  background: #036EB7;
}

.form .step.b li:nth-child(1) {
  background: #E6E6E6;
  color: #808080;
}

.form .step.b li:nth-child(1):before {
  background: #E6E6E6;
}

.form .step.b li:nth-child(2) {
  color: #fff;
}

.form .step.b li:nth-child(2):before {
  background: #036EB7;
}

.form .step.b li:nth-child(3) {
  background: #D9D9D9;
}

.form .step.c {
  background: #E6E6E6;
}

.form .step.c li:nth-child(1) {
  background: #D9D9D9;
  color: #808080;
}

.form .step.c li:nth-child(1):before {
  background: #D9D9D9;
}

.form .step.c li:nth-child(2):before {
  background: #E6E6E6;
}

.form .step.c li:nth-child(3) {
  background: #036EB7;
  color: #fff;
}

.form .step li {
  font-size: 1.5rem;
  font-weight: 500;
  height: 5rem;
  color: #808080;
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .form .step li {
    font-size: 1.3rem;
    padding-left: 1em;
    height: 7rem;
    width: 30%;
  }
  .form .step li:nth-child(2) {
    width: 33%;
    padding-left: 1.7em;
  }
  .form .step li:nth-child(3) {
    width: 37%;
  }
}

.form .step li:before {
  content: '';
  position: absolute;
  background: #036EB7;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  width: 1.8rem;
  top: 0;
  z-index: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.form .step li:nth-child(3):before {
  content: none;
}

.form .note {
  font-size: 1.4rem;
  line-height: 1.78;
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .form .note {
    text-align: center;
  }
}

.form .note a {
  text-decoration: underline;
  color: #036EB7;
}

.form .ttl {
  font-size: 2rem;
  letter-spacing: .05em;
  font-weight: bold;
  border-bottom: solid 1px #231815;
  margin: 7rem 0 2rem;
  padding-bottom: .5em;
}

.form .radio input[type="radio"], .form .radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form .radio input[type="radio"]:checked + span:after, .form .radio input[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .35em;
  width: .7em;
  height: .7em;
  background: #036EB7;
  border-radius: 50%;
}

.form .radio input[type="radio"]:checked + span:before, .form .radio input[type="checkbox"]:checked + span:before {
  border: solid 1px #036EB7;
}

.form .radio input[type="radio"] + span, .form .radio input[type="checkbox"] + span {
  position: relative;
  padding-left: 2.2em;
  cursor: pointer;
  height: 2em;
  display: inline-block;
  line-height: 2;
}

.form .radio input[type="radio"] + span:before, .form .radio input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #C9C9C9;
}

.form .check input[type="checkbox"]:checked + span:after {
  border-right: .3rem solid #036EB7;
  border-bottom: .3rem solid #036EB7;
  left: .5em;
  top: .1em;
  transform: rotate(45deg);
  width: 1rem;
  height: 1.8rem;
  border-radius: 0;
  background: none;
}

.form .check input[type="checkbox"] + span:before {
  border-radius: 0;
}

.form th {
  text-align: left;
  position: relative;
  padding-top: 2em;
  font-weight: bold;
  width: 28rem;
}

.form td.head {
  text-align: left;
  position: relative;
  padding-top: 2em;
  font-weight: bold;
  width: 28rem;
}

.form th p {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
}
.form td.head p {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
}


@media screen and (min-width: 768px) {
  .form td.head p {
    width: 12em;
    padding-left: 4.2em;
  }
  .form td.head p + p {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .form th p {
    width: 12em;
    padding-left: 4.2em;
  }
  .form th p + p {
    margin-top: 1em;
  }
}

.form th em {
  color: #fff;
  padding: .1em .5em;
  font-size: 1.6rem;
  background: #00A5E8;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 1em;
}

.form td.head em {
  color: #fff;
  padding: .1em .5em;
  font-size: 1.6rem;
  background: #00A5E8;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 1em;
}

.form tr > * {
  vertical-align: top;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
  }
}

.form tr > * small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .form tr + tr > * {
    border-top: solid 1px #E6E6E6;
  }
}

.form td {
  padding: 2em 0;
}

@media screen and (max-width: 767px) {
  .form td {
    padding: .8em 0 2em;
    font-size: 1.3rem;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  width: 100%;
  border: solid 1px #E6E6E6;
  padding: .8em 1.2em;
}

@media screen and (max-width: 767px) {
  .form td input[type="text"]::placeholder, .form td input[type="email"]::placeholder, .form td input[type="tel"]::placeholder, .form td textarea::placeholder, .form td select::placeholder {
    font-size: 1rem;
  }
  .form td input[type="text"]:-ms-input-placeholder, .form td input[type="email"]:-ms-input-placeholder, .form td input[type="tel"]:-ms-input-placeholder, .form td textarea:-ms-input-placeholder, .form td select:-ms-input-placeholder {
    font-size: 1rem;
  }
  .form td input[type="text"]::-ms-input-placeholder, .form td input[type="email"]::-ms-input-placeholder, .form td input[type="tel"]::-ms-input-placeholder, .form td textarea::-ms-input-placeholder, .form td select::-ms-input-placeholder {
    font-size: 12rem;
  }
}

.form td select {
  width: auto;
}

.form td select[name="pref"] {
  margin: .6em 0;
}

.form td textarea {
  height: 20em;
}

.form td p {
  margin-bottom: .2em;
}

.form td p.b {
  margin-top: 1em;
}

.form td .radio {
  display: flex;
  gap: 1.5em 2.2em;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form td .radio {
    flex-wrap: wrap;
  }
}

.form td .radio .set {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .form td .radio .set {
    flex-wrap: wrap;
  }
}

.form td .radio .set input[type="text"] {
  width: 28.4rem;
}

@media screen and (max-width: 767px) {
  .form td .radio {
    gap: 1em;
  }
}

.form .formError {
  padding-top: .3em;
  color: #b94a48;
  font-size: 1.6rem;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFBF8 inset;
}

.form .doui {
  text-align: center;
  font-size: 1.5rem;
}

.form .doui small {
  display: block;
  font-size: 1.2rem;
  color: #DF461C;
}

.form label.error {
  color: #DF461C;
  display: block;
  font-size: 1.2rem;
  margin-top: .3em;
  display: block;
}

.form .btn {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .form .btn ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 3.5rem;
  }
  .form .btn li + li {
    margin-top: 1.5rem;
  }
}

.form .btn.b {
  display: none;
}

.form .btn li {
  width: 40rem;
  max-width: 100%;
}

.form .btn input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #036EB7;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.5;
}

@media screen and (max-width: 767px) {
  .form .btn input {
    font-size: 1.5rem;
  }
}

.form .btn #back {
  background-color: #808080;
}

.form td .label {
  display: none;
}

.form.confirm .doui {
  display: none;
}

.form.confirm td * {
  display: none;
}

.form.confirm td .label {
  display: block;
}

.form.confirm td .label br {
  display: block;
}

.form .thanks {
  text-align: center;
  margin: 6rem 0 8rem;
}

.form .thanks dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.2em;
}

.form .thanks dd {
  font-size: 1.5rem;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .form .thanks dd {
    text-align: left;
  }
}

.form .c_btn {
  text-align: center;
}

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