@charset "utf-8";

.marg_t{
    margin-top: 14px;
}

p.mar{
    margin-top: 10px;
}



/* fixedTableWrap 
--------------------------------------------------------------------*/
*[class*="tableA"]{box-sizing: border-box;border-right: none;}
*[class*="tableA"] *{box-sizing: border-box;}

.fixedTableColLeft{float: left;width: 127px;}
.fixedTableColRight{overflow: auto;float: left; width: calc(100% - 127px);}

.fixedTableWrap .fixedRow table{
 position: relative;
 z-index: 1000;
 table-layout: fixed;
 border-bottom: none;
}

.fixedTableWrap .fixedRow table th{
 padding:7px 5px;
 white-space: nowrap;
}

.fixedTableWrap .fixedRow table th[rowspan*="4"]{
 box-sizing: border-box;
}

.fixedTableWrap .fixedRow table th.borderBottomNone{
 border-bottom: none;
}

.fixedTableWrap .floatRow table{ border-bottom: none;}

.fixedTableWrap .floatRow table.tableA01{
 width:760px;
 min-width: 720px;
 white-space: nowrap;
}

.fixedTableWrap{
 width: 100%;
 margin:15px 0 30px 0;
 overflow: hidden;
}

.fixedTableWrap .fixedRow,
.fixedTableWrap .floatRow{margin-bottom: 10px;}

.fixedTableWrap .fixedRow:last-child,
.fixedTableWrap .floatRow:last-child{margin-bottom: 0;}

.fixedTableItem{overflow: hidden;margin:-1px 0 15px 0;}
.fixedTableItem:last-child{margin-bottom: 0;}

.col01{width: 56px}
.col02{width: 71px}


/* newfixedTableWrap,sticky_table */
/* -------------------------------------------------------------------- */
.newfixedTableWrap {
    width: 100%;
    margin: 15px 0 30px 0;
    overflow-x: auto; /* 横スクロールを可能にする */
}

.sticky_table {
    width: 100%; 
    min-width: 800px; 
    border-collapse: collapse; /* セルの境界線を結合 */
}

.sticky_table th,
.sticky_table td {
    box-sizing: border-box;
    border: 1px solid #ccc; /* 各セルの内側の枠線 */
    padding: 8px;
    text-align: left; /* 基本は左寄せ */
    vertical-align: middle; /* 垂直方向中央寄せ */
    white-space: normal; 
}

.sticky_table thead th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center; /* ヘッダーのテキストは中央寄せ */
}

.sticky_table th:nth-child(1) { 
    width: 260px; 
    min-width: 220px;
    text-align: center; /* 中央寄せ */
}

.sticky_table td:nth-of-type(1) {
    width: 100px;
    min-width: 100px;
    text-align: center; /* 中央寄せ */
}

.sticky_table td:nth-of-type(2) {
    width: 120px;
    min-width: 120px;
}

.sticky_table th:nth-child(2), 
.sticky_table td:nth-of-type(3) { 
    width: 180px;
    min-width: 180px;
}
.sticky_table th:nth-child(3), 
.sticky_table td:nth-of-type(4) { 
    width: 250px;
    min-width: 250px;
}
.sticky_table th:nth-child(4), 
.sticky_table td:nth-of-type(5) { 
    width: 110px;
    min-width: 80px;
    text-align: center; /* 中央寄せ */
}
.sticky_table th:nth-child(5), 
.sticky_table td:nth-of-type(6) { 
    width: 110px;
    min-width: 80px;
    text-align: center; 
}
.sticky_table th:nth-child(6), 
.sticky_table td:nth-of-type(7) { 
    width: 250px;
    min-width: 250px;
}

.sticky_table thead th {
    position: sticky; 
    top: 0;
    z-index: 2; 
    background-color: #f2f2f2; 
}

.sticky_table td.group-header {
    background-color: #f2f2f2; 
    font-weight: bold;
    text-align: center; /* 中央寄せ */
}


.taC {
    text-align: center;
}

.marg_t {
    margin-top: 20px;
}

.sticky_table th,
.sticky_table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

th.wid{
    width: 650px;
}

.sticky_table thead tr:first-child th.wid { 
    width: 625px; 
    min-width: 625px;
}

.sticky_table thead tr:nth-child(2) th { 
    width: 125px; 
    min-width: 125px;
}
.sticky_table tbody td:nth-child(n+2) { 
    width: 125px; 
    min-width: 125px;
}

td.bord{
    border-bottom: hidden;
    position: relative;
    top: 4rem;
}

*[class*="listA"].disc > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.6em;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 4px;
}

td.b_col{
    background-color: #f2f2f2;
}

*[class*="listA"].disc > li {
    padding-left: 3.2rem;
    position: relative;
}

td.rel{
    position: relative;
    top: 7.3rem
}