@charset "utf-8";

/*--------------------------------------------------------------
  thanksページ　設定
--------------------------------------------------------------*/
#thanks {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thanks h1 {
  margin: 0 0 3rem 0;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 400;
}

#thanks div {
  margin: 0;
  padding: 1rem;

  width:100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: rgb(0 0 0 / 0.7);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;

  color: #fff;
}