@charset "utf-8";
/*===========================
add
===========================*/
:root {
	--basic-color:#f67f21;
}



/*===========================
box01
===========================*/
.box01 .txtBnr {
 width: 100% !important;
 display: block;
 background-color: black;
}


/*===========================
box02
===========================*/
.box02 {
 padding: 3em 3em 4em 3em;
 background-color: rgba(255,255,255,0.7);
 border: 0px solid #999;
 box-sizing: border-box;
 box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 3px 7px 0px rgb(0 0 0 / 8%), 0px 5px 14px 0px rgb(0 0 0 / 6%);
}

@media only screen and (max-width: 768px) {
.box02 {
    padding: 1.2em;
    box-sizing: border-box;
}
}


/*===========================
ol
===========================*/
ol li{
 margin-left: 20px;
 background-color: ;
}

ol li,
ol li.txtIconPoint{
	display: list-item !important;
	list-style-type: decimal;
}

.liw100 li{
	width: 100% !important;
	display: block;
}




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

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


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



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



/*===========================
width
===========================*/
.w100{
	width: 100% !important;
	display: block;
}


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

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.w100sp,
	.w90Tablet,
	.w80Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}

	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}

	.width-sp-50 img{
		width: 50% !important;
	}
}




