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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}


/*===========================
img01
===========================*/
.img01{
	width: 150px;
	margin: 0 auto;
}





/*===========================
box01
===========================*/
@media screen and (min-width: 769px) {
	.box01 li:nth-child(odd){
		width: 40% !important;
	}
	.box01 li:nth-child(even){
		width: 55% !important;
	}
}

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


/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: 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;
	}
}


/*===========================
onOff
===========================*/

.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}
.pcCenterspRight{text-align: center;}
.pcCentertabletRight{text-align: center;}

@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;}
	.pcCentertabletRight{text-align: right;}
}

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


/*===========================
txt
===========================*/
@media screen and (max-width: 600px) {
	table .txtRight{
		text-align: center !important;
	}
}