@charset "UTF-8";
/* CSS Document */
.subArea {
  height: 800px;
  padding-top: 50px;
}
.contactArea .inner {
  max-width: 900px;
}
h3 {
  color: #85b200;
  font-size: 28px;
  font-weight: 700;
  padding: 0.3em 0;
}
.telArea {
  margin-bottom: 50px;
}
.redTxt, .quote_request {
  text-align: justify;
}
.redTxt {
  font-weight: bold;
  color: #b4090c;
  margin: 10px 0;
}
.quote_request a {
  border-bottom: 1px solid #000;
}
.thanksArea .caution {
  padding: 1.5em 0 0.3em;
  font-size: 20px;
  color: #E63E58;
}
.thanksArea p {
  padding-bottom: 15px;
}
footer .simulationBox {
  display: none;
}
footer .copy {
  padding-bottom: 0;
}
@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1350px) {
  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  h3 {
    color: #85b200;
    font-size: 20px;
    font-weight: 700;
    padding: 0.3em 0;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 897px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
  .subArea {
    height: 700px;
    padding-top: 30px;
  }
  .thanksArea .caution {
    font-size: 16px;
  }
  footer .copy {
    padding-bottom: 220px;
  }
}


@media screen and (max-width: 650px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 380px) {
}
