@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); /* Noto Sans JP フォントのインポート */ body { background-color: #ffffff; /* 背景を白に */ font-family: 'Noto Sans JP', sans-serif; /* フォントをNoto Sans JPに */ color: #333333; /* テキストの色を濃いグレーに */ margin: 0; padding: 20px; …