/*cm1_s01*/
.cm1_s01 .img_wrp {
	margin-top: 60px;
}
@media (max-width:768px){
	.cm1_s01 .img_wrp {
		margin-top: 30px;
	}
}
/*cm1_s02*/
.cm1_s02 {
	background: url(../img/cm1_s02_bg.png) right top no-repeat;
	background-size: cover;
	padding: 40px;
	padding-right: 0px;
}
@media (max-width:768px){
	.cm1_s02 {
		padding: 30px;
		padding-right: 0px;
	}
}
/*cm1_s03*/
.cm1_s03 {
	background: url(../img/cm1_s03_bg.jpg) center center no-repeat;
	padding: 15px;
}
.cm1_s03 .txtbox {
	background-color: rgba(237, 40, 57,0.7);
	padding: 40px 0;
}
.cm1_s03 .txtbox h2 {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 20px;
	word-break: keep-all;
	font-weight: 600;
}
.cm1_s03 .txtbox h2 span {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 30px;
	background-color: #fff;
	color: #ed2839;
}
.cm1_s03 .txtbox h5 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #fff600;
	word-break: keep-all;
}
@media (max-width:768px){
	.cm1_s03 .txtbox {
		background-color: rgba(39, 162, 188, 0.7);
		padding: 20px 15px;
	}
	.cm1_s03 .txtbox h2 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.cm1_s03 .txtbox h2 span {
		padding: 3px 15px;
	}
	.cm1_s03 .txtbox h5 {
		font-size: 13px;
		margin-bottom: 10px;
	}
}