@media screen and (min-width: 768px) {
  .visible_sp {
    display: none;
  }
}

.thanks_body {
  text-align: center;
  margin: 9rem auto;
  width: 100rem;
  max-width: calc(100% - 4rem);
}

.thanks_body .ttl {
  font-size: 7rem;
  font-weight: bold;
  color: #EB4902;
  line-height: 1.4;
}

.thanks_body .txt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
}

.thanks_body .lead {
  font-size: 1.6rem;
  line-height: 2.375;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .lead {
    font-size: 2.2rem;
  }
}

.thanks_body .sub {
  color: #C9171E;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  width: 37rem;
  position: relative;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .thanks_body .sub {
    font-size: 1.8rem;
  }
}

.thanks_body .sub:before, .thanks_body .sub:after {
  content: '';
  position: absolute;
  background: url(../images/common/thanks_left.svg) no-repeat 50%/contain;
  width: 2.1rem;
  height: 2.9rem;
  top: .3em;
}

.thanks_body .sub:before {
  left: 0;
}

.thanks_body .sub:after {
  background-image: url(../images/common/thanks_right.svg);
  right: 0;
}

.thanks_body .contact {
  margin-bottom: 6.6rem;
}

.thanks_body .contact > dt {
  background: url(../images/common/thanks_h_bg.svg) no-repeat center top/100%;
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact > dt {
    background-image: url(../images/common/thanks_h_bg_sp.svg);
    font-size: 2.2rem;
    line-height: 4.6rem;
    border-radius: .5rem .5rem 0 0;
  }
}

.thanks_body .contact > dd {
  margin-top: -1rem;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(103, 76, 18, 0.15);
  padding: 3rem 4rem 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #3E2C04;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact > dd {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .thanks_body .contact > dd dl {
    width: 38rem;
  }
}

.thanks_body .contact > dd dt {
  background: #F3EFE7;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact > dd dt {
    font-size: 1.8rem;
  }
}

.thanks_body .contact > dd dd {
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: .6em;
}

.thanks_body .contact > dd a {
  display: inline-block;
}

.thanks_body .contact > dd small {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact > dd small {
    font-size: 1.6rem;
  }
}

.thanks_body .msg {
  margin-bottom: 4rem;
}

.thanks_body .msg dt {
  font-weight: bold;
  font-size: 3.2rem;
  color: #C89932;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dt {
    font-size: 4rem;
  }
}

.thanks_body .msg dt small {
  font-size: 2rem;
  color: #84531A;
  display: block;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dt small {
    font-size: 2.4rem;
  }
}

.thanks_body .msg dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dd {
    font-size: 2.2rem;
  }
}

.thanks_body ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 1100px) {
  .thanks_body ul {
    gap: 3rem 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks_body ul {
    justify-content: flex-start;
    gap: 3.5rem 0;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks_body li {
    width: 33.33%;
  }
}

.thanks_body li img {
  height: 7.4rem;
}

.thanks_body li p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: .7em;
}

@media screen and (max-width: 767px) {
  .thanks_body li p {
    font-size: 2.2rem;
  }
}

.fixed_smart {
  position: fixed;
  z-index: 100;
  background: #FFF505;
  width: 100%;
  left: 0;
  bottom: 0;
}

.fixed_smart a {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  padding: 1.25rem 0;
  gap: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .fixed_smart a {
    justify-content: flex-start;
    gap: 3rem;
  }
}

.fixed_smart .icon {
  background: #E40B1E;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  width: 12rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fixed_smart .icon {
    width: 12rem;
    height: 12rem;
    font-size: 2.2rem;
  }
}

.fixed_smart .txt {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 8.4rem;
  letter-spacing: .05em;
  font-size: 3.2rem;
  background: url(../images/common/icon_arrow05.svg) no-repeat right center/2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .fixed_smart .txt {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.4rem;
    padding-right: 5rem;
    background-size: 2.5rem;
  }
}

.fixed_smart .txt:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../images/common/icon_mail.svg) no-repeat 50%/contain;
  width: 8.9rem;
  aspect-ratio: 89 / 73;
  right: 4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .fixed_smart .txt:before {
    width: 11.3rem;
  }
}

.fixed_smart .txt i {
  font-size: 2.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .fixed_smart .txt i {
    font-size: 2.6rem;
  }
}

.fixed_smart .txt small {
  font-size: 2.2rem;
  letter-spacing: .05em;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .fixed_smart .txt small {
    font-size: 2.2rem;
  }
}

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