@charset "UTF-8";

/* --------------------------------------------------
page-head
-------------------------------------------------- */
.page-head.news {
  background-image: url(../img/ttl_news.jpg);
}
@media screen and (max-width: 768px) {
  .page-head.news {
    background-image: url(../img/ttl_news_sp.jpg);
  }
}
.page-head.games {
  background-image: url(../img/ttl_games.jpg);
}
@media screen and (max-width: 768px) {
  .page-head.games {
    background-image: url(../img/ttl_games_sp.jpg);
  }
}

/* --------------------------------------------------
lead
-------------------------------------------------- */
.lead {
  text-align: left;
  line-height: 2;
  margin: 2em 0;
  display: flex;
  justify-content: center;
}
.post-ttl {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead {
    text-align: left;
    line-height: 1.5;
  }
}
.post-ttl {
  margin-top: 60px;
}
#main > .ttl-bg {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .post-ttl {
    margin-top: 0;
  }
}

.voice-block .fukidashi{
  background:#f8f8f5;
  margin-bottom: 3.2rem;
}
.voice-block .fukidashi:before{
  border-color: transparent transparent transparent #f8f8f5;
}
.voice-block:nth-child(even) .fukidashi:before{
  border-color: transparent #f8f8f5 transparent transparent;
}