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


.bg04 .txt01,
.bg06 .txt01,
.bg07 .txt01{
  padding: 0 4%;
}



/*===========================
box01
===========================*/
.box01{
  background-color: rgba(238,238,238,0.7);
  /*background-color: rgba(255,255,255,0.7);*/
  backdrop-filter: blur(2px);
  color: #2b2a26;
  padding: 5em 2em;
}
@media screen and (max-width: 768px) {
  .box01{
    margin: 0 4%;
    padding: 3em 2em;
  }
}
@media screen and (max-width: 600px) {
  .box01{
    padding: 2em;
  }
}

.box01 .txt01{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 160%;
  line-height: 170%;
  margin-bottom: 60px;
  padding:10px 2em 8px;
}
@media screen and (max-width: 600px) {
  .box01 .txt01{
    font-size: 110%;
    padding:10px 0 8px;
    width: 100%;
    text-align: center;
  }
}



/*===========================
box02
===========================*/
.box02 .f-item1-2,
.box02 .f-item1-2-t1{
  background-color: rgba(238,238,238,0.7);
  backdrop-filter: blur(2px);
  color: #2b2a26;
  padding: 2em 2em;
}
@media screen and (max-width: 768px) {
  .box02{
    margin-left: 4%;
    margin-right: 4%;
  }
}



/*===========================
box03
===========================*/
.box03{
  background-color: rgba(238,238,238,0.7);
  backdrop-filter: blur(2px);
  color: #2b2a26;
  padding: 2em 2em;
}
@media screen and (max-width: 768px) {
  .box03{
    margin-left: 4%;
    margin-right: 4%;
  }
}




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




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



/*===========================
margin
===========================*/

@media screen and (min-width: 601px) {
	.mgt-pctablt20{
		padding-top: 20px !important;
	}

  .mgb-sp20{
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.mgt-tablt20{
		padding-top: 20px !important;
	}

 .mgb-tablt10{
		padding-bottom: 10px !important;
	}
 .mgb-tablt20{
		padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 600px) {

  .mgt-sp20{
		margin-top: 20px !important;
	}
  
	.mgb-sp10{
		margin-bottom: 10px !important;
	}

	.mgb-sp20{
		margin-bottom: 20px !important;
	}

	.mgb-sp40{
		margin-bottom: 40px !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;}
}


