@charset "utf-8";
.content-header{
	margin-bottom: 50px;
}

.content-header .content-img{
	padding-bottom: 50px;
}

.main{
	width: 100%;
	margin-bottom: 70px;	
}

.main section{
	padding: 0 10px 40px;	
}

.main section h3{
	padding: 40px 0 20px;	
}

.main .main-img{
	position: relative;
	line-height: 0;	
}

.main section p{
	font-size: 12px;
	line-height: 1.3rem;	
}

.blue{background-color:#2B72C4}
.blue p{color:#FFF;}

.white{background-color:#FFF;}

.trngl-white, .trngl-blue{
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 20px;
	margin-left: -13px;	
}

.trngl-white img, .trngl-blue img{
	width: 100%;
	height:100%;	
}