/*
css/top/a_top-print.css
*/


/* トップページ表示領域が768px以上の場合に適用するスタイル
-----------------------------------------------------------------*/


/* RSS・番組表エリア
-----------------------------------------------------------------*/
.a_top_rssarea {
  background-color: #359739;
  display: inline-block;
  padding: 4px 0 7px;
  width: 100%;
}

.a_rssarea_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1018px;
}

.a_rssarea {
  border-radius: 25px;
  background-color: #f2f9fb;
  display: inline-block;
  height: 53px;
  margin-left: 15px;
  width: 30%;
}

#a_top-announce-iframe-rss {
  display: inline-block;
  height: 53px;
  overflow: auto;
}

#a_top-timetable-area-iframe {
  display: inline-block;
  height: 53px;
  overflow: auto;
  width: 625px;
}

.a_programarea {
  border-radius: 25px 0 0 25px;
  background-color: #ffffff;
  display: inline-block;
  float: right;
  height: 53px;
  overflow: hidden;
  width: 67%;
}

.a_programarea img.a_btn {
  float: left;
  padding: 3px;
}


/* 速報エリア
-----------------------------------------------------------------*/
.a_top_information {
  background-color: #ffffff;
  background-image: url(../../img/top-information.png);
  background-position: left;
  background-repeat: no-repeat;
  border: solid 1px #d5d5d5;
  height: 50px;
  margin: 10px auto;
  width: 1018px;
}

.a_top_information_iframe {
  display: flex;
  justify-content: flex-start;
  height: 50px;
  padding: 10px 2px 10px 120px;
  width: 100%;
}


/* ADSバナーエリア
-----------------------------------------------------------------*/
.a_sp_ads {
  display: none;
}


/* ビルボードエリア
-----------------------------------------------------------------*/
.a_top-slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.a_top-slider.slick-initialized {
  opacity: 1;
}

.a_sliderArea {
  background: #ffffff;
  overflow: hidden;
}

.a_sliderWide {
  max-width: 100%;
  margin: 30px auto;
}

.a_top-slider {
  margin: 0 auto;
  padding: 0;
  width: 890px;
}
.a_top-slider .slick-list {
  overflow: visible;
}
.a_top-slider .slick-track {}
.a_top-slider .slick-slide {
  padding: 0 2px;
  opacity: .5;
  transition-duration: 0.3s;
}
.a_top-slider .slick-slide.slick-current {
  opacity: 1;
}
.a_top-slider .slick-slide a {
  display: block;
}
.a_top-slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.a_top-slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  bottom: -33px;
}


/* 見出し
-----------------------------------------------------------------*/
#a_main-container h2.a_top-ttl {
  color: #359739;
  font-size: 250%; /*40px*/
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  margin: 50px 0;
  position: relative;
  top: -1.1rem;
  text-align: center;
}

#a_main-container h2.a_top-ttl::after {
  content: url(../../img/link-icon-s.png);
  display: block;
  transform: rotate(90deg);
  left: 50%;
  position: absolute;
}

#a_main-container h2.a_top-ttl .sub {
  color: #359739;
  font-size: 31%; /*5px*/
  margin-top: 8px;
  letter-spacing: 0px;
}


/* 一覧を見るボタン
-----------------------------------------------------------------*/
#a_main-container .a_all-btn {
  text-align: right;
}

#a_main-container .a_all-btn a{
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #359739;
  color: #ffffff;
}

#a_main-container .a_all-btn a:hover{
  background-color: #1e5521;
}


/* ニュースエリア
-----------------------------------------------------------------*/
#a_main-container .a_news {
  margin-top: 100px;
  overflow: hidden;
  width: 100%;
}


/* 県内ニュースエリア
-----------------------------------------------------------------*/
#a_top-news-inner {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: auto;
}

#a_top-news-left {
  width: 50%;
}

.a_news-title {
  font-weight: bold;
  margin: 15px 0 15px;
}

.a_news-date {
  font-size: 80%;
  margin: 20px 0 0;
}

#a_top-news-right {
  width: 45%;
}

.a_right-newscontent {
  border: solid 2px #f3f3f3;
  margin: 0 0 12px;
}

.a_right-newscontent a {
  display: flex;
}

.a_right-news-img{
  display: flex;
  width: 50%;
}

.a_right-newsbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px 5px;
  width: 50%;
}


/*以下2023年10月ニュースリニューアルにつき使用していない*/
#a_top-news {
  background-color: #ffffff;
  float: left;
  height: 430px;
  width: 50%;
}

#a_top-news-content {
  padding: 0 15px 15px;
  width: 100%;
}

