@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap";*{box-sizing:border-box}html{height:100%;font-family:Noto Serif JP,serif}body{flex-direction:column;height:100%;margin:0;display:flex}header{background-color:#fff}header h1{flex-wrap:wrap;margin:.5rem 1rem;font-size:larger;display:flex}header nav{color:#fff;background-color:#204070;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 0;padding:.5rem;display:flex}header nav>a{color:#fff;padding:.25rem 1rem}header nav>a:not(:first-child){border-left:1px solid #fff}main{background-color:#fff;flex-grow:1;align-self:center;width:40rem;max-width:100%;margin:0 auto;padding:0 1rem 1rem}main table{margin:0 auto}main table th{text-align:right}main dt{margin-top:1rem;font-weight:700}footer{color:#fff;text-align:center;background-color:#204070;padding:1rem 0}a{text-decoration:none}.nowrap{white-space:nowrap}
