
/* CSS Document */

/*==================================================

top-contents
=================================================*/


.top-image {
	width: 100%;
	position: relative;
	margin-top: 115px;
}
.top-image .title {
	width: 100%;
	max-width: 1400px;
	position: absolute;
	font-size: 10vw;
	line-height: 100%;
	color: #FFF;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	right: 0;
	bottom: 90px;
	-webkit-transform: translate(-5%, 0); 
	transform: translate(-5%, 0);
	z-index: 2!important;
}
.top-image .title span {
	font-size: 2.2rem;
	line-height: 100%;
	display: block;
}
.top-image .foot-img {
	width: 100%;
	background-image: url(../../images/index_03.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px;
}

.page-title {
	text-align: center;
	background-image: url(../../images/title_border.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 0 auto 70px;
	padding-bottom: 40px;
}

.page-stitle {
	width: 100%;
	max-width: 480px;
	color: #FFF;
	text-align: center;
	background-color: #ce1a18;
	margin: 80px auto 40px;
	padding: 15px 1em;
}

.fl-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fl-inner.re {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fl-inner .txt {
	width: 50%;
	padding-right: 5%;
}
.fl-inner .txt .banner {
	width: 100%;
	max-width: 380px;
	display: block;
	margin-top: 5%;
}
.fl-inner.re .txt {
	padding-right: 0;
	padding-left: 5%;
}
.fl-inner .inner-photo {
	width: 50%;
}

.photo {
	width: 100%;
	position: relative;
	margin: 70px auto 0;
}

.photo.p-mw {
	max-width: 1200px;
}
.photo ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.photo ul li {
	width: 50%;
}



/* img */
.top-image img,.photo img,.inner-photo img,.banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 1000px) {
	
	.top-image .title {
		bottom: 25%;
	}
	.top-image .foot-img {
		padding: 5%;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		width: 100%;
		position: relative;
		margin-top: 65px;
	}
	.top-image .title span {
		font-size: 1.6rem;
		line-height: 100%;
		display: block;
	}
	.page-title {
		margin: 0 auto 12%;
		padding-bottom: 5%;
	}
	.page-stitle {
		margin: 8% auto 8%;
	}
	.photo {
		width: 100%;
		margin: 7% auto 0;
	}
	
	.fl-inner {
		display: block;
	}
	.fl-inner.re {
		display: block;
	}
	.fl-inner .txt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 6%;
	}
	.fl-inner .txt .banner {
		width: 100%;
		max-width: 380px;
		display: block;
		margin: 6% auto 0;
	}
	.fl-inner.re .txt {
		padding-right: 0;
		padding-left: 0;
	}
	.fl-inner .inner-photo {
		width: 100%;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

