@charset "UTF-8";

input {
  font-size: 1.6rem;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
select {
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
input[type="radio"] {
}
input[type="radio"]:checked + label {
}
input[type="submit"]::-moz-focus-inner {
    border: 0px;
}
input[type="text"],
input[type="submit"],
input[type="button"],
textarea,
select {
   -webkit-appearance: none;
   border-radius: 0;
   font-size: 1.6rem;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #f4f4f4;
}
input[type="checkbox"] {
  transform: scale(1.5, 1.5);
  margin-right: 4px;
  border-radius: 0;
}
input[type="radio"] {
  transform: scale(1.5, 1.5);
}

#formTable span.wpcf7-list-item {
  display: flex;
  align-items: center;
  float: left;
}
#formTable span.wpcf7-list-item .wpcf7-list-item-label {
  order: 2;
  padding-left: 10px;
}
#formTable span.wpcf7-list-item input {
  order: 1;
}
#formTable span.wpcf7-list-item:nth-child(2) {
  clear: both;
}
#formTable span.wpcf7-list-item:last-child {
  clear: both;
}



#contactForm {
  max-width: 1200px;
  margin: 0 auto 40px;
}
#contactForm h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
  color: #060C34;
  text-align: center;
}
#contactForm h2 br {
  display: none;
}
#contactForm h3 {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: normal;
  text-align: center;
}

#formTable {
  width: 900px;
  margin: 0 auto 25px;
}
#formTable th,
#formTable td {
  font-size: 1.6rem;
  line-height: 180%;
  vertical-align: top;
}
#formTable th::after,
#formTable td::after {
   content: "";
   display: block;
   clear: both;
}
#formTable th {
  width: 200px;
  padding: 0 10px 0 0;
  font-weight: normal;
  text-align: center;
}
#formTable th span {
  width: 100px;
  margin: 0 auto;
  line-height: 1.8rem;
  font-size: 1.2rem;
  color: #000;
  display: block;
  background: #FF8001;
}
#formTable th label[for="f7position"],
#formTable th label[for="f7homepage"],
#formTable th label[for="f7message"] {
  margin-top: 13px;
}
#formTable td {
  padding: 0 0 25px 0;
}
#formTable input[type="text"],
#formTable input[type="url"],
#formTable input[type="tel"],
#formTable input[type="email"],
#formTable textarea {
  width: 100%;
  padding: 10px;
  line-height: 200%;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 0;
}
#formTable textarea {
  height: 200px;
}
#formBtnBase {
  margin-bottom: 40px;
  text-align: center;
}
#formBtnBase input[type="submit"],
#formBtnBase input[type="button"] {
  width: 292px;
  padding: 2px 0;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  background: #FF8001;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  border: none;
}
/*
#formBtnBase input[type="submit"][disabled=""] {
  background: #ccc;
}
*/
#formBtnBase input[type="submit"]:hover,
#formBtnBase input[type="button"]:hover {
  background: #FFA64C;
}
/*
#formBtnBase input[type="submit"][disabled=""]:hover {
  background: #ccc;
}
*/
#formBtnBase input[type="button"].wpcf7c-btn-back {
  color: #333;
  background: #fff;
  border: none;
}
#formBtnBase input[type="button"].wpcf7c-btn-back:hover {
  opacity: 0.7;
  color: #fff;
  background: #777;
  border: none;
}
.wpcf7-response-output {
  line-height: 160%;
}
#formTable input.wpcf7c-conf,
#formTable textarea.wpcf7c-conf {
  background: #f0f8ff;
  border: 1px solid #fff;
}
.wpcf7-response-output {
  margin-bottom: 2em !important;
  font-size: 1.6rem;
  text-align: center;
}


#contactForm p {
  font-size: 1.4rem;
  text-align: center;
}
#contactForm p img {
  width: 1.6rem;
  margin: 0 4px 0 2px;
  vertical-align: middle;
}
#contactForm p a {
  text-decoration: underline;
}

#formCheckBase {
  padding: 20px 0;
  font-size: 1.6rem;
  text-align: center;
}


@media all and (max-width: 1200px) {
  #contactForm {
    width: calc(100% - 40px);
  }
  #contactForm h2 br {
    display: block;
  }
  #formTable {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 25px;
  }
  #formTable th {
    width: 100%;
    padding: 0 0 10px;
    text-align: left;
  }
  #formTable th,
  #formTable td {
    display: block;
  }
  #formTable th span {
    width: 40px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
  }
  #formTable th label[for="f7position"],
  #formTable th label[for="f7homepage"],
  #formTable th label[for="f7message"] {
    margin-top: 0;
  }
  #formBtnBase input[type="submit"],
  #formBtnBase input[type="button"] {
    width: 230px;
  }
  #formTable span.wpcf7-list-item {
    clear: both;
  }
}

@media all and (max-width: 375px) {
  #contactForm h2 {
    font-size: 1.8rem;
  }
}
/**/
