@charset "UTF-8";

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

main h4 + p {
	margin: 0 0 20px;
}


.swiper-parent {
	position: relative;
}

.swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}

.swiper-button-prev,
.swiper-button-next {
	top: calc((100% - 50px) * 0.5);	
}

.swiper-button-prev {
	background-image: url(../img/arrow_prev.svg);
}

.swiper-button-next {
	background-image: url(../img/arrow_next.svg);
}

@media screen and (max-width: 768px) {

	.swiper-container {
		width: calc(100% - 80px);
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		background-size: 15px auto;
	}

}