@charset "utf-8";
/* head_area
------------------------------------------------------------*/
.head_area {
    background-image: url("../img/satei/head_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* テキストなど */


.privacy_area {
	padding-top: 50px;
	padding-bottom: 40px;
}

.privacy_text {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
}
.privacy_ttl {
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #009900;
	font-weight: bold;
	font-size: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.privacy_list {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list li {
	list-style-type: none;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.8;
}
.privacy_list_disc {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list_disc li {
	list-style-type: disc;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.8;
}




/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	



@media (max-width: 1200px) {

	
}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {

}


@media (max-width: 468px) {
	


}
