.lbt {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.center {
	background-color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.cooperation,
.posization {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.cooperation {
	padding-bottom: 35px;
}

.posization_h2 {
	width: -webkit-fit-content;
	max-width: 200px;
	padding: 10px 20px;
	border-bottom: 3px solid #0086fb;
	margin-bottom: 15px;
}

.center-content_1 {
	top: inherit;
}

.dibu {
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
}

.content_1 {
	width: 60%;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 5px;
}

h2.content_1_t {
	text-align: center;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}