@charset "UTF-8";
/* --------------------------------------------------------
* Segment Information
* -------------------------------------------------------*/

.un-segment__ttl {
	font-weight: bold;
    font-size: 2rem;
    line-height: var(--line-height-s);
    margin: 30px 0 20px 0;
    padding: 0 0 0 15px;
    position: relative;
}
.un-segment__ttl::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 28px;
	background: var(--color-txt);
	left: 0;
	top: 0;
}
@media (min-width: 768px) {
	.un-segment__ttl {
        font-size: 2.4rem;
		margin: 60px 0 20px 0;
        padding: 0 0 0 22px;
    }
	.un-segment__ttl::before {
		top: 4px;
	}
	
}

.un-segment__table .c-table__subheader {
    padding: 10px 10px;
}

.un-segment__table .c-table__cell {
    padding: 10px 40px;
}

.un-segment__table .c-table__narrow-header {
	padding: 10px;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.un-segment__table .c-table__body {
		width: 1200px;
	}
	.un-segment__table .c-table__inner {
		overflow-x: scroll;
	}
}

@media (max-width: 767px) {
	.un-segment__table .c-table__body {
		width: 1200px;
	}

}