@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

#wrapper_contents h3 {
  margin-bottom: 14px;
  font-family: ryo-display-plusn,serif;
  font-size: 1.6rem;
}

#wrapper_contents .each_topic {
  position: relative;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wrapper_contents .each_topic a {
  display: -webkit-flex;
  display: flex;
  padding: 18px;
}

#wrapper_contents .each_topic:hover {
  background: #f4f4f4;
}

#wrapper_contents .each_topic:hover .read_more span,
#wrapper_contents .each_topic:hover .read_more i {
  color: #333;
}

#wrapper_contents .thumbnail_each {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents .magazine {
  width: 140px;
  height: 180px;
}

#wrapper_contents .tv_radio {
  width: 140px;
  height: 100px;
}

#wrapper_contents .web_article {
  width: 140px;
  height: 180px;
}

#wrapper_contents .info_news {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 584px;
  margin-left: 30px;
}

#wrapper_contents .release_date {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 70px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.2rem;
  color: #888;
  text-align: center;
  border: solid 1px #888;
  border-radius: 1px;
}

#wrapper_contents h4 {
  margin-top: 10px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
}

#wrapper_contents h4::after {
  display: block;
  width: 27px;
  margin: 10px 0 15px;
  content: '';
  border-bottom: solid 1px #111;
}

#wrapper_contents .publisher {
  display: block;
  font-size: 1.3rem;
}

#wrapper_contents .year {
  display: block;
  margin-top: 2px;
  font-size: 1.3rem;
}

#wrapper_contents .read_more {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: -wekbit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wrapper_contents .read_more span {
  font-family: ryo-display-plusn,serif;
  font-size: 1.3rem;
  letter-spacing: 0;
}

#wrapper_contents .read_more .fa-angle-right {
  margin-left: 8px;
  font-size: 1.7rem;
}


/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #wrapper_contents .each_topic a {
    padding: 18px 0;
  }

  #wrapper_contents .read_more {
    right: 0;
  }

  #wrapper_contents .info_news {
    -webkit-justify-content: initial;
    justify-content: initial;
    margin-top: 0;
    margin-left: 15px;
  }

  #wrapper_contents .read_more span {
    font-size: 1.2rem;
  }

  #wrapper_contents .release_date {
    font-size: 1.1rem;
  }

  #wrapper_contents h4 {
    font-size: 1.3rem;
  }

  #wrapper_contents h4::after {
    margin: 10px 0;
  }

  #wrapper_contents .publisher {
    font-size: 1.2rem;
  }

  #wrapper_contents .thumbnail_each {
    width: 220px;
    height: 170px;
  }

  #wrapper_contents .magazine {
    width: 220px;
    height: 170px;
  }

  #wrapper_contents .tv_radio {
    width: 220px;
    height: 100px;
  }

  #wrapper_contents .web_article {
    width: 170px;
    height: 140px;
  }

  #wrapper_contents .info_news {
    width: 100%;
  }
}
