/*********************************************
title_block
*********************************************/
.thanks {
  width: 94.66667vw;
  margin: 0 auto;
  padding: 7px;
}
main{
	overflow: inherit;
}
@media only screen and (min-width: 641px) {
  .thanks {
    margin: 0 12px;
    width: auto;
    padding: 12px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 981px) {
  .thanks {
    width: 976px;
    margin: 0 auto;
  }
}

.thanks_line {
  padding: 8.53333vw 0;
}
@media only screen and (min-width: 641px) {
  .thanks_line {
    padding: 45px 0 47px;
  }
}

.thanks_inner {
  width: 81.33333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .thanks_inner {
    width: 800px;
  }
}

.thanks_ttl {
  font-size: 4.8vw;
  text-align: center;
  margin: 0 auto 3.46667vw;
	font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .thanks_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.thanks_txt {
  font-size: 3.46667vw;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 6.13333vw;
}

@media only screen and (min-width: 641px) {
  .thanks_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }

}
@media only screen and (min-width: 641px) {
  .thanks_txts .thanks_txt{
    margin-bottom: 12px;
  }
  .thanks_txts .thanks_txt:last-child {
    margin-bottom: 0;
  }
}
