@charset "utf-8";

/* ==================================================================
	privacy.css
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */




/* --------------------------------
   □ accentArea
-------------------------------- */ 

/* --------------------------------
   □ main
-------------------------------- */ 


#privacy section{
	padding:4% 0;
}



.contents h2 {
	font-size: 155%;
	margin-bottom:2%;
	background:url(../../images/privacy/circle.png) left 50% no-repeat;
	padding: 10px 10px 10px 40px;
}

#privacy p.txt{
	font-size:116%;
	margin-bottom:4%;
}

#privacy dl.list{
	margin-bottom:7%;
	font-size:116%;
}

#privacy dl.list dt{
	font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    font-size: 115%;
    padding-bottom: 10px;
}

#privacy dl.list dd{
	margin-left:15px;
}

#privacy dl.list dd ul{
	margin-top:1%;
	line-height: 2;
}

#privacy dl.list dd dl.sub{
	margin: 1% 0;
}

#privacy dl.list dd dl.sub dt{
	margin-bottom:1%;
	border-bottom:none;
	padding-bottom: 0;
	font-size: inherit;
}

#privacy dl.list dd dl.sub dd{
	margin-left:15px;
}


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





