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

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

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #privacy {
	padding:0px 25px;
	padding-bottom:60px;
}
#contents #privacy h3 {
	font-size: 21px;
	line-height: 1em;
	color: #B1A19F;
	margin-top:1.5em;
	margin-bottom:1em;
	font-weight: normal;
}
#contents #privacy p {
	line-height: 1.6em;
}
#contents #privacy li {
	font-size: 21px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents #privacy .no {
	text-indent: -3.2em;
	margin-left:3.2em;
}
#contents #privacy .shikaku {
	text-indent: -1em;
	margin-left:1em;
	padding-left:1em;
}
#contents #privacy .shikaku li:before {
	content: "■";
	color:#C7A2A2;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #privacy {
	padding:0px 10px;
	padding-bottom:30px;
}
#contents #privacy h3 {
	font-size: 15px;
	line-height: 1em;
	color: #B1A19F;
	margin-top:1.5em;
	margin-bottom:1em;
	font-weight: normal;
}
#contents #privacy p {
	line-height: 1.6em;
}
#contents #privacy li {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents #privacy .no {
	text-indent: -2.7em;
	margin-left:2.7em;
}
#contents #privacy .shikaku {
	text-indent: -1em;
	margin-left:1em;
	padding-left:1em;
}
#contents #privacy .shikaku li:before {
	content: "■";
	color:#C7A2A2;
}
}
