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

#box01 .inner{
	padding:40px 10px 0 10px;
	}

#box01 .inner h3{
	display:block;
	padding-bottom:15px;
	margin-bottom:30px;
	background:url(../../img/privacy/h3_bg_border.png) no-repeat bottom left;
	font-size:24px;
	font-weight:bold;
	line-height:33px;
	}

#box01 .inner h4{
	margin:55px 0 20px 0;
	border-bottom:1px solid #2C445A;
	font-size:20px;
	font-weight:bold;
	line-height:34px;
	color:#2C445A;
	}
	
#box01 .inner p span{
	display:block;
	margin:30px 0 10px 0;
	font-weight:bold;
	color:#2C445A;
	}
	
#box01 .inner table{
	width:100%;
	margin-bottom:30px;
	}	
	
#box01 .inner table th{
	padding:5px 0 5px 10px;
	border:1px solid #CCC;
	font-weight:normal;
	}
	
#box01 .inner table td{
	padding:5px 0 5px 10px;
	border:1px solid #CCC;
	}
	
#box01 .inner table th.th01{ width:130px;}
#box01 .inner table th.th02{ width:190px;}	
#box01 .inner table th.th03{ width:290px;}	
#box01 .inner table th.th04{ width:290px;}	
	
#box01 .inner table td span{
	font-weight:bold;
	}	</pre></body></html>