
.newsLp .newsLayout .newsInner .cont_col2 .colbox {
	padding: 0 10px;
}

.newsLp .newsLayout .cmsDetail div > .cover:nth-child(3) > .cont_col2 {
	align-items: start;
}

.newsLp .newsLayout .newsInner .stepList li {
	display: table;
}

.newsLp .newsLayout .newsInner .stepList li > div {
	display: table-cell;
	vertical-align: top;
}

.newsLp .newsLayout .newsInner ul.stepList li > div.step {
	padding-right: 1em;
	position: relative;
	text-align: center;
}

.newsLp .newsLayout .newsInner ul.stepList li > div.stepText {
	padding-top: 1em;
}

.newsLp .newsLayout .newsInner ul.stepList li > div.step::before {
	content: "step";
	display: block;
	color: #747493;
	font-size: 18px;
}

.newsLp .newsLayout .newsInner ul.checkList {
	max-width: 720px;
	margin: 0 auto;
}
.newsLp .newsLayout .newsInner ul.checkList li {
	position: relative;
    padding-left: 2em;
	text-align: left;
}
.newsLp .newsLayout .newsInner ul.checkList li::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 7px;
	top: .35em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #7E79BC;
	border-bottom: 2px solid #7E79BC;
}

.newsLp .newsLayout .newsInner ul.checkList li::after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #7E79BC;
	border-radius: 2px;
}
@media only screen and (min-width: 960px) {
	.newsLp .newsLayout .newsInner .cont_col2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.newsLp .newsLayout .newsInner .cont_col2 .colbox {
		float: none;
		width: 50%;
	}
}