#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: #563B31;
}
#sec02 .title_area .num p,
#sec02 .title_area .type{
	background-color: #EA5432;
}
#sec02 .title_area h2{
	background-color: #FFF;
	color: #563B31;
	font-size: 2.4rem;
}
#sec02 .about_area{
	background-color: #F8CAB2;
}
.case_area p {
	text-align: center;
	margin: 0 auto;
  text-indent: 0;
}