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

/*セカンドページタイトル
---------------------------------------------------------------------------*/
.bg-use {
	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: 0px 0px 30px 0px;
}

/*外枠
----------------------*/
#sub-contents.use-box{
	width:90%;
	float:left;
	padding:20px 0px;
}

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

#sub-contents ul{
	float:left;
	margin-bottom:30px;
}

#sub-contents ul li{
	margin-left:40px;
	list-style-type: none;
}

.em-title{
	font-size:120%;
	font-weight:bold;
	border-bottom:dotted 1px #333;
	line-height:1.0em;
	margin-top:20px;
	clear:both;
	width:auto;
}



/*画面幅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){
	
}