@charset "UTF-8";
/*************************************************************************************
COMMON
*************************************************************************************/
.button_wrap input, #main-header h1, #main-header p {
  font-size: 0;
  line-height: 0;
}

.dode-weather-box, .sns_box, .twitter-box, section {
  width: 96%;
  margin: 0 auto;
}

/************************************************************************************
header
*************************************************************************************/
#main-header {
  width: 100%;
  background: url(../images/head.jpg) no-repeat center top;
  background-size: 100%;
  padding-top: 58%;
}
/*@media query*/
@media screen and (min-width: 768px) {
  #main-header {
    background: url(../images/head2000.jpg) no-repeat center top;
    padding-top: 0;
    margin: 0 auto;
    height: 400px;
  }
}
/****************************************************************
main
*****************************************************************/
section:not(#info) {
  border: solid 4px #8cc63f;
  border-radius: 6px;
}

section {
  margin-bottom: 32px;
  line-height: 1.5;
}
section .box {
  padding: 16px;
}
section h3 {
  color: #fff;
  background: #8cc63f;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0 4px;
  margin: 0 auto;
}

/*@media query*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/**************************************
お知らせ
**************************************/
#info .box {
  padding: 16px;
  border: double 4px #f00;
}
#info .box > div:not(:last-child) {
  border-bottom: dotted 1px #999;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#info .box time {
  font-size: 12px;
  color: #999;
}
#info .box p {
  font-size: 14px;
  margin: 0;
}

/*@media query*/
@media screen and (min-width: 768px) {
  #info .box {
    width: 100%;
  }
}
/**************************************
次回予告
**************************************/
.next-box {
  /* display: grid;
  gap: 16px;
  grid-template-columns: 100%;
  align-items: start; */
}

.next-text {
  font-size: 14px;
}
.next-text p {
  margin: 0 0 8px;
}
.next-text .time {
  font-weight: bold;
  font-size: 16px;
}

/*****ULIZA*****/
.ulizaArea {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 16px;
}
.ulizaArea .ulizahtml5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*@media query*/
@media screen and (min-width: 1100px) {
  .next-box {
    display: flex;
  }
  .ulizaArea {
    width: 480px;
    height: 270px;
    aspect-ratio: 16/9;
    padding: 0;
    margin: 0 16px 0 0;
    overflow: initial;
  }
  .next-text {
    font-size: 16px;
  }
  .next-text .time {
    font-size: 20px;
  }
}
/**************************************
最新のOA
**************************************/
#latest .box {
  padding: 0 16px;
}
#latest .box .entry {
  border-bottom: dotted 1px #b3b3b3;
  padding: 16px 0;
}
#latest .box dl {
  display: grid;
  gap: 10px;
  grid-template-columns: 45% 1fr;
}
#latest .box dl dt {
  padding: 0; /*old version*/
  margin: 0; /*old version*/
}
#latest .box dl dt a {
  display: block;
}
#latest .box dl dt img {
  width: 100%;
}
#latest .box dl dd {
  padding: 0; /*old version*/
  margin: 0; /*old version*/
  font-weight: bold;
  font-size: 14px;
}
#latest .box dl dd a {
  color: #000;
}
#latest .box dl .date {
  color: #65ab09;
  display: block;
  font-size: 13px;
  margin: 0 0 2px;
  font-weight: normal;
}
#latest .category {
  font-weight: normal;
  background: #ececec;
  color: #666;
  font-size: 10px;
  padding: 4px 2px 2px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 8px;
}

/*もっとみるボタン*/
.button_wrap {
  width: 280px;
  height: 50px;
  margin: 16px auto;
}
.button_wrap input {
  width: 100%;
  height: 100%;
  -webkit-appearance: button;
  background: url(../images/openbt.png) no-repeat top center;
  background-size: 100%;
  border: none;
  border-radius: 30px;
}

/*@media query*/
@media screen and (min-width: 768px) {
  #latest .box .entry a:hover {
    opacity: 0.7;
  }
  #latest .box dl {
    gap: 16px;
  }
  #latest .box dl:first-child {
    padding-top: 0;
  }
  #latest .box dl dd {
    font-size: 16px;
  }
  #latest .box dl .date {
    margin: 0 0 4px;
  }
  #latest .category {
    font-size: 13px;
  }
  .button_wrap input {
    cursor: pointer;
  }
  .button_wrap input:hover {
    opacity: 0.7;
  }
}
/**************************************
番組コーナー
**************************************/
#corner {
  line-height: 1.5;
}
#corner h4 {
  font-size: 22px;
  color: #8cc63f;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 2px 0 0 32px;
  border-bottom: double 3px #8cc63f;
  position: relative;
}
#corner h4::before {
  content: "";
  background: url(../images/corner_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
}

