@charset "utf-8";
/*
Theme Name: FM e-Jan Radio
Theme URI:
Description: fmwave-child
Template: fmwave
Author:HITC
Author URI:
*/
/**** front-page ****/
.col-menu li:hover{
	opacity: 0.8;
	text-decoration: underline;
}
/*#notice .gutters-40{
	display: none;
}*/

/* common
-------------------------------- */
@media (max-width: 785px) {
  body {
    overflow-x: hidden;
  }
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  background-color: #f4f2f3;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .wrapper::after {
    content: "";
    transition: .3s;
  }
  .slidemenuon .wrapper::after {
    content: "";
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

main>section {
  padding: 2.5rem 1.5rem;
}
@media (max-width: 1200px) {
  main>section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  main>section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 350px) {
  main>section {
    padding-left: 0;
    padding-right: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  line-height: 1.3;
}
h1, h2 {
  font-weight: 900;
}
p:last-child{margin-bottom: 0;}
a{color: #333;}
a>img {transition: .3s;}a:hover>img {opacity: .75;}
.banner-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .banner-area li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .banner-area ul li:nth-child(odd) {
    text-align: right;
  }
  .banner-area ul li:nth-child(even) {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .banner-area li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-area ul li:nth-child(odd),
  .banner-area ul li:nth-child(even) {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .row.gutters-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gutters-8 > [class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* header */
.mean-container .mean-bar .logo-small {
  max-width: 200px;
}

/* main */
.wrapper>main {
  min-height: 100vh;
  width: calc(100% - 280px);
  transition: .5s;
}
h2 span {
  color: #444;
  display: inline-block;
  border-bottom: 4px solid #585757;
  padding: 0 1rem .25rem;
}
@media (max-width: 1200px) {
  .wrapper>main {
    width: 100%;
    transform: translateX(0);
  }
  .slidemenuon .wrapper>main {
    transform: translateX(280px);
  }
}

/* aside */
.wrapper>aside {
  background-color: #fff;
  position: relative;
  height: 100vh;
  width: 280px;
  max-width: 100%;
  z-index: 1001;
  transition: .5s;
}
aside #sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 4px solid #333;
  padding-top: 1rem;
  padding-bottom: 40px;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
aside #sticky::-webkit-scrollbar {
  display:none;
 }
 aside .brand {
  margin-bottom: 1.5rem;
}
aside nav ul {
  list-style: none;
  padding-left: .75rem;
}
aside nav ul>li {
  margin-bottom: .25rem;
}
aside .col-utt-1 {
  margin-bottom: 1.5rem;
}
aside .col-utt-1 .inner {
  border: 4px solid #333;
  padding: 0.5rem;
  line-height: 1;
  height: 100%;
  background-color: #b4f6f3;
}
aside .col-utt-1 .row>div:nth-child(1) .inner {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
aside .col-utt-1 .row>div:nth-child(2) .inner {
  background: #fbe2e1;
  border-left: none;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
aside .col-utt-2 {
  position: relative;
}
aside .col-utt-2::before {
  background: url(images/side-img02.png) no-repeat center / auto;
  content: "";
  height: 55px;
  width: 87px;
  position: absolute;
  top: -12px;
  left: 0;
}
aside .sns {
  list-style: none;
  padding-left: 0;
}
aside .sns li {
  padding-left: 8px;
  padding-right: 4px;
}

@media (max-width: 1200px) {
  .wrapper>aside {
    position: fixed;
    top: 66px;
    transform: translateX(-100%);
    max-width: 100%;
  }
  aside #sticky {
    position: static;
    width: 100%;
    min-height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }
  aside.opened {
    transform: translateX(0);
  }
  aside .brand {
    display: none;
  }
}

/* footer */
footer {
  background-color: #e9e6e8;
  width: calc(100% - 280px);
  margin-left: auto;
}
footer section {
  padding: 3rem 1.5rem;
}
@media only screen and (max-width: 576px) {
  footer section {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .fut-menu {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 1.5rem;
}
footer .fut-menu>li {
  font-size: 14px;
}
footer .fut-menu>li a {
  color: #333;
  display: inline-block;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 12px;
}
footer .fut-menu>li a:hover {
  text-decoration: underline;
  opacity: .75;
}
footer address {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
footer address span {
  margin-left: 8px;
  margin-right: 8px;
}
footer address span:first-child {
  display: block;
}
footer address span:not(:first-child) {
  display: inline-block;
}
footer .contact-us {
  text-align: center;
  margin-bottom: 3rem;
}
footer .contact-us a {
  display: inline-block;
  min-width: 150px;
  padding: 0.75rem 1rem;
  line-height: 1;
  background: #333;
  color: #fff;
  font-size: 14px;
}
footer .contact-us a:hover {
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
footer .copyright {
  background-color: #585757;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 1.25rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  footer .copyright p {
    line-height: 1.6;
  }
}
.scrollup.back-top {
  background: rgba(255,255,255,.1) url(images/to-top.png) no-repeat center / auto;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  height: 65px;
  width: 65px;
  z-index: 9;
}
.scrollup.back-top .fa-angle-double-up:before {
  content: none;
}
@media (max-width: 1200px) {
  footer {
    width: 100%;
    margin-left: 0;
    transform: translateX(0);
    transition: .5s;
  }
  .slidemenuon footer {
    transform: translateX(280px);
  }
}
@media only screen and (max-width: 576px) {
  .scrollup.back-top {
    right: 8px;
    bottom: 70px;
  }
footer address {
  text-align: left;
}
}

/* #page_header */
#page_header {
  padding: 2rem 1.5rem;
  border-bottom: 4px solid #333;
}
#page_header h1 {
  font-size: 1.75rem;
  margin-bottom: .75rem;
}
@media (max-width: 1200px) {
  #page_header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  #page_header {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* #bread_crumb */
#bread_crumb>div {
  font-size: 13px;
  line-height: 1.5;
  margin-left: .5rem;
}

/* page */
.page h2 {
  font-size: 1.5rem;
  margin-bottom: .75rem;
}
.page #the_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.page #the_content+section {
  margin-top: -2.5rem;
}
@media only screen and (min-width: 576px) {
  .page #the_content {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page #the_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* posts */
ol.post {
  list-style: none;
  padding-left: 0;
}
.post-list {
  background: #fff;
  border: 4px solid #333;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem !important;
  padding: 2.5rem !important;
}
.post-list>li {
  line-height: 1.7;
  margin-bottom: .75rem;
}
.post h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.post figure {
  margin: 0;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.home #media .post figure {
  padding-top: 56.25%;
}
.post figure img {
  transition: .75s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.home #present.post figure img {
  margin-top: 0;
}
.home #media .post figure img {
  max-height: initial;
}

.post a:hover figure img {
  transform: scale(1.2);
}
.post .category a,
.meta .category a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1;
  min-width: 4em;
  padding: .5rem 1rem;
}
.post .category.city a,
.meta .category.city a {
  background: #c1abd1;
}
.post .category.information a,
.meta .category.information a {
  background: #7bcbda;
}
.post .category a:hover,
.meta .category a:hover {
  background-color: rgba(0,0,0,.35);
}
.pagination ~ #history-back {
  margin-top: 2.5rem;
}
#history-back {
  margin-bottom: 2.5rem;
}
#history-back .fas {
  margin-right: 8px;
}
#history-back a {
  background: #3a2d2d;
  color: #fff;
  font-size: 14px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#history-back a:hover {
  opacity: .75;
}
@media only screen and (max-width: 576px) {
  .post-list {
    padding: 1.75rem 1.5rem !important;
  }
  #history-back .col-auto {
    margin-bottom: 1rem;
  }
  #history-back a {
    line-height: 2;
    min-width: 170px;
  }
}

