@charset "UTF-8";
/*
* privacy.css
*
*/
.table-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.table-list > dt {
	width: 20%;
	font-weight: bold;
	line-height: 2;
	padding: 23px 0 24px 10px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.table-list > dd {
	width: 79%;
	line-height: 2;
	padding: 23px 10px 24px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
/* リスト 中黒 */
.circle {
	padding-left:0;
}
.circle > li {
	padding-left:1.1em;
	position:relative;
	list-style: none;
}
.circle > li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}