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

}

#service
{
	padding-top: 0px;
	background-color: #33726a;
	background-image: url(images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}



#service .navi_box
{
	clear: both;
	padding-top: 0px;
}

#service .navi_box dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

#service .navi_box dl dt
{
	display: table-cell;
	width: 25%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}

#service .navi_box dl dt:after
{
	content: "";
	display: block;
	background-color: #222222;
	height: 130px;
	width: 300px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

#service .navi_box dl dt a
{
	position: relative;
	z-index: 10;
}


#service .navi_box dl dt a big
{
	font-size: 62px;
	line-height: 120%;
	color: #F3D72A;
	display: block;
	width: 1.4em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: ##F3D72A;
	font-weight: bold;
	margin-right: 30px;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 20;
}

#service .navi_box dl dt a img
{
	margin-top: -40px;
}

#service .navi_box dl dt p
{
	font-size: 24px;
	line-height: 120%;
	color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
	z-index: 10;
}


#service .navi_box dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;

}


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

#service .body
{
	overflow: visible;
	width: 1300px;
}


}

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



}

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


#service .navi_box dl
{
	display: inline-table;
}

#service .navi_box dl dt
{
	display: table-cell;
	width: 50%;
}

#service .navi_box dl dt:after
{
	width: 97%;
}


#service .navi_box dl dd:nth-child(4n)
{
	display: table-row;
	height: 10px;
}

#service .navi_box dl dt p
{
	font-size: 16px;
	line-height: 140%;
	padding: 10px;
}




}