@charset "utf-8";

/* main color */
h1,.btn a,#content h3,#footer,.menu, .menu ul li a ,#content dd a{
	background:#E5E8ED;
	color:#666;
}

/* bg color */
body {
	background:#FFF;
	color:#000;
}

#content .bx-wrapper .bx-viewport {
	left:0!important;
}

#content dl.service dt {
	border-left: 2px solid #fff;
}

h2 {
	width: 100%;	
	background: #fff;	
	text-align: center;	
}

h2 img{
	width: 100%;	
}

.slwrap img{
	width: 70%;	
	margin: 0 auto;	
}

#content .slider_caption{
	background: #F1F1F1;	
}

.subtitle{
	box-sizing:border-box;
	width: 100%;	
	text-align: center;	
	display: inline-block;
	margin-bottom: 1em;		
}

#wrapper #content h4 {
	margin: 0;	
}

.slider_wrapper > div + div {
	margin-top: 20vw;	
}

#content.outline dl dd a {
	color: #000000;
	background: none;
	text-decoration: underline;
}



@media screen and (min-width:1024px){
	.slider_wrapper > div + div {
		margin-top: 8rem;	
	}
	#wrapper #content h4 {
		font-size: 1.1rem;		
	}
	.subtitle{
		width: auto;	
		padding: 0 0.5em 5px;
		margin: 0 auto 2em;
		border-bottom:1px solid #000;
	}
	#menu p{
	    height: 80px;
	}
	.cv .btn_tel a,
	.cv .btn_search a{
		height: 85px;	
	}
}