/*表示側*/
.indicator{
	transition: .5s;
	border: 1px solid #CCC;
	padding: 0 0 14% 0;
	margin: 0 0.5%;
	width: 19%;
	position: relative;
}

.indicator:hover{
	opacity: .7;
	transition: .5s;
}

.indicator:nth-of-type(n + 6) {
	margin: 1% 0.5% 0;
}

.indicator > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.carousel-indicators {
	position: static;
	margin: 15px -0.5% 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.carousel-item {
	position: relative;
	padding: 0 0 66.9%;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.carousel-inner {
	padding: 0 0 75%;
	overflow: hidden;
}

.carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: 100%;
}

.afterCarouselInner {
	margin: 75px 0 0 0 !important;
	padding: 0 0 66.9%;
	overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(30,30,30,0.1);
	outline: #000000;
	border-radius: 50%;
	border: 1px solid rgba(30,30,30,0);
}