@charset "utf-8";
.map-nav .c-button{
  width: 100%;
  height: 6em;
  padding: 1em 2em 1em 1em;
}
.map-nav .c-button::after{
  right: 1em;
}
.map-nav .c-button--active{
  background: #004da1;
  color: #fff;
}
.map-nav .c-button--active::after{
  border-color: #fff;
}
.map-nav+.map-nav{
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .map-nav .c-button{
    font-size: 12px;
  }
}