@charset "utf-8";
@media only screen and (min-width: 769px) {

.contents{
	width: 100%;
	height: auto;
}
.top_title{
	width: 100%;
	height: auto;
	background-color: #cadade;
}
.top_title h2{
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	padding: 75px 0;
	text-align: center;
}
.privacy{
	width: 1166px;
	height: auto;
	display: block;
	margin: 75px auto 128px;
}

.privacy p.text,ul li{
	font-size: 15px;
	line-height: 25px;
}
.privacy ul.top_list{
	margin-top: 25px;
}
.privacy p.title_text{
	margin-top: 45px;
	font-size: 20px;
	line-height: 30px;
}
.privacy p.sub_text{
	margin-top: 15px;
	font-size: 15px;
}
.privacy ul.bottom{
	margin-top: 15px;
}
.privacy ul.bottom li{
	margin-bottom: 15px;
}

.privacy a{
	width: 220px;
	height: auto;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
	display: block;
}




}












/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 768px) {

	.contents{
		width: 100%;
		height: auto;
	}
	.top_title{
		width: 100%;
		height: auto;
		background-color: #cadade;
	}
	.top_title h2{
		font-size: 6.133333333333333vw;
		font-weight: 400;
		line-height: 1.5;
		padding: 8.8% 0;
		text-align: center;
	}
	.top_title img{
		width: 100%;
		height: auto;
		display: block;
	}

	.privacy{
		width: 90%;
		height: auto;
		margin: 11% auto 0 auto;
		display: block;
	}
	.privacy p.text{
		font-size: 4vw;
		line-height: 1.5;
	}

	.privacy p.text,ul li{
		font-size: 4vw;
		line-height: 1.5;
	}
	.privacy ul.top_list{
		margin-top: 7.3%;
	}
	.privacy p.title_text{
		font-size: 5.333333333333333vw;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 7.5%;
	}
	.privacy p.sub_text{
		font-size: 4vw;
		line-height: 1.5;
		margin-top: 2.2%;
	}
	.privacy ul.bottom{
		/*margin-top: 6.5%;*/

	}
	.privacy ul.bottom li{
		margin-top: 6.5%;
	}

	.privacy a{
		width: 71%;
		height: auto;
		background-color: #000;
		color: #fff;
		font-size: 4.8vw;
		line-height: 1.5;
		padding: 3.9% 0;
		text-align: center;
		margin-top: 8.7%;
		display: block;
	}
}

