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


/*プライバシーポリシー*/
.privacypolicy-about {
	max-width: 960px;
	width: 100%;
	height: auto;
	padding: 0 40px;
	/*width: 80%;*/
	margin: 0 auto;
}
.privacypolicy-about .section-content{
	padding:160px 0;
}
.privacypolicy-about h2{
	font-size:40px;
	font-weight:normal;
	margin:0;
	line-height:35px;
	margin-bottom: 56px;
}
.privacypolicy-about h2 span{
	color:#417E13;
	display:block;
	font-size:25px;
	margin:0;
}
.privacypolicy-about-content1{
	
}

.privacypolicy-text{
	color: #707070;
	line-height: 2;
	font-size: 16px;
}
.privacypolicy-text span{
	font-weight: bold;
}

@media(max-width:520px){
	.privacypolicy-text{
		font-size: 14px;
	}
	.privacypolicy-about h2 {
		font-size: 35px;
	}
	.privacypolicy-about h2 span{
		font-size: 20px;
}
}