@charset "UTF-8";

* {font-family:'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; font-size: 16px; line-height: 1.5;}  
body{margin: 0; padding: 0;}
h1 {font-size: 30px; font-weight: bold; text-align: center; padding-bottom: 30px;}
h2{font-size: 20px; font-weight: bold; text-align: left; padding-top: 20px;}
p{font-size: 16px; line-height: 1.5; margin-top: 0; margin-bottom: 0;}
table {width: 100%; max-width: 800px; border-spacing: 3px;}
td{padding: 10px; font-size: 14px;}
td:first-child {background-color: #aaa; color: #fff; margin-right: 5px; text-align: center;}

.wrap{max-width: 1000px;}
.thanks {height: 100vh;}
.center {text-align: center;}
.thanks main {padding-top: 30px;}
.thanks h1 {margin-top: 0;}
.thanks footer {position: absolute; bottom: 0; width:100%;}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbtn {
  border: 2px solid #F58400;
  color: #F58400;
  font-size: 12px;
  padding: 5px;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border-radius: 50px;
}

a.topbtn:hover {
  display: flex;
  opacity: .6;
  color: #F58400;
  transition: all .3s;
}

a.topbtn:visited, a.topbtn:active, a.topbtn:hover {
  color: #F58400;
}
