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




/*===========================
box01
===========================*/
.box01 .boxFrameDouble{
 padding: 1em 1.5em !important;
 margin-bottom: 0;
}


/*===========================
box02
===========================*/
@media screen and (min-width: 769px) {
 .box02 .f-item1-3-t1{
  margin-right: 10px;
 }

 .box02 .f-item1-3-t1:nth-child(3),
 .box02 .f-item1-3-t1:last-child{
 margin-left: 0px;
 }
}


/*===========================
box03
===========================*/
.box03 .largeTxt{
 border: none !important;
 margin-bottom: 0 !important;
}


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



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

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


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

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

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

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

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