@charset "utf-8";

/* ************************************************************

メインコンテンツ

************************************************************ */
/* トップページ */
#contents .flex-box ol li {
	padding-right: 0em;
}
table td.no-border {
	border: none;
}
@media screen and (min-width: 800px) {
	.topic-path li + li::before {
		top: calc(50% - 0.25em);
	}
}
@media print {
	.link_interval {
		margin-top: 1em;
	}
	.w-break {
		word-break: break-all;
	}
	#contents .table-sys {
		width: 100% !important;
		overflow-x: auto !important;
		white-space: normal !important;
		font-size: 95% !important;
	}
	table td.no-border {
		border: none !important;
	}
}