footer {
  background-color: #ffffff;
  text-align: left; /* 左寄せ */
  padding: 0;
  font-size: 14px;
  color: #555;
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
}

footer .copyright {
  padding-left: 40px; /* ← 左に40pxの余白を追加 */
}