.thankyoucp_contents {
  max-width: 600px;
  margin: auto;
}
.thankyoucp_contents * {
  line-height: 0;
  box-sizing: border-box;
}
.thankyoucp_contents img {
  max-width: 100%;
  height: auto;
}
.thankyoucp_contents .btn {
  background-color: #f6f101;
  padding: 5%;
}
.thankyoucp_contents .btn_02 {
  background-color: #ffe2e1;
  padding: 5%;
}
.thankyoucp_contents .btn a:hover,
.thankyoucp_contents .btn_02 a:hover {
  opacity: 0.8;
}
.thankyoucp_contents .note {
  padding: 2em 1em;
  font-size: 80%;
  line-height: 1.5;
}
.thankyoucp_contents .note .fwb {
  font-weight: bold;
}
.thankyoucp_contents .mto span:after {
  content:'@';
}

.thankyoucp_contents .note a:link {
 color: #0000EE;
 text-decoration: underline;
}

.thankyoucp_contents .note a:visited {
 color: #551A8B;
 text-decoration: underline;
}

.thankyoucp_contents .note a:hover {}

.thankyoucp_contents .note a:active {
 color: #FF0000;
 text-decoration: underline;
}