body {
  background: #fcf1d9;
}
.thankyoucp_contents {
  max-width: 600px;
  margin: auto;
}
.thankyoucp_contents * {
  line-height: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.thankyoucp_contents img {
  max-width: 100%;
  height: auto;
}
.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;
}