.intro_title_head {
      text-align: center;
      font-size: 60px; 
      line-height: 75%; 
      font-weight: 900;
      color: RED;
      text-shadow:2px 2px 20px #000, 2px 2px 20px #ccc;
    }
.intro_title {
      text-align: center;
      font-size: 46px; 
      line-height: 100%; 
      font-weight: 600;
      color: #fff;
      text-shadow:2px 2px 20px #000, 2px 2px 20px #ccc;
    }
    
    
#sp-main-body{    
padding-bottom: 100px;
padding-left: 0;
padding-right: 0;
padding-top: 10px;
}