#sec01 h2 {
	text-align: center;
	color: #113344;
	font-weight: 800;
	position: relative;
	font-size: 2.2em;
	line-height: 1.2;
}
#sec01 h2 span.txt {
	color: #563B31;
	font-size: 1.3em;
}
@media only screen and (max-width: 767px){
	#sec01 h2 span.txt {
		font-size: 1.2em;
	}
}
#sec02 .inner{
	padding: 0 0 2rem;
}
#sec02 .title_area{
  background-color: #3D4650;
}
#sec02 .title_area .num p,
#sec02 .title_area .type{
	background-color: #55B651;
}
#sec02 .title_area h2{
	background-color: #FFF;
	color: #563B31;
	font-size: 1.6rem;
	line-height: 1.4;
}
@media only screen and (max-width: 767px){
	#sec02 .title_area h2{
		font-size: 1.6rem;
	}
}
#sec02 .about_area{
	background-color: #D0E6C4;
}
.case_area p {
	text-align: center;
}
.task {
	border: solid 3px #55B651;
	text-align: left;
}
.title_area .num{
  width: 2.4rem;
}
.title_area h2{
  width: 35%;
}
.title_area .sub{
  width: calc(50% - 2.4rem);
}
.title_area .type{
  width: 15%;
}
@media only screen and (max-width: 767px){
  .title_area h2{
    width: 90%;
  }
  .title_area .num{
    width: 10%;
  }
  .title_area .sub{
    width: 65%;
  }
  .title_area .type{
    width: 35%;
  }
}
.img_area .sub_title{
	margin: 3rem auto 2rem;
	position: relative;
	width: 100%;
	height: 0.8rem;
	background-image: url(../../img/pro1-04.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.img_area .sub_title h4{
	background-color: #55B651;
	text-align: center;
	height: 0;
	display: none;
}
.f_70 img{
	width: 96%;
}
.why_area p.nopadding{
	padding-bottom:0 ;
	margin-bottom: 0;
}