@charset "UTF-8";

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

/* contents */

#wrapper_contents {
  width: 740px;
}

#wrapper_contents .each_topic {
  position: relative;
  border-top: 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: 40px 20px 80px;
}

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

.contents_news {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 620px;
}

.contents_news p{
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 2.8rem;
}

.info_news {
  display: -webkit-flex;
  display: flex;
}

.date_posted {
  margin-right: 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  line-height: 20px;
  color: #888 !important;
}

.kind {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 75px;
  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;
}

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

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

.description {
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.read_more {
  position: absolute;
  right: 20px;
  bottom: 28px;
  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;
}

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

.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: 40px 0 80px;
  }

  .read_more {
    right: 0;
  }
}
