@charset 'utf-8';

/*!
 * swiper.js
 */
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
	fill: #fff;
	stroke: none;
	stroke-width: 0;
	z-index: 10000;
	width: 60px;
	top: 45%;
}

.swiper-pagination-bullet-active {
	background: #17919f;
}

.mainvisual {
	overflow-x: hidden;
}

@media only screen and (max-width: 740px) {

.swiper-button-prev,
.swiper-button-next {
	top: 42%;
	width: 35px;
	height: 35px;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
}

.mainvisual {
	margin: 40px 0 40px;
}
}

/**
 * mainvisual
 */


