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

/* プライバシーポリシーページ設定 */

#contents #title h1 {
	background-image: url(../img/privacy/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f518";
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #title h1 {
	font-size: 34px;
}
@media screen and (max-width: 1200px){
#contents #title h1 {
	font-size: 31px;
}
}
#contents #privacy {
	padding:60px 0px;
}
#contents #privacy h4 {
	font-size: 20px;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#contents #privacy ol {
	padding-left:2.5em;
}
#contents #privacy ol li {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}

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

/* スマホ用設定 */

#contents #title h1 {
	font-size: 17px;
}
#contents #privacy {
	padding:20px 0px;
}
#contents #privacy h4 {
	font-size: 14px;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#contents #privacy ol {
	padding-left:2.5em;
}
#contents #privacy ol li {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}

}
