@charset "utf-8";
/* CSS Document */

#container_privacypolicy {
	margin: auto 100px;
	padding: 20px 0;
	font-size:0.8em;
}

.subheading {
	margin-top: 10px;
	font-size:1.2em;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.annotation-link {
	font-size: 10px;
	font-weight: normal;
}


.index {
	margin-bottom: 20px;
}

.index ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.index ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url('../images/privacy/anchor_btn_r.png');
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.index a, .index a:hover, .index a:visited, .index a:active {
	font-size: 14px;
	font-weight: bold;
	color: #526f08;
	text-decoration: underline;
}


.anchor-target {
	scroll-margin-top: 80px;
}

.section {
	margin-bottom: 40px;
}

.section a, .section a:hover, .section a:visited, .section a:active {
	color: #526f08;
	text-decoration: underline;
}


.description {
	margin-left: 10px;
}

.description p.text{
	text-indent: 1rem;
}

.numbered-list {
	counter-reset: section;
}

.description-list {
}

.list-category {
	margin-top: 10px;
}

.numbered-list dl,.description-list dl {
	margin-top: -5px;
}

.numbered-list dt {
	counter-increment: section;
	margin-top: 5px;
	margin-left: 10px;
}

.description-list dt{
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
}

.weight-normal{
	font-weight: normal;
}


.numbered-list dt::before {
	content: counter(section) ". ";
}

.numbered-list dd,.description-list dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

table{
	margin: 0 0 32px;
}

table tbody tr{
	border-bottom: solid 1px #ededed;
	#color:#666;
	font-size:12px;
}

table tbody tr th{
	width:40%;
	padding:16px 20px;
}

table tbody tr td{
	width:60%;
}

blockquote {
	padding: 10px;
	background-color: #f9f9f9;
}