@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}
/* LINK-TOP */

.thanks＿link{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
    width: 70%;
}
.thanks＿link a{
	text-decoration: none;
	color: #000;
}
.thanks＿link h2{
    margin-top: 0;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    display: block;
}
.thanks＿link h3{
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 1.875rem;
  font-weight: bold;
  width: 100%;
  display:block;
}
.thanks＿link_txt{
  margin: 0 auto;
  text-align: left;
  font-weight: normal;
  font-size: 1.25rem;
  width: 100%;
  display:block;
}
