@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* topics
*****************************************************************/
.ttl_common {
  max-width: 183px;
}
@media all and (max-width: 896px) {
  .ttl_common {
    max-width: 146px;
  }
}

.area_topics {
  padding: 50px 0 80px;
}
@media all and (max-width: 896px) {
  .area_topics {
    padding: 30px 0 50px;
  }
}
.area_topics .rss {
  font-size: 1.4rem;
}
.area_topics .rss img {
  vertical-align: -0.15em;
  margin-right: 0.5em;
}
.area_topics dl.t_info_update dt {
  float: left;
  margin: 0;
  margin-top: 1.2em;
}
.area_topics dl.t_info_update dt:first-of-type {
  margin-top: 0;
}
.area_topics p.t_info_update {
  padding: 1.2em 0;
  margin-left: 0;
}
.area_topics .t_title {
  border-bottom: 1px dashed #999;
  margin: 1.2em 0 0;
  padding: 0 0 1.2em 8em;
}
@media all and (max-width: 896px) {
  .area_topics .t_title {
    padding-left: 6.5em;
  }
}
.area_topics .t_title:last-of-type {
  border-bottom: none;
}
