.p-cta-box__inner{
	position: relative;
	padding: var(--g-sec--lg) 0;
	font-weight: var(--fw-lg);
}
.p-cta-box__inner::before{
	position: absolute;
	top: 0;
	left: calc( 50% - 50vw );
	z-index: -1;
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--c-main--dark);
}

/*===============================
* head
* =================================*/
.p-cta-box__head{
	margin-bottom: var(--g-sec--sm);
	text-align: center;
	color: var(--c-light);
}
.p-cta-box__title{
	margin-bottom: var(--g-sec--sm);
}
.p-cta-box__lead{
	text-align: center;
}

/*===============================
* body
* =================================*/
.p-cta-box__body{
	padding: var(--g-sec--sm);
	background: var(--c-light);
	border-radius: var(--bd-r--sm);
	overflow: hidden;
}

