@charset "utf-8";



/* page_title
-----------------------------------*/
#page_title:before{
	width: 1741px;
	height: 230px;
	background-image: url("../img/bg_privacy_01.png");
	margin-left: -853px;
	top: 0;
}
#page_title h2{
	margin-left: -167px;
}



/* privacy_unit
-----------------------------------*/
#privacy_unit{
	width: 100%;
	margin-bottom: 189px;
}


#privacy_unit p.intro{
	font-size: 116%;
	line-height: 1.66;
	width: 870px;
	text-align: center;
	margin: 80px auto 76px auto;
	padding: 31px 0 29px;
	position: relative;
}
#privacy_unit p.intro:before, 
#privacy_unit p.intro:after{
	content: "";
	width: 45px;
	height: 100%;
	display: block;
	border-top: 10px solid #e7e7e7;
	border-bottom: 10px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
}
#privacy_unit p.intro:before{
	border-left: 10px solid #e7e7e7;
	left: 0;
}
#privacy_unit p.intro:after{
	border-right: 10px solid #e7e7e7;
	right: 0;
}


#privacy_unit div.line{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#privacy_unit div.line + div.line{
	margin-top: 20px;
}
#privacy_unit div.line:before{
	content: "";
	width: 2px;
	background: #cbcbcb;
	display: block;
	position: absolute;
	left: 499px;
	top: 0;
	bottom: 20px;
}
#privacy_unit div.line > section{
	width: 430px;
	border-bottom: 2px solid #cbcbcb;
}
#privacy_unit div.line > section:first-of-type{
	float: left;
	padding: 26px 10px 52px 40px;
}
#privacy_unit div.line > section:last-of-type{
	float: right;
	padding: 26px 40px 52px 10px;
}
#privacy_unit div.line h3{
	color: #6eab2c;
	font-size: 131%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}
#privacy_unit div.line p{
	font-size: 116%;
	line-height: 1.66;
}
#privacy_unit div.line ul{
	margin: 15px 0 0 30px;
}
#privacy_unit div.line ul li{
	font-size: 116%;
	line-height: 1.66;
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}
#privacy_unit div.line ul li:before{
	content: "・";
}
#privacy_unit div.line ul li + li{
	margin-top: 10px;
}


#privacy_unit div.line.line04:before{
	display: none;
}
#privacy_unit div.line.line04 h3{
	text-align: left;
	margin: 0 0 18px 40px;
}
#privacy_unit div.line > section.contact{
	width: 920px;
	border-bottom: none;
	float: none;
	padding: 26px 40px 0 40px;
}