.declaration {
	font-weight: normal;
	font-size: 2.14rem;
	line-height: 1.2;
}
.attention {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 2.76rem;
	background: #ccf1f7;
}
figure{
	padding-top: 0.5em;
}
.back {
	text-align: right;
	font-size: 85%;
}
.beforeIcon {
	position: relative;
	display: inline-block;
	padding-left: 0.8em;
}
.beforeIcon:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	border-bottom: 6px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

@media screen and (max-width: 667px) {
	.declaration{
		font-size: 1.8rem;
	}
	.attention {
		margin: 1em 0;
		font-size: 2rem;
	}
}
