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

:root {
	--basic-color:#F0E68C;
}

:root {
	--basic-color02:#FFF8DC;
}

:root {
	--basic-color03:#dabb41;
}




/*===========================
font
===========================*/
.fw-b{font-weight: bold;}


/*===========================
wf
===========================*/
.wf-t {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t,	.wf-t {
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


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

