@charset "utf-8";

.top_inner {
  max-width: 980px;
  margin: 40px auto;
}

.top-btn {
  width: calc(50% - 10px);
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}

.top-btn a {
  color: #fff;
    line-height: 1.2;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 900;
    width: 100%;
}

@media only screen and (max-width:768px) {
  .global-list {
    display: block;
  }
  .top-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
