@charset "UTF-8";

.error_techkai {
  background-color: #F5F5F5;
  box-sizing: border-box;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

.error_techkai header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7D7D7;
  line-height: 0;
  padding: 20px;
  text-align: center;
}
.error_techkai header img {
  height: 38px;
}

.error_techkai section {
  padding: 100px 20px;
  text-align: center;
}

.error_techkai section figure {
  margin: 0;
}
.error_techkai section figure img {
  height: 200px;
  opacity: .5;
}

.error_techkai section h1 {
  color: #777777;
  font-size: 60px;
  margin: 0 0 20px;
}

.error_techkai section p {
  font-size: 14px;
}