@charset "utf-8";
/* CSS Document */

/*----------------------------------------
	privacy
----------------------------------------*/
body #top {
  height: 62px !important;
  background: none !important;
}

body #top header .pc_nav ul {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}
p{
	display: block !important;
	color: #000;
	line-height: 2!important;
	font-size: 20px!important;
}
.privacy_policy{
	width: 780px;
	margin: 150px auto;
}
.policy{
	color: #000;
	font-size: 30px;
	letter-spacing: 0.15rem;
	margin: 30px 0;
}

.policy1{
	margin-bottom: 20px;
}

.kakukoumoku{
	color: #fff;
	margin:20px 0 15px;
	font-size: 20px!important;
	font-weight: bold;
}

.madoguti{
	margin-top: 10px;
}
/*---------------------------------------
   tokushou
---------------------------------------*/
.shoutorihiki{
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
  text-align: center;
}

.tokutei{
	width: 800px;
	margin: 0 auto;
	padding-left: 140px;
}

.hyouki{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.15rem;
}

.hyouhidari{
	padding: 10px;
	background-color: #bfbfbf;
}

.hyoumigi{
	padding: 10px;
}

@media screen and (max-width: 979px){

body #top {
  height: 58px !important;
}

body #top header .pc_nav ul {
    position: static !important;
}

.privacy_policy{
	width: 100%;
	margin: 0 auto;
}

.shoutorihiki{
	font-size: 20px;
}

.tokutei{
	width: 100%;
	margin: 0 auto;
	padding-left: 0px;
}

.hyouki{
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.15rem;
}
}
