/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 12:57:11 */
/* メニュー内の文字を太くする */
.c-gnav .ttl {
  font-weight: 600; /* or 700でより太く */
}


/* ヘッダー下のキャッチフレーズを太くする */
.c-catchphrase {
  font-weight: 600 !important;  /* 700でより太く */
}

/* SWELLのデフォルト u-thin クラスの細さを打ち消す */
.u-thin {
  font-weight: inherit !important;
}

.c-catchphrase {
  font-weight: 600 !important;
  font-size: 15px; /* 必要に応じて調整 */
  color: #333;     /* 文字色が薄すぎる場合は調整 */
}
