.telWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 40px;
}

.tel {
  background-color: #f5f5f5;
  padding: 15px;
  width: fit-content;
  min-width: 350px;
}

.telTitle {
  display: block;
  margin: 0 0 4px;
}

.telNumber {
  display: flex;
  align-items: center;
}

.telNumberTitle {
  color: #083e8e;
  font-weight: bold;
  margin: 0 7px 0 0;
}

.telNumberMain {
  font-size: 1.6rem;
  color: #083e8e;
  font-weight: bold;
  line-height: 1.25;
}

.require {
  margin: 0 0 40px;
}

.requireIcon {
  width: 45px;
  height: 20px;
  background-color: #d71e1e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100px;
  margin: 0 10px 0 0;
}

.requireText {
  color: #d71e1e;
}

@media (min-width: 960px) {
  .telWrap {
    margin: 0 0 70px;
  }
  .tel {
    padding: 20px;
  }
  .telNumberMain {
    font-size: 2.4rem;
  }
  .requireIcon {
    font-size: 14px;
    width: 58px;
    height: 26px;
  }
}

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