/* ////////////////////////////////////////////////// Cookieポリシー */

.privacys {
	background-color: #FFF;
	margin: 0 0 50px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}
.privacys h2{
	font-size: 14pt;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.privacys h3{
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacys p{
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacys h4{
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacys a { color: #000;text-decoration:underline;}
.privacys a:hover { color: #333; text-decoration:none;}

ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 0.7em;}  
ul.point-dot li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #000;
}
.point-dot li {
	position: relative;
	font-size: 10pt;
	line-height: 22px;
	text-align: left;
}
.protable {padding-top: 20px;padding-bottom: 10px;}
.protable-table {
	box-sizing: border-box;
	font-size: 11pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 21px;
	border-spacing: 0;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

.protable-table div {}
.protable-table th {
	width: 15em;
	font-size: 10pt;
	line-height: 21px;
	font-weight: 500;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	background-color: #f0f0f0;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}
.protable-table tr {
	margin-bottom: 5px;
}
.protable-table td {
	background-color: #FFF;
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}