@charset "utf-8";

/* trouble14_sp.css：SP
 * ======================================
 *
 * ======================================
 */

/* #trouble14
------------------------------------------------------------------ */
#trouble14_cat03 table th,
#trouble14_cat04 table th {
	width: 30%;
}
#trouble14_cat05 table + .notes {
	text-align: right;
}

#trouble14_cat05 > div {
	margin-top: 40px;
	list-style-type: none;
}
#trouble14_cat05 > div {
	border-top: 1px solid #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;
}
#trouble14_cat05 > div table {
	margin: 1em auto 30px;
}
#trouble14_cat05 > div table + .notes {
	text-align: left;
}


/* ① */
#ope01 > div > dl {
	width: 100%;
	text-align: center;
}
#ope01 > div > dl + dl {
	margin-top: 2em;
	border-top: 1px dotted #dadada;
	padding-top: 2em;
}
#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: 8px;
	height: 13px;
	background: url(../../../images/common/arrow_h.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: -15%;
	margin-top: -4px;
}

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