

.list_topics {
  width: 100%;
  box-sizing: border-box;
}

.list_topics a {
  text-decoration: none;
}

.list_topics_type2 .list_topics_article {
  display: flex;
  align-items: stretch;
  margin-top: 12px;
  border: 1px solid #eee;
  border: 1px solid #cfd9de; /* twitter */
  border: 1px solid #dee2e6; /* bootstrap */
  border-radius: 10px;
  box-sizing: border-box;
}

.list_topics_type2 .list_topics_article_thumbs {
  width: 80px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;

  background-size: cover;
  background-position: center center;
}

.list_topics_type2 .list_topics_article_thumbs img {
  width: 80px;
  height: auto;
  vertical-align:top;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;

  opacity: 0;
}

.list_topics_type2 .list_topics_article_info {
  flex-grow: 1;
  padding: 3px 5px 5px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list_topics_type2 .list_topics_article_info .type span {
  display: inline-block;
  position: relative;
  height: 20px;
  padding: 0 4px 0 6px;
  background-color: #666;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}

.list_topics_type2 .list_topics_article_info .type span::after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px 0 10px 8px;
  border-left-color: #666;
}

.list_topics .list_topics_article_info .type span.experience {
  background-color: #00b2b3;
}

.list_topics .list_topics_article_info .type span.experience::after {
  border-left-color: #00b2b3;
}

.list_topics .list_topics_article_info .type span.gravure {
  background-color: #ff66b2;
}

.list_topics .list_topics_article_info .type span.gravure::after {
  border-left-color: #ff66b2;
}

.list_topics .list_topics_article_info .type span.feature {
  background-color: #ccaa00;
}

.list_topics .list_topics_article_info .type span.feature::after {
  border-left-color: #ccaa00;
}

.list_topics .list_topics_article_info .type span.event {
  background-color: #44cc00;
}

.list_topics .list_topics_article_info .type span.event::after {
  border-left-color: #44cc00;
}

.list_topics .list_topics_article_info .type span.interview {
  background-color: #ff6666;
}

.list_topics .list_topics_article_info .type span.interview::after {
  border-left-color: #ff6666;
}

.list_topics_type2 .list_topics_article_info .title {
  color: #555;
  margin-top: 3px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
}



/*
 * リスト内の表示を小さめver
 */


.list_topics_type1 .list_topics_article {
  display: flex;
  align-items: stretch;
  margin-top: 12px;
  border: 1px solid #eee;
  border: 1px solid #cfd9de; /* twitter */
  border: 1px solid #dee2e6; /* bootstrap */
  border-radius: 10px;
  box-sizing: border-box;
}

.list_topics_type1 .list_topics_article_thumbs {
  width: 50px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;

  background-size: cover;
  background-position: center center;
}

.list_topics_type1 .list_topics_article_thumbs img {
  width: 50px;
  height: auto;
  vertical-align:top;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;

  opacity: 0;
}

.list_topics_type1 .list_topics_article_info {
  flex-grow: 1;
  padding: 3px 5px 5px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list_topics_type1 .list_topics_article_info .type span {
  display: inline-block;
  position: relative;
  height: 18px;
  padding: 0 2px 0 3px;
  background-color: #666;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
}

.list_topics_type1 .list_topics_article_info .type span::after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 9px 0 9px 8px;
  border-left-color: #666;
}

.list_topics_type1 .list_topics_article_info .title {
  color: #333;
  margin-top: 3px;
  line-height: 1.2;
  font-size: 12px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
























