.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
}
.button:hover,
.button:focus,
.unit--isAnchor:hover .button {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .button {
    min-width: 0;
  }
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitTwo {
  width: calc(50% - 40px);
}
.area--two {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--two .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--two .unitOne--1-3 {
  width: calc(50% - 40px);
}
.area--two .unitFour--1-2 {
  width: calc(50% - 40px);
}
.area--two .unitFour--1-3 {
  width: calc(50% - 40px);
}
/*# sourceMappingURL=./screen-medium.css.map */