﻿
/* Cookieポリシー */
#privacy {
	background-color: #FFF;
	margin: 50px 0 0;
	padding: 20px;
	height: 260px;
	overflow-y: scroll;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	scroll-margin-top: 65px;
}
@media screen and (max-width: 1100px) {
	#privacy {
		margin: 50px 20px 0;
		height: 200px;
	}
	.privacys {
		margin: 0 20px;
	}
	#privacy .privacys {
		margin: 0;
	}
}
.privacys h2{
	font-size: 1.5em;
	line-height: 1.5;
	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: 1.5em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 5px 0 3px 10px;
	border-left: 3px solid #751a00;
}
.privacys p{
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 20px;
}
.privacys h4{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacys a { color: #000;text-decoration:underline !important;}
.privacys a:hover { color: #333 !important; text-decoration:none !important;}

ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 1em;}  
ul.point-dot li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	background: none;
}
.point-dot li {
	position: relative;
	font-size: 1em;
	line-height: 22px;
	text-align: left;
}
.protable {
	padding-top: 20px;
	padding-bottom: 20px;
}
.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: 10em;
	font-size: 1em;
	line-height: 1.5;
	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: 1em;
	line-height: 1.5;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}
.privacys ol {
	margin: 0 0 20px;
}
ol.point-maru {
	counter-reset: my-counter;
	/*padding-left: 10px;*/
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru li{
	margin-left: 0;
	padding-left: 27px;
	position: relative;
	list-style-type: none;
}
ol.point-maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-maru li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
ol.point-maru2 {
	counter-reset: my-counter;
	/*padding-left: 10px;*/
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru2 li{
	padding-left: 20px;
	position: relative;
	list-style-type: none;
}
ol.point-maru2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #000;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	/*height: 22px;*/
	width: 22px;
	/*border-radius: 50%;*/
	font-size: 11pt;
	margin-right: 5px;
	vertical-align: -2%;
}
ol.point-maru2 li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
form {
	margin: 0 20px;
}