* {
  box-sizing: border-box;
  line-height: 1;
}

html {
  line-height: 1.5;
}

body {
  background: url(../images/form_bg_2.jpg) left top no-repeat;
  overflow: hidden;
  color: #222222;
}

a, button {
  transition-duration: 0.3s;
}
a:hover, button:hover {
  opacity: 0.8;
  transition: 1s;
}

.thanks-page {
  width: 1200px;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .thanks-page {
    width: 100%;
  }
}
.thanks-page .inner {
  width: 1000px;
  min-height: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px;
  text-align: center;
  box-shadow: 10px 10px 7px 0px rgba(199, 181, 116, 0.5);
}
@media screen and (max-width: 480px) {
  .thanks-page .inner {
    width: 100%;
    min-height: auto;
    margin: 0 30px;
    padding: 50px 60px;
  }
}
.thanks-page .inner .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .thanks-page .inner .title {
    font-size: 18px;
  }
}
.thanks-page .inner .title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 85px;
  height: 1px;
  background: #222222;
  top: 50px;
  right: 28px;
}
@media screen and (max-width: 480px) {
  .thanks-page .inner .title::after {
    width: 42px;
    top: 27px;
    right: 16px;
    height: 2px;
  }
}
.thanks-page .inner p.text {
  font-size: 20px;
  line-height: 32px;
  margin: 70px 0;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .thanks-page .inner p.text {
    font-size: 15px;
    margin: 39px 0 25px;
  }
}
.thanks-page .inner .btn {
  width: 372px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f75c03;
  border: solid 2px #f75c03;
  border-radius: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .thanks-page .inner .btn {
    width: 225px;
    height: 36.5px;
  }
}
.thanks-page .inner .btn a {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 52px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .thanks-page .inner .btn a {
    font-size: 15px;
    line-height: 30px;
  }
}/*# sourceMappingURL=thanks.css.map */