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


.b_a__point--midasi {
	width: 60%;
	margin: 0 auto;
    font-size: 21px;
    border-top: 2px solid #48c5f4;
    border-bottom: 2px solid #48c5f4;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.b_a__container {
	position: relative;
	z-index: 0;
	width: 70%;
	margin: 0 auto;
}

.b_a__container p {
	text-align: left !important;
	font-size: 14px;
    line-height: 1.7em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #3e3a39;
}

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

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

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

.swiper-slide img {
	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: #48c5f4 !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;
}

.procedure_area-melame {
	margin-top: 300px !important;
}

@media screen and (max-device-width: 767px) {
	
	.b_a__point--midasi {
		width: 90%;
	}
	
	.b_a__container {
		width: 100%;
	}
	
	.swiper {
	width: 80%;
	margin-bottom: 20px;
}

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


}