@charset "UTF-8";


:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

.declaration
{
	border: 5px solid #CFEAF5;
	padding: 38px 0;
	text-align: center;
	margin-bottom: 2em;
}

.declaration img
{
	width: 168px;
	padding-bottom: 38px;
}

.declaration p
{
	font-size: 26px;
	color: var(--bluefont);
	line-height: 1.7;
}

.outline p
{
	padding-bottom: 1em;
}

.link
{
	font-size: 24px;
	font-weight: bold;
	color: #339900;
	text-align: center;
	margin: 2em auto;
	padding-bottom: 3em;
}

.link a
{
	display: block;
	color: #339900;
	line-height: 1.8;
}

@media (max-width: 769px)
{
	.declaration
	{
		border: 4px solid #CFEAF5;
		padding: 15px;
		margin-bottom: 1em;
	}

	.declaration img
	{
		width: 130px;
		padding-bottom: 15px;
	}

	.declaration p
	{
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
		text-align: left;
	}

	.link
	{
		font-size: 18px;
		margin: 1em auto;
		padding-bottom: 1.5em;
	}
}