.a_top_news_banner {
  float: left;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

.a_link_icon a::before {
  bottom : -0.16em ;
  content: url(../../img/link-icon-s.png) ;
  position : relative ;
}

.a_top_news_banner img {
  float: right;
  width: 15%;
}

#a_top-news-headline {
  height: auto;
}

#a_nnn-new-photo {
  text-align: center;
}

#a_nnn-new-photo img {
  border: solid 5px #dbdcdc;
}

#a_nnn-new-title {
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
}

#a_nnn-new-content {
  float: left;
  font-size: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 58%;
}

#a_nnn-new-date {
  float: right;
  font-size: 75%; /*12px*/
}

#a_top-news-headline a {
  color: #e75f00;
  clear: both;
  display: block;
  font-weight: bold;
  font-size: 100%;
  margin: 0 auto;
  padding-top: 15px;
  text-decoration: underline;
  text-align: center;
}

#a_top-news-headline a:hover {
  color: #333333;
  text-decoration: none;
}


/* Twitterエリア
-----------------------------------------------------------------*/
.a_top_twitter {
  /*border: 1px solid #b0d7b2;*/
  float: left;
  height: 360px;
  width: 49%;
}

.a_top_twitter_timeline {
  margin: 0 auto;
  position: relative;
  width: auto;
}

/*名前変更厳禁*/
#twitter-widget-0 {
  height: 357px;
}

/*2023.08.14 近藤追加*/
.a_top_twitter img{
  display: block;
  margin: 0 auto;
  padding: 0 0 30px;
}


/* おしらせエリア
-----------------------------------------------------------------*/
#a_main-container .a_info {
  margin-top: 100px;
  overflow: hidden;
  width: 100%;
}

#a_main-container .a_info .a_infolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#a_main-container .a_info .a_infolist::before {
  content:"";
  display:block;
  width: 295px;
  height:0;
  margin: 8px 20px;
  order:1;
}

#a_main-container .a_info .a_infolist::after {
  content:"";
  display:block;
  width: 295px;
  height:0;
  margin: 8px 20px;
}

#a_main-container .a_info .a_list-child {
  width: 295px;
  margin: 8px 20px 50px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  position: relative;
}

#a_main-container .a_info .a_list-child::before {
  content: url(../../img/link-icon-m.png);
  position: absolute;
  right: 5px;
  bottom: 0;
}

#a_main-container .a_info .a_list-child:hover{
  opacity: 0.5;
}

#a_main-container .a_info .a_infolist img {
  display: block;
  width: 100%;
  height: auto;
}

#a_main-container .a_info .a_text {
  padding: 20px 25px;
  text-align: left;
}

#a_main-container .a_info .a_text dt {
  margin-bottom: 5px;
  font-weight: bold;
}

#a_main-container .a_info .a_text dd {
  color: #333333;
  font-size: 82%; /*13px*/
}


/* おしらせをもっと見るエリア
-----------------------------------------------------------------*/
#a_main-container .a_info_more {
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}

#a_main-container .a_info_more .a_infolist_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#a_main-container .a_info_more .a_infolist_more::before {
  content:"";
  display:block;
  width: 295px;
  height:0;
  margin: 8px 20px;
  order:1;
}

#a_main-container .a_info_more .a_infolist_more::after {
  content:"";
  display:block;
  width: 295px;
  height:0;
  margin: 8px 20px;
}

#a_main-container .a_info_more .a_list-child {
  width: 295px;
  margin: 8px 20px 50px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  position: relative;
}

#a_main-container .a_info_more .a_list-child::before {
  content: url(../../img/link-icon-m.png);
  position: absolute;
  right: 5px;
  bottom: 0;
}

#a_main-container .a_info_more .a_list-child:hover{
  opacity: 0.5;
}

#a_main-container .a_info_more .a_infolist_more img {
  display: block;
  width: 100%;
  height: auto;
}

#a_main-container .a_info_more .a_text {
  padding: 20px 25px;
  text-align: left;
}

#a_main-container .a_info_more .a_text dt {
  margin-bottom: 5px;
  font-weight: bold;
}

#a_main-container .a_info_more .a_text dd {
  color: #333333;
  font-size: 82%; /*13px*/
}

.a_grad-wrap {
  position: relative;
}

.a_grad-btn {
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 380px;
  margin: auto;
  padding: .5em 0;
  border-radius: 5px;
  background: #4eb933;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.a_grad-btn::after {
  content: "▼ おしらせをもっと見る"
}

.a_grad-btn:hover {
  background: #ffffff;
  color: #ff4000;
}

.a_grad-item {
  position: relative;
  overflow: hidden;
  height: 45px;
}

.a_grad-item p + p {
  margin-top: 1em;
}

.a_grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px; /*グラデーションで隠す範囲*/
}

.a_grad-trigger {
  display: none;
}

.a_grad-trigger:checked ~ .a_grad-btn {
  bottom: -4em;
}

