@charset "utf-8";

/* trouble27_pc.css：PC
 * ======================================
 * 
 * ======================================
 */

/* 
------------------------------------------------------------------ */
#trouble27_cat03 .inner {
	margin: 60px auto 0;
}
#trouble27_cat03 h2 + p {
	text-align: center;
	margin: 0 0 40px 0;
	padding: 1em 0;
	background: #f9f9f9;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
#trouble27_cat03 .inner > ul {
	width: 46%;
	float: left;
}
#trouble27_cat03 .inner > div {
	width: 48%;
	float: right;
	height: 412px;
	text-align: center;
}
#trouble27_cat03 .inner > div img {
	height: 100%;
	width: auto!important;
	margin: 0!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;
}