@charset "utf-8";

/*
 *
 *	policy style
 *
 */

/*======================================
	pageH
======================================*/
.pageH {
	background: url(../images/tit-bg.jpg) center;
	background-size: cover;
}
.pageH h1 {
	font-size: 2.5em;
}
.pageH h1 span {
	background: url(../images/tit-bg.jpg) center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}



/*======================================
	commonBox
======================================*/
.commonBox .list li {
	margin-left: 1em;
	text-indent: -1em;
}
.commonBox .list li:before {
	content: '・';
}



@media screen and (min-width:850px) {
	/*======================================
		pageH
	======================================*/
	.pageH h1 {
		font-size: 3em;
	}
}