/*============================================================
  404 Page Not Found画面 
*============================================================*/

/* ヘッダ
---------------------------------------- */
header {
  width:  100%;
  height: 88px;
}

.error-404-header-content {
  display: flex;
  width: 100%;
  height: 100%;
}

/* ロゴ */
.error-404-header-logo-name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.error-404-header-logo-name img {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 40px;
}

/* メイン
---------------------------------------- */
.error-404-main {
  text-align: center;
}

.error-404-main-image {
  margin-top: 30px;
}

.error-404-main-message {
  margin-top: 55px;
  font-size: 60px;
  font-weight: 800;
  color: #1E2023;
}

.error-404-main-top {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.error-404-main-top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width : 240px;
  height: 50px;
  border: 2px solid #1E2023;
  border-radius: 8px;
  cursor: pointer;
}

.error-404-main-top-button span {
  font-size: 16px;
  font-weight: 700;
}