 
.DSlider-wrap{
	width:100%;
	height:32.25rem;
	overflow:visible;
	position: relative;
	box-sizing: border-box;
	
}

.Slider{
	width:100%;
	height: 100%;
	position: relative;
}
.Slider li{
	width:100%;
	float: left;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}
.Slider li img{
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
 	max-width:100%;
	margin-left: auto;
	margin-right: auto;
	
}

.showTitle{
	color:#525252!important;
	position: absolute;
	left: 0%;
	bottom: 18%;
	min-width: 72%;
	width: 86%;
	height: auto;
	padding: 5px 0 5px 5px;
	text-align: center;
	opacity: 1;
	z-index: 3;
	margin-left: 1%;
	white-space: nowrap;
	text-size-adjust: 80%;
}
.showTitle a{
		color:#525252!important;
}
.showTitle h1{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	margin-right: 30%;
	line-height: 36px;
}
.showTitle h2{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	margin-right: 30%;
}
.showTitle h3{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	margin-right: 30%;
}
.showTitle h4{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	margin-right: 30%;
	text-decoration: underline;
}
.showTitle img{
	text-align: center;
	margin: 0 auto;
}

.showPage{
	position:absolute;
	width:120px;
	height:20px;
	background-color: transparent;
	bottom: 5%;
	z-index:4;
	left:48%;
}
.showPage a{
	width:12px;
	height:12px;
	margin:0 5px;
	display: inline-block;
	border-radius: 50px;
	text-indent: -100px;
	background-color:#AFAFAF;
	font-size: 0;
	overflow: hidden;
}
.showPage a.active{
	background-color:#339999;
}

.showControl{
	width:100%;
	height: 30px;
	position: absolute;
	bottom: 50%;
	background-color: transparent;
	z-index: 3;
}
.showControl a{
	opacity: 1;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	z-index: 3;
	cursor: pointer;
	transition:opacity 0.5s;
}
.showControl a:hover{
	opacity: 1;
}

.qualitia_banner_logo{
	z-index: 4;
}

.prev {
	background: url("../images/hislider-arrow.png") no-repeat 0 0 transparent;
	background-position: 0 0;
}
.next {
	background: url("../images/hislider-arrow.png") no-repeat -30px 0 transparent;
	background-position: -30px 0;
	float: right;
}

@media (max-width: 1919px) { 
	.DSlider-wrap{
		height:28.25rem;
	
	}
	.showTitle h1{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h2{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h4{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	
	
}

@media (max-width: 1200px) { 
	.DSlider-wrap{
		height:22.25rem;
		
	}
	.showTitle h1{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h2{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.showTitle h4{
		font-size: 2rem;
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) { 
	.DSlider-wrap{
		height:18.25rem;
	}
	.showTitle h1{
		font-size: 2rem;
		margin-bottom: 20;
	}
	.showTitle h2{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.showTitle h3{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.showTitle h4{
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 992px) { 
	.DSlider-wrap{
		height:17.25rem;
	}
	
}

@media (max-width: 768px) { 
	.DSlider-wrap{
		height:17.25rem;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

@media (max-width: 640px) { 
	.DSlider-wrap{
		height:15.25rem;
	}
}

@media (max-width: 480px) { 
	.DSlider-wrap{
		height:12.25rem;
	}
}

@media (max-width: 320px) { 
	.DSlider-wrap{
		height:10.25rem;
	}
}