/* SDS 2023-06-30 */
.sds form.mt-56 {
	padding-left: 1em;
}

.sds form.mt-56 .h4-basic {
	margin-left: -1em;
}


.sds a {
    color: var(--textBlack);
    font-weight: normal;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}

.sds a:hover {
    color: var(--textRed);
}

.sds hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
/*
.sds form label[for="id_user_name"]::after,
.sds form label[for="id_email"]::after,
.sds form label[for="id_company_name"]::after,
.sds form label[for="id_division_name"]::after,
.sds form label[for="id_phone_number"]::after {
    content: "*必須";
    color: red;
    margin-left: .5em;
    font-size: 80%;
}
*/
.sds .errorlist {
    padding-left: 1.5rem;
    color: red;
}

.sds table p {
    margin-bottom: 0;
}

.sds .span-h1 {
    padding: .25em .75em;
    font-weight: normal;
    /*border-left: solid 2px #ba0000;*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAAAXNSR0IArs4c6QAAABRJREFUGFdj3MXA8J+BgYGBkdoMACgREUX3i64WAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: left;
}

.sds .span-h2 {
    padding: .25em .75em;
    margin-left: 1rem;
    color: inherit;
    /*border-left: solid 1px #aaa;*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAAXNSR0IArs4c6QAAABBJREFUGFdjWLVq1X8GUggA5mcd4wcp6d8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: left;
}

.sds .text-left {
    text-align: left;
}

.sds .text-center {
    text-align: center;
}

.sds .text-right {
    text-align: right;
}

.sds .d-inline-block {
    display: inline-block;
}

.sds .small {
    font-size: 80%;
    font-weight: 400;
}

/* sds table begin */
#exampletable_filter {
    margin-bottom: 8px;
}

.multicolumnbox2 {
    column-count: 1;
}

@media screen and (min-width:768px) {
    .multicolumnbox2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }
}

.sds .h3-basic {
    margin: 0;
    break-after: avoid;
    break-after: avoid-column;
}

.sds .table {
    width: 100%;
    border: none;
}

.sds .table thead {
    /*display: table-header-group;*/
    break-inside: avoid;
    /*テーブルヘッダーを分割されたカラムヘッドにも表示させる。Chrome, Edgeのみ*/
    page-break-inside: avoid;
}

@-moz-document url-prefix() {

    /*Firefoxのみに適用するCSS*/
    .sds .table thead {
        break-inside: avoid;
    }

    .multicolumnbox2 table,
    .multicolumnbox2 tbody,
    .multicolumnbox2 tr {
        /*display: block;*/
    }
}

.sds .table-outer-scroll>table>tbody>tr>td,
.sds .table-outer-scroll>table>tbody>tr>th,
.sds .table-outer-scroll>table>tfoot>tr>td,
.sds .table-outer-scroll>table>tfoot>tr>th,
.sds .table-outer-scroll>table>thead>tr>td,
.sds .table-outer-scroll>table>thead>tr>th,
.sds .table-outer-scroll>table>tr>td,
.sds .table-outer-scroll>table>tr>th {
    white-space: nowrap;
}

.sds .table tr th,
.sds .table tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    font-weight: normal;
    line-height: 1.25;
    font-size: 1.6rem;
    page-break-inside: avoid;
}

.sds .table thead tr td {
    font-weight: bold;
    font-size: 1.4rem;
}

.sds .table tr td:nth-child(1) {
    padding-right: 1rem;
}

.sds .table tr td:nth-child(2),
.sds .table tr td:nth-child(3) {
    font-size: 1.4rem;
    text-align: center;
}

.sds .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.sds .date-new {
    color: orangered;
    vertical-align: top;
    margin-left: 4px;
}

.multicolumnbox2-header,
.multicolumnbox2-body {}

.multicolumnbox2-header {
    break-inside: avoid;
    /*テーブルヘッダーを分割されたカラムヘッドにも表示させる。Chrome, Edgeのみ*/
    page-break-inside: avoid;
}

.multicolumnbox2-header>span,
.multicolumnbox2-body>span {
    display: inline-block;
    padding: 0.6rem;
}

.multicolumnbox2-header>span,
.multicolumnbox2-body>span {}

.multicolumnbox2-header>span:first-child,
.multicolumnbox2-body>span:first-child {}

/* table cell width */
.sds .sds-category {
    width: 230px !important;
    min-width: 230px !important;
}

.sds .updated {
    width: 100px !important;
    min-width: 100px !important;
}

.sds .prtr {
    width: 80px !important;
    min-width: 80px !important;
}

/* responsive table */
 .table-outer-scroll {
	overflow: auto;
	border: none;
}

@media only screen and (max-width: 767px) {
	.table-outer-scroll>table {
		margin-bottom: 10px;
	}

	.table-outer-scroll>table>tbody>tr>td,
	.table-outer-scroll>table>tbody>tr>th,
	.table-outer-scroll>table>tfoot>tr>td,
	.table-outer-scroll>table>tfoot>tr>th,
	.table-outer-scroll>table>thead>tr>td,
	.table-outer-scroll>table>thead>tr>th,
	.table-outer-scroll>table>tr>td,
	.table-outer-scroll>table>tr>th {
		white-space: nowrap;
	}
}

.table-outer-scroll::-webkit-scrollbar {
	width: 6px;
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar:horizontal {
	height: 6px;
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #7b7b7b;
}

.table-outer-scroll::-webkit-scrollbar-thumb:horizontal {
	border-radius: 6px;
	background: #7b7b7b;
}

.table-outer-scroll::-webkit-scrollbar-track-piece:start {
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-track-piece:end {
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-corner {
	background: #f2f2f2;
}


.sds .pagination {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1.5rem;
    justify-content: center;
}

.sds .pagination a {
    padding: 8px 12px;
    text-decoration: none;
}

.sds .pagination>li {
    display: inline-block;
}

.sds .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.sds .pagination .page-item .page-link {
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    transition: all .3s linear;
}

.navbar,
.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.sds .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    border-radius: .125rem;
    transition: all .2s linear;
}

.sds .pagination .page-item.active .page-link {
    background-color: #000 !important;
}


.sds .badge {
    font-size: 12px;
    font-weight: normal;
    color: #888 !important;
    background-color: transparent !important;
    padding-top: 5px;
}

.sds .hd-type01 {
    position: relative;
}

.sds .sdsuser-validation {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
    position: absolute;
    right: 1rem;
    bottom: -2rem;
    line-height: 1;
}

.errorlist {
    color: red;
}

/* Grid ---------------------------- */
.custom-container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

.custom-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-6,
.col-12,
.col,
.col-auto,
.col-md-4,
.col-md,
.col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}