
.sec1{
	padding: 15% 0 5.2%;
}
.sec1 h1{
	text-align: center;
	font-size: 3.75em;
	margin-bottom: 5%;
	font-weight: 600;
}
.sec1 p{
	line-height: 1.5;
	margin-bottom: 1em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}
.sec1 p em{
	font-size: 0.5em;
	vertical-align: middle;
	margin-right: 1em;
	margin-bottom: 0.5em;
	display: inline-block;
}
.sec1 strong{
	font-weight: 600;
}
.sec1 .ta-r{
	text-align: right;
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 30% 0 15%;
	}
	.sec1 h1{
		font-size: 3em;
		margin-bottom: 10%;
	}
	.sec1 p{
		font-size: 1.2em;
	}
}