@charset "utf-8";

/* =========== space =========== */
.largely-spaced {
	margin-top: 3.375em;
}

@media only screen and (max-width: 640px) {
	.largely-spaced {
		margin-top: 1.6875em;
	}
}

/* =========== text =========== */
.announcement-text-01 {
	position: relative;
	padding-left: 38px;
}

.announcement-text-01 > .marker {
	position: absolute;
		top: -3px;
		left: 0;
}

.announcement-text-01 > .marker {
	position: absolute;
		top: -3px;
		left: 0;
}

.announcement-text-01 > .text > img {
	margin: -2px 2px 0;
}

/* =========== column-group =========== */
.announcement-column-group:last-child {
	margin-bottom: 2em;
}

.announcement-column-group .col-unit-1\/2 {
	margin-top: 2em !important;
}