.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #C7B37C;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 38px 8px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 12px 12px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.26s;
}
.button:hover,
.button:focus {
  background-position: right 12px center;
  background-color: #6F7871;
  color: #fff;
}
.section--two .subcontent.subcontent--1 {
  width: 620px;
  max-width: calc(100% - (220px + 60px));
}
.section--two .subcontent.subcontent--2 {
  width: 220px;
}
.area--one .unitTwo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area--one .unitTwo .unit__background {
  width: 276px;
  flex-shrink: 1;
}
.area--one .unitTwo .unit__content {
  width: 404px;
  flex-shrink: 0;
  margin-left: 60px;
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo--imageRight .unit__content {
  order: 1;
  margin-left: 0;
  margin-right: 60px;
}
/*# sourceMappingURL=./screen-medium.css.map */