@charset "utf-8";

#contents h2.h2-title{
    background: url("../../policy/image/title.jpg") center center;
    background-size: cover;
}
#contents p{
    margin-bottom: 10px;
}
#contents ul{
    margin-bottom: 40px;
}
#contents ul li:before{
    content:'●';
    color: #db7070;
    font-size: 12px;
}

#policy{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#policy:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #policy { 
	height: 1px;
	overflow: visible;
}
/**/

#contents p.txt{
    margin-bottom: 40px;
}