@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

.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 {
}
.thankyoucp_contents .btn 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;
}

.thankyoucp_contents .note_bg {
  padding: 0 min(10%, 5em);
  background-image: url(../img/img04-1.jpg);
  background-size: 100% auto;
  background-repeat: repeat;
}
.thankyoucp_contents .note_bg p {
  color: #666666;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 80%;
  line-height: 1.5;
}
.thankyoucp_contents .note_bg p + p {
  margin-top: 1em;
}

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

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

.thankyoucp_contents .note_bg a:hover {}

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