@charset "UTF-8";

/*!
 * News Style
 * Author: SSTA
 * Date: 2026-06-16
 */

/* ==============================================
   1. News Container Settings
   ============================================== */


/* ==============================================
   2. News Intro
   ============================================== */
/* --- PC Layout (1201px~) --- */
.news_lead {
  text-align: center;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 40px; 
  padding: 0 20px;
}

/* --- SP Layout (~768px) --- */
@media screen and (max-width: 768px) {
  .news_lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}