@charset "utf-8";
/* CSS Document */

.tx01::before, .tx01::after {
  height: 4.8em;
}


.list02{
	list-style-type: none;
	margin: 1em 0 0 1em;
}

.list02 li{
	margin-top: 0.3em;
}

.list02 li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-size: 100%;
  margin-right: 0.5em;
  font-weight: 600;
  color: #c00;
}

.tx01 {
  text-align: center;
  margin-left: -1em;
  margin-right: -1em;
	font-size: 100%;
margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.tx01 span{
	display: inline-block;
}

.list03{
	list-style-type: none;
margin: 15px auto;
}

.list03 li{
	display: inline-block;
	text-align: center;
	font-size: 80%;
	line-height: 1.3;
	width:16%;
	margin: 0 0.5%;
	letter-spacing: -0.2em;
 }

.list03 li img{
	display: block;
	margin-bottom: 3px;
	width: 100%;
}

.telWp {
  padding:40px 0 40px;
}


.quoBx{
	background-color: #fff;
	padding: 10px 15px 0;
	margin: 15px 4% 0;
}

.quoBx > div{
	display: flex;
	align-content:center;	
}

.quoBx img{
	margin-right: 20px;
}

.quoBx p{
	font-size: 90%;
	padding-top:0.5em;
}

.mfWp {
  margin-top:0;
}

.listFlow{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.listFlow h4{
	color: #627A34;
	font-size: 100%;
	margin-bottom: 0.5em;
	text-align: center;
}

.listFlow li{
	width: 25%;
border: #AAC37A solid 3px;
	padding:6px;
background-color: #F4F8EE;	
	position: relative;
}

.listFlow li p{
	font-size:84%;
	line-height: 1.6;
	padding: 0;
}

.listFlow li img{

}

.listFlow li:first-child{
border: #749435 solid 3px;
background-color: #E4EBD7;
}


.listFlow li:after{
	position: absolute;
	right: -30px;
	top:45%;
font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-size: 120%;
  margin-right: 0.5em;
  font-weight: 600;
  color: #749435;	
}

.listFlow li:last-child:after{
  content: '';	
}

