@charset "utf-8";

/* =========================
*  共通
========================= */
@media screen and (min-width: 900px) {
  section {
    /* width: 95%; */
    /* width: 1366px; */
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sp {
    display: none;
  }
  /*===== 見出し(NEWS・PICK UP・PROGRAM・WEATHER・INFORMATION) ===============*/
  .emphasis {
    color: #0052a4;
    border-bottom: solid 1px #ff2d2d;
    position: relative;
    display: inline-block;
  }
  .emphasis:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #ff2d2d;
    bottom: -3px;
    width: 33%;
  }
  .emphasis p:first-child {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .emphasis p:last-child {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 10px;
    margin: -5px 0 0;
  }
}

@media screen and (max-width: 899px) {
  #heading {
    width: 90%;
    margin: 0 auto;
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  /*===== 見出し(NEWS・PICK UP・PROGRAM・WEATHER・INFORMATION) ===============*/
  .emphasis {
    color: #0052a4;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }
  .emphasis p:first-child {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 0 10px 0 0;
  }
  .emphasis p:last-child {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ff0000;
  }
  .emphasis p:last-child:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ff2d2d;
    bottom: -2px;
    width: 33%;
  }
  .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 30px auto 0;
  }
  .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    display: block;
  }
}

/* =========================
*  slick
========================= */

/***** YouTube対応 2023/08/01追加 *****/
.slide-img_items li {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.slide-img_items li iframe {
  position: absolute;
  top:   0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.slide-img_items li img[src^="https://img.youtube.com/"] {
  position: relative;
}
/*
.slide-img_items li:has(img[src^="https://img.youtube.com/"])::after {
	content: "";
	background: url(/img/top/filter_youtube16-9.png) no-repeat center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
.slide-img_items li:has(img[src^="https://img.youtube.com/"]) a::after {
	content: "";
	background: url(/img/top/btn_youtube.png) no-repeat center;
	background-size: contain;
	width: 20%;
	height: 20%;
	position: absolute;
	top: 40%;
	left: 40%;
}
.slide-img_items .slide-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-img_items .slide-dots li {
	aspect-ratio: auto;
	margin: 0 !important;
}
/***** YouTube対応 2023/08/01追加 *****/

@media screen and (min-width: 900px) {
  #heading {
    padding: 0 0 60px;
    margin: 30px 0 0;
  }
  .slick-img {
    margin: 0 0 60px;
  }
  .slide-img_items {
    width: 100%;
    height: 100%;
  }
  .slide-img_items li {
    margin: 0 30px;
  }
  .slide-img_items li img {
    width: 99%;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid #4b4b4b;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .slick-dots {
    top: 520px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 14px;
  }
}

@media screen and (max-width: 899px) {
  #heading .slick-arrow {
    display: none !important;
  }
  .slide-img_items {
    margin: 0 !important;
  }
  .slide-img_items li img {
    width: 99%;
    border-radius: 10px;
    border: 1px solid #4b4b4b;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .slide-img_items .slide-dots {
    text-align: center;
    margin: 10px 0 0;
  }
  .slide-img_items .slide-dots li {
    display: inline-block;
    margin: 0 15px;
  }
  .slide-img_items .slide-dots li button {
    position: relative;
    text-indent: -9999px;
    /* CSSリセット */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .slide-img_items .slide-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #4b4b4b;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slide-img_items .slide-dots li.slick-active button:before {
    background: #68a5f6;
  }
}

/* =========================
*  slick下リンクエリア
========================= */

/*===== 緊急メッセージ（共通） =====*/
.emg_msg.bd_red dt {
  background: #ff0000;
}
.emg_msg.bd_blue dt {
  background: #0052a4;
}
.emg_msg dd {
  border-radius: 0 0 15px 15px;
  padding: 1em;
}
.emg_msg.bd_red dd {
  border-right: 2px solid #ff0000;
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}
.emg_msg.bd_blue dd {
  border-right: 2px solid #0052a4;
  border-left: 2px solid #0052a4;
  border-bottom: 2px solid #0052a4;
}

