@charset "UTF-8";

#slider
{
	padding: 50px 0 30px;
	background: #fff url(../img/slide/slide.png);
	background-repeat: repeat-x;
	background-position: center;
}

#slider .swiper
{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#slider .swiper-slide
{
	width: 84px;
	height: 182px;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0;
}

#slider .swiper-slide img
{
	width: 83px;
	height: 103.75px;
	object-fit: cover;
	display: block;
	padding-bottom: 5px;
}

#slider .swiper-slide:nth-child(odd)
{
	padding-top: 40px;
}

@media screen and (max-width:999px)
{
	#slider
	{
		padding: 30px 0;
	}
}