@charset "utf-8";

@media screen and (max-width: 768px) {
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
}

a {
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .7;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	background: #fff;
}
.app>.main-container:before {
	background-color: #fff;
}
.ans {
	font-weight: bold !important;
	color: #f00;
}