@charset "UTF-8";

.custom_swiper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #fff;
}

.custom_swiper_item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	font-size : 14px;
}

.custom_swiper_item img {
	display: block;
	width: 100%;
	height: 100%;
}

.custom_slider_description {
	width: 100%;
	font-size: 0.636em;
	text-align: center;
}

