@charset "UTF-8";

/*--------------------------------------------------------------------
condition.html
condition.css
--------------------------------------------------------------------*/

/*------------condition---------------------------------------------------------------*/
div#condition ul {
	list-style: none;
}
div#condition ul li {
	width: 80%;
	margin: 30px auto 0;
	background-color: #29b4e2;
}
div#condition ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1em 2em 1em 1em;
	line-height: 1.4;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}
div#condition ul li a i {
	margin-right: 1em;
}
div#condition ul li a:before {
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../../img/parts/arrow04.png) no-repeat left top;
	background-size: cover;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#condition ul li:hover a { text-decoration: none; }