@charset "UTF-8";

/*ヘッダー下余白狭く*/
@media (max-width: 30em) {
  #body {
    margin-top: 0;
  }
}
.article h2 {
  margin-top: 0;
}