@charset "UTF-8";

/*ライブ・ダイジェスト*/
.live-item {
  margin-left: 0px;
}
.live-item-white {
  background-color: #fff;
}

.run {
  background-color:#6b95cf;
  background-image: url(../img/bg_header.png);
  background-size: 90%;
  background-repeat: no-repeat;
  animation: sectionwind2 45s linear infinite;
}

@keyframes sectionwind2 {
  0% {
    background-position: -1000% bottom;
  }

  100% {
    background-position: 1000% bottom;
  }

}

footer p {
  line-height: 1.3em;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  footer p {
      font-size: 16px;
  }
}