.a_grad-trigger:checked ~ .a_grad-btn::after {
  content: "▲ とじる"
}

.a_grad-trigger:checked ~ .a_grad-item {
  height: auto;
}

.a_grad-trigger:checked ~ .a_grad-item::before {
  display: none;
}


/* 番組エリア
-----------------------------------------------------------------*/
#a_main-container .a_program{
  margin-top: 100px;
  overflow: hidden;
  width: 100%;
}

#a_main-container .a_program .a_programlist{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

#a_main-container .a_program .a_programlist-child {
  width: 295px;
  margin: 8px 20px 50px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  position: relative;
  height: 360px;
}

#a_main-container .a_program .a_programlist-child::before {
  content: url(../../img/link-icon-m.png);
  position: absolute;
  right: 5px;
  bottom: 0;
}

#a_main-container .a_program .a_programlist-child:hover{
  opacity: 0.5;
}

#a_main-container .a_program .a_programlist img {
  display: block;
  height: auto;
  width: 100%;
}

#a_main-container .a_program .a_text {
  padding: 20px 25px;
  text-align: left;
}

#a_main-container .a_program .a_text dt {
  color: #359739;
  margin-bottom: 5px;
  font-weight: bold;
}

#a_main-container .a_program .a_text dd {
  color: #333333;
  font-size: 82%; /*13px*/
}

#a_main-container .a_program .a_text dd .a_cap::before {
  content: "";
  border-top: 1px solid #359739;
  display: block;
  margin: 10px 0;
  width: 20%;
}

#a_main-container .a_program .a_text dd .a_cap {
  color: #333333;
  font-weight: bold;
}

/*2025.04.04 近藤追加 Xのみの場合*/
.sns_xicon_one {
  position: absolute;
  bottom: 120px;
  right: 18px;
}

/*2025.04.04 近藤追加 XとInstagramある場合*/
.sns_xicon {
  position: absolute;
  bottom: 120px;
  right: 62px;
}

.sns_instagram {
  position: absolute;
  bottom: 120px;
  right: 18px;
  width: 37px;
}

/*
* {
min-height: 0;
min-width : 0;
}
*/


/* YouTubeエリア
-----------------------------------------------------------------*/
#a_main-container .a_video {
  overflow: hidden;
  margin: 100px auto 0;
  width: 70%;
}

.a_videobox li a img:hover{
  opacity: 0.5;
}

.a_ribbon-tag.a_ribbon-tag-best {
  top: -3px;
  left: -3px;
  width: 80px;
  height: 80px;
  background-image: url(../../img/top-ribbon-tag.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.a_ribbon-tag {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}

#a_main-container .a_video .a_videobox {
  float: left;
  margin: 0 auto;
  position: absolute;
  width: 350px;
}

#a_main-container .a_video .a_link-btn {
  background: #e60012;
  color: #ffffff;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-weight: bold;
  width: auto;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 6px;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
}

#a_main-container .a_video .a_link-btn::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

#a_main-container .a_video .a_link-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

#a_main-container .a_video .a_link-btn:hover {
  opacity: 0.5;
}

#a_main-container .a_top_adbanner {
  /*border: 1px solid #333333;*/
  float: right;
  position: relative;
  width: 300px;
  height: 250px;
}


/* イベントエリア
-----------------------------------------------------------------*/
#a_main-container .a_event {
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
}

#a_main-container .a_event ul.a_event-slider div {
  padding: 0 4px 0 2px;
}

#a_main-container .a_event ul.a_event-slider li a img:hover {
  opacity: 0.5;
}


/* アナウンサーエリア
-----------------------------------------------------------------*/
#a_main-container .a_announcer {
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
}

#a_main-container .a_announcer li a img:hover {
  opacity: 0.5;
}

#a_main-container .a_btm_rssarea {
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

#a_btm-announce-iframe-rss {
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  box-shadow: 0 0 8px rgba(44, 166, 26, 0.31);
  position: relative;
  height: auto;
  padding: 5px 10px;
  width: 99%;
}


/* LINEバナーエリア
-----------------------------------------------------------------*/
ul.a_longbanner {
  display: flex;
  margin: 100px 0 50px;
  justify-content: center;
}

ul.a_longbanner li{
  padding: 5px;
}

ul.a_longbanner li a:hover {
  opacity: 0.5;
}


/* リンクバナーエリア
-----------------------------------------------------------------*/
#a_main-container .a_linkbanner {
  font-size: 0;
  height: auto;
  overflow: hidden;
  padding: 4px;
  width: 100%;
}

#a_main-container .a_linkbanner ul li {
  float: left;
  padding: 2px;
}

#a_main-container .a_linkbanner li a:hover {
  opacity: 0.5;
}