.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;
}
.section--two .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--two .subcontent {
  width: calc(50% - 16px);
}
.area--one {
  width: calc(100% + 32px);
  margin-left: -16px;
}
.area--one .unit {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 32px);
}
.area--one .unitTwo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.area--one .unitTwo .unit__background {
  width: calc(50% - 16px);
  margin-bottom: 0;
}
.area--one .unitTwo .unit__content {
  width: calc(50% - 16px);
}
.area--one .unitThree--1-2 {
  width: calc(50% - 32px);
}
.area--one .unitThree--1-3 {
  width: calc(50% - 32px);
}
.area--one .unitFour {
  width: calc(50% - 32px);
}
/*# sourceMappingURL=./screen-medium.css.map */