@media screen and (min-width: 900px) {

  /*===== 緊急メッセージ（PC） =====*/
  .emg_msg {
    text-align: center;
    font-size: 16px;
    margin: 0px auto 60px;
    border-radius: 15px;
    width: 1140px;
  }
  .emg_msg dt {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 0.5em 0;
  }
  /*===== カルーセル下リンク（PC） =====*/
  .heding_link {
    width: 1280px;
    margin: 0 auto;
  }
  .heding_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .heding_link ul li {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #0052a4;
  }
  .heding_link ul li:last-child {
    border-right: none;
  }
  .heding_link ul li a {
    color: #0052a4;
  }

  /*===== カルーセル下バナー（PC） =====*/
  .heding_bnr {
    margin: 60px 0 0;
  }
  .heding_bnr ul {
    display: flex;
    justify-content: center;
  }
  .heding_bnr ul li {
    margin: 0 30px;
  }
}

@media screen and (max-width: 899px) {

  /*===== 緊急メッセージ（SP） =====*/
  .emg_msg {
    font-size: 3vw;
    margin: 2vw 0 4vw;
    border-radius: 15px;
  }
  .emg_msg dt {
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 0.5em 0;
  }

  /*===== カルーセル下リンク（SP） =====*/
  .heding_link {
    margin: 10px auto 0;
  }
  .heding_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .heding_link ul li {
    width: 49%;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 600;
    border-left: 2px solid #0052a4;
    padding: 5px 0;
    margin: 5px 0;
  }
  .heding_link ul li:nth-of-type(2n) {
    border-right: 2px solid #0052a4;
    border-left: 2px solid #0052a4;
  }
  .heding_link ul li a {
    color: #0052a4;
  }

  /*===== カルーセル下バナー（SP） =====*/
  .heding_bnr {
    margin: 15px 0;
  }
  .heding_bnr ul {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .heding_bnr ul li:nth-of-type(2) {
    margin: 10px 0 0;
  }
}

/* =========================
*  お知らせ
========================= */
@media screen and (min-width: 900px) {
  #topics,
  #topics_fix {
    background-color: #f5f5f5;
    color: #636363;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
  }
  #topics .slick-txt,
  #topics_fix p {
    width: 900px;
    margin: 0 auto;
  }
  /*
  #topics .slick-prev {
    left: 0 !important;
    z-index: 1 !important;
  }
  #topics .slick-next {
    right: 0 !important;
  }
  */
  #topics .slick-prev:before,
  #topics .slick-next:before {
    color: #4b4b4b !important; /*黒にする*/
    opacity: 1 !important; /*デフォルトは.75が指定されている*/
  }
  #topics_fix p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 899px) {
  #topics,
  #topics_fix {
    background-color: #f5f5f5;
    color: #636363;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    /* margin: 10px 0 0; */
  }
  #topics .slick-txt li,
  #topics_fix p {
    /* 三点リーダー対応 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #topics .slick-list {
    width: 85%;
    margin: 0 auto;
  }
  #topics .slick-prev {
    left: 0px;
  }
  #topics .slick-next {
    right: 0px;
  }
}

/* =========================
*  NEWS
========================= */
#top_news .emphasis a {
  color: #0052a4 !important;
}
#top_news .emphasis a:hover {
  text-decoration: none !important;
}
#top_news .news_thumbnail {
  aspect-ratio: 16/9;
  text-align: center;
}
#top_news .news_thumbnail img {
  height: 100%;
}

@media screen and (min-width: 900px) {
  #top_news {
    margin: 120px 0 0;
  }
  #top_news .flex_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #top_news .headline {
    width: 15%;
    padding: 0 3% 0 2%;
  }
  /*
  #top_news .emphasis {
    color: #0052a4;
    border-bottom: solid 1px #ff2d2d;
    position: relative;
    display: inline-block;
  }
  #top_news .emphasis:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #ff2d2d;
    bottom: -3px;
    width: 33%;
  }
  #top_news .emphasis p:first-child {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  #top_news .emphasis p:last-child {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0 10px;
    margin: -5px 0 0;
  }
  */
  #top_news .lead-more {
    margin: 50px 0 0;
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
  }
  #top_news .youtube {
    margin: 15px 0 0;
    background-color: #c4302b;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
  }
  #top_news .lead-more a,
  #top_news .youtube a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #top_news .news_area {
    width: 80%;
    display: -webkit-box;
    display: flex;
  }
  #top_news .news_item {
    width: 30%;
    margin: 0 3% 0 0;
  }
  #top_news .news_item a:hover {
    text-decoration: none;
  }
  #top_news .news_title {
    font-size: 13px;
    margin: 5px 0 0;
  }
  #top_news .news_thumbnail img {
    border-radius: 30px;
  }
  #top_news .news_item ul {
    display: -webkit-box;
    display: flex;
    margin: 5px 0 0;
  }
  #top_news .news_item ul li {
    padding: 0.25em 1em 0.5em;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 100;
  }
  #top_news .news_item ul li:nth-child(n+2) {
    margin: 0 0 0 5px;
  }
  #top_news .news_item ul li.breakingNewsLocal {
    background: #ff0000;
    color: #ffffff;
  }
  #top_news .news_item ul li.category {
    background: #0052a4;
    color: #ffffff;
  }
  #top_news .news_item ul li.digCategory {
    background: #0050ff;
    color: #ffffff;
  }
  #top_news .news_item ul li.specialFeature {
    background: #ff91a0;
    color: #ffffff;
  }
}

