@charset "utf-8";


/* -----------------------------------------------------------
	サービス setting
----------------------------------------------------------- */

.service{
	width : 1050px;
}

.service h1{	
	margin-bottom : 65px;
}

.service_area{
	margin-right : -45px;
	height : 350px;
	margin-bottom : 60px;
}

.service_box{
	width : 320px;
	height : 300px;
	float : left;
	padding : 0px;
	margin-right : 45px;
	position : relative;
}

.service_title{
	position : absolute;
	left : 0;
	top : 0px;
}

.service_red{
	position : absolute;
	left : 70px;
	top : 50px;
	color : #c10b3f;
	font-weight : bold;
}

.service_txt{
	position : absolute;
	left : 0;
	top : 80px;

}

.service_img{
	position : absolute;
	left : 0;
	top : 240px;
}

.service_link{
	position : absolute;
	left : 120px;
	top : 180px;
}