@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html{
}
body {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: normal;
  color: #333;
  position: relative;
}

.login #nav a, .login #backtoblog a {
}

.login form {
  background-color: #FFF;
}
.login h1 a {
  background: url(../img/common/logo.svg) no-repeat center center / 200px auto;
  width: 200px;
  height: 50px;
  padding: 10px;
  display: block;
}
