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


/*===========================
footer-sns
===========================*/
.footer-sns{
	margin-top: 30px;
}

.footer-sns ul{
	display: flex;
	justify-content: center;
	width: 100px;
	margin: 0 auto;
}

.footer-sns li{
	padding: 0 10px;
}






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


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


/*===========================
bc
===========================*/
.fixRightBnr li.bc a{
	text-align: left !important;
	padding: 10px 20px;
	font-size: 1.8vmin;
}

.fixRightBnr li.bc i{
	font-size: 2.0vmin !important;
}

.fixRightBnr li.bc span{
	display: inline-block;
 box-sizing: border-box;
 font-size: 1.8vmin !important;
 line-height: 1em;
	padding: 0 !important;
	margin: 0 0 0 !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;}
}

@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;
	}
}

@media screen and (max-width: 768px) {
	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

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

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


/*===========================
margin
===========================*/
@media screen and (max-width: 600px) {
	.mt1em-sp{
		margin-top: 1em;
	}
}