.custom-note{display:grid;grid-template-columns:80px 1fr;margin:10px 0}.custom-note dt,.custom-note dd{border-top:1px solid #ececec;padding:5px}.custom-note dt:last-of-type,.custom-note dd:last-of-type{border-bottom:1px solid #ececec}.custom-note dt:first-of-type{color:#2792c3}.custom-note dt:nth-of-type(2){color:#f08300}.custom-note dt:nth-of-type(3){color:#c9171e}.custom-note02{display:grid;grid-template-columns:210px 1fr;margin:10px 0}.custom-note02 dt,.custom-note02 dd{border-top:1px solid #ececec;padding:5px}.custom-note02 dt:last-of-type,.custom-note02 dd:last-of-type{border-bottom:1px solid #ececec}.custom-note02 .attention{color:var(--main-color)}.custom-grid{min-width:600px;display:grid;grid-template-columns:120px repeat(4, 1fr);margin:10px 0}.custom-grid>div{padding:5px;position:relative;z-index:1;text-align:center}.custom-grid>div::before{content:"";background-color:var(--bg-color);width:calc(100% - 1px);height:calc(100% - 1px);position:absolute;top:1px;left:1px;z-index:-1;border-radius:6px}.custom-grid>div:nth-child(-n+5)::before{background-color:#ececec}.custom-grid>div:nth-child(5n+1)::before{background-color:#ececec}.yellow-box{display:inline-block;background-color:#ffea00;width:45px;height:16px;transform:translateY(3px);margin-right:3px}.lightBlue-box{display:inline-block;background-color:#c1e4e9;width:45px;height:16px;transform:translateY(3px);margin-right:3px}.custom-tabs{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:10px}.custom-tabs button{padding:4px 8px;border:1px solid #ececec;border-radius:4px;transition:.4s}.custom-tabs button:hover{opacity:.5}.custom-tabs button.active{background-color:var(--dark);color:#fff;border-color:var(--dark)}.custom-table table{width:100%;margin:10px 0 0}.custom-table table th,.custom-table table td{position:relative;z-index:1;font-size:1.2rem;padding:5px;text-align:center}.custom-table table th::before,.custom-table table td::before{content:"";background-color:var(--bg-color);width:calc(100% - 1px);height:calc(100% - 1px);position:absolute;top:1px;left:1px;z-index:-1;border-radius:6px}.custom-table table th{font-weight:normal}.custom-table table th::before{background-color:#ececec}.custom-table table td{min-width:120px}.custom-table table td:first-of-type{min-width:180px}.custom-table table td:first-of-type::before{background-color:#ececec}.custom-table table td.lightBlue::before{background-color:#c1e4e9}.custom-table table td.yellow::before{background-color:#ffea00}.custom-table table td.lightYellow::before{background-color:rgba(254,242,99,.6)}.custom-table table td.green::before{background-color:#98d98e}.custom-table table td.orange::before{background-color:#f7b977}.custom-btns button{text-decoration:underline;transition:.4s}.custom-btns button:hover{opacity:.5}@media screen and (max-width: 768px){.custom-note02{grid-template-columns:1fr}.custom-note02 dt{padding-bottom:0;font-weight:bold}.custom-note02 dt:last-of-type{border-bottom:none}.custom-note02 dd{border-top:none;padding-top:0}.custom-tabs{gap:4px 8px}.custom-tabs button{font-size:1.3rem}.custom-table table td{min-width:85px}.custom-table table td:first-of-type{min-width:125px}}/*# sourceMappingURL=style.min.css.map */