@charset "UTF-8";
/*************************
価格表14

 *************************/

.exterm{
	margin-bottom:20px;
}

.check li{
	position:relative;
	margin-bottom:10px;
	padding-left:20px;
}

.check li:before{
	position:absolute;
	top:0px;
	left:0px;
	content:"\f00c";
	font-family:"FontAwesome";
	color:#7bac2f;
}

.check li:last-child{
	margin-bottom:0;
}

.kei{
	text-align:right;
}

.kei span{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
}


@media screen and (min-width:641px){

.img{
	float:right;
	width:30%;
}

.check{
	float:right;
	width:66%;
	margin-right:4%;
}

}

@media screen and (max-width:640px){

.img{
	margin-bottom:30px;
}

.kei span{
	font-size:18px;
}

}