@import 'https://use.fontawesome.com/releases/v5.13.0/css/all.css';
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 9px 10px;
  position: fixed;
  bottom: 0;
  width: calc(100% - 20px);
  max-width: 410px;
  z-index: 100;
}

a.btn--line {
  font-size: 18px;
  display: block;
  padding: 1rem 0;
  color: #fff;
  background: #228b22;
  box-shadow: 0 5px 0 #1e643a;
}

a.btn--line i {
  font-size: 2rem;
}

a.btn--line i.fa-position-left {
  font-size: 1.5rem;
  left: 1.5rem;
}

a.btn--line .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--line:hover {
  color: #fff;
  background: #1e643a;
}

a.btn--tel {
  font-size: 18px;
  display: block;
  margin-top: 9px;
  padding: 0.75rem 0 0.6rem;
  color: #fff;
  background: #d20010;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 1.5rem;
  left: 1.5rem;
}

a.btn--tel:hover {
  color: #fff;
  background: #b9000e;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}/*# sourceMappingURL=btn.css.map */