body {
  background: #F4F6F7;
  font-family: "objektiv", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #3C515B;
  margin: 0;
}
.Header {
  display: flex;
  height: 72px;
  color: rgb(60, 81, 91);
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(233, 236, 241);
}
.Header-logo {
  padding: 20px 32px;
}
.Header-logo a {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 128px;
  height: 29px;
}
.ErrorContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.ErrorContent-content {
  padding: 20px;
}
.ErrorContent-logo {
  width: 227px;
  height: 53px;
  vertical-align: top;
}
.ErrorContent-title {
  margin: 36px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.ErrorContent-message:not(:last-child) {
  margin: 0 0 40px;
}
.ErrorContent-detail {
  font-size: 12px;
  color: #708996;
}
.ErrorContent-button {
  padding: 0 36px;
  line-height: 40px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #FD4974;
  border: 0;
  border-radius: 4px;
}
.ErrorContent-link {
  color: #0066C0;
}
@media screen and (min-width: 769px) {
  .ErrorContent {
	font-size: 16px;
  }
  .ErrorContent-logo {
	width: 284px;
	height: 66px;
  }
  .ErrorContent-title {
	font-size: 28px;
	line-height: 40px;
  }
}