@charset "utf-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#CONT .box .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#CONT .box .btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 10rem;
}

#CONT .box .btn--orange,
#CONT .box a.btn--orange {
  color: #fff;
  background-color: #e60012;
}

#CONT .box .btn--orange:hover,
#CONT .box a.btn--orange:hover {
  color: #fff;
  background: #ff0000;
}

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

#CONT .box .btn_area {
text-align: center;
margin: 10px 0px 0px 0px;
}