.footer {
  background-color: rgb(245, 245, 245);
  height: 60px;
  padding: 9px;
}

.footer-btn {
  width: 100px;
  height: 42px;
  margin-left: 10px; /* ボタンを横に並べる場合の間隔 */
}

.footer-btn:first-child {
  margin-left: 0; /* 1つめのボタンには間隔を設けない */
}

.footer-back-btn {
  height: 42px;
}

