@charset "utf-8";

/*
.secton {
	width: 100%;
	margin: 0px auto 60px;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}*/
.lBox2,
.rBox2 {
	width: 100%;
	margin: 0 0 20px;
}

.lBox2 img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/* スタイル画像（カルーセル）*/
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #000;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	background: transparent;
	width: 150px;
	height: 150px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #000;
}



@media screen and (min-width: 599px)  {
.rBox2 { width: 45%; float: right;}
.lBox2 { width: 52%; float: left;}



}