.swiper--wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 300px;
  }
  
  .swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	text-align: center;
  }
  
  .swiper-pagination-bullets {
	position: static;
	margin-top: 16px;
  } 
  
  .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 18px !important;
	background: #fff !important;
	opacity: 1!important;
  }
  .swiper-pagination-bullet-active {
	background: #686868 !important;

  }
  
  .swiper-pagination-bullet:first-child {
	margin: 0 !important;
  }