@charset "utf-8";

/*================================================
 *  
 ================================================*/
.new_txt {
  font-size: 32px;
}

.new_txt span {
  font-size: 80px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768.8px) {
  .new_txt {
    font-size: 24px;
  }

  .new_txt span {
    font-size: 62px;
  }
}

/*================================================
 *  
 ================================================*/

@media screen and (max-width: 768.8px) {}