:root{--background-color:#f8f8f8;--div-background-color:#ffffff;--border-color:#888888;--space-small:5px;--space-medium:10px;--space-large:20px;--space-ultra:30px}*{font-weight:700;padding:0;margin:0;scroll-behavior:smooth;scroll-margin:4em;line-height:1.5em}body{overflow-x:hidden;background-color:var(--background-color)}body,section{display:flex;flex-direction:column;align-items:center;width:100%}section{max-width:1200px}div{width:100%}ol,ul{list-style-type:none}mark{background-color:lightgray!important;font-size:90%;color:red;border-radius:10%}a{color:#0069ff;cursor:pointer;text-decoration:none}a:hover{color:#0000ff;text-decoration:underline}.Title{font-size:25px}.Label,.Title{text-wrap:nowrap}.Label{font-size:20px}.Content{font-size:16px}.Content,.Note{text-wrap:nowrap}.Note{font-size:14px}.Hint{font-size:10px;text-wrap:nowrap}.BottomLine{padding-bottom:var(--space-small);border-bottom:1px solid var(--border-color)}@media (max-width:768px){:root{--background-color:#f8f8f8;--div-background-color:#ffffff;--border-color:#888888;--space-small:5px;--space-medium:10px;--space-large:18px;--space-ultra:24px}.Title{font-size:22px}.Label{font-size:18px}.Content{font-size:12px}.Note{font-size:10px}.Hint{font-size:8px}.BottomLine{padding-bottom:var(--space-small);border-bottom:1px solid var(--border-color)}}