@charset "UTF-8";

/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-numazuminsyo-arrow-link {
	position: relative;
	margin-left: 24px;
}
.wp-block-numazuminsyo-arrow-link a {
	color: #0A429A;
}
.wp-block-numazuminsyo-arrow-link a:before {
	position: absolute;
	display: inline-block;
	content: '\f0a9';
	font-family: 'FontAwesome';
	margin-left: -24px;
	color: #0A429A;
}