@charset "UTF-8";
body {
  overflow: visible;
}

.btn-gototop {
  display: none;
}

.layout_contact-estimate {
  background: #5ba563;
  background: linear-gradient(to right, #579e5f, #82b440);
  padding: 30px 0;
  margin: 40px 0;
  border-radius: 5px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text_contact-estimate {
  background-color: #fff;
  width: calc(75% - 40px);
  color: #5ba563;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px auto;
  padding: 3px 0;
  border-radius: 18px;
}

.wrap-contact-info {
  width: 100%;
}

.layout_contact-estimate .btn_tc-contact {
  float: none;
}

.layout_contact-estimate .btn_tc-contact a {
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .layout_contact-estimate {
    width: auto!important;
    margin: 20px 0 30px 0;
    border-radius: 0;
    padding: 20px;
  }
  .text_contact-estimate {
    width: 100%;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .layout_contact-estimate .btn_tc-contact {
    width: 80%;
  }

  .layout_contact-estimate .btn_tc-contact a {
    padding: 15px 10px;
    text-align: center;
  }
}