/* CSS Document */
#h2_area .pic
{
	background-image: url(images/h2_process.jpg);
}

article h4
{
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


article .bg01_left
{
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left 90px;
}

article .bg01_right
{
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right 90px;
}

article .bg02_left
{
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left 90px;
}

article .bg02_right
{
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right 90px;
}

article .photo_l,
article .bg02_left dl dt,
article .bg02_right dl dt
{
	position: relative;
	padding: 0px;
	margin: 0px;
}

article .photo_l img
{
	margin: 0px;
}

article .photo_l p,
article .bg02_left dl dt p,
article .bg02_right dl dt p
{
	font-size: 16px;
	color: #FFF;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 10px;
	text-align: justify;
}




/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
section
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

article .photo_l
{
	float: left;
	width: 460px;
}

article .text_left
{
	float: left;
}

article .text_left .text
{
	padding-left: 160px;
}

article .text_right
{
	float: right;
	width: 530px;
}


article .bg01_right .no,
article .bg02_right .no
{
	height: 100px;
	width: 100px;
	margin-left: auto;
}


article .bg02_left .text,
article .bg02_right .text
{
	padding-left: 160px;
}

article .bg02_left .text h4,
article .bg02_right .text h4
{
	float: left;
	width: 4em;
}

article .bg02_left dl,
article .bg02_right dl
{
	display: table;
	table-layout: fixed;
	width: 980px;
	margin: 0px;
	padding: 0px;
}

article .bg02_left dl dt,
article .bg02_right dl dt
{
	display: table-cell;
	width: 460px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

article .bg02_left dl dd,
article .bg02_right dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{
}

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

article .bg01_left,
article .bg01_right,
article .bg02_left
{
	background-repeat: repeat-x;
	background-position: left 80px;
}

article section
{
	position: relative;
}


article .bg01_left .no,
article .bg01_right .no,
article .bg02_left .no,
article .bg02_right .no
{
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-bottom: 10px;
}

article h4
{
	display: inline-block;
	position: absolute;
	left: 120px;
	top: 30px;
}

article .photo_l img,
article .photo_r img
{
	width:auto;
}

article .bg02_left dl,
article .bg02_right dl
{
	display: block;
	margin: 0px;
	padding: 0px;
}

article .bg02_left dl dt,
article .bg02_right dl dt
{
	display: block;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

article .bg02_left dl dd,
article .bg02_right dl dd
{
	display: none;
}

article .photo_l p,
article .bg02_left dl dt p,
article .bg02_right dl dt p
{
	font-size: 16px;
	color: #FFF;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	text-align: justify;
}
}