@charset "utf-8";
/*===========================
add
===========================*/

:root {
	--basic-color:#f06b2c;
	--basic-color-rgb:240,107,44;
}



/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}

/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}

