.text-block-4 {
	position: relative;
	padding: 48px 0;
	box-sizing: border-box;
}

.text-block-4 .wrap-inner {
	display: flex;
	align-items: center;
	min-height: 606px;
}

.text-block-4 .lp-block-bg {background-image: url('lp-image-6.jpg')}

.text-block-4 .wrap-inner.center {
	justify-content: center;
}

.text-block-4 .wrap-inner.right {
	justify-content: flex-end;
}

.text-block-4 .text-part {
	background: #fff;
	flex: none;
	width: 100%;
	padding: 16px;
	text-align: left;
	box-sizing: border-box;
}

.text-block-4 .text-part p:first-child {margin-top: 0}
.text-block-4 .text-part p:last-child {margin-bottom: 0}

.text-block-4 .text-part__title {
	margin: 0;
	letter-spacing: 1px;
	text-align: center;
}

.text-block-4 .text-part__body {
	letter-spacing: 0.01em;
}

.text-block-4 .text-part__body {
	margin-top: 8px;
}

@media all and (min-width: 600px) {
	.text-block-4 {
		padding: 64px 0;
	} 

	.text-block-4 .wrap-inner {
		min-height: 654px;
	}

	.text-block-4 .text-part {
		padding: 24px;
	}
	.text-block-4 .text-part__body {
		margin-top: 16px;
	}
}

@media all and (min-width: 960px) {
	.text-block-4 .wrap-inner {
		min-height: 440px;
	}
	.text-block-4 .text-part {
		padding: 32px;
	}
}

@media all and (min-width: 1200px) {
	.text-block-4 .wrap-inner {
		min-height: 520px;
	}
	.text-block-4 .text-part {
		max-width: 848px;
	}
}

@media all and (min-width: 1380px) {
	.text-block-4 {
		padding: 80px 0;
	}
	.text-block-4 .wrap-inner {
		min-height: 488px;
	}
}