@charset "utf-8";
/* footer
------------------- */
footer {
	border-top: none;
}
footer + footer {
	border-top: none;
}
footer .risks {
	margin-top: 3.8rem;
	font-size: 1.5rem;
	color: #e60012;
	font-weight: bold;
}
footer .risks::before {
	content: "";
	display: inline-block;
	width: 2.8rem;
	height: 2.5rem;
	background: url('/common/img/warning.png') left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	padding-right: 0.5rem;
}
footer .risks a {
	text-decoration: underline;
}
footer .notice {
	font-size: 1.3rem;
	padding: 2.6rem 0 3.2rem;
	border-bottom: 1px solid #646464;
}

/* SP */
@media screen and (max-width: 768px) {
	footer .risks {
		margin-top: 4.5rem;
	}
	footer .notice {
		font-size: 1.5rem;
	}
}