
/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	position: absolute;
	right: 30%;
	top: -100px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	position: absolute;
	top: 350px;
	right: -50px;
}

/*******
 privacy
******/
.contents .privacy_top_sec{
	padding-top: 150px;
}

.contents .privacy_top_sec .sec_ttl{
	font-size: 2.375em;
}


 



.sercice_about_sec .sec_ttl_s{
	font-size: 2.25em;
}

.contents .privacy_sec{
	padding-top: 0;
	border-bottom: solid  1px #bfbfbf;
}

.privacy_sec{
	
}

.privacy_sec .txtArea{
	width: 100%;
	background-color: #f8f8f8;
	padding: 50px 0;
}

.privacy_sec .txtArea .txtBlock{
	max-width: 804px;
	margin: 0 auto;
	padding: 30px 0;
	
}

.privacy_sec .txtArea .txtBlock p{
	font-size: 0.85em;
	line-height: 2.3;
}

.privacy_sec .txtArea .txtBlock h3{
	font-size: 1.625em;
	margin-bottom: 30px;
}

.privacy_sec .txtArea .txtBlock ul{
	font-size: 0.85em;
	line-height: 2.2;
}

.privacy_sec .txtArea .txtBlock ul li{
	margin-bottom: 10px;
}

}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	width: 40%;
	position: absolute;
	left: -5%;
	top: -50px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	width: 60%;
	position: absolute;
	top: 200px;
	right: -10%;
}

/*******
 privacy
******/
.contents .privacy_top_sec{
	padding-top: 150px;
	padding-bottom: 60px;
}

.contents .privacy_top_sec .sec_ttl{
	font-size: 2em;
	line-height: 1.5;
}


 



.sercice_about_sec .sec_ttl_s{
	font-size: 2.25em;
}

.contents .privacy_sec{
	padding-top: 0;
	border-bottom: solid  1px #bfbfbf;
}

.privacy_sec{
	
}

.privacy_sec .txtArea{
	width: 100%;
	background-color: #f8f8f8;
}

.privacy_sec .txtArea .txtBlock{
	max-width: 86%;
	margin: 0 auto;
	padding: 7% 0;
	
}

.privacy_sec .txtArea .txtBlock p{
	font-size: 0.85em;
	line-height: 2.3;
}

.privacy_sec .txtArea .txtBlock h3{
	font-size: 1.25em;
	margin-bottom: 30px;
}

.privacy_sec .txtArea .txtBlock ul{
	font-size: 0.85em;
	line-height: 2.2;
}

.privacy_sec .txtArea .txtBlock ul li{
	margin-bottom: 10px;
}



}