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

#examples .box
{
	background-color: #D3E9E8;
	margin-bottom: 60px;
}

#examples .box .pad
{
	padding: 30px;
}

#examples .box h4
{
	font-size: 26px;
	line-height: 100%;
	color: #FFF;
	background-color: #33726A;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
}

#examples .box  ul
{
	margin: 0px;
	padding: 0px;
}

#examples .box  ul li
{
	background-image: url(images/list_point.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	list-style-type: none;
}

#examples .photo_box dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#examples .photo_box dl dt
{
	display: table-cell;
	width: 450px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#examples .photo_box dl dt p
{
	text-align: center;
	padding-top: 10px;
}

#examples .photo_box dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;

}

#flow
{
	background-color: #f8f8f8;
}

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

#flow h2
{
	text-align: center;
}


#tool dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;

}

#tool dl dt
{
	display: table-cell;
	width: 250px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #222;
}

#tool dl dt p
{
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
}

#tool dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}



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

#head .body
{
	position: relative;
	width: 1340px;
}

#examples .body
{
	width: 990px;
}

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

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

#examples .box .pad
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#tool dl dd:nth-child(8n)
{
	display: table-row;
	height: 40px;
}

}

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

#examples .box .pad
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#examples .box  ul li
{
	line-height: 120%;
	background-position: left 8px;
	margin-bottom: 10px;
}

#examples .photo_box dl,
#tool dl
{
	display: block;
}

#examples .photo_box dl dt,
#tool dl dt
{
	display: block;
	width: auto;
	margin-bottom: 20px;
}

#examples .photo_box dl dd,
#tool dl dd
{
	display: none;
}

#tool dl dt img
{
	width: 100%;
}

#tool dl dt  p
{
	padding-top: 10px;
	padding-bottom: 20px;
}


#flow .body
{
	padding-right: 0px;
	padding-left: 0px;
}


}