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




/*===========================
wT01
===========================*/
.wT01{
  font-size: 1.5em;
  color: var(--basic-color);
}
@media screen and (max-width: 768px) {
  .wT01{
    font-size: 1.2em;
    line-height: 150%;
  }
}

.wT01::after{
  content: none;
}



/*===========================
tittle-t01
===========================*/
.tittle-t01 {
  background-image: url(../img/content/7.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px;
  padding: 30px 0 20px 100px;
  font-size: 2em;
  margin: 0 auto 20px;
  width: 485px;
  color: var(--basic-color);
}

@media screen and (max-width: 768px) {
  .tittle-t01 {
    font-size: 1.5em;
    width: 360px;
  }
}

@media screen and (max-width: 600px) {
  .tittle-t01 {
    background-position: center top;
    background-size: 80px;
    padding: 100px 0 0 0;
    font-size: 1.3em;
    margin: 0 auto 20px;
    width: 100%;
    color: var(--basic-color);
    text-align: center;
  }
}

/*===========================
tittle-t02
===========================*/
.tittle-t02 {
  background-image: url(../img/content/7.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px;
  padding: 30px 0 20px 100px;
  font-size: 1.8em;
  margin: 0 auto 10px;
  width: 730px;
  color: var(--basic-color);
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .tittle-t02 {
    font-size: 1.5em;
    width: 94% !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 600px) {
  .tittle-t02 {
    background-position: center top;
    background-size: 80px;
    padding: 100px 0 0 0;
    font-size: 1.3em;
    margin: 0 auto 20px;
    width: 100%;
    color: var(--basic-color);
    text-align: left;
  }
}






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




/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}

.title-sahdow-none{
	text-shadow: 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;
	}

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