.subpage.contact .sub_lead {
  text-align: center;
}

.subpage.contact .sub_lead .telno {
  padding-left: 1em;
  background: url(../images/contact/icon_tel-orange.png) 0 8px no-repeat scroll;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  font-family: 'Bitter', serif;
  font-size: 30px;
  font-weight: 700;
}

.subpage.contact .sub_lead .telno:link, .subpage.contact .sub_lead .telno:visited,
.subpage.contact .sub_lead .telno:hover, .subpage.contact .sub_lead .telno:active {
  text-decoration: none;
  color: #f7931e;
}

.subpage.contact dl.faq dt, .subpage.contact dl.faq dd {
  position: relative;
  padding: 15px 1em 15px 45px;
  background: #fff;
}

.subpage.contact dl.faq dt:before, .subpage.contact dl.faq dd:before {
  content: '';
  display: block;
  font-family: 'Bitter', serif;
  position: absolute;
  left: 15px;
  font-size: 20px;
}

.subpage.contact dl.faq dt {
  border-bottom: 1px solid #f7931e;
  margin-bottom: 0;
  font-size: 18px;
}

.subpage.contact dl.faq dt:before {
  content: 'Q.';
  top: 12px;
  background: transparent;
  color: #f7931e;
  width: auto;
  height: auto;
}

.subpage.contact dl.faq dd:before {
  content: 'A.';
  top: 15px;
  color: #569435;
}

.subpage.contact dl.faq dd p {
  margin-bottom: 10px;
}

.subpage.contact dl.faq dd p:last-of-type {
  margin-bottom: 0;
}

.subpage.contact dt {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #584136;
}

.subpage.contact dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: #569435;
  width: 3px;
  height: 1em;
}

.subpage.contact dd ul {
  list-style: none;
}

.subpage.contact dd li {
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: .5em;
  border: 1px solid #cfd0d3;
  font-size: 14px;
  width: 100%;
}

input[type="text"].short,
input[type="email"].short,
input[type="tel"].short {
  width: 10em;
}

input[type="submit"] {
  display: inline-block;
  padding: 0.5em 3em;
  background: #569435;
  border: 2px solid #569435;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

input[type="submit"]:hover {
  cursor: pointer;
  background: #fff;
  color: #569435;
}

textarea {
  padding: .5em;
  border: 1px solid #cfd0d3;
  font-size: 14px;
  width: 100%;
  height: 20em;
}

label:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
  }
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/* ContactForm7 */
.screen-reader-response {
  color: #f00;
  font-weight: 700;
}

.screen-reader-response ul {
  margin-bottom: 30px;
  /*   color: #555; */
  font-weight: normal;
}

.wpcf7-not-valid-tip {
  color: #f00;
}
