.error-header {
  left: 0px;
  width: 100%;
  height: 55px;
  border-bottom: solid 0.5px lightgray;
}

.error-header__band {
  width: 100%;
  height: 48px;
  background: blue;
}

.error-header__wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  height: 55px;
  margin: 0 auto;
  padding-left: 10px;
  background: white;
}

.error-header__inner {
  display: flex;
  flex-basis: 221px;
  align-items: center;
  margin: 10.5px 10px 0 15px;
}

.error-header__logo {
  width: 90px;
  height: 30px;
  background: url(../assets/mizuho_eng.png) no-repeat;
  background-size: contain;
}

.error-header__title {
  width: 100%;
  max-width: 90px;
  height: 22px;
  margin-left: 20px;
  background: url(../assets/logo_ldn.svg) no-repeat;
  background-size: contain;
}

.error-content {
  font-size: 16px;
  top: 0;
  bottom: 0;
}

.content {
  padding-left: 10%;
  padding-top: 10%;
}

.error-info {
  font-size: 14px;
}

.error-info__strong {
  font-size: 16px;
}

.error-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.copy {
  border-top: 1px solid lightgray;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

@media only screen and (min-width: 560px) {
  .error-footer {
    height: 40%;
    position: relative;
    margin-top: 100px;
  }

  .error-header__title {
    width: 100%;
    max-width: 90px;
    height: 22px;
    margin-left: 20px;
    background: url(../assets/logo_ldn.svg) no-repeat;
    background-size: contain;
  }
}
