/* 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;
}

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

#flow h2
{
	text-align: center;
}

#flow .img
{
	margin-bottom: 60px;
	padding-top: 20px;
}

/* 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;
}



}

/* タブレットレイアウト : 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;
}




}