@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
プライバシーポリシー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-header-img {
	object-position: right center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.privacy-dl dt {
	margin-block: 3em 1em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid var(--color_gray_dark);
	font-size: 17px;
	line-height: 1.5;
	counter-increment: number;
}

.privacy-dl dt:first-child {
	margin-top: initial;
}

.privacy-dl dt::before {
	content: counter(number) ". ";
}

@media (min-width: 768px) {
.privacy-dl dt {
	font-size: 20px;
}
}
