@charset "utf-8";

/* trouble06_sp.css：SP
 * ======================================
 * 
 * ======================================
 */

/* #trouble06_cat01
------------------------------------------------------------------ */
#trouble06_cat02 li {
	width: 48%;
	float: left;
	list-style-type: none;
	text-align: center;
}
#trouble06_cat02 li:nth-child(even) {
	margin: 0 0 0 4%;
}
#trouble06_cat02 li:nth-child(n+3) {
	margin-top: 20px;
}
#trouble06_cat02 li img {
	width: 100%;
}
#trouble06_cat02 li dd {
	margin: 5px 0;
}