.error-page__title {
  font-size: 18px;
  line-height: 20px;
  padding-top: 39px;
  padding-bottom: 39px;
  text-align: center;
  font-weight: bold;
}

.error-page__desc {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  /* font-family: 'SodoSans'; */
  margin-bottom: 25px;
}

.navigate__top--left > a {
  cursor: pointer;
}

.error-page__navigate--top {
  display: flex;
  justify-content: center;
}

.error-page__navigate--top > * {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #00754A;
  /* font-family: 'SodoSans'; */
}

/* .error-page__navigate--top > .navigate__top--right {
  line-height: 23px;
} */

.error-page__navigate--top > .navigate__top--left {
  font-family: 'SodoSans';
}

.navigate__top--right {
  margin-left: 21px;
  cursor: pointer;
  font-family: 'Noto Sans JP';
  display: inline;
  position: relative;
  bottom: 1px;
}

.error-page__navigate--logo {
  display: flex;
  padding-top: 51px;
  padding-bottom: 16px;
  justify-content: center;
}
.error-page__navigate--logo > img {
  width: 167px;
  height: 167px;
  border-radius: 50%;
}

.error-page__navigate__wrapper.is-system-error {
  padding-bottom: 70px;
}

.error-page__navigate--bottom {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #00754A;
  cursor: pointer;
}
.error-page__error-message {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}
.error-message__title {
  font-size: 24px;
  line-height: 32px;
  font-family: 'SodoSans';
  color: rgba(0, 0, 0, 0.3);
}
.error-message__desc {
  padding-top: 7px;
  font-size: 12px;
  line-height: 16px;
  font-family: 'SodoSans';
  color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .error-page__title{
      font-size: 24px;
      line-height: 24px;
      padding-top: 55px;
      padding-bottom: 54px;
  }
  .error-page__navigate__wrapper.is-system-error {
      padding-bottom: 319px;
  }
  .navigate__top--right {
      margin-left: 34px;
  }
  /* .error-page__navigate--top > .navigate__top--right {
      line-height: 14px;
  } */
  .error-page__desc {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
  }
  .error-page__navigate--top > * {
      font-size: 13px;
      line-height: 17px;
      font-weight: 400;
      /* font-family: 'SodoSans'; */
  }
  .error-page__navigate--logo {
      padding-top: 56px;
      padding-bottom: 13px;
  }
  .error-page__navigate--bottom {
      font-size: 13px;
      font-weight: 400;
      /* font-family: 'SodoSans'; */
      line-height: 17px;
  }
  .error-page__error-message {
      padding-top: 16px;
      padding-bottom: 114px;
  }
}