.textmargin-bottom {margin-bottom: 2.5em; }
.L-space {
    position: relative;
    padding-left: 20px
}
#transition { margin-top: 3em; }
.table-con {
    width: 100%;
    margin-bottom: 1.2em;
    padding: 0;
}
.table-title {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 0.4em;
}
table.tcfdTable {
    font-size: 0.98em;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
}

table,td ,th {
    padding: 0.5em;
    vertical-align: middle;
    line-height: 1.55;
    font-weight: normal;
}
table th {
    color: #000;
    text-align: center;
    padding: 5px;
    background: #FFF5F6;
    border: solid 1px #bababa;
    font-weight: 600;
}
table td {
    background-color: #fff;
    padding: 10px;
    border: solid 1px #bababa;
}
th.th01 {width: 9%; }
th.th02 {width: 9.5%; }
th.th03 {width: 11.5%; }
th.th04 {width: 9%;}
th.th05 {width: 22%; }
th.th06 {width: 12%; }
th.th07 {width: 27%; }
.table-center  {text-align: center; }
#governance { display: flex; justify-content: space-between; }
#governance_text { width: 43%; }
#governance_img{ width: 50%; }

@media screen and (max-width: 768px){
    .table-con { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    table.tcfdTable { min-width: 1000px; }
    .pc-br { display:none; }
    .sp-br { display:inline; }
    #governance { flex-direction: column; }
    #governance_text { width: 100%; }
    #governance_img{ width: 100%; margin-top: 25px; }
}
/* 改行調整 */
@media screen and (min-width: 768px){
    .pc-br { display:inline; }
    .sp-br { display:none; }
}
