/* CSS Document */


.menu04 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.6);
}
.cover {background-image: url(images/head.png);}
/*---------------------------------------*/
/* 流れ */
dl.dlflow {
	overflow: hidden;
	padding: 10px;
}
dl.dlflow dt {}
dl.dlflow dt {
	float: left;
	text-align: center;
	vertical-align: middle;
}
dl.dlflow dd {
	padding-left: 80px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3em;
}
dl.dlflow .client {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
	border-radius: 6px;
}


dl.dlflow .our {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #06C;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
	border-radius: 6px;
}


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

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

dl.dlflow dt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}





