@charset "utf-8";
:root {
	--basic-color:#006b1e;
}


@media only screen and (max-width: 768px) {
 .liInline3Div.box02 li{
  width: 48%;
 }
}

@media only screen and (max-width: 600px) {
 .liInline3Div.box02 li{
  width: 100%;
 }
}


ul.liInline4 li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:24%;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
 ul.liInline4 li{
  box-sizing: border-box;
  width:48%;
  }
}

@media only screen and (max-width: 600px) {
 ul.liInline4 li{
  box-sizing: border-box;
  width:100%;
  padding-left: 0;
  }
}







.frame01{
 border: 4px solid #dd60c8;
 background-color: #fff;
 padding: 2em;
 border-radius: 10px;
}
.frame01 h3{
 color: #dd60c8;
}

.frame02{
 border: 4px solid #4890d3;
 background-color: #fff;
 padding: 2em;
 border-radius: 10px;
}
.frame02 h3{
 color: #4890d3;
}


/*===========================
box01
===========================*/
.box01 .circle-big{
 font-size: 1.1em;
 font-weight: bold;
}

.box01 .sdg3 .circle-big::before{
 background-color: #1b973a !important;
}
.box01 .sdg11 .circle-big::before{
 background-color: #f5a20b !important;
}
.box01 .sdg8 .circle-big::before{
 background-color: #970a31 !important;
}
.box01 .sdg17 .circle-big::before{
 background-color: #023067 !important;
}



/*===========================
table0
===========================*/
.table0{
 margin: 0 auto;
}

.table0 th{
 text-align: left;
 padding-right: 10px;
}

@media screen and (max-width: 600px) {
 .table0 th{
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
 }

  .table0 td{
  display: block;
  width: 100%;
  text-align: center;
 }

}




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


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}



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

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


/*===========================
footqr
===========================*/
.footqr{
 width: 150px;
 margin: 0 0 20px 2em;
}
@media screen and (max-width: 600px) {
 .footqr{
  width: 120px;
  text-align: center;
  margin-left: 0;
 }
}


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