@charset "utf-8";

/* 共通
---------------------------------------- */
.privacyTitle {
	font-size: 1rem;
	color: #1464c2;
	font-weight: bold;
	border-radius: 4px;
	background: #d3e8ff;
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 1em;
}

.privacyLead {
	color: var(--cautionColor);
	line-height: 1.8;
}

/*	list01
-------------------------------*/
.list01 {
	width: 100%;
}

.list01 dt {
	width: 100%;
	line-height: 1.8;
	font-weight: bold;
}

.list01 dt span {
	color: #268aff;
}

.list01 dd {
	width: 100%;
	line-height: 1.8;
	padding-left: 1em;
	margin-bottom: 2em;
}
