.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.4;
  cursor: pointer;
  color: #ED683D;
  border: 2px solid #ED683D;
  padding: 9px 36px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #ED683D, #ED683D);
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.area--oneA {
  width: calc(100% + 36px);
  margin-left: -18px;
}
.area--oneA .unit {
  margin-left: 18px;
  margin-right: 18px;
  width: calc(100% - 36px);
}
.area--oneA .unitThree--1-2 {
  width: calc(50% - 36px);
}
/*# sourceMappingURL=./screen-medium.css.map */