@charset "utf-8";

#privacy-bg {
	background-image:url(../images/privacy/bg_main.jpg);
	background-size: 1920px 1080px;
	background-color:#ffffff;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#header #header_bgl{
	background-image:url(../images/common/head_top_bg.png);
}
#header h1{
	background-image:url(../images/common/h1.png);
}
#header #header_bgr{
	background-image:url(../images/common/head_top_bg.png);
}
#contents {
	/*position: fixed;*/
	top:0px;
	left:0px;
	z-index:50;
	width:630px;
	/*height:100%;*/
	background-color: rgba(255, 255, 255, 0.8);
	padding-top:150px;
}
#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:65px;
}
#contents p{
	color:#000;
	line-height:1.4;
	font-size:14px;
	width:500px;
	margin-left:65px;
	margin-top:20px;
}
#contents hr{
	width:500px;
	margin-left:65px;
}


/* p1 */
#contents ul{
	margin-left:90px;
	margin-right:65px;
}
#contents ul.sub{
	margin-left:40px;
}
#contents li{
	list-style-type:decimal;
	line-height:1.4;
	font-size:14px;
}

#contents .cln{
	border:none;
	clear: both;
}

#contents .sec01end {
	clear: both;
	height:50px;
	padding:20px 65px 50px 65px;
}




/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width:768px){

#privacy-bg {
	background-size: auto;
}

#contents {
	position: relative;
	top:0%;
	left:0px;
	margin-left:2%;
	width:96%;
	padding-top:20px;
}

#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:2%;
}

#contents img{
	width:96%;
}
#contents  p{
	width: 96%;
	position: static;
	color: #000;
	margin-left:2%;
	margin-right:2%;
	margin-top:5%;
}
#contents  p.t{
	margin: 5% 2% 0% 2%;
}

#contents .secMenu {
	width:96%;
	margin:5% 2% 0px 2%;
}
#contents .secMenu li{
	width:25%;
	float:left;
}


/* p1 */
#contents .sec0101{
	margin-left:2%;
	margin-right:2%;
	width:96%;
}
#contents .img0101 {
	width:170px;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
#contents .sec0101 p{
	width:98%;
}

#contents .sec01end {
	clear: both;
	padding:5% 2% 5% 2%;
	height:0;
}
/* p2 */
#contents dl.acMenu{
	margin-top: 20px;
}
#contents dl.acMenu dt {
  /* display: block; */
  background: url(../images/hp/btn_slide-bg.png) no-repeat;
  background-size:100% 74px;
  padding: 12px 45px 12px 30px;
  margin-left: 2%;
  margin-right: 2%;
  color: #604738;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#contents dl.acMenu dd {
  background: #fff;
  margin-left: 2%;
  margin-right: 2%;
  padding: 12px 10px 12px 10px;
  display: none;
  /* display: block; */
  font-size: 14px;
  line-height: 1.4;
}


/* p3 */
#contents .sec0301{
	margin-left:2%;
	margin-right:2%;
	width:96%;
}
#contents .sec0301 p{
	width:98%;
}
#contents .img0301 {
	width:160px;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
#contents .sec0302 {
	width:98%;
}
#contents .sec0303 {
	border:1px solid #999;
	width:96%;
	margin:2%;
}

#contents .sec0303 p {
	margin:20px;
	width:90%;
}
#contents .sec03end {
	clear: both;
	padding:5% 2% 5% 2%;
	height:0;
}

/* p4 */
#contents .sec0401{
	margin-left:2%;
	margin-right:2%;
	width:96%;
}
#contents .sec0401 p{
	width:98%;
}
#contents .img0401 {
	width:160px;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
#contents .sec0402 {
	border:1px solid #999;
	width:96%;
	margin:2%;
}

#contents .sec0402 p {
	margin:20px;
	width:90%;
}
#contents .sec04end {
	clear: both;
	padding:5% 2% 5% 2%;
	height:0;
}


}

/**************************************************************************************/
@media screen and (max-width:530px){
	#contents  p.t{ margin: 5% 2% 0% 2%; }

	#contents .img0101 { display:none;}
	#contents .img0102 { display:block; margin-left:2%;}
	#contents .sec0101 p.secttl{ border:1px solid #999; padding:10px; width:auto; }

}

/**************************************************************************************/
@media screen and (max-width:480px){

#contents .secMenu li{ width:50%; }

#contents .img0101 { float:none;}
#contents .img0201 { float:none;}
#contents .img0301 { float:none;}
#contents .img0401 { float:none;}

}
/**************************************************************************************/
@media screen and (max-width:370px){
	#contents  p.t{ margin: 5% 2% 0 2%; }
}

