@charset "utf-8";
/* CSS Document */

/*セカンドページタイトル
---------------------------------------------------------------------------*/
.bg-privacy {
	background:url("images/top.jpg") no-repeat;
	background-size:cover;
	background-position:top center;
}

#sub-contents{
	width: 70%;
	margin: 50px 15%;
	padding-bottom:30px;
	position:relative;
}

#sub-contents h3{
	background: #D9D9D9;
	padding: 3px 10px;
	font-size: 100%;
	margin: 0 0 10px 0;
}

#sub-contents h4{
	font-size: 100%;
	margin: 0 10px;
}

#sub-contents p{
	margin: 20px 10px 20px 10px;
}

#sub-contents ul{
	margin: 0 10px 10px 10px;
	list-style-type: none;
}

#sub-contents ol{
	margin: 20px 0 0 30px;
}

#sub-contents ol li{
	margin: 0 0 20px 0;
}


/*画面幅1367px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1367px){

}

/*画面幅1025px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1025px){
	
#sub-contents{
	width: 100%;
	margin: 50px 0%;
	padding-bottom:30px;
	position:relative;
}
	
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
	
}

/*画面幅420px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){
	
}