@charset "utf-8";

/* trouble27_sp.css：SP
 * ======================================
 * 
 * ======================================
 */

/* 
------------------------------------------------------------------ */
#trouble27_cat03 h2 + p {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 1em 0;
	background: #f9f9f9;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
#trouble27_cat03 .inner > div {
	text-align: center;
}
#trouble27_cat03 .inner > div img {
	width: 70%!important;
	height: auto!important;
}
#trouble27_cat03 li {
	list-style: none;
	position: relative;
}
#trouble27_cat03 li + li {
	margin: 36px 0 0 0;
}
#trouble27_cat03 li + li:before {
	content: "";
	width: 26px;
	height: 16px;
	position: absolute;
	top: -26px; left: 50%;
	margin: 0 0 0 -13px;
	background: url(../../images/arrow_v.png) no-repeat center center;
	background-size: contain;
}
#trouble27_cat03 li dl {
	border: 2px solid #d6809a;
	text-align: center;
}
#trouble27_cat03 li dt,
#trouble27_cat03 li dd {
	padding: 0.25em;
}
#trouble27_cat03 li dt {
	background: #d6809a;
	color: #fff;
}