@media screen and (max-width: 899px) {
  #top_news {
    margin: 15px 0 0;
  }
  #top_news .news_area {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
  	justify-content: center;
    flex-wrap: wrap;
  }
  #top_news .news_item {
    width: 45%;
    margin: 0 2.5% 15px;
  }
  #top_news .news_item:nth-of-type(3),
  #top_news .news_item:nth-of-type(4) {
    margin: 0 2.5%;
  }
  #top_news .news_item a:hover {
    text-decoration: none;
  }
  #top_news .news_pubDate {
    font-size: 10px;
  }
  #top_news .news_title {
    font-size: 12px;
    margin: 3px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #top_news .news_thumbnail img {
    border-radius: 15px;
  }
  #top_news .news_item ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  #top_news .news_item ul li {
    padding: 0.2em 1em 0.4em;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 100;
    margin: 5px 5px 0 0;
  }
  #top_news .news_item ul li:nth-child(n+2) {

  }
  #top_news .news_item ul li.breakingNewsLocal {
    background: #ff0000;
    color: #ffffff;
  }
  #top_news .news_item ul li.category {
    background: #0052a4;
    color: #ffffff;
  }
  #top_news .news_item ul li.digCategory {
    background: #0050ff;
    color: #ffffff;
  }
  #top_news .news_item ul li.specialFeature {
    background: #ff91a0;
    color: #ffffff;
  }
  #top_news .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
  }
  #top_news .links p {
    margin: 0 5px;
  }
  #top_news .lead-more {
    margin: 0;
  }
  #top_news .youtube {
    background-color: #c4302b;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
  }
  #top_news .youtube a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    display: block;
  }
}

/* =========================
*  PICK UP
========================= */
@media screen and (min-width: 900px) {
  #pickup {
    background-color: #f5f5f5;
    padding: 90px 0;
    margin: 120px 0 0;
  }
  #pickup .pickup_headline {
    display: flex;
    align-items: baseline;
    margin: 0 0 60px 60px;
  }
  #pickup .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 60px;
  }
  #pickup .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #pickup .pickup_box {
    display: flex;
    align-items: flex-start;
  }
  #pickup .pickup_box figure span.outer {
    margin: 5px 1em 0;
    display: block;
    overflow: hidden;
  }
  #pickup .pickup_box figure span.inner {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #pickup .pickup_box .slider-for {
    width: 45%;
    /* width: 570px; */
    margin: 0 15px;
  }
  #pickup .pickup_box .slider-for img {
    border-radius: 10px;
    /*
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    */
  }
  #pickup .pickup_box .slider-for span {
    font-size: 14px;
  }
  #pickup .pickup_box .pickup_box_right {
    width: 55%;
    /* width: 680px; */
  }
  #pickup .pickup_box .pickup_box_right .slider-nav {
    display: flex;
    align-items: end;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav img {
    border-radius: 15px;
    /*
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    */
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-prev {
    left: 10px;
    z-index: 999;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-next {
    right: 10px;
    z-index: 999;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-prev:before,
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-next:before {
    color: #1C1C1C;
  }
}

@media screen and (max-width: 899px) {
  #pickup {
    margin: 30px 0 0;
  }
  #pickup .pickup_box {

  }
  #pickup .pickup_flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
  }
  #pickup .pickup_flex figure img {
    border-radius: 10px;
  }
  #pickup .pickup_flex figure:first-child {
    width: 100%;
  }
  #pickup .pickup_flex figure {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #pickup .pickup_flex figure:nth-of-type(1) {
    margin: 0 0 4%;
  }
  #pickup .pickup_flex figure:nth-of-type(2) {
    margin: 0 4% 4% 0;
  }
  #pickup .pickup_flex figure:nth-of-type(3) {
    margin: 0 0 4%;
  }
  #pickup .pickup_flex figure:nth-of-type(4) {
    margin: 0 4% 0 0;
  }
  #pickup .pickup_flex figure:nth-of-type(5) {
    margin: 0;
  }
  #pickup .pickup_box figure span.outer {

  }
}

