.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% - 300px);
}
.section--one .subcontent.subcontent--2 {
  width: 260px;
}
@media (max-width: 1279px) {
  .section--two .subcontent.subcontent--1 {
    max-width: 600px;
  }
}
.area--three {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--three .unit {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--three .unitOne--1-1 .unit__body {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--three .unitOne--1-1 .part {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--three .unitOne--1-1 .part--1-2 {
  width: calc(50% - 30px);
}
.area--three .unitOne--1-1 .part--1-4 {
  width: calc(50% - 30px);
}
.area--three .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--three .unitOne--1-3 {
  width: calc(50% - 30px);
}
.area--three .unitOne--1-4 {
  width: calc(50% - 30px);
}
.area--three .unitTwo {
  width: calc(50% - 30px);
}
.area--three .unitThree {
  width: calc(50% - 30px);
}
.area--three .unitFive {
  width: calc(50% - 30px);
}
.area--three .unitSix .unit__background {
  width: calc(40% - 15px);
}
.area--three .unitSix .unit__background .unit__backgroundImage {
  width: calc(100% + var(--deskSpace));
}
.area--three .unitSix .unit__content {
  width: calc(60% - 15px);
}
.area--three .unitSix--imageRight .unit__background {
  order: 2;
}
.area--three .unitSix--imageRight .unit__background .unit__backgroundImage {
  float: left;
}
.area--three .unitSix--imageRight .unit__content {
  order: 1;
}
.area--four {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--four .unit {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--four .unitOne--1-5 {
  width: calc((100% / 3) - 30px);
}
.area--five {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--five .unit {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--six {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--six .unit {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--six .unitOne--1-4 {
  width: calc(50% - 30px);
}
/*# sourceMappingURL=./screen-medium.css.map */