
.headerBgImg{
	width:100%;
	height:380px;
	background:url(../images/bg.jpg) center center no-repeat;
	background-size:cover;
	/*background-attachment:fixed;*/
	display: table;
}
.headerBgPtn{
	width:100%;
	height:380px;
	background:url(/assets/images/header_ptn.png) center bottom repeat;
	background-attachment:fixed;
	display:table-cell;
	vertical-align:middle;
	
}
.headerBgImg .headerTxt{
	display:block;
	width:860px;
	margin:auto;
}
.headerBgImg .headerTxt h1{
	font-family: "rwbold","source-han-sans-japanese",sans-serif;
	font-size:34px;
	line-height: 100%;
	display:inline-block;
	background:#fff;
	margin: 0 0 15px 0;
	padding: 5px 10px 2px 10px;
	font-weight:normal;
}
.headerTxt h1 span{
	font-size:14px;
	line-height: 100%;
}
.headerTxt p span{
	background:#fff;
	line-height:100%;
	display:inline-block;
	margin: 0 0 5px 0;
	padding: 3px 10px 4px 10px;
	font-size:14px;
}


.faqList dt{
    cursor:pointer;
    display:block;
	border: 5px solid #faf9f5;
	margin-top:10px;
	padding:10px 10px 10px 50px;
	color:#a89452;
	font-weight:bold;
	background:url(../images/q.png) #faf9f5 6px 6px no-repeat;
	background-size: 34px 34px;
}
.faqList dd{
    display:none;
	padding:10px;
	background:#fff;
	border-right: 5px solid #faf9f5;
	border-bottom: 5px solid #faf9f5;
	border-left: 5px solid #faf9f5;
	padding:10px 10px 10px 50px;
	background:url(../images/a.png) 6px 6px no-repeat;
	background-size: 34px 34px;
}





@media screen and (max-width: 740px)
{
.headerBgImg{
	width:100%;
	height:43.2525vw;
}
.headerBgPtn{
	width:100%;
	height:43.2525vw;
}
.headerBgImg .headerTxt{
	width:100%;
	padding: 0 20px;
}

.headerBgImg .headerTxt h1{
	font-size:30px;
	line-height: 100%;
	padding: 2px 0 1px 0;
	background:none;
	margin: 0 0 5px;
}
.headerBgImg .headerTxt h1 span{
	font-size:11px;
}
.headerBgImg .headerTxt p span{
	background:none;
	line-height:140%;
	display:inline;
	margin: 0 0 5px 0;
	padding: 3px 0 4px 0;
	font-size:13px;
}








	
}