/* =========================
*  PROGRAM（PC）
========================= */
#program .program_box .tv_program ul.navi li:first-child {
  background: #0052a4;
}
#program .program_box .radio_program ul.navi li:first-child {
  background: #055d05;
}
#program .program_box ul.navi li:last-child {
  background: #7e7e7e;
}
#program .program_box ul.navi li a {
  color: #ffffff;
}
#program .program_box .tv_program .broadcast li .current {
  background: #0052a4 !important;
}
#program .program_box .tv_program .broadcast li .current:before {
  border-color: transparent transparent transparent #0052a4 !important;
}
#program .program_box .radio_program .broadcast li .current {
  background: #055d05 !important;
}
#program .program_box .radio_program .broadcast li .current:before {
  border-color: transparent transparent transparent #055d05 !important;
}
@media screen and (min-width: 900px) {
  #program {
    margin: 90px 0 0;
    padding: 90px 0;
    background: #f5f5f5;
  }
  #program .program_box {
    display: flex;
    /* justify-content: space-between; */
    margin: 45px 0;
  }
  /*
  #program .program_box .tv_program,
  #program .program_box .radio_program {
    max-width: 48%;
  }
  */
  #program .program_box .tv_program {
    margin: 0 60px 0 0;
  }
  #program .program_box ul.navi {
    display: flex;
    margin: 0 0 15px;
  }
  #program .program_box ul.navi li {
    padding: 5px 0;
    font-size: 15px;
    border-radius: 100vh;
    font-weight: 100;
    width: 120px;
    text-align: center;
  }
  #program .program_box ul.navi li:first-child {
    color: #ffffff;
    margin: 0 15px 0 10px;
  }
  #program .program_box .table_box {
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
    min-height: 320px;
  }
  #program .program_box .broadcast {
    overflow: auto;
    overflow-x: hidden;
    font-size: 16px;
    max-height: 320px;
    width: 550px;
  }
  #program .program_box .broadcast li {
    display: flex;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px 0 0;
  }
  #program .program_box .broadcast li img {
    max-width: 150px;
    margin: 0 15px 0 0;
  }
  /*
  #program .program_box .broadcast li .title {
    margin: 0 15px 0 0;
  }
  */
  /*===== テレビ番組表 =====*/
  #program .program_box .tv_program .broadcast li .time {
    min-width: 140px;
    background: #5e92c6;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
  }
  #program .program_box .tv_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5e92c6;
    top: 10px;
    left: 140px;
  }
  #program .program_box .tv_program .broadcast li a {
    font-family: "MotoyaAr04pMaruN";
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    width: 400px;
    padding: 10px 0;
  }

  /*===== ラジオ番組表 =====*/
  #program .program_box .radio_program .broadcast li .time {
    min-width: 140px;
    background: #82ae82;
    color: #ffffff;
    text-align: center;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #program .program_box .radio_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #82ae82;
    top: 20px;
    left: 140px;
  }
  #program .program_box .radio_program .broadcast li .detail {
    display: flex;
    align-items: center;
  }
  #program .program_box .radio_program .broadcast li a {
    display: flex;
    align-items: center;
    width: 400px;
    padding: 10px 0;
  }
  /*
  #program .program_box .radio_program .broadcast li p.title {
    color: #4b4b4b;
  }
  */
}

