@charset "UTF-8";
/* CSS Document */
img {
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc-only {
  display: none !important;
}

.sec_pr-inner {
  margin: 0 auto;
  width: 90%;
  padding: 0 20px 50px 20px;
}
.sec_pr-mv {
  /* margin-bottom: 20px; */
}
.sec_pr-text {
  width: 95%;
  margin: 0 auto;
  border: solid 5px;
  border-image: linear-gradient(#baebff 0%, #baebff 26.9%, #baebff 28.32%, #dce380 38.84%, #feda00 46.46%, #feda00 53.42%, #feda00 100%);
  border-image-slice: 1;
}
.sec_pr-text .video {
  width: 90%;
  text-align: center;
  margin: 10px auto 20px auto;
}
.broadcast {
  padding: 2rem;
}
.broadcast img {
  margin: 20px 0 10px 0;
}
.broadcast__text {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.broadcast__text span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  max-width: 60%;
}
