.station-list{
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.station-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    padding: 0 8px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    top: 0;
    text-align: center;
    height: 44px;
    font-weight: bold;
    width: calc(50% - 4px);
}
.station-list a.long-name {
  font-size: 12px;
}
.station-list a:hover {
  top: 2px;
}

.ec-pager li a{
    cursor: pointer;
}

.ec-pager li span{
    cursor: default;
}

.contents-wrapper .button-area {
  margin-bottom: 16px;
  text-align: right;
}
