.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.td_box {
  display: flex;
  flex-direction: column;
}

.mw_wp_form_confirm .td_box {
  margin-left: 0 !important;
}

.submit {
  background: #fff;
}

.submit:hover:after {
  right: 15px;
  border-color: transparent transparent transparent #ffffff;
}

button.btn_submit, button.btn_send, button.btn_turn, button.btn_back {
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  width: 270px;
  padding-left: 15px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background-color: #2b2b2b;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  font-family: inherit;
}

button.btn_submit:hover, button.btn_send:hover, button.btn_turn:hover, button.btn_back:hover {
  background-color: #ed0100;
}

button.btn_turn {
  background-color: #8a8a8a;
  margin-top: 20px;
}

.cont_inner h2.zenryoren-ttl {
  font-size: 20px;
}

.cont_inner h2.zenryoren-ttl::after {
  content: 'Zenryoren';
}

@media screen and (max-width: 767.9px) {
  .cont_inner h2.zenryoren-ttl {
    font-size: 18px;
  }
}

.cont_inner p.zenryoren-red::after {
  content: 'Zenryoren';
}
/*# sourceMappingURL=style.css.map */