
@charset "utf-8";

/*eスポーツの世界へようこそ 2019.05*/

.welcome-esports span {
  background-color:#fed93b!important;
  color:#000;
}
.special-link {
  border-top:1px solid #b7d4f8;
  border-bottom:1px solid #b7d4f8;
  margin:25px 0 39px 0!important;
}
.special-link a {
  font-size: 105%;
  padding:12px 15px 9px 15px;
  display:block;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.special-link a span {
  font-weight:bold;
}

@media screen and (max-width:640px){
  .welcome-esports {

  }
    .special-link {
    margin:20px 0 25px 0!important;
  }
  .special-link a {
    margin:0 0 0 1em !important;
    text-indent:-1.5em;
    font-size: 92%;
    padding:8px 10px 7px 15px;
    line-height:1.4;
  }
}