/* TOP
 ====================================== */
/* f-top-important */
.f-top__important {
  margin-block: 20px;
}
.f-top__important-inner {
  padding: 40px;
  background: #e6e6e6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 599.9px) {
  .f-top__important {
    margin-inline: 4.8vw;
  }
}

/* f-top-takeover */
.f-top__takeover {
  margin-block: 20px;
}
.f-top__takeover-inner {
  padding: 40px;
  background: #e6e6e6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 599.9px) {
  .f-top__takeover {
    margin-inline: 4.8vw;
  }
}