@charset "utf-8";

.outflame{
	padding:6em  0;
}
@media screen and (max-width:768px){
.outflame{
	padding:4em 0;
	}
}

.catch-copy_box h3{
	font-size:1.55rem;
	letter-spacing:2px;
	margin:0 0 40px;
	color:#444;
	text-align:center;
}

.privacy_div{
	max-width:800px;
	margin: 0 auto;
}

.point_text{
	line-height:1.75;
}


.privacy_div dl{
	margin:60px 0;
}
.privacy_div dl dt{
	font-weight:700;
	margin:0 0 10px;
}
.privacy_div dl dd{
	line-height:1.75;
}
.olnumber{
	margin:-30px 0 0 ;
	counter-reset: listnum;
	list-style: none;
}
.olnumber li{
	margin:30px 0 ;
	line-height:1.4;
}

.uldisc li{
	list-style: disc;
	margin-left: 1em;
}

.olnumber li::before{

	padding-right: 8px;
}
.olnumber li > ul > li{
	padding-left:.5em;
	margin:15px 0 ;
	text-indent:-1em;
	line-height:1.6;
}
.olnumber li > ul > li::before{
	content:"";
}
.two-list{
	margin:20px 0 ;
}
.two-list li{
	margin:10px 0 ;
}
.point_text{
	margin:20px 0 0;
}
.point_text-first{
	margin:-40px 0 20px;
}