#bread_crumb .category a {
  display: none; }

#bread_crumb .category.has_main_cat .normal_cat {
  display: none !important; }

#bread_crumb .category.has_main_cat .main_cat {
  display: inline-block !important; }

.lcp_catlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .lcp_catlist li {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .lcp_catlist li .ttl {
        width: 100%;
        margin-top: 0px; } }

.lcp_catlist .date {
  white-space: nowrap; }

.lcp_catlist .cat_label_wrap {
  margin-right: 10px; }
  .lcp_catlist .cat_label_wrap.has_main_cat a {
    display: none; }
  .lcp_catlist .cat_label_wrap.has_main_cat a.main_cat {
    display: block; }
  .lcp_catlist .cat_label_wrap a {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    white-space: nowrap;
    padding: 6px 10px; }
    .lcp_catlist .cat_label_wrap a i {
      display: block; }
  @media screen and (max-width: 767px) {
    .lcp_catlist .cat_label_wrap a {
      margin: 0;
      display: block;
      text-align: center;
      line-height: 1;
      width: auto;
      background: #eee !important;
      margin: 2px 0; }
      .lcp_catlist .cat_label_wrap a i {
        font-size: 12px;
        margin: 0 !important;
        display: block; } }

.item.news {
  position: relative; }

.item.news .category {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 30px; }

.item.news .category a:not(.link) {
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  min-width: 100px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.cat_label {
  background: #eee;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 10px;
  white-space: nowrap; }
  a.cat_label i {
    line-height: 1;
    font-style: normal; }

.lcp_blog.inview {
  opacity: 0;
  top: 40px;
  position: relative;
  -webkit-transition: 1000ms ease-in-out;
  -o-transition: 1000ms ease-in-out;
  transition: 1000ms ease-in-out; }
  .lcp_blog.inview.animate {
    opacity: 1;
    top: 0; }
  .lcp_blog.inview a.main_cat {
    background: #fff;
    font-size: 12px; }

.post_content h3.cb_headline {
  font-size: 35px !important; }
  @media screen and (max-width: 767px) {
    .post_content h3.cb_headline {
      font-size: 23px !important; } }

a.cat_blog {
  font-size: 12px;
  color: #fff; }
  a.cat_blog span {
    font-size: 12px; }

/*# sourceMappingURL=custom.css.map */
