@charset "UTF-8";

/*-------------------------------------------------------------*/

.c-mainv.p-safety-mainv{
	background:#657AC3;
}

.p-safety-contents{
	padding:30px 0;
}

.p-safety-sttl-01{
	display:table;
	font-size:1.2rem;
}


.p-safety-sttl-01 dt{
	display:table-cell;
	vertical-align:top;
}

.p-safety-sttl-01 dt span.number{
	display:inline-block;
	background:#0064D2;
	border-radius:4px;
	width:42px;
	height:42px;
	color:#ffffff;
	line-height:40px;
	font-weight:700;
	text-align:center;
}

.p-safety-sttl-01 dd{
	display:table-cell;
	vertical-align:top;
	line-height:20px;
	padding:10px 0 0 20px;
	font-weight:700;
	color:#0064D2;
}