main.main-contents div.mx-auto {
    margin: 1.25rem auto 0;
}
main.main-contents div.mx-auto p {
    padding: 0 15px;
}
.link-blank-icon {
    width: 1.45rem;
    padding-left: 0.375rem;
    vertical-align: -0.06rem;
    filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(233deg) brightness(200%) contrast(100%);
}
a:hover .link-blank-icon {
    filter: brightness(60%) contrast(125%) hue-rotate(40deg);
}

div.support-c {
    margin-top: -1rem !important;
}
p.support-t {
    text-indent: -0.2em;
    font-size: 1.1em;
}
p.support-m {
    margin-top: 0.5rem;
    text-indent: 0.5em;
}
div.form-ref {
    padding: 30px 30px 40px;
}
div.form-ref h3 {
    text-decoration: none;
}

main.main-contents {
    margin-bottom: -105px;
    padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  main.main-contents {
      margin-bottom: -115px;
      padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  main.main-contents .heading-level-2 {
      font-size: 1.2rem;
  }
  div.form-ref {
      padding: 30px 18px 35px;
  }
  .link-blank-icon {
    width: 1.3rem;
  }
}