body {
  background-color: #E84566;
  color: #fff;
}

.tpl-c-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .tpl-c-header {
    margin-top: 2rem;
  }
}

.tpl-c-header__logo {
  width: 20rem;
  padding-right: 0.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tpl-c-header__logo {
    width: 14rem;
    padding-right: 0.4rem;
  }
}
.tpl-c-header__logo img {
  width: 100%;
}

.tpl-c-header__title {
  font-size: 18px;
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .tpl-c-header__title {
    padding-top: 1.6rem;
  }
}

.tpl-c-footer__copyright {
  color: rgba(255, 255, 255, 0.6);
}

#contactForm {
  color: #333;
}

.tpl-heading-m {
  background: #333;
}

.tpl-submit__button .tpl-button, .tpl-button {
  background: #333;
}
@media (hover: hover) {
  .tpl-submit__button .tpl-button:hover, .tpl-button:hover {
    background: #555;
  }
}
@media screen and (max-width: 767px) {
  .tpl-submit__button .tpl-button, .tpl-button {
    margin: 0 24px;
    width: calc(100% - 48px);
  }
}

.tpl-button.-type2 {
  background: none;
}
@media screen and (max-width: 767px) {
  .tpl-button.-type2 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .t-form.-check .tpl-form-cell__body {
    font-size: 18px;
  }
}