@charset "utf-8";


/* =================================================================
    
   利用規約　.terms

   ================================================================= */


/* ----------  メインイメージ  ---------- */ 
  
.top-image{
	background:url(../img/terms/terms-main-img.png) no-repeat center bottom;
}

/* ----------  利用規約（.terms）  ---------- */ 
.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/terms/terms-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%;
	}
}