@charset "UTF-8";

.writter{
	text-align: right;
	margin-bottom:40px;
}

.itemTtl{
	font-weight: bold;
}

.textItem dt{
	margin-bottom: 10px;
}	

.textItem dd{
	margin-bottom: 40px;
	line-height: 1.8;

}

.textItem dd p{
	display: flex;
}

.textItem dd p span:first-child{
	margin-right: 50px;
}


/* Media Queries ================================================== */
/*640*/
@media screen and (max-width: 640px) {

	#safetyBox .boxTtl {
	  font-size: 2rem;
	}  

	.textItem dd{
		margin-bottom: 20px;
	}

	.textItem dd p{
		display: block;
	}

	.textItem dd p span:first-child{
		position: relative;

	}	

	.textItem dd p span:first-child::after{
		content: "●";
		position: absolute;
		left: 0;
		top: 0;
	}	

	.textItem dd p span{
		display: block;
		padding-left: 20px;
	}	
}	