@charset "UTF-8";.module-table.fixed-first-column table{overflow-x:scroll;}.module-table.fixed-first-column table thead,.module-table.fixed-first-column table tbody{translate:calc(var(--base-gap) / -2) 0;}.module-table.fixed-first-column table th:first-child,.module-table.fixed-first-column table td:first-child{position:-webkit-sticky;position:sticky;left:calc(var(--base-gap) / 2);z-index:10;background-image:url("../ui/assets/bgtile.svg");background-size:128rem 128rem;border-left:none;border-bottom:none;}.module-table.fixed-first-column table th:first-child::after,.module-table.fixed-first-column table td:first-child::after{content:"";position:absolute;right:calc(var(--base-gap) / -2);top:0;bottom:0;width:calc(var(--base-gap) / 2);background-image:url("../ui/assets/bgtile.svg");background-size:128rem 128rem;z-index:12;}.module-table.fixed-first-column table th:first-child::before,.module-table.fixed-first-column table td:first-child::before{content:"";height:0;border-bottom:1rem solid var(--theme-color-blue);position:absolute;bottom:0;left:0;right:0;z-index:11;}.module-table.fixed-first-column table th:first-child::before{border-bottom:3rem solid var(--theme-color-blue);}.module-table .title{font-size:26rem;text-align:center;margin-bottom:50rem;}.module-table .table-wrapper{margin-right:calc(var(--base-offset) * -1);overflow-x:auto;}@media (min-width: 600px){.module-table:not(.fixed-first-column) table{display:table;table-layout:fixed;}}.module-table.fixed-first-column table th:not(:first-child),.module-table.fixed-first-column table td:not(:first-child){width:25%;}.module-table table{margin-bottom:var(--base-space);display:block;border-collapse:separate;border-spacing:calc(var(--base-gap) / 2);-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;}.module-table table th,.module-table table td{background:url("../ui/assets/bgtile.svg");background-size:128rem 128rem;padding:3rem 20rem 8rem 3rem;font-size:16rem;min-width:130rem;width:100%;}.module-table table th:nth-child(1),.module-table table td:nth-child(1){font-weight:700;min-width:300rem;width:300rem;}@media (max-width: 599px){.module-table table th:nth-child(1),.module-table table td:nth-child(1){min-width:200rem;width:200rem;}}.module-table table thead tr th{color:var(--theme-color-blue);font-size:16rem;font-weight:700;border-bottom:3rem solid var(--theme-color-blue);}@media (max-width: 599px){.module-table table thead tr th{font-size:12rem;}}.module-table table tbody tr td{border-bottom:1rem solid var(--theme-color-blue);}@media (max-width: 599px){.module-table table tbody tr td{font-size:12rem;}}.module-table .caption{font-size:var(--base-font-size-small);margin-top:calc(2 * var(--base-space));text-align:left;width:var(--base-content-width);margin-left:auto;margin-right:auto;}.module-table table{scrollbar-color:#aaa transparent;}.module-table table::-webkit-scrollbar{width:6px;}.module-table table::-webkit-scrollbar-track{background:transparent;}.module-table table::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:20px;border:3px solid transparent;}