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





/*===========================
box01
===========================*/
@media screen and (min-width: 769px) {
 .box01 .f-item1-2-t1:nth-child(1){
  border-right: 1px solid var(--basic-color);
 }

 .box01 .f-item1-2-t1:nth-child(2){
  width: 51%;
 }
}





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



/*===========================
margin
===========================*/

@media screen and (min-width: 601px) {
	.mgt-pctablt20{
		padding-top: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	.mgt-tablt20{
		padding-top: 20px !important;
	}

 .mgb-tablt10{
		padding-bottom: 10px !important;
	}
 .mgb-tablt20{
		padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 600px) {
	.mgb-sp10{
		margin-bottom: 10px !important;
	}

	.mgb-sp20{
		margin-bottom: 20px !important;
	}

	.mgb-sp40{
		margin-bottom: 40px !important;
	}
}



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

.liw100{
	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;
	}
}



/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !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,
	.w80Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}

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

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


/*===========================
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;}
	.pcONtabletOFFspON{display: none;}
}

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