@charset "utf-8";
/* ========================================================== */
/* フッター */
/* ========================================================== */
footer {
   position: fixed;
   bottom:0;
    background-color: #3faf49;
    color: #f5f5f5;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100vw;
  
    & p {
      margin: 0;
    }
  }