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


@media screen and (min-width:768px){
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

#content h1 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:24px;
	letter-spacing:6px;
	display:table;
	height:65px;
	background: url(../../privacy/images/sub.png) no-repeat bottom center;
	padding:0 10px 15px;
	margin:0 auto 70px;
}

#content h2 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:24px;
	letter-spacing:8px;
	margin:0 auto 30px;
	text-align:center;
}

#content p.w760 {
	width:760px;
	margin:0 auto 50px;
	text-align:center;
}

#content hr {
	margin:50px auto;
}

#content dl {
	width:760px;
	margin:0 auto;
}

#content dt {
	font-size:17px;
	font-weight:700;
	margin-bottom:10px;
}

#content dd {
	width:700px;
	padding-left:25px;
	margin-bottom:20px;
}

#content p {
	font-size:16px;
	margin-bottom:15px;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

#content h1 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:22px;
	letter-spacing:4px;
	text-align:center;
	height:65px;
	background: url(../../privacy/images/sub_sp.png) no-repeat bottom center;
	background-size:260px 31.5px;
	margin:20px auto 30px;
}

#content h2 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:18px;
	text-align:center;
	margin:0 auto 20px;
	line-height:1.4;
}

#content p.w760 {
	margin:0 auto 30px;
}

#content hr {
	margin:30px auto;
}

#content dl {
}

#content dt {
	font-weight:700;
	margin-bottom:10px;
}

#content dd {
	margin-bottom:20px;
}

#content p {
	margin-bottom:15px;
}


}