/*コーナーロゴなし*/
.box-detail {
  margin: 0 auto 32px;
  font-size: 14px;
}

/*コーナーロゴあり*/
.box-detail-grid {
  width: 94%;
  display: grid;
  gap: 16px;
  grid-template-columns: 45% auto;
  margin: 0 auto;
}
.box-detail-grid dt {
  margin: 0; /*old version*/
  padding: 0; /*old version*/
}
.box-detail-grid dt img {
  width: 100%;
}
.box-detail-grid dd {
  font-size: 14px;
  margin: 0; /*old version*/
  padding: 0; /*old version*/
}

.bk_link,
.bk_link_b {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 0;
}

.bk_link_b {
  display: block;
}

.bk_link_b a {
  color: #14B0E3;
}

/*特集*/
.tokusyu {
  margin: 16px auto 0;
  padding: 16px 0 0;
  border-top: dotted 1px #b3b3b3;
}
.tokusyu:last-child {
  padding: 16px 0;
}

/*過去のコーナー*/
#corner .back {
  background: #f4f3ef;
  padding: 16px;
  margin-bottom: 0;
}
#corner .back h4 {
  padding: 0;
  border: none;
  margin: 0 0 8px;
}
#corner .back h4::before {
  all: unset;
}
#corner .back ul {
  display: flex;
  flex-wrap: wrap;
}
#corner .back ul li {
  margin-right: 4px;
}
#corner .back ul li::before {
  content: "・";
}
#corner .back ul li a {
  padding: 0 8px;
}

/*@media query*/
@media screen and (min-width: 768px) {
  #corner h4 {
    font-size: 24px;
    padding: 6px 0 0 48px;
  }
  #corner h4::before {
    width: 46px;
    height: 44px;
  }
  .machi_q dd {
    font-size: 16px;
  }
  .box-detail {
    font-size: 16px;
  }
  .box-detail:last-child {
    margin-bottom: 0;
  }
  .box-detail-grid {
    width: auto;
  }
  .box-detail-grid a:hover {
    opacity: 0.7;
  }
}
/**************************************
コメンテーター
**************************************/
#commentator h3 {
  font-size: 22px;
}
#commentator nav {
  background: none;
}
#commentator nav .c_grid {
  margin: 0 auto 16px;
  width: 284px;
  display: grid;
  grid-template-columns: 44px 44px 44px 44px 44px;
  gap: 16px;
}
#commentator nav .c_grid li {
  background: none;
}
#commentator nav .c_grid li img {
  width: 44px;
}
#commentator nav button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
#commentator .cmt_box ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
#commentator .cmt_box ul li img {
  width: 124px;
}

.commentator-txt {
  background: #e5e3d8;
  color: #7f807e;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  font-size: 14px;
  padding: 2px 0 1px;
}

/*etc*/
.kawai {
  background: url(../images/c_kawai.jpg) no-repeat 0 0;
  background-size: 100%;
}

/****************************************************************
aside
*****************************************************************/
aside {
  display: block;
}

/*banner*/
#dode-pickup {
  margin: 16px auto 0;
  padding-bottom: 0;
}
#dode-pickup ul {
  margin: 0 auto;
}
#dode-pickup li {
  width: 100%;
  margin-bottom: 16px;
}
#dode-pickup li img {
  width: 100%;
}

/*SNS*/
.twitter-box {
  margin-bottom: 16px;
}

.sns_box {
  margin-bottom: 16px;
}

/*番組表*/
.dode-program-guide-box {
  display: none;
}

/*おすすめ番組*/
.dode-program-osusume-box {
  display: none;
}

/*お天気情報*/
.dode-weather-box {
  margin-bottom: 16px;
}

/*@media query*/
@media screen and (min-width: 768px) {
  .dode-program-guide-box,
.dode-program-osusume-box {
    display: block;
  }
  #dode-pickup {
    margin: 0;
  }
  #dode-pickup ul {
    display: block;
  }
  #dode-pickup li {
    width: 100%;
  }
  .twitter-box {
    width: 100%;
  }
  .sns_box {
    width: 100%;
  }
  .dode-weather-box {
    width: 100%;
  }
}
@media print {
  #commentator {
    display: none;
  }
}