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

:root {
	--basic-color:#36537b;
	--basic-color-rgb:54, 83, 123;
}


/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

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

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}



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


/*===========================
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;
	}
}


/*===========================
ol
===========================*/
ol li,
ol li.txtIconPoint{
	display: list-item !important;
	list-style-type: decimal;
 margin-left: 21px;
 box-sizing: border-box;
}
@media screen and (max-width: 768px) {
 ol li,
 ol li.txtIconPoint{
  margin-left: 24px;
 }
}


/*===========================
a
===========================*/
.hovera{
 transition: 0.3s;
}
.hovera:hover{
 opacity: 0.7;
}


/*===========================
list-box01
===========================*/
@media screen and (max-width: 768px) {
 .liInline2Div.list-box01 li{
  width: 100% !important;
 }
}