@charset "utf-8";

/* ==================================================
accessibility color 標準時の色
================================================== */
input[type="submit"],
input[type="button"],
.btn,
a {
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	opacity 0.2s ease;
}