@media screen and (min-width: 751px) {
  body.woman .page-title h1 > span:nth-child(2) {
      font-size: 35px;
      letter-spacing: 0.02em;
  }

  body.woman .page-title h1 {
      line-height: 1.75em;
      height: 160px;
      top: 480px;

  }
}

@media screen and (max-width: 750px) {
  body.woman .page-title h1 > span:nth-child(2) {
      font-size: 50px;
      letter-spacing: 0.02em;
  }
  body.woman .page-title h1 {
    line-height: 1.75em;
    height: 270px;
    left: 85px;
    top: 631px;
    padding-top: 50px;
  }
}

.title08 {
  letter-spacing: 0.02em;
}


body.woman .talk p:after { 
  display:block; 
  width:60px; 
  height:60px; 
  color:#fff; 
  position:absolute; 
  
  font-size:24px; 
  line-height:24px; 
  text-align:center; 
  top: 20px;
}
body.woman .talk p.n:after { left:10px; content:"N";}
body.woman .talk p.y:after { left:10px; content:"Y";}
body.woman .talk p.i:after { left:10px; content:"I";}

body.woman .talk p:before { 
  display:block; 
  
  width:60px; 
  height:60px; 
  padding-top:32px; 
  border-radius:6px; 
  color:#fff; 
  position:absolute; left:0; top:0; 
  font-size:12px; 
  line-height:12px; 
  box-sizing:border-box; 
  
}
body.woman .talk p.n:before { content:"Ms."; background:#fa9090; padding-left:10px; }
body.woman .talk p.y:before { content:"Ms."; background:#60cef7; padding-left:12px; }
body.woman .talk p.i:before { content:"Ms."; background:#f9b770; padding-left:15px; }


@media (max-width: 750px) {
  body.woman .talk p:after { 
    display:block; 
    width:100px; 
    height:100px; 
    color:#fff; 
    position:absolute; 
    
    font-size:40px; 
    line-height:40px; 
    text-align:center; 
    top: 26px;
  }
  body.woman .talk p.n:after { left:14px; content:"N";}
  body.woman .talk p.y:after { left:14px; content:"Y";}
  body.woman .talk p.i:after { left:14px; content:"I";}
  
  body.woman .talk p:before { 
    display:block; 
    
    width:100px; 
    height:100px; 
    padding-top:40px; 
    border-radius:6px; 
    color:#fff; 
    position:absolute; left:0; top:0; 
    font-size:24px; 
    line-height:24px; 
    box-sizing:border-box; 
    
  }
  body.woman .talk p.n:before { content:"Ms."; background:#fa9090; padding-left:10px; }
  body.woman .talk p.y:before { content:"Ms."; background:#60cef7; padding-left:12px; }
  body.woman .talk p.i:before { content:"Ms."; background:#f9b770; padding-left:15px; }


}