.recp-index-guide {
	margin-bottom: 3em;
}
	.recp-index-guide .colum {
		margin: 2em 0;
	}
	.recp-index-guide .colum .wrap {
		height: 100%;
	}
		.recp-index-guide h4 {
			font-size: 1.1em;
			font-weight: 600;
			margin-bottom: 0.6em;
		}
		.recp-index-guide p {
			font-size: 0.84em;
			opacity: 0.8;
			margin-bottom: 0.8em;
		}
		.recp-index-guide .links {
			padding-top: 0.0em;
			padding-left: 0em;
		}
		.recp-index-guide .links a {
			font-size: 0.9em;
		}

.recp-index-guide .colum.box .wrap {
	background-color: #fbfbfb;
	border: solid 4px #000000;
	padding: 1.2em 1.2em;
}
.recp-index-guide .colum .page-inanker {
	display: inline-block;
	font-weight: 600;
	line-height: 1.6em;
	background-image: url(/share/im/nv_simar-down-gr.svg);
	background-position: left center;
	background-size: 1em auto;
	padding-left: 1.4em;
	margin: 0 0.5em;
}

.recp-index-guide .div-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.recp-index-guide .div-wrap .colum {
	width: 50%;
	padding-left: 1em;
	padding-right: 1em;
}
@media only screen and (max-width:640px) {
	.recp-index-guide .div-wrap {
		margin: 0 0em;
	}
	.recp-index-guide .div-wrap .colum {
		padding-left: 0;
		padding-right: 0;
	}
	.recp-index-guide .div-wrap .colum {
		width: 100%;
	}
}
@media only screen and (min-width:641px) {
	.recp-index-guide .div-wrap .colum {
		margin: 0em 0;
	}
}

/**/
.recp-index-guide .colum[data-colum="first"] {
	font-size: 1.15em;
}
.recp-index-guide .colum[data-colum="pr"] .wrap {
	background-color: #fafafa;
	border-color: #bebebe;
}
.recp-index-guide .colum[data-colum="doc"] .wrap {
	background-color: #ffffff;
	border-color: #d9d9d9;

}
.recp-index-guide .colum[data-colum="phone"] {
	margin: 3em 0;
	text-align: center;
}
.recp-index-guide .colum[data-colum="line"] .wrap {
	background-color: #eeffef;
	border-color: #beedad;
}

/**/
.phone-call .wrap {
	padding-left: 0.1em;
}
.phone-call .num {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1em;
	background-image: url(/share/im/mrk_call.svg);
	padding-left: 1.2em;
	padding-bottom: 0.15em;
	background-position: left center;
	background-size: auto 0.8em;
}

/**/
.line-contact .wrap {
	display: flex;
	flex-wrap: nowrap;
}
.line-contact .activator {
	text-align: center;
	padding: 0 1em;
}
.line-contact .activator figure {
	margin-bottom: 1em;
}
.line-contact .activator figure .qr {
	width: 5em;
}
.line-contact .activator .join {
	
}
@media only screen and (max-width:640px) {
	.line-contact .wrap {
		display: block;
		flex-wrap: wrap;
	}
	.line-contact .activator {
		padding: 1em 0em;
	}
}