@charset "UTF-8";

.site-footer {
	width: 100%;
	background: #0e524a;
}

.site-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 24px;
	box-sizing: border-box;
}

.site-footer .information span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}

.site-footer .maker {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.site-footer .maker:hover {
	color: #ffe16c;
}

@media screen and (max-width: 768px) {
	.site-footer-inner {
		padding: 24px 16px;
	}

	.site-footer .information span {
		font-size: 12px;
		line-height: 1.6;
	}
}
