.background-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-width {
  margin: 0 auto;
  max-width: 1916px;
}
.ask .Form .btn-wrapper {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}
.ask .confirm_area {
  display: none;
}
.ask .confirm_area dl dd {
  border: none;
}
.ask .btn-wrapper {
  height: 50px;
}
.ask .confirm_button {
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.5s;
  pointer-events: none;
  background: rgba(34, 34, 34, 0.1333333333);
  box-shadow: none;
}
.ask .confirm_button:hover {
  opacity: 0.7;
}
.ask .confirm_button.active {
  background: #333;
  pointer-events: auto;
}
.wpcf7-response-output {
  display: none;
}
.thanks {
  line-height: 2.5;
}
.thanks a {
  text-decoration: underline;
}
.thanks #main-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  height: 80vh;
  padding: 10% 0;
}
