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

#second2.privacy #main section{
	width: calc(98% - 50px);
	margin: auto;
	max-width: 1000px;
}
.privacy .conts section + p{
	margin-bottom: 2em;
}
.privacy .conts section h2{
	margin: 2em 0 1.1em 0;
    color: #007947;
    font-size: 1.1em;
    font-weight: 900;
}
.privacy .conts section ul{
	margin: 2em 1em
}.privacy .conts section ul li{
	position: relative;
	padding-left: 1em;
}.privacy .conts section ul li::before{
	content: '●';
    font-size: 0.7em;
    position: absolute;
    left: 0;
	color: #007947;
}