
.bg01{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #beddd4;
}
.big-01{
	padding-top: 300px;
	padding-bottom: 150px;
}
.small-01{
	padding-top: 30px;
	padding-bottom: 30px;
}
.border-01{
	border-radius: 15px 15px 0px 0px;
}
.bg-h{
	background-color: #bbddd4;
}
.bg-text01{
	background: url(../images/bg-02.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.bg-text02{
	background-color: #eeeeee;
}
.bg-text03{
	background: url(../images/bg-03.jpg) top center no-repeat;

}
.padding-s{
	padding-top: 250px;
	padding-bottom: 250px
}
@media(max-width:1024px){

}
@media(max-width:768px){
	.bg-text03{
		background: #e5e5e5;
	}
	.padding-s{
		padding-top: 200px;
		padding-bottom: 200px
	}
}
@media(max-width:414px){
	.padding-s{
		padding-top: 140px;
		padding-bottom: 140px
	}
}