@charset "utf-8";
/* CSS Document */
body{
	background: #2d3139;
}
.wrapp{
	margin: auto;
	background: #2d3139;
	padding-top: 15%;
	max-width: 1200px;
}
#privacy{
	padding: 0 5%;
}
h1{
	margin-bottom:5%;
	text-align: center;
	font-size: 1.5rem;
}
h3{
	font-size: 1.25rem;
	margin-bottom: 5%;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #ed6a00 0%, #f9b800 100%);
	border-image-slice: 1;
	padding-bottom: 1%;
}
.privacy_inner{
	margin-bottom: 10%;
}
.privacy_txt{
	margin-bottom: 5%;
	line-height: 1.8;
}
.privacy_txt:first-of-type{
	margin-bottom: 5%;
}
/*== tablet ==*/
@media (max-width:1024px){
	#privacy{
		margin-top:10%;
	}
	h3{
		margin:10% auto 5%;
	}
}
/*== sp ==*/
@media (max-width:480px){
	#privacy{
		margin-top: 15%;
	}
	.privacy_inner {
    margin-top: 10%;
	}
	h1{
		font-size: 1.25rem;
	}
	h3{
		font-size: 1rem;
		margin: 10% auto 0;
	}
	.privacy_txt{
		margin:5% auto;
		font-size: 0.85rem;
	}
}