@charset "UTF-8";


/******************************************************

 body
 
******************************************************/

.page_title{
	border-top:2px solid #305a7e;
	border-bottom:1px dotted #ccc;
	color:#305a7e;
	font-size:20px;
	font-weight:lighter;
	padding:30px 0px;
}
.page_title h4{
	width:90%;
	max-width:1100px;
	margin:auto;
}

.cp_wimg_auto{
	width:100%;
	height:auto;
}


/******************************************************

 section01
 
******************************************************/


.section01{
	margin:auto;
	width:90%;
	max-width:1100px;
	padding:5% 0px;
}

@media screen and (max-width: 600px){
	
}



/******************************************************

 privacy
 
******************************************************/

.privacy_title{
	color:#305a7e;
	font-size:18px;
	font-weight:lighter;
	padding:10px 15px;
	background:#eee;
	margin-bottom:4%;
}
.main_copy p{
	margin-bottom:4%;
}
.sub_copy{
	margin-bottom:4%;
}
.sub_copy h4{
	color:#305a7e;
	font-size:16px;
	font-weight:lighter;
	margin-bottom:16px;
	border-left:3px solid #305a7e;
	padding-left:12px;
}
.sub_copy p{
	margin-bottom:10px;
}
.copy_list{
	margin-bottom:20px;
}
.copy_list li{
	list-style-type:circle;
	margin-left:25px;
	margin-bottom:10px;
}

@media screen and (max-width: 600px){
.privacy_title{
	margin-bottom:8%;
}
.main_copy p{
	margin-bottom:8%;
}
.sub_copy{
	margin-bottom:8%;
}	
}



/******************************************************

 section02
 
******************************************************/


.section02{
	margin:auto;
	width:90%;
	max-width:1100px;
	padding:0% 0px 7% 0px;
}

.border_top{
	border-top:1px dotted #ccc;
}


/******************************************************

 sitemap
 
******************************************************/


.sitemap{
	position:relative;
	overflow: hidden;
}
.sitemap dl{
	margin-left:-6.363636363%;
	width:106.363636363%;
	padding-bottom:10px;
}
.sitemap dt{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:27.35042735%;
	margin-left:5.982905982%;
	margin-top:7%;
	vertical-align:top;
}
.sitemap dt a{
	text-decoration:none;
	width:100%;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom:2px solid #ddd;
}
.sitemap dt.list04{
	width:94.017094017%;
}

.site_sub{
	margin-top:20px;
}
.site_sub li{
	margin-top:15px;
	margin-left:30px;
	vertical-align:top;
	width:auto;
	padding-left:15px;
	font-size:12px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/share/foot_arrow.png) no-repeat 0px 3px;
}
.sitemap dl .site_sub li a{
	text-decoration:none;
	border-bottom:none;
	width: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.site_sub li{
	background: url(../images/share/foot_arrow@2x.png) no-repeat 0px 3px;
	background-size:10px 13px;
}
}

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

.sitemap dt,
.sitemap dt.list04,
.sitemap dt.list05{
	width:94.017094017%;
}	
}


/******************************************************

 clear fix
 
******************************************************/

.conacc:after {
  display : block;
  clear : both;
  content : '';
}

.conacc{
	padding-top:0px;
} { zoom : 1; }