@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/

/* banner
========================================== */

.mori_banner_inner {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
}

.mori_banner_item {
  width: calc(100% - 50px);
  max-width: 860px;
  margin: 0 auto;
}

.mori_banner_item a {
  display: block;
  padding-top: calc(120 / 860 * 100%);
  font-size: 0;
}

.mori_banner_item .tver {
  background-image: url('../images/top/minogashi_banner_pc.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 600px) {
  .mori_banner_item a {
    display: block;
    padding-top: calc(170 / 680 * 100%);
  }
  .mori_banner_item .tver {
    background-image: url('../images/top/minogashi_banner_sp.jpg');
  }
}

/* program
========================================== */
.mori_program_area {
}

.mori_program_inner {
}

.mori_program_list {
}

.mori_prigram_list_caution {
  margin: 20px auto 0;
}

.mori_prigram_list_caution + .mori_program_list {
  margin: 20px auto 0;
}

.mori_program_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 0;
  border-bottom: 1px dashed #ea588d;
}
.mori_program_item:first-child {
  padding-top: 0;
}

.mori_program_item_broadcast {
  width: 136px;
  min-width: 136px;
  height: 60px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.digital .mori_program_item_broadcast {
  background-image: url('../images/top/program_icon_digital.png');
}
.bs .mori_program_item_broadcast {
  background-image: url('../images/top/program_icon_bs.png');
}
.cs .mori_program_item_broadcast {
  background-image: url('../images/top/program_icon_cs.png');
}

.mori_program_item_detail {
  width: calc(100% - 136px);
  padding-left: 25px;
}
.mori_program_item_detail li {
  margin: 20px 0 0;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.mori_program_item_detail li:first-child {
  margin-top: 0;
}

.mori_program_item_detail .title {
  font-weight: bold;
}
.mori_program_item_detail dd {
}

@media only screen and (max-width: 600px) {
  .mori_program_item {
    padding: 10px 0;
  }
  .mori_program_item_broadcast {
    width: 68px;
    min-width: 68px;
    height: 30px;
  }
  .mori_program_item_detail {
    width: calc(100% - 68px);
    padding-left: 12px;
  }
  .mori_program_item_detail li {
    margin: 8px 0 0;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .mori_prigram_list_caution {
    margin: 12px 0 0;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .mori_prigram_list_caution + .mori_program_list {
    margin: 8px 0 0;
  }
}
