@charset "UTF-8";
/* privacy.css */

.wrap h2 {
	font-size: 18px;
	font-size: clamp(16px,1.8vw,18px);
	display: flex;
	align-items: flex-start;
	margin-bottom: .35em;
}
.wrap h2 span {
	min-width: 1.25em;
	margin-right: .25em;
}
.wrap .border_bottom:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #CBCBCB;
	margin: 40px 0;
}
.wrap li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.wrap li:before {
	content: "・";
	line-height: 1.8;
	margin-right: .25em;
}
.wrap dt,
.wrap dd {
	line-height: 1.5;
}
.wrap dt {
	margin-bottom: .5em;
}
.wrap dd + dd {
	margin-top: .35em;
}


@media screen and (max-width:768px) {
	.wrap h2 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: .75em;
	}
	.wrap li,
	.wrap li:before {
		line-height: 1.5;
	}
	.wrap li + li {
		margin-top: .5em;
	}
	.wrap .border_bottom:after {
		margin-top:    30px;
		margin-bottom: 30px;
	}
}