@charset "utf-8";
#lifestyle_lead::after {
  content: '';
  margin: 0 20px -20px auto;
  display: block;
  width: 93px;
  height: 78px;
  background: url(../img/lead_chara.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
}

@media (min-width: 641px) {
  #lifestyle_lead {
    position: relative;
  }
  
  #lifestyle_lead::after {
    margin: 0;
    position: absolute;
    right: 180px;
    bottom: 0;
    width: 187px;
    height: 157px;
  }
}