/* CSS Document */

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


/*------------------------------------------------------沿革--*/

.col6 {
	width: 50%;
	float: left;
}

.pcode {
	width: 120px;
	display: inline-block;
}
.add2 {
	padding-left: 120px;
}

/*------------------------------------------------------沿革--*/
dl.dlhistory {
	overflow:hidden;}
dl.dlhistory dt {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
dl.dlhistory dd {
	padding-left: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}



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

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




