.get-tb{width:100%;overflow:hidden}
.get-tb__title{width:100%;margin-bottom:2.4rem;font-weight:600;line-height:1.3}
.get-tb__thead th{padding:1.2rem 2rem;border-right:1px solid rgba(0,0,0,.15);border-top:1px solid #000;font-weight:400;line-height:1.8}
.get-tb__thead th:nth-of-type(1),.get-tb__thead th:nth-of-type(2){min-width:25.2rem}
.get-tb__thead th:nth-last-of-type(1){min-width:64.8rem;border-right:0}
.get-tb__tbody .tbody_tr{border-bottom:1px solid rgba(0,0,0,.15)}
.get-tb__tbody .tbody_tr:nth-of-type(1){border-top:1px solid rgba(0,0,0,.15)}
.get-tb__tbody td{padding:2rem 2.4rem;border-right:1px solid rgba(0,0,0,.15)}
.get-tb__tbody td:nth-last-of-type(1){border-right:0}
.get-tb--moswipe{display:none}
.get-tb .bullet-included{position:relative}
.get-tb .bullet-included li::before{display:inline-block;content:"•";text-indent:-1rem}
@media all and (max-width:1024px){.get-tb{display:table;width:100%}
.get-tb__title{width:100%;margin-bottom:1.8rem;font-size:1.8rem;line-height:1.36}
.get-tb__thead{width:100%}
.get-tb__thead th{padding:1.2rem 1.6rem}
.get-tb__thead th:nth-of-type(1){min-width:14rem}
.get-tb__thead th:nth-of-type(2){min-width:16.8rem}
.get-tb__thead th:nth-last-of-type(1){min-width:39.6rem}
.get-tb__tbody{width:100%}
.get-tb__tbody td{padding:2rem 1.6rem}
}
@media all and (max-width:767px){.get{width:100%}
.get__wrap{display:flex;justify-content:flex-start;overflow-x:auto}
.get__wrap>*{width:auto}
.get__wrap::-webkit-scrollbar{display:none}
@keyframes active{0{transform:translateX(0);opacity:1}
40%{transform:translateX(20%)}
80%{transform:translateX(0);opacity:1}
99%{opacity:0}
100%{display:none}
}
.get-tb--moswipe{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform:translate(0,0);margin-left:-10%;pointer-events:none}
.get-tb--moswipe.is-active{animation:active 2s;opacity:0}
.get-tb--moswipe.hidden{display:none}
}