/* 番組紹介（ベイスターズ見るならJCOM）
************************/
.jcom-program {
  background: #000000;
  padding: 20px 0 !important;
  margin-top: 60px;
}
.jcom-program .post-detail {
  font-weight: 500;
  max-width: 940px;
  margin: auto;
  padding: 40px 0;
}
.j-program-ttl {
  width: 54%;
  margin: 0 auto 46px !important;
}
.img-jcom-program {
  width: 60%;
  margin: 0 auto !important;
}
.img-jcom-program.img-kakeisoudan {
  width: 75%;
}
.img-jcom-program__caption {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.jcom-program-txtCont {
  width: 90%;
  margin: auto;
}
.jcom-program-detailTxt {
  color: #fff;
  margin-top: 30px !important;
  font-size: 18px;
}
.jcom-program-detailttl {
  margin: auto;
  text-align: center;
  color: #ffff3d;
  font-weight: 900;
  margin-bottom: 16px !important;
  font-size: 26px !important;
  line-height: 1.6 !important;
}
.jcom-program-detailttl__catch {
  color: #fff;
  font-weight: bold;
}
.jcom-program-btn-wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px !important;
}
.jcom-program-btn {
  display: block;
  border-radius: 5px;
  width: 300px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.05em;
}
.jcom-program-btn--schedule {
  background: #d4e5ff;
  color: #1b60cc !important;
}
.jcom-program-btn--how {
  background: #1b60cc;
  color: #fff !important;
}
.icon-pickup {
  width: 110px;
  margin: auto;
}
.c-btn-arrow {
  position: relative;
}
.c-btn-arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid 2px #fff;
  border-bottom: 0;
  border-left: 0;
}
.jcom-program-btn--schedule.c-btn-arrow::after {
  border-color: #1b60cc;
}

@media screen and (max-width: 940px) {
  /* 番組紹介（ベイスターズ見るならJCOM）
************************/
  .jcom-program .post-detail {
    padding: 20px 0;
  }
  .j-program-ttl {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 30px !important;
  }
  .img-jcom-program {
    width: 100%;
  }
  .img-jcom-program.img-kakeisoudan {
    width: 100%;
  }
  .jcom-program-txtCont {
    width: 100%;
  }
  .jcom-program-detailTxt {
    margin-top: 20px !important;
    font-size: 13px !important;
  }
  .jcom-program-detailttl {
    margin-bottom: 12px !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
  .jcom-program-detailttl__catch {
  }
  .jcom-program-btn-wrap {
    display: block;
    margin-top: 30px !important;
  }
  .jcom-program-btn {
    margin: auto;
    width: 70%;
    max-width: 280px;
    padding: 10px 0;
    font-size: 16px;
  }
  .jcom-program-btn + .jcom-program-btn {
    margin-top: 18px;
  }
  .img-jcom-program__caption {
    font-size: 13px;
  }
  .icon-pickup {
    width: 24%;
    max-width: 90px;
  }
}
