body#page-contact-complete .contents-header__title__main {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  body#page-contact-complete .contents-header__title__main {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  body#page-contact-complete .contents-header__title__main {
    font-size: 2rem;
  }
}
body#page-contact-complete .contents-header__title__sub {
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0c6fae;
}
@media screen and (max-width: 767px) {
  body#page-contact-complete .contents-header__title__sub {
    font-size: 0.875rem;
  }
}
body#page-contact-complete .btn-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #0c6fae;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
body#page-contact-complete .btn-primary:hover, body#page-contact-complete .btn-primary:focus {
  opacity: 0.85;
}
