/* 統一設定文字換行規則 */
h1, h2, h3, h4, h5, h6, a, p, button {
    word-break: normal;
    overflow-wrap: break-word;
}