@charset "utf-8";

#main{
	margin-bottom: 50px;
}

section{
	text-align: center;
	position: relative;
}

#page_mv{
	background-image: url(../../img/privacy/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/privacy/pc/icon_h2.png) no-repeat top 65px center;
	background-size: 58px 46px;
}

.privacy{
	width: 80%;
	margin: 70px auto 110px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
}

.privacyList{
	margin: 28px 0 33px;
}

.privacyList li{
	list-style-type: decimal;
	list-style-position: inside;
	font-feature-settings: "palt";
}

.privacy .from{
	margin-top: 20px;
	text-align: right;
	letter-spacing: 1.6px;
	line-height: 1.71;
}

h3{
	max-width: 900px;
	margin: auto;
	color: #483826;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 60px;
	background: #E9E5DC;
	text-align: left;
	padding-left: 20px;
	position: relative;
}

.social{
	width: 80%;
	margin: 40px auto 125px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
}

.social a,.social a:hover{
	color: #AEC25D;
}


@media screen and (max-width: 768px){
	#page_mv{
		background-position: left 12% center;
	}
	#page_mv h2{
		background-position: top 55px center;
		padding-top: 110px;
		line-height: 1.3;
	}
	.privacy{
		width: 100%;
		font-size: 13px;
		margin: 35px auto 60px;
		line-height: 1.8;
	}
	.privacyList{
		margin: 18px 0 23px;
	}
	.privacyList li + li{
		margin-top: 8px;
	}
	h3{
		font-size: 16px;
		line-height: 50px;
		padding-left: 18px;
	}
	.social{
		width: 100%;
		margin: 30px auto 100px;
		font-size: 13px;
		line-height: 1.8;
	}
}