/* CSS Document */


.menu06 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.6);
}
.bg-video{
	background: url(images/head.png) center center / cover no-repeat;
		position: fixed;
	height: 250px;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	top: 0px;
}
/*------------------- スクロール -------------------*/
header {
	background-color: rgba(0,0,0,0.4) !important;
}

/*------------------- スクロール end-------------------*/

.faq {
	margin: 0;
}
.faq dt {
	border-top: 1px solid #ccc;
	background: #f2f2f2 url(images/question.png) no-repeat 10px 7px;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 110%;
	font-weight: bold;
}
.faq dt {
	cursor: pointer;
}
.faq dt:first-child {
}
.faq dd {
	background-image: url(images/answer.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.faq dd {
	display: none;
	padding: 10px 10px 10px 50px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCC;
	overflow:hidden;
}





@media screen and (max-width: 768px) {

	h1 {
	font-size: 24px !important;
}
}

