@charset "utf-8";

/* trouble40_pc.css：PC
 * ======================================
 *
 * ======================================
 */

/*
------------------------------------------------------------------ */
#trouble40_cat02 .discList span {
	display: inline-block;
	margin-right: 3em;
	position: relative;
}
#trouble40_cat02 .discList span:after {
	content: "……";
	width: 3em;
	height: 1em;
	position: absolute;
	top: 0; right: -3.5em;
	color: #666;
}
