.pinkbg #top+section > *{
  z-index: 1;
  position: relative;
}
#top {
  overflow: visible;
  height: 31vw;
}

#top h2 {
  color: #E1007F;
  text-align: center;
  position: relative;
  right: 0;
  left: inherit;
  top: 66%;
}
.contact-thx section.container h1{
    font-weight: bold;
    font-size: 1.45rem !important;
    display: block;
    margin-bottom: 1em;
    line-height: 2em !important;
}
.contact-thx section.container:last-child{
  margin-bottom: 13rem;
}
.mailform-pane__content dl{
  text-align: left;
}
p.lead{
  margin-bottom: 40px;
  text-align: center;
}
#cont_text{
  position: relative;
  z-index:2;
  padding-bottom: 50px;
}
#cont_text form{
  margin-top: 1rem;
}
dt{
  margin-bottom: 10px;
}
.require{
  color: #E1007F;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 7px;
}
input,
textarea{
  padding: 10px 15px;
  width: 100%;
  border: none;
}

input{
  margin-bottom: 2.6rem;
}
.contact-form,
.container{
  z-index: 1;
  position: relative;
  width: 860px;
  margin: 0 auto 8rem;
}
.cont{
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  text-align: center;
}
h2{
  margin-bottom: 20px;
}
h2 + p{
  margin-bottom: 20px;
}
.error ul{
  margin-bottom: 30px;
}
.error ul li:not(:last-child){
  margin-bottom: 10px;
}
.confirm dl:first-of-type{
  margin-top: 3em;
  padding-top: 2.6em;
}
.confirm dl:last-of-type{
  padding-bottom: 2.7em;
  margin-bottom: 4.4em;
}
.confirm dl{
  font-size: 1.1rem;
  background-color: rgba(255,255,255,0.6);
  width: 100%;
  line-height: 3.2em;
  padding:0 3.2em;
  text-align: left;
}
.confirm dl > *{
  display: inline-block;
}
.confirm dt{
  font-weight: bold;
  margin-bottom: 0px;
  width: 9.5em;
  margin-right: 1em;
}
.confirm dd{
  line-height: 1.7em;
}
button,
.form-btn a,
.form-btn input,
.container a{
  text-align: center;
  display: inline-block;
  width: 140px;
  margin-top: 30px;
  background-color: #E1007F;
  line-height: 40px;
  height: 40px;
  border: none;
  color: #fff;
  padding: 0;
  position: relative;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form-btn a,
p > a,
button{
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  left: inherit !important;
}
.form-btn span{
  display: inline-block;
}
.form-btn{
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -1em;
  position: absolute;
}

@media screen and (max-width: 1000px){
  #top h2{
    left: inherit !important;
  }
}