/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:56:04 */
/* モバイル時 カスタム投稿タイプ記事タイトルは改行許可 */
@media (max-width: 767px) {

  .single .entry-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    font-size: clamp(24px, 6vw, 42px) !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
  }

}