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








/*===========================
footsns
===========================*/
.footsns{
 font-size: 2em;
}
.footsns a{
 color: #333;
 transition: 0.3s;
}
.footsns a:hover{
 opacity: .5;
}



/*===========================
box01
===========================*/
@media screen and (max-width: 600px) {
 .box01 .f-item1-4,
 .box01 .f-item1-2{
  width: 48%;
 }
}



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


/*===========================
table
===========================*
/*table-line-no---*/

.table-line-no{
 margin: 0 auto;
}

.table-line-no th{
 text-align: left;
 padding-right: 10px;
}

@media screen and (max-width: 600px) {
 .table-line-no th,
 .table-line-no td{
  display: block;
  width: 100%;
 }
 .table-line-no td{
  padding-bottom: 10px;
 }
}


/*table-line-dot2---*/
.table-line-dot2 tr,{
 text-align: left;
}

.table-line-dot2 th{
 font-weight: normal;
}

.table-line-dot2 td::before{
 content: "：";
}

@media screen and (max-width: 600px) {
 .table-line-dot2 th,
 .table-line-dot2 td{
  display: block;
  width: 100%;
 }
 .table-line-dot2 td{
  padding-bottom: 10px;
 }

 .table-line-dot2 th::after{
  content: "：";
 }

 .table-line-dot2 td::before{
  content: none;
 }
}


/*table-line-dot2b---*/
.table-line-dot2b{
 margin: 0 auto;
}

.table-line-dot2b tr{
 text-align: left;
}

.table-line-dot2b th{
 font-weight: normal;
}

.table-line-dot2b td::before{
 content: "：";
}

@media screen and (max-width: 768px) {
 .table-line-dot2b th,
 .table-line-dot2b td{
  display: block;
  width: 100%;
 }
 .table-line-dot2b td{
  padding-bottom: 10px;
 }

 .table-line-dot2b th::after{
  content: "：";
 }

 .table-line-dot2b td::before{
  content: none;
 }
}




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

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

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

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

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