/* common  */

header {
  width: 100%;
  height: 60px !important;
  z-index: 1;
}



.main-width {
  max-width: 1280px;
  height: calc(100vh - 60px);
  background: #FFFFFF;
  margin: 0 auto;
}

.bt-bg {
  background: #003C7D;
}

.text-color-404 {
  color: rgba(0,0,0,0.65);
  font-weight: bold;
}

.text-color-404-button {
  color: #fff;
}

.bottom-40 {
  bottom: 2.5rem;
}

.left-35 {
  left: 25%;
}
.p-10-48 {
  padding: 10px 48px;
}

.box-404 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.box-404 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}