.c_sidebar_postImg {
  width: 140px;
  height: auto;
}

/* wppプラグインでの自動付与クラスのため例外記載 */
.wpp-list {
  margin: 16px;
  padding: 0;
  list-style: none;
}

.wpp-post-title {
  padding: 0px 10px;
  font-size: 0.8rem;
}

.wpp-list li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.wpp-list li:nth-child(n + 4) {
  display: none;
}

.wpp-list.appear li {
  display: list-item;
}
/* wppプラグインでの自動付与クラスのため例外記載 */

@media (min-width: 768px) {
  .c_sidebar_postImg {
    width: 100px;
    height: auto;
  }
}

@media (min-width: 1024px) {

}