body {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: #f5f5f5;
}
.c-button {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: #49a148;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #fff;
}
.c-button:hover {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: #a2cfa2;
}
.c-button--primary {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: #49a148;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary:hover {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: #a2cfa2;
}
.c-button--danger {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, goudy, serif;
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #f5f5f5;
}
.c-input--text:focus {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif; 
  border-color: #49a148;
}