.thanks_con {
  padding: 185px 0;
}
@media (max-width: 480px) {
  .thanks_con {
    padding: 120px 0 80px;
  }
}
.thanks_con .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .thanks_con .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .thanks_con .inner {
    width: calc(100% - 60px);
  }
}
.thanks_con .inner .thanks_ttl {
  font-size: 30px;
  color: #1b357d;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .thanks_con .inner .thanks_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.thanks_con .inner .thanks_txt1 {
  font-size: 20px;
  color: #ec1e79;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .thanks_con .inner .thanks_txt1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.thanks_con .inner .thanks_txt2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .thanks_con .inner .thanks_txt2 {
    font-size: 16px;
  }
}
.thanks_con .inner .thanks_txt3 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.thanks_con .inner .thanks_txt4 {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .thanks_con .inner .thanks_txt4 {
    font-size: 16px;
  }
}

.sp__only {
  display: none;
}
@media (max-width: 600px) {
  .sp__only {
    display: block;
  }
}/*# sourceMappingURL=thanks.css.map */