.contents02-header.tubs {
    text-align:center;
    margin:92px 0 0;
}
.contents02-title{
    font-size: 36px;
    font-weight: 700;
    margin:0;
    letter-spacing:.01em;
}
.label-accent,.title-accent{ color:#198fce; font-weight:800; }
.title-accent{ font-weight:700; }

@media (max-width: 1024px){
    .contents02-header.tubs {
        text-align: center;
        margin: 2.8rem 20px 0;
    }
    .contents02-title{
        /* 最小20px → 可変 → 最大36px（元サイズ） */
        font-size: clamp(20px, 2.5vw + 12px, 36px);
    }

    .contents02-label{
        /* 同じく 36pxを上限とした流体フォント */
        font-size: clamp(20px, 2.5vw + 12px, 36px);
    }
    .contents02-header.tubs {
        text-align: center;
    }
}
