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

/*===========================
color
===========================*/
:root {
	--basic-color:#2374e2;
}


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