@charset "UTF-8";

.policy ul li{
	list-style:disc;
	margin-left:20px;
	}
.box_txt p{
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
	color: #000;
	font-size: 17px;
	line-height: 35px;
	padding: 5.5%;
	background: url(../images/bg_business-creed01.jpg) no-repeat center top;
}
/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){
.box_txt p{
	font-size: 15px;
	line-height: 30px;
	padding: 10% 4%;
}



} /* End Media 414px */