@charset "utf-8";

/* trouble14_pc.css：PC
 * ======================================
 *
 * ======================================
 */

/* #trouble14_cat01
------------------------------------------------------------------ */
#trouble14_cat05 table + .notes,
#trouble14_cat03 table + .notes,
#trouble14_cat04 table + .notes {
	width: 80%;
	margin: 0 auto;
	text-align: right;
}
#trouble14_cat05 > div {
	margin-top: 40px;
	list-style-type: none;
}
#trouble14_cat05 > div {
	border-top: 1px dotted #dadada;
	padding: 2em 0;
}
#trouble14_cat05 > div > p {
	line-height: 2em;
}
#trouble14_cat05 > div p span {
	font-size: 0.9em;
	display: inline-block;
	padding: 0.25em 1em;
	background: #4ab7dd;
	color: #fff;
	line-height: 1.2;
	margin-right: 0.5em;
	border-radius: 3px;
}
#trouble14_cat05 > div p span:first-of-type {
	background: #da809e;
}
/* ① */
#ope01 > div > dl {
	width: 47%;
	float: left;
	text-align: center;
}
#ope01 > div > dl + dl {
	margin-left: 6%;
}
#ope01 > div > dl dl {
	width: 45%;
	float: left;
}
#ope01 > div > dl dl + dl {
	margin-left: 10%;
	position: relative;
}
#ope01 > div > dl dl + dl:before,
#ope02 > div > dl + dl:before {
	content: "";
	width: 16px;
	height: 26px;
	background: url(../../../images/common/arrow_h.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: -28px;
	margin-top: -13px;
}

/* ② */
#ope02 > div > dl {
	width: 30%;
	float: left;
	text-align: center;
}
#ope02 > div > dl + dl {
	margin-left: 5%;
	position: relative;
}
