/*======================================

	株式会社 丸実屋
	プライバシーポリシーCSS

=======================================*/

#privacy #lede{
	margin-bottom: 40px;
}

#privacy > section{
	margin-bottom: 40px;
}
#privacy > section:last-child{
	margin-bottom: 0;
}

#privacy > section > h3{
	position: relative;
	font-size: 125%;
	font-weight: bold;
	padding-left: 20px;
	color: #c30d23;
}
#privacy > section > h3::before{
	position: absolute;
	content: url("../img/common/mk01.png");
	left: 0;
	top: -1px;
}

#privacy > section > .info{
	margin-top: 1em;
}

#privacy > section > ul{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
}
#privacy > section > ul li{
	position: relative;
	padding-left: 1.3em;
}
#privacy > section > ul li::before{
	position: absolute;
	content: '・';
	display: block;
	top: 0;
	left: 0;
}
