@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* 要素の幅と高さにパディングとボーダーを含める設定 */
}