@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap";:root{--primary-color: #ba3651;--primary-light-color: #e0edff;--primary-active-color: #892539;--border-color: #e0e0e0;--outline-color: #c0c0c0;--white-color: #ffffff;--blue-color: #4272ba;--blue-active-color: #305a8a;--red-color: #ce5252;--red-active-color: #a03d3d;--default-active-color: #f0f0f0;--text-bg-color: #ffffff;--text-fg-color: #333333;--table-row-striped-color: #f4f4f4;--danger-color: #dd4d4f;--deleted-color: #808080}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Noto Sans JP,system-ui,sans-serif;background-color:#fff;color:#404040;line-height:1.6;height:100vh;height:100dvh}#root{height:100%}img{width:100%;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table{margin:0 0 30px}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ol:last-child,ul:last-child,dl:last-child,table:last-child{margin-bottom:0}ul,ol,dl{padding-left:24px}li{margin-bottom:8px}a{color:#06c;text-decoration:none;transition:color .2s ease}a:hover{color:#0052a3}input,textarea,select{font-family:inherit;font-size:16px}h2{padding:4px 8px 5px;color:var(--primary-color);border-bottom:2px solid var(--primary-color)}h3{padding-top:2px;padding-bottom:3px;border-bottom:1px dotted var(--primary-color);color:var(--primary-color)}table{width:100%;border-collapse:collapse;margin-bottom:30px}table thead{border-bottom:2px solid var(--primary-color)}table thead th{padding-top:0}table tbody{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}table tbody tr:nth-child(2n){background-color:var(--table-row-striped-color)}table th,table td{padding:10px;text-align:left}table th{color:var(--primary-color)}
