﻿
.article_link {
	width: 100%;
	height: 3.4rem;
	line-height: 130%;
	background-color: #3E8ED0;
}

#content_footer {
	max-width: 520px;
	margin: auto;
	margin-top: 3rem;
}
#content_footer .column {
	padding: 0.4rem 0.75rem;
}
#content_footer .please_message {
	color: #076CB9;
	font-weight: 300;
	line-height: 180%;
}
#post_link {
	padding: 0.7rem 0;
	background-color: #3E8ED0;
}
#post_link>span::before {
	content: url(/faq/images/icon_pen.svg);
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 7px;
	filter: brightness(10);
}

@media screen and (min-width: 769px) {
	#post_link {
		width: 200px;
	}
}
@media screen and (max-width: 768px) {
	#content_footer .please_message {
		text-align: center;
	}
	#content_footer .post_a {
		width: 100%;
	}
}