@charset "utf-8";
/*
* css for mark list
*
* @version			0.0.0
* @lastmodified 2024-04-24
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.marklist {
	list-style: none;
	padding: 0 !important;
	margin: 1rem 0 !important;
}
ul.marklist li {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}
ul.marklist li::before {
	content: "※";
	color: crimson;
	padding-right: 0.5rem;
}
ul.marklist li:first-child {
	margin-top: 0;
}
table + ul.marklist {
	margin-top: -1rem !important;
}
ul.marklist[class*="indent"] {
	padding-left: 1rem !important;
}
