﻿.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 90%;
  
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #afafaf;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
}