/* archive */
.archive .post-card>li {
  margin-bottom: 2rem;
}
.archive .post-card:not(.tax-list) li article {
  border: 4px solid #333;
  border-radius: 0.5rem;
  /*box-shadow: 4px 4px 4px rgba(0,0,0,.35);*/
  overflow: hidden;
  position: relative;
  height: 100%;
}
.archive .post-card:not(.tax-list) .body {
  background: #fff;
  border-top: 4px solid #333;
  padding: 0.75rem 1rem;
}
.archive .post-card:not(.tax-list) .date {
  font-size: 14px;
  line-height: 1.428;
  margin-bottom: 0.5rem;
}
.archive .post-card:not(.tax-list) .headline {
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.428;
}

/* single */
#detail {
  background: #fff;
  border: 4px solid #333;
  border-radius: .25rem;
  padding: 3.5rem 5rem;
}
#detail figure {
  margin-top: 0;
}
#detail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media only screen and (min-width: 640px) {
  #detail figure {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
#detail>.header {
  margin-bottom: 1.25rem;
}
#detail>.header .meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
#detail>.header .meta .date {
  padding: 0;
  color: #666;
}
@media only screen and (max-width: 576px) {
  #detail {
    padding: 1.75rem 1.5rem;
  }
}

/* council */
#council li {
  padding-bottom: .25rem;
}
#council li a:hover {
  opacity: .75;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #council>li {
    border-bottom: 1px dotted #666;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #council>li .date {
    padding-right: 0;
  }
  #council>li h3 {
    line-height: 1.5;
  }
  #council>li h3 span {
    display: inline-block;
  }
}

