.c-pageTitle {
    position: relative;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.5;

    @include tab {
        font-size: 2rem;
    }
}

//コンテンツ内 表示時
.p-page__title,
.p-archive__title {
    margin-bottom: 2.5rem;
}

.p-404__title {
    padding-top: 2rem;
    font-size: 1.5rem;
    text-align: center;
}

.c-secTitle,
.c-bottomSection__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;

    @include sp {
        font-size: 1.25rem; // ウィジェットタイトルの大きさと同じ
    }
}
