@charset "utf-8";


/* =================================================================
    
   プライバシーポリシーページ　.privacy_policy

   ================================================================= */


/* ----------  メインイメージ（.privacy_policy-main）  ---------- */ 
  
.top-image{
	background:url(../img/privacy_policy/privacy_policy-main-img.png) no-repeat center bottom;
}



.concept{
	  background:#fff;
	  min-height:300px;
}
.concept p{
	text-align:left;
	font-size:18px;
}


.content-box{
	background:#fff;
}
.content-box dl{
	margin-bottom:32px;
	text-align:left;
}
.content-box dt{
	margin-bottom:4px;
	color:#003489;
	font-weight:700;
	border-bottom:#003489 1px solid;
}
.content-box ul.number-list{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:20px;
}
.content-box ul.sab-list{
	margin:8px 0;
	font-size:12px;
}

@media only screen and (max-width: 960px) {
.top-image{
		background:url(../img/privacy_policy/privacy_policy-main-img-sp.png) no-repeat center bottom;
}
.top-image .box{
		background:none;
		text-align:center;
	}
	
	.top-image img{
		max-width:70%;
	}
	h1{
		width:100%;
		margin:32px 0;
		font-size:19px;
		text-align:center;
	}
	.top-image .box h1 img.pc-none{
		max-width:80%;
		margin:-10% auto -20%;
	}
	.top-image ul.inline{
		display:block;
		text-align:center;
	}
	.top-image ul.inline li{
		width:40%;
		margin:0 1%;
	}
	.top-image ul.inline li a{
		margin:0;
	}  
	.top-image h3{
		font-size:18px;
		text-align:center;
	}
	.top-image h3 img.top-chach{
		max-width:100%;
	}
}
