@font-face {
  src: url("<?php echo get_template_directory_uri(); ?>/fonts/notoSans.woff") format("woff");
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 480px) {
  body {
    background-color: #ffffff;
  }
}
body .pc {
  display: block;
}
@media (max-width: 480px) {
  body .pc {
    display: none;
  }
}
body .pc .sp {
  display: none;
}
@media (max-width: 480px) {
  body .pc .sp {
    display: block;
  }
}

.thanks-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .thanks-contents {
    width: 100%;
    height: 50%;
  }
}
.thanks-contents ul {
  text-align: center;
  width: 100%;
  height: 320px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #ffffff;
}
.thanks-contents ul li.ttl {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px 0;
  position: relative;
  color: #002299;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.thanks-contents ul li.ttl::after {
  content: "";
  width: 70px;
  border-bottom: solid 2px #002299;
  display: block;
  position: relative;
  top: 18px;
}
.thanks-contents ul li.message {
  font-size: 16px;
  line-height: 1.6;
}
.thanks-contents ul li.btn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  margin: 50px auto 0;
}
.thanks-contents ul li.btn a {
  color: #ffffff;
  background: #002299;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 35px;
  font-weight: bold;
  line-height: 1;
  border-radius: 60px;
  transition: all 0.3s;
}
.thanks-contents ul li.btn a:hover {
  background-color: #ffffff;
  border: #002299 solid 2px;
  color: #002299;
}/*# sourceMappingURL=smm-form-thanks.css.map */