@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 345px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90%;
	height: 345px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.privacy {
	padding-top: 155px;
	text-align: center;
}
	.privacypolicy{
		width: 100%;
	}
	.privacypolicy .inner{
		width: 100%;
		max-width: 1100px;
		text-align: left;
		margin: 0 auto;
	}
	.privacypolicy .inner h2{
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.75;
		font-family: 'Zen Kaku Gothic New', sans-serif;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-top: -80px;
}
#pageTitleVox .inner{
	width: 90%;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.privacy {
	margin-top: 0;
	text-align: left;
}
	.privacypolicy{
		width: 100%;
	}
	.privacypolicy .inner{
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
	.privacypolicy .inner h2{
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.75;
		font-family: 'Zen Kaku Gothic New', sans-serif;
}
}