<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------------
   # con_info
---------------------------------*/
section.privacy{
	padding: 20px 20px 40px 20px;
	background: #fff;
	border-radius: 5px;
}

p.first{
	padding: 20px 0 20px 20px;
}

h2.midashi1 {
	position: relative;
	font-size: 18px;
	margin-bottom: 15px;
	background: none;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #B2E0FF;
	font-weight: bold;
	color: #666;
}

h2.midashi1:before{
	position:  absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 4px solid #B2E0FF;
	content: "";
}

section.privacy p,
section.privacy ul{
	padding-left: 20px;
}

section.privacy ul li{
	padding-left: 10px;
	background: url(../img/base/icon3.png) no-repeat left center;
}

.inner{
	padding-bottom: 20px;
}



















</pre></body></html>