@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-lateralosaka-memo {
	position: relative;
	background: #fffad1;
	padding: 12px 24px;
	margin: 36px 0;
	box-sizing: border-box;
}
.wp-block-lateralosaka-memo:before {
	display: block;
	font-size: 11px;
	content: '\f040'' memo';
	font-family: 'FontAwesome';
	color: #72C6A6;
}
:lang(ja) .wp-block-lateralosaka-memo:before {
	content: '\f040'' memo';
}
@media screen and (min-width: 1024px)
{
	:lang(ja) .wp-block-lateralosaka-memo:before {
		font-size: 13px;
	}
}