/* ===============================
	PC
 =============================== */

/* main-visual */

@import url('https://fonts.googleapis.com/css?family=Questrial');

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .mainImg {
	padding: 130px 20px;
	background: url(../images/kinou/bg.jpg) no-repeat center center;
	background-size: cover;
} 

#main .mainImg h2 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
}

#main .mainBox {
	padding: 66px 20px 80px;
}

#main .inner {
	margin: 0 auto;
	max-width: 1120px;
}

#main #head_copy {
padding: 0 20px 50px 20px;
}

#main #head_copy p {
text-align: center;
font-size: 1.6rem;
line-height: 2.6rem;
margin-bottom: 30px;
}

#privacy {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
overflow: hidden;
}

#privacy .listInner{
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
}

#privacy .listInner dl {
	display:block;
	padding-bottom: 15px;
	margin-bottom: 30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#privacy .listInner dt {
	display:block;
	font-size:1.8rem;
	line-height:2.0rem;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}


#privacy .listInner dd {
	display:block;
	line-height:2.6rem;
	font-size:1.4rem;
	text-align: left;
	margin: 0;
}

#privacy .listInner dd a {
	color: #333;
	text-decoration: none;
}

#privacy .listInner dd a:hover {
	color: #333;
	text-decoration: underline;
}

@media all and (-ms-high-contrast:none){

	#main .link a {
		line-height: 53px;
	}

}

/*  PC ここまで
-------------------------------------------------------------------------------------------------------------------------*/

/*  max-width:960pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 960px ){
/*  max-width:960pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:768pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 768px ){
	#main .mainImg {
		margin-bottom: 40px;
		padding: 45px 20px;
	}
	
	#main .mainImg h2 {
		font-size: 20px;
	}

	#main .mainBox {
		padding: 30px 20px 20px;
	}
	
	#main .inner h3{
font-size: 3.0rem;
line-height: 4.0rem;
margin-bottom: 30px;
}
	
		#main .link a {
		font-size: 1.6rem;
		line-height: 40px;
		height: 45px;
	}
	
/*  max-width:768pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:480pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

/*  max-width:480pxここまで
-----------------------------------------------------------------------------------------------------------------*/
}
