@media screen and (max-width: 767px) {
  .contact-area {
    display: block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-area__box {
    padding: 30px;
  }
}
.contact-area__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-area__menu {
    grid-template-columns: 1fr;
  }
}
.contact-area__link {
  display: block;
  width: 210px;
  line-height: 41px;
  background: #0076b6;
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
  transition: 0.3s;
}
.contact-area__link.-line {
  background: #00c300 !important;
}
.contact-area__link.-instagram {
  background: #e4405f;
}
.contact-area__link.-contact {
  background: #003a5a;
}
@media screen and (max-width: 767px) {
  .contact-area__link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-area__subcontracting__txt {
    background-position: top left;
    width: 60%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .backtotop {
    display: none;
  }
}

/*# sourceMappingURL=edit.css.map */
