@charset "UTF-8";

table th,table td {
border:1px solid var(--i_border_color);
background: #fff;
padding: 3px 6px;
color: var(--i_txt_color);
}
table th {
background: #ffe5f3;
}
.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    overflow-x: scroll !important;
}