/**************************
 page-contact-thanks
**************************/
#page-contact-thanks .bg {
  background: url("../../images/contact/bg-contact.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#page-contact-thanks .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#page-contact-thanks .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#page-contact-thanks .bg h1 span {
  display: block;
}
#page-contact-thanks .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-contact-thanks .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
#page-contact-thanks .contact-thanks-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-contact-thanks .catch {
  text-align: center;
  margin-bottom: 50px;
}
#page-contact-thanks .link {
  text-align: center;
}
#page-contact-thanks .link a {
  display: inline-block;
  width: 300px;
  background: #084298;
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #page-contact-thanks .catch {
    text-align: left;
  }
}
