.page .pageTitle {
  font-size: 1.57rem;
  font-weight: 700;
  color: #fff;
  background-color: #212121;
  padding: 14px 0 14px 18px;
}

@media (max-width: 991px) {
  .page .pageTitle {
    font-size: 1.2rem;
  }
}

.page .contents-page > * {
  margin: 15px 0;
}

.page .contents-page {
  background-color: #fff;
  padding-top: 5px;
}

.page .contents-page h3:nth-of-type(1) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .page .contents-page {
    margin-top: 25px;
  }
}

.page #contents > * > * > * {
  margin-bottom: 25px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .page #contents > * > * > * {
    margin-bottom: 0;
  }
}

.page #contents a {
  text-decoration: underline;
}

.page #contents input {
  border: 1px solid #CBC8C8;
  background-color: #FAFAFA;
  padding: 3px;
  border-radius: 3px;
}

.page #contents .linkWrap {
  background-image: url(../../images/parts/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}

.page #contents .font-large {
  font-size: 16px;
  line-height: 1.8;
}

.page #contents .tAlign-C {
  text-align: center;
}

.page #contents a.greenBtnSmall {
  color: #fff;
  font-weight: normal;
  min-width: 200px;
  display: inline-block;
  margin: 0 auto;
  background-color: #53b418;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}

.page table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
}

.page table th {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  font-weight: 400;
}

.page table td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.page h2 {
  font-size: 1.43rem;
  font-weight: 700;
  border-left: 3px solid #EF8200;
  padding: 9px 0 9px 15px;
}

.page .products_lineup h2 {
  margin-bottom: 30px;
  max-width: 90vw;
}

.page h3 {
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 1.14rem;
  font-weight: 700;
}

.contactArea {
  border: 1px solid #707070;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .contactArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.contactAreaText {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .contactAreaText {
    margin-right: 0;
    text-align: center;
  }
}

.contactAreaBtn a {
  background-color: #EF8200;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.14rem;
  font-weight: 700;
  position: relative;
  -webkit-box-shadow: 0 2px 0 0 #7c3f11;
          box-shadow: 0 2px 0 0 #7c3f11;
  text-decoration: none !important;
  width: 270px;
  padding: 10px 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .contactAreaBtn a {
    width: 200px;
    margin-top: 20px;
  }
}

.contactAreaBtn a span {
  position: relative;
  z-index: 2;
}

.contactAreaBtn a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  width: 0;
  height: 100%;
  background-color: #F7B885;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.contactAreaBtn a:hover {
  opacity: 1;
}

.contactAreaBtn a:hover:after {
  width: 100%;
}

@media (max-width: 991px) {
  img {
    max-width: 90vw;
    width: 100%;
  }
}

.contact h1.title {
  border-left: 6px solid #70B42C;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .contact h1.title {
    font-size: 2rem;
  }
}

.contact h4.stitle {
  margin-top: 40px;
  background-color: #F1F1F1;
  font-size: 1.22rem;
  font-weight: 600;
  padding: 32px 25px;
}

@media (max-width: 767px) {
  .contact h4.stitle {
    padding: 20px 15px;
  }
}

.contact .contBox {
  background-color: #ffffff;
  padding: 70px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact .contBox {
    padding: 25px;
    line-height: 1.6;
  }
}

.contact .contBox.finish {
  padding: 30px 40px 40px;
}

.contact .contBox.finish h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}

.contact-form {
  padding: 20px 0;
  border-bottom: 1px solid #BEBEBE;
}

.contact-form:nth-child(2) {
  margin-top: 20px;
}

.contact-form_title {
  font-size: 1.14rem;
  font-weight: 500;
}

.contact-form_sub_title {
  font-size: 0.86rem;
  font-weight: 500;
  color: #468800;
}

.contact-form_contents {
  font-size: 1.14rem;
  font-weight: 500;
  position: relative;
  height: 100%;
}

.contact-form_contents span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .contact-form_contents span {
    position: relative;
    top: 0;
    display: block;
    margin-top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

.contact-form .ctb {
  color: #AAAAAA;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  border: 1px solid #CBC8C8;
  background-color: #FAFAFA;
  border-radius: 3px;
}

.contact-form textarea {
  padding: 3px;
}

@media (max-width: 767px) {
  .contact-form textarea {
    width: 100%;
  }
}

.contact-form select,
.contact-form input {
  padding: 3px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .contact-form select,
  .contact-form input {
    width: 100%;
  }
}

.contact-form label {
  padding-left: 5px;
}

.contact .velibox {
  background-color: #F1F1F1;
  padding: 20px 10px;
  margin-top: 50px;
}

.contact a {
  text-decoration: underline;
}

.contact .error-message {
  padding-left: 20px;
  color: #F03;
}

.contact .text-danger {
  color: #E63436;
}

.contact .text-end {
  text-align: right;
}

@media (max-width: 767px) {
  .contact .text-end {
    text-align: left;
  }
}

.contact .wpcf7-submit,
.contact .wpcf7-confirm,
.contact .wpcf7-back {
  width: 210px;
  height: 50px;
  border-radius: 3px !important;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  margin-top: 40px;
  padding: 0;
  border: none !important;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact .wpcf7-submit,
  .contact .wpcf7-confirm,
  .contact .wpcf7-back {
    width: 130px;
  }
}

.contact .wpcf7-submit span,
.contact .wpcf7-confirm span,
.contact .wpcf7-back span {
  position: relative;
  z-index: 1;
}

.contact .wpcf7-back {
  background-color: #858585 !important;
  -webkit-box-shadow: 0 3px 0 0 #575757;
          box-shadow: 0 3px 0 0 #575757;
}

.contact .wpcf7-back:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  width: 0;
  height: 100%;
  background-color: #B6B6B6;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.contact .wpcf7-back:hover {
  opacity: 0.6;
}

.contact .wpcf7-back:hover:after {
  width: 100%;
}

.contact .wpcf7-submit,
.contact .wpcf7-confirm {
  background-color: #70B42C !important;
  -webkit-box-shadow: 0 3px 0 0 #3b6212;
          box-shadow: 0 3px 0 0 #3b6212;
}

.contact .wpcf7-submit:after,
.contact .wpcf7-confirm:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 25px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.contact .wpcf7-submit:hover,
.contact .wpcf7-confirm:hover {
  opacity: 0.6;
}

.contact .wpcf7-submit:hover:after,
.contact .wpcf7-confirm:hover:after {
  width: 100%;
}