.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #487B8C;
  font-size: 18px;
  line-height: 1.44444444;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 8px 16px;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: var(--borderRadius);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  background-color: #3E697A;
}
.area--one .unitThree.unit--isAnchor:hover .button {
  background-color: #fff;
  color: #487B8C;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 > .item {
  margin-right: 40px;
}
div.sub1 > .item.exit {
  margin-right: 0;
}
div.sub1 > .item > .menu {
  text-decoration: none;
  color: #444444;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus {
  color: #487B8C;
}
div.sub1 > .item > .menu.path {
  font-weight: 700;
  color: #444444 !important;
}
.area--one .unitThree--1-3 {
  width: calc((100% / 3) - 32px);
}
.area--one .unitFour {
  width: calc((100% / 3) - 32px);
}
/*# sourceMappingURL=./screen-large.css.map */