@charset "utf-8";
/*********      メインコンテンツ      *********/
#c article .text{
	line-height: 150%;
	padding: 5px 10px;
}
#c article ul li{
	float: left;
	border: 1px solid #999999;
	list-style: none;
	margin-bottom: 15px;
/**/width: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#c article ul li:hover{
	background-color: #EFEFEF;
	-webkit-transform: scale(1.03) !important;
	-moz-transform: scale(1.03) !important;
	-ms-transform: scale(1.03) !important;
	-o-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
#c article ul li:nth-child(odd){
/**/
}
#c article ul li p{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#c article ul li p.merit1{
	background-image: url('../img/r2-merit-01.jpg');
}
#c article ul li p.merit2{
	background-image: url('../img/r2-merit-02.jpg');
}
#c article ul li p.merit3{
	background-image: url('../img/r2-merit-03.jpg');
}
#c article ul li p.merit4{
	background-image: url('../img/r2-merit-04.jpg');
}
#c article ul li p span{
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
#c article ul li .desc{
	font-size: 15px;
	line-height: 150%;
	padding: 10px;
}
