@charset "utf-8";

/* ================ Style ================= */
#kv {
	background: url(../img/img_kv_pc.jpg) top center no-repeat;
}


#wrapper.page section {
	margin-bottom: 110px;
}

#wrapper.page section p.lead {
	margin-bottom: 90px;
}


#wrapper.page section .table {
	display: table;
	width: 100%;
	border: 1px solid #aba16d;

	position: relative;
	top: 0;
	left: 0;

	margin-bottom: 55px;
}

#wrapper.page section .table:before,
#wrapper.page section .table:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 3.5px 0 3.5px;
	border-color: #aba16d transparent transparent transparent;

	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#wrapper.page section .table:nth-child(1):before{
	top: 160px;
}
#wrapper.page section .table:nth-child(2):after {
	bottom: -22px;
}
#wrapper.page section .table:nth-child(1):after{
	top: 170px;
}
#wrapper.page section .table:nth-child(2):before {
	top: -21px;
}
#wrapper.page section .table:nth-child(3):before {
	top: -31px;
}
#wrapper.page section .table:nth-child(3):after {
	top: -21px;
}

#wrapper.page section .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 26%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #000;
	padding: 30px 20px;
	background-color: #aba16d;
}
#wrapper.page section .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
}
#wrapper.page section .table dd h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#wrapper.page section .table dd .block {
	overflow: hidden;
}
#wrapper.page section .table dd .block figure {
	float: left;
	margin-right: 30px;
}
#wrapper.page section .table dd .block p {
	float: rigth;
}




