@charset "utf-8";
/* CSS Document */
/*プライバシーポリシー　index.php*/


.countReset {
	counter-reset: counter;
}
.icn_count:before {/* カウントアイコン　1. */
	counter-increment: counter; 
	content: counter(counter)".";
	margin-right: 5px;
}
li.icn_count_circle {
	margin-left: 2em;
}
.icn_count_circle:before {/* カウントアイコン　① */
	counter-increment: counter; 
	content: counter(counter) ;
	width: 1.5em;
	height: 1.5em;
	margin-left: -2em;
	margin-right: 0.5em;
	line-height: 1.5em;
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	font-size: 0.7em;
	border-radius: 50%;
}

#sec_privacy {
	text-align: left;
}
#sec_privacy .privacy:nth-child(n+2) {
	margin-top: 30px;
}
#sec_privacy .privacy p + p {
	margin-top: 10px;
}
#sec_privacy .privacy .privacyIn + .privacyIn {
	margin-top: 30px;
}
#sec_privacy .privacy .ttlSub {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
#sec_privacy .privacy .supplement {
	margin-top: 20px;
}
#sec_privacy .privacy .conTtl {
	margin: 30px 0 0;
	padding: 5px 10px;
	background-color: #eee;
}
#sec_privacy .privacy .strong {
	font-weight: bold;
}
#sec_privacy .privacy .customer {
	border: 1px solid #eee;
	padding: 20px;
}
#sec_privacy .privacy .signature {
	text-align: right;
}

/*==== PC ====
============================================================================*/	
@media all and (min-width: 980px){

	#sec_privacy .privacy .ttlSub {
		font-size: 1.4em;
	}
	#sec_privacy .privacy .supplement {
		padding-left: 20px;
	}
	
}

/*==== SP・TB ====
============================================================================*/
@media screen and (max-width: 959px) {
	
	#sec_privacy .privacy .ttlSub {
		font-size: 1.2em;
	}

}