/* topics */
.topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topics .date {
  font-size: 14px;
}
.topics .category {
  padding: 0;
}
#topics h3 {
  width: calc(100% - 180px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
}
#topics h3 a:hover {
  text-decoration: underline;
}

/* program */
#program h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
#program .col>h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: left;
}
#program article h3 {
  font-weight: 600;
  line-height: 1.5;
  height: 55px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
}
#program article {
  background-color: #fff;
  border: 4px solid #333;
  border-radius: .5rem;
  padding: .5rem 1rem 1rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,.35);
  height: 100%;
}
#program article h3 {
  margin-bottom: .5rem;
}
#program article figure {
  margin-bottom: .75rem;
  /*background: url(images/noPhoto.jpg) no-repeat center / contain;*/
}
#program article ul,
.program ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#program article li:not(:last-child),
.program li:not(:last-child) {
  margin-right: 1rem;
}
#program article .pg-time {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: .75rem;
}
#program article .pg-live,
.program .pg-live {
  background: #ec1c24;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.428;
  min-width: 4em;
  padding: .25rem 1rem;
}
#program article p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .05rem;
}
.single article.program {
  background: #fff;
  border: 4px solid #333;
  border-radius: .25rem;
  padding: 3rem 5rem;
}
.single article.program figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single article.program .single-desc {
  margin-top: 1rem;
}
.single article.program .link {
  text-align: center;
  margin-top: 1.5rem;
}
.single article.program .link a {
  background-color: #fbe2e1;
  border: 3px solid #333;
  border-radius: 0.5rem;
  /*box-shadow: 4px 4px 4px rgb(0 0 0 / 35%);*/
  display: inline-block;
  min-width: 150px;
  max-width: 90%;
  margin: .75rem auto 0;
  font-weight: 600;
  letter-spacing: .1rem;
  line-height: 1.3;
  padding: .75rem 1.5rem;
}
.single article.program .link a:hover {
  background-color: rgba(246,189,187,1);
}
@media only screen and (max-width: 576px) {
  .single article.program {
    padding: 1.5rem !important;
  }

  /* sample style */
  .single-program #page_header h1 {
    font-size: 1.5rem;
  }
  .single-program main section,
  .single-program main section>.container,
  .single-program main section>.container>.row,
  .single-program main section>.container>.row>div {
    margin: 0;
    padding: 0 !important;
  }
  .single-program section article.program {
    padding: 0 0 2.5rem !important;
    border: none;
  }
  .single-program section article.program figure {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .single-program section article.program .body,
  .single-program section #history-back {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-program .thumb-pagination {
    font-size: 14px;
    margin-top: 40px;
  }
  .single article.program .link a {
    font-size: 14px;
  }
}

/* pagination */
.pagination ul li .current {
  background-color: #ec1c24;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
}

