*{
  box-sizing:border-box!important;
  font-family:"Arial";
  word-break:break-word;
}
.e_FlowCommonStyleBox-001 .stylebox_top{
  background-color:#f2f2f2
}
.e_FlowCommonStyleBox-001 .stylebox_title{
  background-color: rgba(114, 191, 68, 1);;
}
.e_FlowCommonStyleBox-001 .stylebox_top_line{
  display:none
}

.e_FlowCommonStyleBox-001 .stylebox_content{
  border:none;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line{
  display:none;
}
.w_sfbox-002 > .w_sfbox > .p_fbox > div > .p_bgBox{
  background-size: cover;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal !important;
}
.z_flex{
	display: flex;
}
.z_f_cen{
	justify-content: center;
}
@media only screen and (max-width:1024px) and (min-width:769px){
 h1 span{
	font-size:30px !important; 
 }
 
}
@media(max-width:768px){
  h1 span{
	font-size:30px !important  
  }
  h2 span{
	font-size:22px !important;  
  }
  h3 span,h4 span{
	font-size:18px !important;  
  }
  h5 span{
	font-size: 16px !important;
  }
  h6 span{
	font-size: 14px !important;  
  }
}