@charset "UTF-8";

/* プライバシーポリシー */
#page-title-block + .wrapper {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: var(--space9);
}

#page-title-block + .wrapper .content {
	max-width: 800px;
	margin: 0 auto;
}

#page-title-block + .wrapper .lead {
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
}

#page-title-block + .wrapper dl {
	margin: 40px auto;
}

#page-title-block + .wrapper dt {
	font-size: 16px;
	font-weight: var(--fw_bold);
	margin-bottom: 8px;
}

#page-title-block + .wrapper .list > li,
#page-title-block + .wrapper .list-child > li {
	padding-left: 1em;
	position: relative;
}

#page-title-block + .wrapper .list > li::before,
#page-title-block + .wrapper .list-child > li::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#page-title-block + .wrapper .list > li::before {
	background-color: #999;
}

#page-title-block + .wrapper .list-child > li::before {
	border: 1px solid #999;
}

#page-title-block + .wrapper .space-top {
	margin-top: 16px;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}


/* スマートフォン用 - ブレイクポイント768 */
@media screen and (max-width: 768px) {

	/* プライバシーポリシー */
	#page-title-block + .wrapper {
		font-size: 13px;
		margin: 0 auto;
	}
	
	#page-title-block + .wrapper .lead {
		padding-bottom: 30px;
	}
	
	#page-title-block + .wrapper dl {
		margin: 30px auto;
	}
	
	#page-title-block + .wrapper dt {
		font-size: 15px;
	}

}