/* animation
-------------------------------- */
@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}
@keyframes moveUp { 
  0% {transform: translateY(20%)} 
  100% {transform: translateY(0)} 
}
@keyframes moveLeft { 
  0% {transform: translateX(20%)} 
  100% {transform: translateX(0)} 
}
@keyframes moveRight { 
  0% {transform: translateX(-20%)} 
  100% {transform: translateX(0)} 
}
@keyframes moveDown { 
  0% {transform: translateY(-20%)} 
  100% {transform: translateY(0)} 
}
@keyframes scaleUp {
  0% {opacity: 0;transform: scale(.8, .8);}
  100% {opacity: 1;transform: scale(1, 1);}
}
/* 使い方
element.style {
  animation: fadeIn 2s ease 0s 1 normal, moveRight .75s; など
}

リストを遅延表示させる場合は
ul>li:nth-of-type(1) {animation: fadeIn .75s ease .3s 1 forwards;}
ul>li:nth-of-type(2) {animation: fadeIn .75s ease .4s 1 forwards;}
ul>li:nth-of-type(3) {animation: fadeIn .75s ease .5s 1 forwards;}
ul>li:nth-of-type(4) {animation: fadeIn .75s ease .6s 1 forwards;}
ul>li:nth-of-type(5) {animation: fadeIn .75s ease .7s 1 forwards;}
その他JSを利用するなど
*/

/* slick slider */
.slick-list {
  margin-left: 55px;
  margin-right: 55px;
}
.slick-slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 1rem;
}
/* Arrows @ slick slider */
.slick-slider button.slick-arrow,
.slick-slider span.slick-arrow {
  background-color: #ec1c24;
  border: 2px solid #ec1c24;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.15);
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  z-index: 1;
}
.slick-arrow:before,
.carousel_arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 15px;
  height: 15px;
  border: 3px solid;
}
.slick-arrow.slick-next:before,
.carousel_arrow.next_item:before {
  content: '';
  left: 0;
  right: 0;
  border-color: #666 #666 transparent transparent;
  transform: rotate(45deg);
}
.slick-arrow.slick-prev:before,
.carousel_arrow.prev_item:before {
  content: '';
  border-color:  transparent transparent #555 #555;
  transform: rotate(45deg);
}
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev:before {
  width: 0;
  height: 0;
  border-left: none !important;
  border-right: 15px solid #fff !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  transform: rotate(0deg) !important;
  margin-right: 5px;
}
.slick-next:before {
  width: 0;
  height: 0;
  border-left: 15px solid #fff !important;
  border-right: none !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  transform: rotate(0deg) !important;
  margin-left: 5px;
}
@media only screen and (max-width: 576px) {
  .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}


/* front-page
-------------------------------- */
/* disaster */
#disaster {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 576px) {
  #disaster {
    padding: 1.5rem 0 2.5rem;
  }
}
#disaster .disaster {
  animation: scaleUp .8s ease 0s 1 normal;
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 35%);
  overflow: hidden;
}
#disaster h2 {
  background: #D83521;
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  line-height: 1;
  padding: 1rem;
  border-bottom: 4px solid #333;
  border-radius: 0.25rem 0.25rem 0 0;
}
#disaster h2 i:before {
  color: #F3D421;
}
#disaster .body {
  background: #fff;
  padding: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #disaster .body {
    padding: 1.5rem;
  }
}
#disaster .headline {
  line-height: 1.6;
  margin-bottom: 2.5rem;
  text-align: center;
}
#disaster .content {
  display: inline-block;
  text-align: left;
}

/* notice */
#notice {
  background:
    url(images/bg2.png) no-repeat center bottom 20px / contain,
    url(images/bg1.png) no-repeat center bottom / cover;
  padding: 3.5rem .5rem 100px;
}
@media only screen and (min-width: 576px) {
  #notice {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 576px) {
  #notice {
    background-size: auto, cover;
  }
}
.announce {
  background: url(images/lamp.png) no-repeat left top 35px / auto;
  padding: 2.5rem 0 2.5rem 125px;
}
.announce .body {
  background: #fff;
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,.35);
  padding: 1.25rem;
  position: relative;
}
.announce .body::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -28px;
  top: 22px;
  border-right: 25px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.announce .body::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -21px;
  top: 22px;
  border-right: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* .feature.post */
