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


/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}


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


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


/*===========================
txt01
===========================*/
.txt01{
 font-size: 2.1em;
 color: #fff;
}
@media screen and (max-width: 768px) {
 .txt01{
  font-size: 1.6em;
 }
}
@media screen and (max-width: 600px) {
 .txt01{
  font-size: 1.4em;
  line-height: 150%;
 }
}