@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*grandchoice category css*/
.granchoice_cate4_tit{
    font-family: "Noto Serif JP", serif;
    font-size: clamp(20px, 3.6vw, 55px);
    line-height: 1.6;
    font-weight: 700;
    background-color: #f5f8f7;
    padding: 0.2em;
    box-sizing: border-box;
    letter-spacing: 0.08em;
}
@media (max-width: 768px) {
.granchoice_cate4_tit{
    font-size: clamp(20px, 6vw, 55px);
}}