/* corporate color */
/*金赤*/
/*茜色*/
/*茶*/
/*こげ茶*/
/*藍色*/
/*群青*/
/*紺色*/
/*緑*/
/*草*/
/*深緑*/
/*ネズミ*/
/*黒*/
.bread-crumb {
  display: none;
}
#error-page {
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
}
#error-page h1 {
  font-size: 3em;
  font-weight: bold;
  color: #009943;
  letter-spacing: .1em;
}
#error-page h1 span:nth-child(odd) {
  color: #a2a2a2;
}
#error-page h1 span:nth-child(even) {
  color: #2967ec;
}
#error-page h1 i {
  color: #f7921f;
}
@media only screen and (min-width: 768px) {
  #error-page {
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }
  #error-page h1 {
    font-size: 5em;
    color: #009943;
    letter-spacing: .1em;
  }
  #error-page p:first-of-type {
    font-size: 2em;
  }
}
