
body h2.section-tit:after,
body p.section-tit:after,
body div.section-tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;

  width: 45px;
  height: 45px;

  background: url("/static/fcopen/fanplakit/artist/lovechant_t3UAgpCY/image/common/LOVECHANT_circlelogo_master.png") no-repeat center;
  background-size: contain;
  margin-bottom: 4px;
}

/*infoだけ詰めるロゴ*/


 body #news h2.section-tit:after
 {
  margin-left: -13px;
 }

@media screen and (min-width: 1px) and (max-width: 767px){
  body #news h2.section-tit:after
 {
  margin-left: -7px;
 }
}