@charset "UTF-8";

.bl_error{
  font-size: 14px;
  height: calc(100vh - 170px);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bl_error .el_ttl01{
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px;
}

.bl_error p{
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8px;
}