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


/*===========================
table
===========================*/
td.tdColor1{
  background-color: #ebebeb !important;
}


/*===========================
ft-btn
===========================*/
.ft-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}




.ft-btn li{
  margin-right: 13px;
}
.ft-btn li:last-child{
  margin-right: 0;
}

.ft-btn li:nth-child(n+2){
  font-size: 1.8em;
}
.ft-btn li:nth-child(n+2) a{
  color: var(--basic-color);
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .ft-btn li:nth-child(n+2) a:hover{
    opacity: 0.6;
  }
}

@media screen and (max-width: 600px) {
  .ft-btn li:first-child{
    margin-right: 0;
    width: 100%;
  }
}



/*===========================
width
===========================*/
.w150px{
 width: 150px;
}

.w150px-center{
 width: 150px;
 margin: 0 auto;
}

.w200px{
 width: 200px;
}


.w100p,
li.w100p{
	width: 100% !important;
	display: block;
}


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

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

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

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

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

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

 .w90sp{
		width: 90% !important;
		box-sizing: border-box;
	}

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

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



/*===========================
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) {
	p.wf-pcONspOFF,
  ul.wf-pcONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}
