@charset "utf-8";


.template0001_10 {
	text-align: center;
	color: #fff;
	background: transparent !important;
}

.template0001_10 .title {
	color: #fff;
}

/*------------------------------
内容
------------------------------*/
.template0001_10 > div {
	position: relative;
}

.template0001_10 > div > img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

@media (min-width:768px){
	.template0001_10 {
		display: flex;
	}

	.template0001_10 > div {
		width: 100%;
	}

	.template0001_10 > div > div {
		padding: 80px 30px;
	}
}

@media screen and (max-width:767px){
	.template0001_10 > div > div {
		padding: 50px 15px;
	}
}


