@charset "UTF-8";
/* CSS Document */

.container {
	position: relative;
	z-index: 0;
}

.container p {
	text-align: left !important;
	font-size: 14px;
    line-height: 1.7em;
}

.swiper-p_line {
	border-top: 1px solid #3e3a39;
	margin-top: 10px;
	padding-top: 10px;
}

.container img {
	margin-bottom: 10px;
}

.swiper {
	width: 90%;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

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

.swiper-slide {
    display: block;
    flex-shrink: unset !important;
	width: 80% !important;
    height: 100%;
    transition-property: transform;
    padding: 0 20px !important;
}*/

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

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

.swiper-button-prev,.swiper-button-next {
	position: absolute !important;
	color: #3e3a39 !important;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -20px !important;
}
/* 次への矢印 */
.swiper-button-next {
  right: -20px !important;
}

.swiper-pagination-bullet-active {
    background: #b9b9b9 !important;
	width: 18px;
	height: 18px;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute !important;
	bottom: -35px !important;
}

@media screen and (max-device-width: 767px) {
	
	.swiper {
	width: 80%;
}

	/* 前への矢印 */
	.swiper-button-prev {
	  left: 0 !important;
	}
	/* 次への矢印 */
	.swiper-button-next {
	  right: 0 !important;
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute !important;
	bottom: -20px !important;
	}

}