@charset "UTF-8";
.thanks {
  text-align: center;
  padding: 80px 0;
  /* min-height: 38vh; */
}

.thanks_title {
  font-size: 24px;
  margin-bottom: 24px;
}

.thanks_text {
  line-height: 1.8;
  margin-bottom: 40px;
}

.thanks_link a {
  color: #e7141a;
  transition: all ease 0.3s;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.thanks_link a:hover {
  opacity: 0.6;
}

.vis-sp {
    display: none;
}

@media screen and (max-width:699px) {
    .vis-sp {
        display: block;
    }
}