/* サンクスページ */
@media screen and (max-width: 767px){
  #thanks {
    padding-top: 20%;
  }
}
@media screen and (min-width: 768px){
#thanks {
  height: 100vh;
}
}
  
#thanks > div > * {
  margin-bottom: 20px;
}

#thanks > div >a:hover {
  color: #fff;
  background: #000;
}