@media screen and (max-width: 899px) {
  #program {
    margin: 30px 0 0;
    padding: 30px 0;
    background: #f5f5f5;
  }
  #program .program_box ul.navi {
    display: flex;
    margin: 0 0 10px;
  }
  #program .program_box ul.navi li {
    padding: 5px 0;
    font-size: 12px;
    border-radius: 100vh;
    font-weight: 100;
    width: 100px;
    text-align: center;
  }
  #program .program_box ul.navi li:first-child {
    background: #0052a4;
    color: #ffffff;
    margin: 0 5px 0 0;
  }
  #program .table_box {
    background-color: #ffffff;
    padding: 10px;
  }
  #program .program_box .broadcast {
    overflow: auto;
    overflow-x: hidden;
    font-size: 12px;
    max-height: 300px;
  }
  #program .program_box .broadcast li {
    display: flex;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px 0 0;
  }
  #program .program_box .broadcast li .current {
    background: #0052a4 !important;
  }
  #program .program_box .broadcast li .current:before {
    border-color: transparent transparent transparent #0052a4 !important;
  }
  #program .program_box .broadcast li a img {
    /* max-width: 95%; */
    /* margin: 0 15px 0 0; */
  }
  /*===== テレビ番組表 =====*/
  #program .tv_program {
    margin: 30px 0 0;
  }
  #program .program_box .tv_program .broadcast li .time {
    width: 30%;
    background: #5e92c6;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
  }
  #program .program_box .tv_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5e92c6;
    top: 5%;
    left: 100%;
  }
  #program .program_box .tv_program .broadcast li a {
    font-family: "MotoyaAr04pMaruN";
    width: 70%;
    padding: 5px 0;
  }

  /*===== ラジオ番組表 =====*/
  #program .radio_program {
    margin: 30px 0 0;
  }
  #program .program_box .radio_program .broadcast li .time {
    min-width: 30%;
    background: #82ae82;
    color: #ffffff;
    text-align: center;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #program .program_box .radio_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #82ae82;
    top: 5%;
    left: 100%;
  }
  #program .program_box .radio_program .broadcast li .detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #program .program_box .radio_program .broadcast li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* width: 70%; */
    padding: 5px 0;
  }
}

/* =========================
*  WEATHER
========================= */
@media screen and (min-width: 900px) {
  #top_weather {
    margin: 120px 0 0;
  }
  #top_weather .weather_headline {
    display: flex;
    align-items: baseline;
  }
  #top_weather .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 120px;
  }
  #top_weather .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #top_weather .weather_box {
    margin: 50px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #top_weather .weather_box li {
    width: 47.5%;
  }
  #top_weather .weather_box img {
    border-radius: 30px;
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 50%);
  }
}

@media screen and (max-width: 899px) {
  #top_weather {
    margin: 30px 0 0;
  }
  #top_weather .weather_box {
    width: 90%;
    margin: 15px auto 0;
  }
  #top_weather ul li {
    margin: 0 0 15px;
  }
  #top_weather ul li:last-child {
    margin: 0;
  }
  #top_weather .weather_box img {
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
  }
}

/* =========================
*  INFORMATION
========================= */
@media screen and (min-width: 900px) {
  #top_information {
    margin: 100px 0 0;
    padding: 100px 0;
    background: #f5f5f5;
  }
  #top_information .information_flex {
    display: flex;
  }
  #top_information .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 60px 0 0 0;
  }
  #top_information .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #top_information .information_box {
    margin: 30px 0 0 120px;
  }
  #top_information .information_box ul {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-size: 14px;
  }
  #top_information .information_box ul:last-child {
    margin: 0;
  }
  #top_information .information_box li.info_dt {
    margin: 0 2em 0 0;
  }
  #top_information .information_box li.info_cat {
    background: #0052a4;
    color: #ffffff;
    border-radius: 100vh;
    padding: 0.25em 0;
    margin: 0 2em 0 0;
    width: 150px;
    text-align: center;
    font-weight: 100;
  }
  #top_information .information_box li.info_ttl {
    max-width: 26em;
  }
  #top_information .information_box li.info_ttl a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 899px) {
  #top_information {
    margin: 30px 0 0;
    padding: 30px 0;
    background: #f5f5f5;
  }
  #top_information .information_box {
    margin: 15px 0 0;
  }
  #top_information .information_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
    font-size: 14px;
    border-bottom: 1px solid #a7a7a7;
  }
  #top_information .information_box ul:last-child {
    margin: 0;
  }
  #top_information .information_box li.info_dt {
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  #top_information .information_box li.info_cat {
    background: #0052a4;
    color: #ffffff;
    border-radius: 100vh;
    padding: 3px 0;
    width: 125px;
    text-align: center;
    font-weight: 100;
    font-size: 12px;
  }
  #top_information .information_box li.info_ttl {
    width: 100%;
    margin: 10px 0 15px;

  }
  #top_information .information_box li.info_ttl a {
    text-decoration: underline;
    color: #000000;
  }
}
