.campaign-header {
	padding: 38px 0;
	margin-bottom: 60px;
    border-bottom: 1px solid #005c0b;
    background-color: #fff;    
}
.campaign-header__ttl {
	position: relative;
	padding-left: 120px;
	color: #005c0b;
	text-align: left;
	font-weight: bold;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2222;
}
.campaign-header__ttl span {
	position: absolute;
	color: #fff;
    background-color: #005c0b;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -40px;
	padding: 13px 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.2;
}
.campaign-header__ttl2 {
	position: relative;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2222;
}
.campaign-hdl {
	margin: 56px 0 24px;
	color: #38bdef;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}
.campaign-hdl {
	margin-top: 0;
}
.lbl-step-sm {
	background-color: #005c0b;
}

.lbl-step-sm:after {
	border-left: 16px solid #005c0b;
}
.u-bgc-green-p,
.u-bgc-account-p {
	background-color: #e7f5e9 !important;
}

@media screen and (max-width: 767px) {
	.campaign-sec {
		padding-left: 20px;
		padding-right: 20px;
	}
	.campaign-header {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 15px;
	}
	.campaign-header__ttl {
		padding-left: 58px;
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.32;
	}
	.campaign-header__ttl span {
		padding: 7px 0;
		margin-top: -25px;
		width: 50px;
		height: 50px;
		border-width: 2px;
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.28;
	}
	.campaign-header__ttl2 {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.32;
	}
	.campaign-hdl {
		margin: 0px 0 20px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}
	.lbl-step-sm:after {
		border-left: 10px solid #005c0b;
	}
}

@media screen and (min-width: 768px) {
}
