body {
    font-family: 'Noto Sans JP', sans-serif; /* 日本語フォント */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif; /* 欧文タイトルフォント */
    font-weight: bold; /* フォントの太さを調整 */
}
