.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor, #A91352);
  padding: 7px 16px 4px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid var(--btnColor, #A91352);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  box-shadow: inset 0px 0px 0px 0.5px var(--btnColor, #A91352);
  min-width: 200px;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    box-shadow: inset 0px 0px 0px 3px var(--btnColor, #A91352);
  }
}
.area--two {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 30px;
}
.area--two .unit {
  grid-column: span 6;
}
.area--two .unitOne--1-3--indent,
.area--two .unitOne--1-3 {
  grid-column: span 3;
}
.area--two .unitOne--1-3 .unit__content {
  height: 100%;
}
.area--two .unitOne--1-3 .unit__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area--two .unitOne--1-3 .part.link:nth-last-child(1 of .link) {
  padding-top: calc(var(--spacePart) * 1);
  box-sizing: border-box;
  margin-top: auto;
}
/*# sourceMappingURL=./screen-medium.css.map */