/* Start custom CSS *//* 見出しを幅いっぱいまで改行しない*/
.elementor-headline {
    font-size: 4.8rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 0 !important; 
}

.elementor-headline .vamtam-word {
    display: contents !important;
}

.elementor-headline .vamtam-letter {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-headline .vamtam-word:not(:last-child)::after {
    content: "";
    display: block; 
    width: 0.2em !important;
}

/* 前と次の記事タイトルを小さく*/
.post-navigation__prev--title,
.post-navigation__next--title {
    font-size: 1.3rem !important;
    padding-top: 10px;
}/* End custom CSS */