.feature.post {
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,35%);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.feature.post h2 {
  background: #333;
  color: #fff;
  padding: 1rem;
  font-size: 17px;
  line-height: 1;
  letter-spacing: .05rem;
  margin: 0;
}
.feature.post .body {
  background: #fff;
  border-top: 4px solid #333;
  padding: 0.75rem 1rem;
}
.feature.post .date {
  font-size: 14px;
  line-height: 1.428;
  margin-bottom: 0.5rem;
}
.feature.post .headline {
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.428;
}
.feature.post .link {
  position: absolute;
  top: 0;
  right: 0;
}
.feature.post .link {
  position: absolute;
  top: 5px;
  right: 12px;
}
.feature.post .link a {
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: .5rem .75rem;
}
.feature.post .link a:hover {
  color: #b3b3b3;
}

/* topics */
.home .topics>li {opacity: 0;}
.home .topics>li:nth-of-type(1) {animation: fadeIn .75s ease .1s 1 forwards;}
.home .topics>li:nth-of-type(2) {animation: fadeIn .75s ease .2s 1 forwards;}
.home .topics>li:nth-of-type(3) {animation: fadeIn .75s ease .3s 1 forwards;}
.home .topics>li:nth-of-type(4) {animation: fadeIn .75s ease .4s 1 forwards;}
.home .topics>li:nth-of-type(5) {animation: fadeIn .75s ease .5s 1 forwards;}
.home .topics>li:not(:last-child) {margin-bottom: .5rem;}
.home #topics h2 {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.5rem;
  flex-grow: 1;
  margin: 0;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .home #topics h2 {
    padding-left: 1rem;
  }
}

.home #topics .tab-menu {
  background: #004c94;
  border: 4px solid #333;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  box-shadow: 4px 0 4px rgb(0 0 0 / 35%);
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.home #topics .tab-menu h2 {
  color: #fff;
}
.home #topics .tab-menu .nav-tabs .nav-item:last-child {
  border-top-right-radius: 0.25rem;
  overflow: hidden;
}
.home #topics .tab-menu .nav-tabs .nav-link {
  background-color: #fff;
  border: none;
  border-left: 4px solid #333 !important;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.home #topics .tab-menu .nav-tabs .nav-link:hover {
  background-color: rgba(255,255,255,.85);
}
.home #topics .tab-menu .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #d5e4f1;
  border: none;
}
.home #topics .tab-content {
  background: #fff;
  border: 4px solid #333;
  border-top: none;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 35%);
  padding: 1.5rem;
  margin-bottom: .75rem;
  min-height: 236px;
}
.home #topics .link a {
  background-color: #d5e4f1;
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,35%);
  display: block;
  font-weight: 900;
  letter-spacing: .1rem;
  line-height: 1.3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.home #topics .link a:hover {
  background-color: rgba(179,208,232,1);
}
@media only screen and (max-width: 750px) {
  .home #topics .tab-menu {
    padding-top: 1rem;
  }
  .home #topics .tab-menu h2 {
    padding-bottom: 1rem;
  }
  .home #topics .tab-menu .nav-tabs {
    border-top: 4px solid #333;
  }
  .home #topics .tab-menu .nav-tabs .nav-item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .home #topics .tab-menu .nav-tabs .nav-item:first-child a {
    border-left: none !important;
  }
  .home #topics .tab-menu .nav-tabs .nav-link {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  #topics h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}

/* twitter */
.twitter {
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,.35);
  height: 100%;
  padding: 0 8px 2px;
}
@media only screen and (max-width: 750px) {
  .twitter {
    /*height: 500px;*/
	  height:355px;
    margin-bottom: -2.5rem;
    padding: 0;
  }
}
/* twitter追加css */
#__next .css-1dbjc4n{
  max-height: 340px!important;
}
@media only screen and (max-width: 400px) {
  #__next .css-1dbjc4n {
    max-height: 490px!important;
  }
}
.twitter {
  background: #fff;
  text-align: center;
  padding-top: 30px;
}



