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




/*===========================
mainCatch
===========================*/
.mainCatch .txt01{
	line-height: 130%;
}





/*===========================
f-wrap-cen
===========================*/
.f-wrap-cen .f-item1-3{
	margin-right: 3.5%;
}

.f-wrap-cen .f-item1-3:nth-child(3n),
.f-wrap-cen .f-item1-3:last-child{
	margin-right: 0;
}





/*===========================
box01
===========================*/
.box01 .f-wrap-AC{
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}

.box01 .f-wrap-AC:last-child{
	border: none;
	margin-bottom: 0;
}

.box01 .title-box01{
	font-size: 2em;
	margin-bottom: 30px;
	color: var(--basic-color);
	line-height: 180%;
}
.box01 .title-box01 span{
	display: block;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 140%;
}

@media screen and (max-width: 768px) {
	.box01 .title-box01{
		font-size: 1.7em;
		line-height: 140%;
	}
	.box01 .title-box01 span{
		display: block;
		font-size: 2em;
		font-weight: bold;
		line-height: 140%;
	}
}

@media screen and (max-width: 768px) {
	.box01{
		width: 90%;
		margin: 0 auto;
	}
}







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

.wf-t-right ,ul.wf-t-right {
	width: fit-content;
	margin: auto 0 auto auto;
}

@media screen and (max-width: 600px) {
  ul.wf-t-sp{
    width: fit-content;
    margin: auto;
  }
}





/*===========================
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-r01---*/
 .table-r01{
	font-size: 1.4em;
 }

@media screen and (min-width: 601px) {
 .table-r01 th{
  font-weight: normal;
  text-align: left;
  width: 95px;
  padding: 3px 0;
 }

 .table-r01 td{
  text-indent: -0.9em;
  padding: 5px 0 5px 1em;
 }

 .table-r01 td::before{
  content: ":";
  padding-right: 10px;
 }
}


@media screen and (max-width: 600px) {
  /*.table-r01 th,
  .table-r01 td{
   display: block;
   width: 100%;
  }*/

	 .table-r01{
		font-size: 1.1em;
	}

  .table-r01 th{
  /*font-weight: bold;*/
	width: 95px;
	font-weight: normal;
  text-align: left;
  padding-bottom: 0 !important;
 }
 .table-r01 th::after{
  content: ":";
  padding-left: 10px;
 }

 /*.table-r01 td{
  padding-bottom: 10px;
 }*/
}





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














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