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

article h4
{
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom,
	url(images/01/bg_h4_01.jpg) no-repeat right center;
	line-height: 60px;
	height: 60px;
	font-size: 22px;
}

article h5
{
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}

article .body
{
	position: relative;
}


article .text
{
	margin-bottom: 30px;
}

article .text p
{
	line-height: 180%;
}


article dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article dl dt
{
	display: table-cell;
	width: 300px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

article dl dt h6
{
	font-size: 22px;
	color: #4C4339;
	text-align: center;
	padding-top: 20px;
}


article dl dt p
{
	font-size: 16px;
	color: #4C4339;

}


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

article dl dd:nth-child(6n)
{
	display: table-row;
	height: 50px;

}

article .menu
{
	border: 4px solid #000;
	-webkit-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	-moz-border-image: url(images/bg_wak.pngf) 12 / 12px repeat;
	-o-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	border-image: url(images/bg_wak.png) 12 / 12px repeat;
	text-align: center;
	margin-bottom: 60px;
	padding: 0px;
	margin-top: 50px;
}

article .menu dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article .menu dl dt
{
	display: table-cell;
	width: 25%;
	margin: 0px;
	padding: 0px !important;
	vertical-align: middle;
}

article .menu dl dt a
{
	background-image: url(images/point_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 20px;
	color: #000;
}

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

article .menu dl dd:nth-child(6n)
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}



article .link_btn
{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

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

article .img
{
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
}

article .text
{
	padding-top: 30px;
	padding-left: 50px;
}

article .text p
{
	width: 460px;
}



article .tab02
{
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}

article .adj_kizami .text
{
	padding-top: 80px;
	margin-bottom: 100px;
}


}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h4
{
	line-height: 140%;
	height: 60px;
	font-size: 22px;
	padding-bottom: 1.6em;
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom,
	url(images/01/bg_h4_01.jpg) no-repeat right bottom;
	padding-top: 10px;
}

article h5
{
	text-align: center;
}

article .menu 
{
	padding: 20px;
	margin-bottom: 30px;
}


article .menu dl
{
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article .menu dl dt
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


article .menu dl dd:nth-child(4n)
{
	display: table-row;
	height: 20px;

}


article dl
{
	display: inline-table;
}

article dl dt
{
	width: 49%;
}


article dl dd,
article dl dd:nth-child(6n)
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

article dl dd:nth-child(4n)
{
	display: table-row;
	height: 30px;

}



}