/* エラーcss */

/***********************
エラースタイル end
************************/
.complete {
  height: 434px;
}

.errorTitle {
  text-align: center;
  font-size: 40px;
  margin-top: 30px;
}

.subErrorMessge {
  text-align: center;
  line-height: 90px;
}

.topButtonArea {
  text-align: center;
}

.topButton {
  width: 310px;
  height: 55px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px;
  border-radius: 10px;
  transition: .4s;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background-color: #FFE4C4;
  letter-spacing: 3px;
  padding: 10px;
  outline: none;
}
/***********************
エラースタイル end
************************/
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {

  .subErrorMessge {
    line-height: 42px;
    font-size: 11px;
  }

  .topButtonArea {
    margin-top: 20px;
  }
}
/***********************
スマホ用 end
************************/
