.header_lead {
  width: 990px;
  height: 25px;
  margin: auto;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'HiraKakuProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'helvetica', 'arial', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #F2F5F3 !important;
}


.maintenance {
  width: 990px;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 2px 2px 0px #00000040;
  border-radius: 10px;
}
h1 {
  color: #063;
  font-weight: 600;
}