.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--button1BackgroundColor);
  font-size: 22px;
  line-height: 1.18181818;
  font-family: 'FFDINPro', sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: var(--button1Color);
  border: 2px dashed var(--button1BorderColor);
  padding: 6px 20px;
  appearance: none;
  border-radius: var(--borderRadius);
  box-sizing: border-box;
  text-decoration: none;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  hyphens: auto;
}
.button strong {
  font-weight: 700;
}
@media (max-width: 1279px) {
  .button {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.button:hover,
.button:focus {
  background-color: var(--button1HoverBackgroundColor);
  border-color: var(--button1HoverBorderColor);
  color: var(--button1HoverColor);
}
@media (max-width: 1279px) {
  .button {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .button {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.area--two .unitTwo--1-3 {
  width: calc((100% / 3) - 32px);
}
.area--two .unitTwo--1-4 {
  width: calc(25% - 32px);
}
.area--four .unitOne {
  width: calc((100% / 3) - 32px);
}
.area--four .unit--fold-1-4 {
  width: calc(25% - 32px);
}
/*# sourceMappingURL=./screen-large.css.map */