@charset "UTF-8";
/*----------------------------------------

	+ main_01
		- box01
		- box02

----------------------------------------*/

/*----------------------------------------

	main

----------------------------------------*/

#main > h1 {
	position: relative;
	min-height: 174px;
}

#main > h1 img {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
}

/*----------------------------------------
	main_01
-----------------------------------------*/

#main_01 {
	margin-top: -54px;
}

#main_01 > h1 {
	text-align: center;
}

#main_01 > figure {
	padding-bottom: 73px;
}

/*----------------------------------------
	box01
-----------------------------------------*/

.box01 > h1 {
	text-align: center;
}

.box01 div section {
	width: 452px;
}

.box01 div section:nth-child(odd) {
	float: left;
}

.box01 div section:nth-child(even) {
	float: right;
}

.box01 > section figure {
	float: left;	
}

.box01 > section div {
	float: right;
	width: 452px;
	padding-left: 35px;
}

/*----------------------------------------
	threeType
-----------------------------------------*/

#threeType #box01_01 div h1 {
	display: inline-block;
	margin-top: -5px;
	padding-right: 108px;
	background: url(../img/function_c_series02.gif) no-repeat right top 7px;
}

#threeType #box01_01 div figure {
	display: table;
	width: 452px;
}

#threeType #box01_01 div figure img {
	vertical-align: bottom;
}

#threeType #box01_01 div figure figcaption {
	display: table-cell;
	min-height: 120px;
	height: 120px;
	width: 302px;
	vertical-align: bottom;
}

#threeType section h1 {
	display: inline-block;
	padding-right: 108px;
	background: url(../img/function_c_series02.gif) no-repeat right top 7px;
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 > h1 {
	text-align: center;
}

#box02 section div {
	float: right;
	width: 560px;
}

#box02 section div h1 {
	margin-top: -7px;
}

#box02 section > figure {
	float: left;
	width: 300px;
}

/*----------------------------------------
	box03
-----------------------------------------*/

#box03 {
	margin-bottom: 97px;
	padding: 35px 30px 40px;
	background-color: #29292a;
}

#box03 div figure {
	float: left;
	width: 494px;
	padding-bottom: 30px;
	background: url(../img/function_c_series03.gif) no-repeat right bottom;
}

#box03 div figure + figure {
	width: 350px;
	margin-left: 36px;
	background: url(../img/function_c_series04.gif) no-repeat right bottom;
}