.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #BFC700;
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: 0.066em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #00344F;
  padding: 25px 20px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 260px;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #00344F;
}
@media (max-width: 1279px) {
  .button {
    padding: 20px;
    font-size: 16px;
    min-width: 220px;
    line-height: 1.25;
  }
}
.section--one .subcontent.subcontent--1 {
  width: calc(100% - 420px);
}
.section--one .subcontent.subcontent--2 {
  width: 340px;
}
.section--two .subcontent {
  width: calc(50% - 15px);
}
.section--two .subcontent.subcontent--2 {
  margin-left: 30px;
}
.area--three .unitOne--1-1 .part--1-4 {
  width: calc(25% - 30px);
}
.area--three .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--three .unitOne--1-4 {
  width: calc(25% - 30px);
}
.area--three .unitTwo {
  width: calc((100% / 3) - 30px);
}
.area--three .unitThree {
  width: calc((100% / 3) - 30px);
}
.area--three .unitFive--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--three .unitFive--1-4 {
  width: calc(25% - 30px);
}
.area--three .unitSix .unit__background {
  width: calc(50% - 15px);
}
.area--three .unitSix .unit__content {
  width: calc(50% - 15px);
}
.area--four .unitOne--1-5 {
  width: calc(20% - 30px);
}
.area--five .unit {
  width: calc(25% - 30px);
}
.area--six .unitOne--1-4 {
  width: calc(25% - 30px);
}
.area--eight .unit {
  width: 33.33333333%;
}
/*# sourceMappingURL=./screen-large.css.map */