.button {
  background-color: var(--altTextColor);
  font-size: clamp(0.875rem, 0.39800995vw + 0.78171642rem, 1.125rem);
  line-height: clamp(1.25rem, 0.39800995vw + 1.15671642rem, 1.5rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  font-family: 'RobotoSlab', serif;
  font-weight: bold;
  padding: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:hover,
.button:focus {
  background-color: #DCE8BF;
  color: #fff !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one {
  width: calc(100% + 28px);
  margin-left: -14px;
}
.area--one .unit {
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 28px);
}
.area--one .unitOne--1-3 {
  width: calc(50% - 28px);
}
.area--one .unitTwo--1-2 {
  width: calc(50% - 28px);
}
.area--one .unitTwo--2-3 {
  width: calc(100% - 28px);
}
.area--one .unitTwo--1-3 {
  width: calc(50% - 28px);
}
.area--one .unit--form {
  width: calc(100% - 28px);
}
/*# sourceMappingURL=./screen-medium.css.map */