/* CSS Document */
#h1_area .bg_h1
{
	background-image: url(images/bg_h1.jpg);
}

article h2
{
	font-size: 38px;
	line-height: 140%;
	color: #33726A;
	margin-bottom: 20px;
	text-align: justify;
}


article h3
{
	font-size: 30px;
	line-height: 140%;
	text-align: justify;

}

#head h2
{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33726A;
	margin-bottom: 50px;
}

#flow
{
	background-color: #f8f8f8;
	position: relative;
	z-index: -10;
}

#flow .body
{
	text-align: center;
}

#flow h2
{
	text-align: center;
}

#flow dl
{
	display:block;
}

#flow dl dt
{
	display: block;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
}

#flow dl dt:after
{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 20px;
	top: 20px;
	background-color: #ebebeb;
	z-index: -1;
}

#flow dl dt .pad
{
	padding: 25px;
	_zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#flow dl dd
{
	display: block;
	background-image: url(images/under_point.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

article section .body
{
	position: relative;
	width: 1340px;
}

article section .body .photo
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#chart .photo
{
	right: 200px;
}


article section .body .text
{
	width: 590px;
}

#flow dl dt
{
	width: 800px;
}


#flow dl dt .pad
{
	padding-left: 50px;
}


#flow dl dt .text
{
	width: 360px;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{

article section .body .photo
{
	width: 48%;
}

article section .body .text
{
	width: 48%;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


article section .body .photo
{
	text-align: center;
	margin-bottom: 10px;
}



#flow dl dt:after
{
	left: 10px;
	top: 10px;
}


}