.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #52D2F6;
  font-size: 50px;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  padding: 20px 34px;
  appearance: none;
  border-radius: 1000000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  color: #000;
}
.button:hover,
.button:focus {
  background-color: var(--buttonHoverColor);
}
@media (max-width: 1139px) {
  .button {
    font-size: 20px;
    line-height: 1.2;
    padding: 11px 34px;
  }
}
.area--two .unit {
  width: calc(25% - 8px);
}
.area--one .unitOne--1-1-indent {
  padding: 0 25.15015015%;
  box-sizing: border-box;
}
.area--one .unitOne--1-2-indentRight {
  padding-right: 100px;
  box-sizing: border-box;
}
.area--one .unitThree {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}
.area--one .unitThree .part.pict {
  padding-right: 100px;
  box-sizing: border-box;
}
.area--one .unitOne--1-2-indentRight .part--linkTypeArticle {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/*# sourceMappingURL=./screen-large.css.map */