/* CSS Document */

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


.box26 {
	position: relative;
	margin: 2em 1em;
	padding: 1.5em 2em;
	border: solid 3px #325a8c;
	border-radius: 8px;
}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 1.5em;
	padding: 0 10px;
	line-height: 1;
	font-size: 20px;
	background: #FFF;
	color: #325a8c;
	font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}





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

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




