@charset "utf-8";

/* ========================================
  ヘッダー
======================================== */
.header__mega{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #535353;
  height: 40px;
  padding-left: 5%;
}
.header-mega__logo{
  width: 125px;
}

/* ========================================
  フッター
======================================== */
footer{
  background: #5e5e5e;
  padding: 20px 0;
}

footer .copyright{
  font-size: 14px;
  color: #fff;
  text-align: center;
}