@import"https://fonts.googleapis.com/css2?family=Poor+Story&display=swap";*{padding:0;margin:0;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{border:none;background-color:rgba(0,0,0,0)}input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none}button{border:none;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}a{text-decoration:none;color:#333}body{font-size:16px;padding:2rem;font-family:"Poor Story",cursive;height:100vh;min-height:100%;background-color:rgba(254,161,161,.5);accent-color:#fea1a1}.container{background-color:#fff;border-radius:20px;padding:2rem;height:calc(100vh - 4rem);overflow-y:auto}.container::-webkit-scrollbar{width:5px}.container::-webkit-scrollbar-thumb{background-color:#fea1a1;border-radius:2rem}.container::-webkit-scrollbar-track{background-color:#fff;border-radius:2rem}.header .logo{display:flex;align-items:center;font-size:2.5rem;font-weight:bold}.header .logo::before{content:"";display:block;width:100px;height:100px;border-radius:50%;background:url(/img/img_logo_m.png) no-repeat center/contain;flex-shrink:0}.main{margin-top:2rem}.table{width:100%;text-align:center}.table thead{position:sticky;top:calc(-2rem - 1px);padding-bottom:2px;background-color:#fff}.table thead::after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;width:100%;height:2px;background-color:#f0edd4}.table thead th{font-size:1.5rem;font-weight:bold}.table th{padding:.5rem}.table td{padding:.5rem}.link{text-decoration:underline;color:#fea1a1;font-size:1.2rem;font-weight:bold}@media(max-width: 768px){body{font-size:10px;padding:1rem}.container{padding:1rem}.table thead th{font-size:1.2rem}.table thead th:first-child,.table thead th:nth-child(3),.table thead th:nth-child(4){display:none}.table tbody td{font-size:1.1rem}.table tbody td:first-child,.table tbody td:nth-child(3),.table tbody td:nth-child(4){display:none}}