@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : pvp.css
Description : プライバシーポリシーCSS
===================================================================== */

#pvp .page_title {
	background: url(../images/pvp/bg_page_title.jpg) no-repeat center center;
	background-size: 100% auto;
}

#pvp section {
	margin-top: 10.5%;
}

#pvp section h1 {
	font-size: 1.285rem;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px solid gainsboro;
	padding-bottom: 2.8986%;
	margin-bottom:  2.8986%;
}

#pvp section .allow {
	margin-top: 0.8986%;
}

#pvp section .allow li {
	padding-top: 2%;
}

#pvp section .allow li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 1em;
	color: #54CFAE;
}

@media screen and (min-width:751px){
	#pvp section {
		margin-top: 4.6297%;
	}

	#pvp section h1 {
		font-size: 1.1112rem;
		padding-bottom: 0.926%;
		margin-bottom: 0.926%;
	}

	#pvp section .allow {
		margin-top: 0.926%;
	}

	#pvp section .allow li {
		padding-top: 0%;
	}
}

@media screen and (min-width:1280px){
}