body#contact .pagetitle {
  background-image: url("../images/contact/pagetitle_bg.jpg");
  background-position: center 75%;
}
body#contact .section {
  padding: 5.625rem 0;
}
body#contact .section .container {
  max-width: 1100px;
}
body#contact .section .step {
  display: flex;
  margin-bottom: 2.5rem;
  border: solid 1px #9a8668;
}
body#contact .section .step li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 34%;
  position: relative;
  padding: 2.3125rem 1.875rem 2.0625rem 3.125rem;
  border-right: solid 1px #9a8668;
  color: #9a8668;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
body#contact .section .step li::before, body#contact .section .step li::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.1875rem 0 3.1875rem 1.5625rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#contact .section .step li::before {
  left: 100%;
  border-color: transparent transparent transparent #9a8668;
}
body#contact .section .step li::after {
  left: calc(100% - 1px);
  border-color: transparent transparent transparent #ffffff;
}
body#contact .section .step li.current {
  color: #ffffff;
  background-color: #9a8668;
}
body#contact .section .step li.current::after {
  display: none;
}
body#contact .section .step li:last-child {
  border-right: 0 none;
}
body#contact .section .step li:last-child::before, body#contact .section .step li:last-child::after {
  display: none;
}
body#contact .section h3 {
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #231815;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.25;
}
body#contact .section form + h3 {
  margin-top: 3.75rem;
}
body#contact .section p {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.75;
}
body#contact .section p + p {
  margin-top: 1.25rem;
}
body#contact .section table {
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
}
body#contact .section table tbody tr th, body#contact .section table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.75;
}
body#contact .section table tbody tr th {
  width: 30%;
  padding: 1.25rem;
  vertical-align: top;
}
body#contact .section table tbody tr td {
  width: 70%;
  padding: 0.625rem 0;
}
body#contact .section .required {
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0.4375rem 0.625rem 0.1875rem;
  color: #ffffff;
  font-size: 0.875rem;
  background-color: #e71f19;
}
body#contact .section input[type="text"], body#contact .section input[type="email"], body#contact .section select, body#contact .section textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.625rem;
  border: solid 1px #231815;
  font-size: 1.125rem;
  outline: none;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
body#contact .section .privacy {
  margin-bottom: 2.5rem;
  text-align: center;
}
body#contact .section fieldset {
  text-align: center;
}
body#contact .section fieldset button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 1.25rem 2.5rem;
  border: solid 1px #9a8668;
  color: #ffffff;
  font-size: 1.125rem;
  background-color: #9a8668;
  cursor: pointer;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
body#contact .section fieldset button:hover {
  color: #9a8668;
  background-color: #ffffff;
}
body#contact .section .error {
  color: #e71f19;
}
body#contact .section .error h3 {
  border-bottom: solid 1px #e71f19;
}
body#contact .section .error ul {
  margin-left: 2em;
  list-style-type: disc;
  line-height: 1.25;
}
body#contact .section .error ul li {
  padding: 0.3125rem 0;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#contact .section {
    padding-top: 15.625vw;
  }
  body#contact .section .step {
    margin-bottom: 10.41667vw;
  }
  body#contact .section .step li {
    padding: 4.42708vw 0 3.38542vw 2.60417vw;
    font-size: 3.125vw;
  }
  body#contact .section .step li::before, body#contact .section .step li::after {
    border-width: 5.98958vw 0 5.98958vw 2.60417vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body#contact .section h3 {
    margin-bottom: 5.20833vw;
    padding-bottom: 2.60417vw;
    font-size: 4.6875vw;
  }
  body#contact .section form + h3 {
    margin-top: 10.41667vw;
  }
  body#contact .section p {
    font-size: 3.64583vw;
  }
  body#contact .section p + p {
    margin-top: 5.20833vw;
  }
  body#contact .section table {
    margin-top: 10.41667vw;
    margin-bottom: 5.20833vw;
  }
  body#contact .section table tbody tr th, body#contact .section table tbody tr td {
    display: block;
    width: 100%;
    font-size: 4.16667vw;
  }
  body#contact .section table tbody tr th {
    padding: 2.60417vw 0;
  }
  body#contact .section table tbody tr td {
    padding: 0 0 2.60417vw;
    border-bottom: solid 1px #e5e5e5;
  }
  body#contact .section .required {
    margin-left: 2.60417vw;
    padding: 1.82292vw 2.60417vw 0.78125vw;
    font-size: 3.125vw;
  }
  body#contact .section input[type="text"], body#contact .section input[type="email"], body#contact .section select, body#contact .section textarea {
    padding: 2.60417vw;
    font-size: 4.16667vw;
    -moz-border-radius: 1.30208vw;
    -webkit-border-radius: 1.30208vw;
    border-radius: 1.30208vw;
  }
  body#contact .section .privacy {
    margin-bottom: 7.8125vw;
    font-size: 3.125vw;
  }
  body#contact .section fieldset button {
    display: block;
    width: 100%;
    padding: 5.20833vw;
    font-size: 4.16667vw;
  }
  body#contact .section .error ul {
    font-size: 3.64583vw;
  }
  body#contact .section .error ul li {
    padding: 1.30208vw 0;
  }
}
