html, body {
  height: 100%;
  margin: 0;
  background-color: #fbfbfb;
}

.page {
  display: table;
  height: 100%;
  width: 100%;
  color: #666;
  text-align: center;
}
@media (max-width: 767px) {
  .page {
    width: 295px;
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  .page {
    width: 280px;
  }
}

.content {
  display: table-cell;
  vertical-align: middle;
}

.icon_error {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: url("../img/ic_error404.svg") no-repeat;
  background-size: 100%;
}

.title {
  margin: 22px 0 16px;
  font-size: 28px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .title {
    margin: 20px 0 14px;
    font-size: 21px;
    line-height: 25px;
  }
}

.desc {
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .desc {
    font-size: 15px;
  }
}

.button_area {
  margin-top: 22px;
}

.button {
  display: inline-block;
  width: 114px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: transparent;
  font-size: 16px;
  line-height: 43px;
  text-decoration: none;
  color: #666;
}
.button + .button {
  margin-left: 10px;
}

.br-m {
  display: none;
}
@media (max-width: 767px) {
  .br-m {
    display: block;
  }
}
@media (max-width: 374px) {
  .br-sm {
    display: none;
  }
}

/*# sourceMappingURL=error_page.css.map */