.boxList > li + li {
  margin-top: 20px;
}

.box {
  border: solid 1px #ccc;
  padding: 30px 30px 40px;
}

.box__title {
  font-size: 18px;
  color: #666;
}

.box__container {
  margin-top: 27px;
}

.box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box__list > li {
  width: 25%;
  padding-right: 10px;
}

.box__list > li:nth-child(n + 5) {
  margin-top: 20px;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
}

.checkbox * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox *::before, .checkbox *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox__label {
  height: 20px;
}

.checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #888;
}

.checkbox__hiddenInput {
  display: none;
}

.checkbox__hiddenInput:checked + .checkbox__entityInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #82b35b;
}

.checkbox__hiddenInput:checked + .checkbox__entityInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.checkbox__textLink {
  font-size: 16px;
  line-height: 1.25;
  color: #08c;
}

.checkbox__textLink--disabled {
  color: #888;
}

.checkbox__count {
  font-size: 12px;
  line-height: 1.25;
  color: #666;
}

.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page *::before, .page *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page__title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: bold;
  color: #5d4531;
}

.page__lead {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.31;
  color: #4a4a4a;
}

.page__container {
  margin-top: 30px;
}

.page__searchButtonArea {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page__searchButton {
  background: -webkit-gradient(linear, left bottom, left top, from(#f27107), to(#f28e3d));
  background: linear-gradient(to top, #f27107, #f28e3d);
  border: solid 1px #e67430;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.page__searchButton:hover {
  cursor: pointer;
  background: #f27107;
}
