/* CSS Document */

.menu04 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-------------------*/

.casebox {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #CCC;
	overflow:hidden;
}
.leadcase {
	font-size: 18px;
	color: #069;
	font-weight: bold;
}

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

}


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

	h1 {
	font-size: 24px !important;
}
	.leadcase {
	display: inline-block;
}
}




