@charset "UTF-8";

/***** プライバシーポリシー *****/

.ppTtl {
	width:100%;
	margin:0 auto 40px;
	padding:15px 20px;
	font-weight:normal;
	font-size:140%;
	color:#fff;
	background:#003088;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.ppTtl span {
	position:relative;
}

.ppTtl span::before {
	display:block;
	content:"";
	position:absolute;
	left:-20px;
	top:50%;
	width:10px;
	height:1px;
	background:#fff;
}

.modBloc {
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
}

#privacy .ppTtlNo{
	width:100%;
	margin:0 auto 20px;
	font-weight:normal;
	font-size:140%;
	color:#003088;
}

/*-- ① --*/
#privacy {
	counter-reset:wpp-ranking;
}
/*-- ②③ --*/
#privacy .ppTtlNo:before {
	content:counter(wpp-ranking, decimal);
	counter-increment:wpp-ranking;
}

.ppTtlNo span {
	margin-left:10px;
}

p.tRight {
	width:90%;
	margin:0 auto 30px;
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:479px) {
}