/* program */
.home .program {
  margin-bottom: 2.5rem;
}
.home .program .slick-track {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.home .program .slick-track .slick-slide {
  height: auto !important;
}
.home .program .slick-track .slick-slide>div,
.home .program .slick-track .slick-slide>div article {
  height: 100%;
}
.home .program .link a {
  background-color: #fbe2e1;
  border: 4px solid #333;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0,0,0,.35);
  display: block;
  width: 280px;
  max-width: 90%;
  margin: .75rem auto 0;
  font-weight: 900;
  letter-spacing: .1rem;
  line-height: 1.3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.home .program .link a:hover {
  background-color: rgba(246,189,187,1);
}
#program article .desc {
  height: 5.5em;
  max-height: 5.5em;
  overflow: hidden;
  visibility: visible;
}
#program article .desc span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 350px) {
  .home #program {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* coop */
.home #coop {
  margin-bottom: 2.5rem;
}
.home #coop h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}
/*.home #coop h2::before {
  background: url(images/bg3.png) no-repeat center / contain;
  content: "";
  height: 88px;
  width: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2.5rem;
  margin-left: -3.5em;
}*/

@media only screen and (max-width: 768px) {
  .home #notice .row>div:not(:last-child),
  .home #media .row>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .home #topics {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .home #notice .row>div:not(:last-child),
  .home #media .row>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
/* end front-page */


/* page 404 */
.error-page .item-title {
  font-size: 1.25rem;
}
.error-page .item-title span {
  border: none;
  font-size: 1.5rem;
}

/* page contact */
#contact input[type=checkbox] {
  height: auto !important;
}
#contact input[type=radio] {
  height: auto;
}
#contact .form-group input {
  height: 40px;
}
#contact .form-group .submit-btn {
  line-height: 40px;
  background-color: #ccc;
  color: #333;
  padding: 0 1rem;
  min-width: 150px;
  font-size: 1rem;
}
#contact .form-group .submit-btn:hover {
  line-height: 40px;
  background-color: #333;
  color: #fff;
}
#contact .form-group .form-control {
  line-height: 1.428;
  padding: 0.375rem 0.75rem;
}
.caution {
  color: #ea4335;
  font-size: .8rem;
}

/* frontpage now-on-air
-------------------------------- */
.now-on-air{
	background-color: #fff;
	border: 4px solid #333;
	border-radius: 0.5rem;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 35%);
	overflow: hidden;
	position: relative;
	height: 100%;
}
.now-on-air h2{
	background: #e83939;
	color: #fff;
	padding: 1rem;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .05rem;
	margin: 0;
	text-align: center;
	border-bottom: 4px solid #333;
}
.mec-event-grid-classic .mec-event-article{
	border: none;
	box-shadow: none;

}
.mec-bg-color{
	background-color: #fff0!important;
}
.mec-event-grid-classic .mec-event-date{
	color: #000;
}
.mec-event-footer{
	border-top: none;
	background-color: #fff0;
}

/* frontpage message
-------------------------------- */
.message{
	background: #fff !important;
}
.mes_box h2{
	font-size:1.5em !important;
}
.theme_today {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0.75em auto;
}
.next-mes_box h2 {
    font-size: 1.25em !important;
    background: #eee !important;
    color: #333 !important;
    border-top: 3px dotted #333;
}

@media only screen and (max-width: 576px) {
.theme_today {
    font-size: 1em;
}
}


/* 取材日記修正 240828*/
.category-personality_blog .post figure img {
  position: unset;
  object-fit: cover;
  width: 100%;
  height: 280px;
  object-position: center;
}
.category-personality_blog .post figure {
  padding: 0;
}

/* メッセージ修正 250430 */
.mes_box a.btn.btn-dark.w-75 {
  margin-bottom: 0.5rem;
  background-color: #000;
}
.today-img img {
  width: 95%;
  margin-bottom: 0.5rem;
}
.mes_box a.btn.btn-dark.w-75::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  background-image: url(./images/icon_message.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.mes_box a.btn.btn-dark.w-75:hover{
  opacity: 0.8;
}