@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);




/*------#mv---------*/
#mv_title{
	
	background:url(../images/business/mv_title.jpg)no-repeat top;
	background-size: auto;
	height:30vh;
	position:relative;
	padding:0;
}
#mv_title h2{
	display: block;
	position: absolute;
	top: calc(50% - 2vh);
	left: 0;
	right: 0;
	margin: auto;
	color:#fff;
}
.business main section h4{
	padding:10px 0;
	font-weight:normal;
	font-size:1em;
}
.business main section h4 span{
	border:#f17e6c 1px solid;
	padding:5px 15px;
}
.business main section ul{
	margin-bottom:10px;
}
.business main section li{
	list-style-type: circle;
	list-style-position: inside;
	margin:5px 0;
}
.business main section dl{
	display:table;
	width:100%;
	border-bottom: 1px solid #f5f5f5;
}
.business main section dl dt,
.business main section dl dd{
	display:table-cell;
	width:33%;
	padding:8px 5px;
	box-sizing: content-box;
}

.business .flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.business .flex>div{
	width:50%;
}
.business .flex figure{
	width:48%;
	margin-left:2%;
	
}
/*800以下*/
@media screen and (max-width:800px){
#mv_title{
	height:auto;
	padding:20px 0;
	background: -moz-linear-gradient(left, #f79575, #ea595b);
	background: -webkit-gradient(linear, left top, right top, from(#f79575), to(#ea595b));

}
#mv_title h2{
	position: relative;
	top:0;
}
.business main section dl{
	display:block;
	}
.business main section dl dt{
	width:100%;
	padding:8px 5px 0 5px;
	display:block;
	font-weight: bold;
}
.business main section dl dd{
	display:inline-block;
	width:auto;
}
.business .flex{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.business .flex>div{
	width:100%;
}	
.business .flex figure{
	width:100%;
	margin-left:0%;
	margin-top:15px;
	
}
}