@charset "utf-8";

#page_wrap{padding: 5rem 0;}
.s-tit{margin: 3rem 0 1rem; font-size: 2rem;}

.tb-style2 { width: 100%;  border-top: 2px solid #252160; line-height: 1.3em; text-align: center; border-right: 1px solid #e5e5e5; min-width: 1240px;}
.tb-style2 thead tr th { background: rgba(227, 228, 236, 0.5); color:#212121; padding: 14px 0; border-bottom: 1px solid #d5dfe7; border-left:1px solid #d5dfe7;  font-size: 1.5rem; line-height: 1.7em;}
.tb-style2 tbody td { padding: 13px 8px; border-left: 1px solid #e8ede9; border-bottom: 1px solid #e8ede9; font-size: 1.4rem;  word-break: keep-all; line-height: 1.8em;}


@media all and (max-width:1239px){
    .tb-scroll{width: 100%; overflow-x: scroll; }
}
@media screen and (max-width:767px) {
    .tb-style2 thead th { padding: 1em; }
    .tb-style2 tbody td { padding: 0.8em; }
}
