.error {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#CC0000;
  font-weight:bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.lp-content_error {
  vertical-align: middle;
}

.lp-content_font {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .lp-content_font {
    font-size: 12px;
  }
  .lp-content_error {
    width: 30px !important;
  }
}