@charset "utf-8";

/*** アイコン ***/
.countBase {
	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 {/* カウントアイコン　1）*/
	counter-increment: counter; 
	content: counter(counter)" ）";
	width: 2.5em;
	margin-left: -2.5em;
	display: inline-block;
	text-align: right;
}
.icn_note_count:before {/* カウントアイコン　※1 */
	counter-increment: counter; 
	content: "※"counter(counter)"";
}
.icn_note:before {
	content: "※";
}

/* policy ///
////////////////////////////////////////////////*/
.conBase {
	padding-top: 0;
}
.policy {
	text-align: left;
}
.policy p + p {
	margin-top: 10px;
}
.policy .policyIn + .policyIn {
	margin-top: 30px;
}
.policy .ttlSub {
	width: 100%;
	margin-bottom: 20px;
	color: #2cbfef;
	font-weight: 700;
	font-size: 1.4em;
	border-bottom: 1px solid #eee;
}
.policy .supplement {
	margin-top: 20px;
	padding-left: 20px;
}
.policy .conTtl {
	margin: 30px 0 0;
	padding: 5px 10px;
	background-color: #eee;
}
.policy .strong {
	font-weight: 700;
}
.policy .customer {
	border: 1px solid #eee;
	padding: 20px;
}
.policy .signature {
	text-align: right;
}


/*==== SP・TB ====
============================================================================*/	
@media all and (max-width: 979px) {

	/* policy ///
	////////////////////////////////////////////////*/
	.policy .ttlSub {
		font-size: 1.2em;
	}
	.policy .supplement {
		padding-left: 0;
	}
	
}