@charset "utf-8";
/* CSS Document */




/* D8400 index
---------------------------------------------*/
.cautionIcon{
	width:100%;
	height:45px;
	background:url(../point/img/img_point_new_03.jpg) no-repeat ;
	padding:15px 0 0 120px;
}





/* point
---------------------------------------------*/

.tlBG01{
	position:relative;
	width:100%;
	height:470px;
	background:url(../point/img/img_point_tl_01.png) no-repeat;
	background-size:cover;
}

.tlBG01 h2{
	position:absolute;
	top:15%;
	left:0px;
	background-color:#ed8400;
	color:#FFF;
	padding:15px;
}


.tlBG02{
	position:relative;
	width:100%;
	height:470px;
	background:url(../point/img/img_point_tl_02.png) no-repeat;
	background-size:cover;
}

.tlBG02 h2{
	position:absolute;
	bottom:15%;
	left:0px;
	background-color:#ed8400;
	color:#FFF;
	padding:15px;
}


.tlBG03{
	position:relative;
	width:100%;
	height:470px;
	background:url(../point/img/img_point_tl_03.png) no-repeat;
	background-size:cover;
}

.tlBG03 h2{
	position:absolute;
	bottom:15%;
	left:0px;
	background-color:#ed8400;
	color:#FFF;
	padding:15px;
}


.tlBG04{
	position:relative;
	width:100%;
	height:470px;
	background:url(../point/img/img_point_tl_04.png) no-repeat;
	background-size:cover;
}

.tlBG04 h2{
	position:absolute;
	top:45%;
	left:0px;
	background-color:#ed8400;
	color:#FFF;
	padding:15px;
}


