@charset "UTF-8";
@media screen and (min-width: 768px) {
  .lcp_blog.sp, .lcp_catlist.sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lcp_blog.pc, .lcp_catlist.pc {
    display: none !important;
  }
}

/* ショートコードで呼び出した記事リスト */
.cat_blog span {
  color: #fff;
}

/* 整形時の不要なタグを非表示 */
.post_content > p:empty {
  display: none;
}

.post_content > br {
  display: none;
}/*# sourceMappingURL=custom.css.map */