/* CSS Document */


.menu07 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.6);
}
.cover {background-image: url(images/head.png);}
/*---------------------------------------*/
ul.seisakurei {
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
ul.seisakurei li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 5%;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
ul.seisakurei li img {
	text-align: center;
	margin-bottom: 12px;
}

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

	.marunage {
	right: 0px;
	top: -5px;
	width: 80px;
	display: none;
	}
	h1 {
	font-size: 24px !important;
}

	ul.seisakurei {
}
	ul.seisakurei li {
	width: 47%;
}



}

